|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.permission.CmisPermissionDefinitionType
public class CmisPermissionDefinitionType
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 |
|---|
protected List<String> description
protected List<CmisPermissionDefinitionType> aggregating
protected String name
protected Boolean aggregated
protected Boolean isAbstract
| Constructor Detail |
|---|
public CmisPermissionDefinitionType()
| Method Detail |
|---|
public List<String> getDescription()
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list String
Stringpublic List<CmisPermissionDefinitionType> getAggregating()
getAggregating().add(newItem);
Objects of the following type(s) are allowed in the list
CmisPermissionDefinitionType
CmisPermissionDefinitionTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic Boolean isAggregated()
Booleanpublic void setAggregated(Boolean value)
value - allowed object is Booleanpublic Boolean isAbstract()
Booleanpublic void setAbstract(Boolean value)
value - allowed object is Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||