|
||||||||||
| 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.SecurityIdentityTypeImpl
public class SecurityIdentityTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected RunAsTypeImpl |
runAs
|
protected EmptyTypeImpl |
useCallerIdentity
|
| Constructor Summary | |
|---|---|
SecurityIdentityTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityIdentityTypeImpl instance. |
|
SecurityIdentityTypeImpl(SecurityIdentityTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityIdentityTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SecurityIdentityTypeImpl |
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. |
RunAsType |
getRunAs()
Gets the value of the runAs property. |
EmptyType |
getUseCallerIdentity()
Gets the value of the useCallerIdentity property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRunAs(RunAsType value)
Sets the value of the runAs property. |
void |
setUseCallerIdentity(EmptyType value)
Sets the value of the useCallerIdentity 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 EmptyTypeImpl useCallerIdentity
protected RunAsTypeImpl runAs
protected String id
| Constructor Detail |
|---|
public SecurityIdentityTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityIdentityTypeImpl instance.
public SecurityIdentityTypeImpl(SecurityIdentityTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityIdentityTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
SecurityIdentityType
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 SecurityIdentityTypepublic EmptyType getUseCallerIdentity()
SecurityIdentityType
getUseCallerIdentity in interface SecurityIdentityTypeEmptyTypepublic void setUseCallerIdentity(EmptyType value)
SecurityIdentityType
setUseCallerIdentity in interface SecurityIdentityTypevalue - allowed object is
EmptyTypepublic RunAsType getRunAs()
SecurityIdentityType
getRunAs in interface SecurityIdentityTypeRunAsTypepublic void setRunAs(RunAsType value)
SecurityIdentityType
setRunAs in interface SecurityIdentityTypevalue - allowed object is
RunAsTypepublic String getId()
SecurityIdentityType
getId in interface SecurityIdentityTypeStringpublic void setId(String value)
SecurityIdentityType
setId in interface SecurityIdentityTypevalue - allowed object is
Stringpublic SecurityIdentityTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||