public class ApplicationRoleItem
extends java.lang.Object
Java class for applicationRoleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="applicationRoleItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="mapping" type="{}roleMappingData" maxOccurs="unbounded" minOccurs="0"/>
<element name="role-reference" type="{}roleReferenceData" maxOccurs="unbounded" minOccurs="0"/>
<element name="application-role-reference" type="{}applicationRoleReferenceData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalized" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent-role-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="application-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="domain-obj-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="base-application-role-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
applicationRef |
protected java.lang.String |
baseApplicationRoleRef |
protected java.lang.String |
domain |
protected java.lang.String |
domainObjRef |
protected java.lang.String |
externalized |
protected java.util.List<java.lang.Object> |
localedataAndMappingAndRoleReference |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.lang.String |
parentRoleName |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
ApplicationRoleItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getApplicationRef()
Gets the value of the applicationRef property.
|
java.lang.String |
getBaseApplicationRoleRef()
Gets the value of the baseApplicationRoleRef property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getDomainObjRef()
Gets the value of the domainObjRef property.
|
java.lang.String |
getExternalized()
Gets the value of the externalized property.
|
java.util.List<java.lang.Object> |
getLocaledataAndMappingAndRoleReference()
Gets the value of the localedataAndMappingAndRoleReference property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getParentRoleName()
Gets the value of the parentRoleName property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setApplicationRef(java.lang.String value)
Sets the value of the applicationRef property.
|
void |
setBaseApplicationRoleRef(java.lang.String value)
Sets the value of the baseApplicationRoleRef property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setDomainObjRef(java.lang.String value)
Sets the value of the domainObjRef property.
|
void |
setExternalized(java.lang.String value)
Sets the value of the externalized property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setParentRoleName(java.lang.String value)
Sets the value of the parentRoleName property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.util.List<java.lang.Object> localedataAndMappingAndRoleReference
protected java.lang.String name
protected java.lang.String externalized
protected java.lang.String parentRoleName
protected java.lang.String applicationRef
protected java.lang.String domainObjRef
protected java.lang.String baseApplicationRoleRef
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.util.List<java.lang.Object> getLocaledataAndMappingAndRoleReference()
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 localedataAndMappingAndRoleReference property.
For example, to add a new item, do as follows:
getLocaledataAndMappingAndRoleReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
RoleMappingData
RoleReferenceData
ApplicationRoleReferenceData
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExternalized()
Stringpublic void setExternalized(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentRoleName()
Stringpublic void setParentRoleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApplicationRef()
Stringpublic void setApplicationRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomainObjRef()
Stringpublic void setDomainObjRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBaseApplicationRoleRef()
Stringpublic void setBaseApplicationRoleRef(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String