public class Permission extends Object
Java class for Permission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Permission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permissionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isOverride" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupHandle()
Gets the value of the groupHandle property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getPermissionType()
Gets the value of the permissionType property.
|
Boolean |
isIsAllowed()
Gets the value of the isAllowed property.
|
Boolean |
isIsOverride()
Gets the value of the isOverride property.
|
void |
setGroupHandle(String value)
Sets the value of the groupHandle property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setIsAllowed(Boolean value)
Sets the value of the isAllowed property.
|
void |
setIsOverride(Boolean value)
Sets the value of the isOverride property.
|
void |
setPermissionType(String value)
Sets the value of the permissionType property.
|
public String getGroupHandle()
Stringpublic void setGroupHandle(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic String getPermissionType()
Stringpublic void setPermissionType(String value)
value - allowed object is
Stringpublic Boolean isIsAllowed()
Booleanpublic void setIsAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsOverride()
BooleanCopyright © 2010 - 2020 Adobe. All Rights Reserved