Package com.scene7.ipsapi
Class PermissionUpdate
java.lang.Object
com.scene7.ipsapi.PermissionUpdate
Java class for PermissionUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermissionUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="permissionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="isAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isOverride" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the groupHandle property.Gets the value of the permissionType property.booleanGets the value of the isAllowed property.booleanGets the value of the isOverride property.voidsetGroupHandle(String value) Sets the value of the groupHandle 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
-
PermissionUpdate
public PermissionUpdate()
-
-
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
-
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
public boolean isIsAllowed()Gets the value of the isAllowed property. -
setIsAllowed
public void setIsAllowed(boolean value) Sets the value of the isAllowed property. -
isIsOverride
public boolean isIsOverride()Gets the value of the isOverride property. -
setIsOverride
public void setIsOverride(boolean value) Sets the value of the isOverride property.
-