|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl
public class AuthConstraintTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected List<RoleNameType> |
roleName
|
| Constructor Summary | |
|---|---|
AuthConstraintTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance. |
|
AuthConstraintTypeImpl(AuthConstraintTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AuthConstraintTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
List<RoleNameType> |
getRoleName()
Gets the value of the roleName property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<RoleNameType> roleName
protected String id
| Constructor Detail |
|---|
public AuthConstraintTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance.
public AuthConstraintTypeImpl(AuthConstraintTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
AuthConstraintType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface AuthConstraintTypepublic List<RoleNameType> getRoleName()
AuthConstraintType
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
RoleNameType
getRoleName in interface AuthConstraintTypepublic String getId()
AuthConstraintType
getId in interface AuthConstraintTypeStringpublic void setId(String value)
AuthConstraintType
setId in interface AuthConstraintTypevalue - allowed object is
Stringpublic AuthConstraintTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||