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