com.sun.grizzly.http.webxml.schema.version_2_3
Class AuthConstraint

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_3.AuthConstraint
All Implemented Interfaces:
Serializable

public class AuthConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  String id
           
protected  List<RoleName> roleName
           
 
Constructor Summary
AuthConstraint()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 Description getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 List<RoleName> getRoleName()
          Gets the value of the roleName property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

description

protected Description description

roleName

protected List<RoleName> roleName
Constructor Detail

AuthConstraint

public AuthConstraint()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getRoleName

public List<RoleName> getRoleName()
Gets the value of the roleName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the roleName property.

For example, to add a new item, do as follows:

    getRoleName().add(newItem);
 

Objects of the following type(s) are allowed in the list RoleName


addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.