org.xcmis.client.gwt.model.permission
Class CmisPermissionSetType
java.lang.Object
org.xcmis.client.gwt.model.permission.CmisPermissionSetType
public class CmisPermissionSetType
- extends Object
Java class for cmisPermissionSetType complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType name="cmisPermissionSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permission" type="
{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPermissionDefinitionType"
maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
permission
protected List<CmisPermissionDefinitionType> permission
- Permission.
CmisPermissionSetType
public CmisPermissionSetType()
getPermission
public List<CmisPermissionDefinitionType> getPermission()
- Gets the value of the permission property.
For example, to add a new item, do as follows:
getPermission().add(newItem);
Objects of the following type(s) are allowed in the list
CmisPermissionDefinitionType
- Returns:
- List containing
CmisPermissionDefinitionType
Copyright © 2010 eXo Platform SAS. All Rights Reserved.