Package com.scene7.ipsapi
Class Permission
java.lang.Object
com.scene7.ipsapi.Permission
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the groupHandle property.Gets the value of the groupName property.Gets the value of the permissionType property.Gets the value of the isAllowed property.Gets the value of the isOverride property.voidsetGroupHandle(String value) Sets the value of the groupHandle property.voidsetGroupName(String value) Sets the value of the groupName property.voidsetIsAllowed(Boolean value) Sets the value of the isAllowed property.voidsetIsOverride(Boolean value) Sets the value of the isOverride property.voidsetPermissionType(String value) Sets the value of the permissionType property.
-
Constructor Details
-
Permission
public Permission()
-
-
Method Details
-
getGroupHandle
Gets the value of the groupHandle property.- Returns:
- possible object is
String
-
setGroupHandle
Sets the value of the groupHandle property.- Parameters:
value- allowed object isString
-
getGroupName
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
Sets the value of the groupName property.- Parameters:
value- allowed object isString
-
getPermissionType
Gets the value of the permissionType property.- Returns:
- possible object is
String
-
setPermissionType
Sets the value of the permissionType property.- Parameters:
value- allowed object isString
-
isIsAllowed
Gets the value of the isAllowed property.- Returns:
- possible object is
Boolean
-
setIsAllowed
Sets the value of the isAllowed property.- Parameters:
value- allowed object isBoolean
-
isIsOverride
Gets the value of the isOverride property.- Returns:
- possible object is
Boolean
-
setIsOverride
Sets the value of the isOverride property.- Parameters:
value- allowed object isBoolean
-