org.xcmis.client.gwt.model.permission
Class CmisPermissionSetType

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<CmisPermissionDefinitionType> permission
          Permission.
 
Constructor Summary
CmisPermissionSetType()
           
 
Method Summary
 List<CmisPermissionDefinitionType> getPermission()
          Gets the value of the permission property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permission

protected List<CmisPermissionDefinitionType> permission
Permission.

Constructor Detail

CmisPermissionSetType

public CmisPermissionSetType()
Method Detail

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.