public class GetACLResponse 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 |
---|
GetACLResponse() |
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()
CmisACLType
public void setACL(CmisACLType value)
value
- allowed object is
CmisACLType
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.