Package com.scene7.ipsapi
Class Permission
- java.lang.Object
-
- com.scene7.ipsapi.Permission
-
public class Permission extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description Permission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroupHandle()Gets the value of the groupHandle property.java.lang.StringgetGroupName()Gets the value of the groupName property.java.lang.StringgetPermissionType()Gets the value of the permissionType property.java.lang.BooleanisIsAllowed()Gets the value of the isAllowed property.java.lang.BooleanisIsOverride()Gets the value of the isOverride property.voidsetGroupHandle(java.lang.String value)Sets the value of the groupHandle property.voidsetGroupName(java.lang.String value)Sets the value of the groupName property.voidsetIsAllowed(java.lang.Boolean value)Sets the value of the isAllowed property.voidsetIsOverride(java.lang.Boolean value)Sets the value of the isOverride property.voidsetPermissionType(java.lang.String value)Sets the value of the permissionType property.
-
-
-
Method Detail
-
getGroupHandle
public java.lang.String getGroupHandle()
Gets the value of the groupHandle property.- Returns:
- possible object is
String
-
setGroupHandle
public void setGroupHandle(java.lang.String value)
Sets the value of the groupHandle property.- Parameters:
value- allowed object isString
-
getGroupName
public java.lang.String getGroupName()
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
public void setGroupName(java.lang.String value)
Sets the value of the groupName property.- Parameters:
value- allowed object isString
-
getPermissionType
public java.lang.String getPermissionType()
Gets the value of the permissionType property.- Returns:
- possible object is
String
-
setPermissionType
public void setPermissionType(java.lang.String value)
Sets the value of the permissionType property.- Parameters:
value- allowed object isString
-
isIsAllowed
public java.lang.Boolean isIsAllowed()
Gets the value of the isAllowed property.- Returns:
- possible object is
Boolean
-
setIsAllowed
public void setIsAllowed(java.lang.Boolean value)
Sets the value of the isAllowed property.- Parameters:
value- allowed object isBoolean
-
isIsOverride
public java.lang.Boolean isIsOverride()
Gets the value of the isOverride property.- Returns:
- possible object is
Boolean
-
setIsOverride
public void setIsOverride(java.lang.Boolean value)
Sets the value of the isOverride property.- Parameters:
value- allowed object isBoolean
-
-