| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.acl.AclEntry |
Java class for AclEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AclEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accessor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessType" type="{http://acl.core.datamodel.fs.documentum.emc.com/}AccessType" minOccurs="0"/>
<element name="permissions" type="{http://core.datamodel.fs.documentum.emc.com/}Permission" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessType | |||||||||||
| accessor | |||||||||||
| permissions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessType property.
| |||||||||||
Gets the value of the accessor property.
| |||||||||||
Gets the value of the permissions property.
| |||||||||||
Sets the value of the accessType property.
| |||||||||||
Sets the value of the accessor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accessType property.
AccessType
Gets the value of the accessor property.
Gets the value of the permissions property.
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 permissions property.
For example, to add a new item, do as follows:
getPermissions().add(newItem);
Objects of the following type(s) are allowed in the list
Permission
Sets the value of the accessType property.
| value | Allowed object is
AccessType
|
|---|
Sets the value of the accessor property.
| value | Allowed object is String |
|---|