|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.RunAsTypeImpl
public class RunAsTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected RoleNameTypeImpl |
roleName
|
| Constructor Summary | |
|---|---|
RunAsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.RunAsTypeImpl instance. |
|
RunAsTypeImpl(RunAsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.RunAsTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
RunAsTypeImpl |
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. |
RoleNameType |
getRoleName()
Gets the value of the roleName property. |
void |
setId(String value)
Sets the value of the id 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 String id
| Constructor Detail |
|---|
public RunAsTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.RunAsTypeImpl instance.
public RunAsTypeImpl(RunAsTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.RunAsTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
RunAsType
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 RunAsTypepublic RoleNameType getRoleName()
RunAsType
getRoleName in interface RunAsTypeRoleNameTypepublic void setRoleName(RoleNameType value)
RunAsType
setRoleName in interface RunAsTypevalue - allowed object is
RoleNameTypepublic String getId()
RunAsType
getId in interface RunAsTypeStringpublic void setId(String value)
RunAsType
setId in interface RunAsTypevalue - allowed object is
Stringpublic RunAsTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||