| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.acl.AclIdentity |
Java class for AclIdentity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AclIdentity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| domain | |||||||||||
| name | |||||||||||
| repositoryName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the domain property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the repositoryName property.
| |||||||||||
Sets the value of the domain property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the repositoryName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the domain property.
Gets the value of the name property.
Gets the value of the repositoryName property.
Sets the value of the domain property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the repositoryName property.
| value | Allowed object is String |
|---|