public class RoleInstanceData
extends java.lang.Object
Java class for roleInstanceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleInstanceData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mapping" type="{}roleMappingData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{}update use="required""/>
<attribute name="actionset" use="required" type="{}actionSet" />
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actionset |
protected java.lang.String |
alias |
protected java.util.List<RoleMappingData> |
mapping |
protected UpdateValues |
update |
| Constructor and Description |
|---|
RoleInstanceData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionset()
Gets the value of the actionset property.
|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.util.List<RoleMappingData> |
getMapping()
Gets the value of the mapping property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setActionset(java.lang.String value)
Sets the value of the actionset property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected java.util.List<RoleMappingData> mapping
protected UpdateValues update
protected java.lang.String actionset
protected java.lang.String alias
public java.util.List<RoleMappingData> getMapping()
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 mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
RoleMappingData
public UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getActionset()
Stringpublic void setActionset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
String