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

java.lang.Object
  extended by org.xcmis.client.gwt.model.permission.CmisPermissionDefinitionType

public class CmisPermissionDefinitionType
extends Object

Java class for cmisPermissionDefinitionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="cmisPermissionDefinitionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="
             {http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" 
             minOccurs="0"/>
         <element name="aggregating" type="
             {http://docs.oasis-open.org/ns/cmis/core/200901}cmisPermissionDefinitionType" 
             maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="aggregated" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean aggregated
          Aggregated.
protected  List<CmisPermissionDefinitionType> aggregating
          Aggregating.
protected  List<String> description
          Description.
protected  Boolean isAbstract
          Abstract.
protected  String name
          Name.
 
Constructor Summary
CmisPermissionDefinitionType()
           
 
Method Summary
 List<CmisPermissionDefinitionType> getAggregating()
          Gets the value of the aggregating property.
 List<String> getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 Boolean isAbstract()
          Gets the value of the abstract property.
 Boolean isAggregated()
          Gets the value of the aggregated property.
 void setAbstract(Boolean value)
          Sets the value of the abstract property.
 void setAggregated(Boolean value)
          Sets the value of the aggregated property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<String> description
Description.


aggregating

protected List<CmisPermissionDefinitionType> aggregating
Aggregating.


name

protected String name
Name.


aggregated

protected Boolean aggregated
Aggregated.


isAbstract

protected Boolean isAbstract
Abstract.

Constructor Detail

CmisPermissionDefinitionType

public CmisPermissionDefinitionType()
Method Detail

getDescription

public List<String> getDescription()
Gets the value of the description property. For example, to add a new item, do as follows:
 getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Returns:
List containing String

getAggregating

public List<CmisPermissionDefinitionType> getAggregating()
Gets the value of the aggregating property. For example, to add a new item, do as follows:
 getAggregating().add(newItem);
 

Objects of the following type(s) are allowed in the list CmisPermissionDefinitionType

Returns:
List containing CmisPermissionDefinitionType

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isAggregated

public Boolean isAggregated()
Gets the value of the aggregated property.

Returns:
possible object is Boolean

setAggregated

public void setAggregated(Boolean value)
Sets the value of the aggregated property.

Parameters:
value - allowed object is Boolean

isAbstract

public Boolean isAbstract()
Gets the value of the abstract property.

Returns:
possible object is Boolean

setAbstract

public void setAbstract(Boolean value)
Sets the value of the abstract property.

Parameters:
value - allowed object is Boolean


Copyright © 2010 eXo Platform SAS. All Rights Reserved.