public class CmisACLCapabilityType extends Object
Java class for cmisACLCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cmisACLCapabilityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="supportedPermissions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumSupportedPermissions"/>
<element name="propagation" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumACLPropagation"/>
<element name="permissions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPermissionDefinition" maxOccurs="unbounded"/>
<element name="mapping" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPermissionMapping" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CmisPermissionMapping> |
mapping |
protected List<CmisPermissionDefinition> |
permissions |
protected EnumACLPropagation |
propagation |
protected EnumSupportedPermissions |
supportedPermissions |
| Constructor and Description |
|---|
CmisACLCapabilityType() |
| Modifier and Type | Method and Description |
|---|---|
List<CmisPermissionMapping> |
getMapping()
Gets the value of the mapping property.
|
List<CmisPermissionDefinition> |
getPermissions()
Gets the value of the permissions property.
|
EnumACLPropagation |
getPropagation()
Gets the value of the propagation property.
|
EnumSupportedPermissions |
getSupportedPermissions()
Gets the value of the supportedPermissions property.
|
void |
setPropagation(EnumACLPropagation value)
Sets the value of the propagation property.
|
void |
setSupportedPermissions(EnumSupportedPermissions value)
Sets the value of the supportedPermissions property.
|
protected EnumSupportedPermissions supportedPermissions
protected EnumACLPropagation propagation
protected List<CmisPermissionDefinition> permissions
protected List<CmisPermissionMapping> mapping
public EnumSupportedPermissions getSupportedPermissions()
EnumSupportedPermissionspublic void setSupportedPermissions(EnumSupportedPermissions value)
value - allowed object is
EnumSupportedPermissionspublic EnumACLPropagation getPropagation()
EnumACLPropagationpublic void setPropagation(EnumACLPropagation value)
value - allowed object is
EnumACLPropagationpublic List<CmisPermissionDefinition> getPermissions()
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 permissions property.
For example, to add a new item, do as follows:
getPermissions().add(newItem);
Objects of the following type(s) are allowed in the list
CmisPermissionDefinition
public List<CmisPermissionMapping> getMapping()
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 mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
CmisPermissionMapping
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.