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