public class Permission
extends java.lang.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 |
---|---|
java.lang.String |
getGroupHandle()
Gets the value of the groupHandle property.
|
java.lang.String |
getGroupName()
Gets the value of the groupName property.
|
java.lang.String |
getPermissionType()
Gets the value of the permissionType property.
|
java.lang.Boolean |
isIsAllowed()
Gets the value of the isAllowed property.
|
java.lang.Boolean |
isIsOverride()
Gets the value of the isOverride property.
|
void |
setGroupHandle(java.lang.String value)
Sets the value of the groupHandle property.
|
void |
setGroupName(java.lang.String value)
Sets the value of the groupName property.
|
void |
setIsAllowed(java.lang.Boolean value)
Sets the value of the isAllowed property.
|
void |
setIsOverride(java.lang.Boolean value)
Sets the value of the isOverride property.
|
void |
setPermissionType(java.lang.String value)
Sets the value of the permissionType property.
|
public java.lang.String getGroupHandle()
String
public void setGroupHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGroupName()
String
public void setGroupName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPermissionType()
String
public void setPermissionType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsAllowed()
Boolean
public void setIsAllowed(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsOverride()
Boolean
public void setIsOverride(java.lang.Boolean value)
value
- allowed object is
Boolean
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"