|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.SecurityRoleRefTypeImpl
public class SecurityRoleRefTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected RoleNameTypeImpl |
roleLink
|
protected RoleNameTypeImpl |
roleName
|
| Constructor Summary | |
|---|---|
SecurityRoleRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.SecurityRoleRefTypeImpl instance. |
|
SecurityRoleRefTypeImpl(SecurityRoleRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.SecurityRoleRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SecurityRoleRefTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
RoleNameType |
getRoleLink()
Gets the value of the roleLink property. |
RoleNameType |
getRoleName()
Gets the value of the roleName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRoleLink(RoleNameType value)
Sets the value of the roleLink property. |
void |
setRoleName(RoleNameType value)
Sets the value of the roleName 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 RoleNameTypeImpl roleName
protected RoleNameTypeImpl roleLink
protected String id
| Constructor Detail |
|---|
public SecurityRoleRefTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.SecurityRoleRefTypeImpl instance.
public SecurityRoleRefTypeImpl(SecurityRoleRefTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.SecurityRoleRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
SecurityRoleRefType
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 SecurityRoleRefTypepublic RoleNameType getRoleName()
SecurityRoleRefType
getRoleName in interface SecurityRoleRefTypeRoleNameTypepublic void setRoleName(RoleNameType value)
SecurityRoleRefType
setRoleName in interface SecurityRoleRefTypevalue - allowed object is
RoleNameTypepublic RoleNameType getRoleLink()
SecurityRoleRefType
getRoleLink in interface SecurityRoleRefTypeRoleNameTypepublic void setRoleLink(RoleNameType value)
SecurityRoleRefType
setRoleLink in interface SecurityRoleRefTypevalue - allowed object is
RoleNameTypepublic String getId()
SecurityRoleRefType
getId in interface SecurityRoleRefTypeStringpublic void setId(String value)
SecurityRoleRefType
setId in interface SecurityRoleRefTypevalue - allowed object is
String
protected static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public SecurityRoleRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||