public class ApplyACLResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ACL" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisACLType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CmisACLType |
acl |
| Constructor and Description |
|---|
ApplyACLResponse() |
| Modifier and Type | Method and Description |
|---|---|
CmisACLType |
getACL()
Gets the value of the acl property.
|
void |
setACL(CmisACLType value)
Sets the value of the acl property.
|
protected CmisACLType acl
public CmisACLType getACL()
CmisACLTypepublic void setACL(CmisACLType value)
value - allowed object is
CmisACLTypeCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.