Package com.scene7.ipsapi
Class PermissionSet
java.lang.Object
com.scene7.ipsapi.PermissionSet
Java class for PermissionSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermissionSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permissionSetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permissionArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}PermissionArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the permissionArray property.Gets the value of the permissionSetHandle property.voidSets the value of the permissionArray property.voidsetPermissionSetHandle(String value) Sets the value of the permissionSetHandle property.
-
Constructor Details
-
PermissionSet
public PermissionSet()
-
-
Method Details
-
getPermissionSetHandle
Gets the value of the permissionSetHandle property.- Returns:
- possible object is
String
-
setPermissionSetHandle
Sets the value of the permissionSetHandle property.- Parameters:
value- allowed object isString
-
getPermissionArray
Gets the value of the permissionArray property.- Returns:
- possible object is
PermissionArray
-
setPermissionArray
Sets the value of the permissionArray property.- Parameters:
value- allowed object isPermissionArray
-