public class AccessControlData
extends java.lang.Object
Java class for accessControlData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accessControlData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="role-block" type="{}roleBlockData" maxOccurs="unbounded" minOccurs="0"/>
<element name="role" type="{}roleInstanceData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="private" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="externalized" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="auth-level" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_private |
protected java.lang.String |
authLevel |
protected java.lang.Boolean |
externalized |
protected java.lang.String |
owner |
protected java.util.List<RoleInstanceData> |
role |
protected java.util.List<RoleBlockData> |
roleBlock |
| Constructor and Description |
|---|
AccessControlData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthLevel()
Gets the value of the authLevel property.
|
java.lang.String |
getOwner()
Gets the value of the owner property.
|
java.util.List<RoleInstanceData> |
getRole()
Gets the value of the role property.
|
java.util.List<RoleBlockData> |
getRoleBlock()
Gets the value of the roleBlock property.
|
java.lang.Boolean |
isExternalized()
Gets the value of the externalized property.
|
java.lang.Boolean |
isPrivate()
Gets the value of the private property.
|
void |
setAuthLevel(java.lang.String value)
Sets the value of the authLevel property.
|
void |
setExternalized(java.lang.Boolean value)
Sets the value of the externalized property.
|
void |
setOwner(java.lang.String value)
Sets the value of the owner property.
|
void |
setPrivate(java.lang.Boolean value)
Sets the value of the private property.
|
protected java.util.List<RoleBlockData> roleBlock
protected java.util.List<RoleInstanceData> role
protected java.lang.String owner
protected java.lang.Boolean _private
protected java.lang.Boolean externalized
protected java.lang.String authLevel
public java.util.List<RoleBlockData> getRoleBlock()
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 roleBlock property.
For example, to add a new item, do as follows:
getRoleBlock().add(newItem);
Objects of the following type(s) are allowed in the list
RoleBlockData
public java.util.List<RoleInstanceData> getRole()
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 role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
RoleInstanceData
public java.lang.String getOwner()
Stringpublic void setOwner(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPrivate()
Booleanpublic void setPrivate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isExternalized()
Booleanpublic void setExternalized(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAuthLevel()
Stringpublic void setAuthLevel(java.lang.String value)
value - allowed object is
String