Package com.scene7.ipsapi
Class PermissionSet
- java.lang.Object
-
- com.scene7.ipsapi.PermissionSet
-
public class PermissionSet extends java.lang.Object
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/2021-04-26-beta}PermissionArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PermissionSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PermissionArray
getPermissionArray()
Gets the value of the permissionArray property.java.lang.String
getPermissionSetHandle()
Gets the value of the permissionSetHandle property.void
setPermissionArray(PermissionArray value)
Sets the value of the permissionArray property.void
setPermissionSetHandle(java.lang.String value)
Sets the value of the permissionSetHandle property.
-
-
-
Method Detail
-
getPermissionSetHandle
public java.lang.String getPermissionSetHandle()
Gets the value of the permissionSetHandle property.- Returns:
- possible object is
String
-
setPermissionSetHandle
public void setPermissionSetHandle(java.lang.String value)
Sets the value of the permissionSetHandle property.- Parameters:
value
- allowed object isString
-
getPermissionArray
public PermissionArray getPermissionArray()
Gets the value of the permissionArray property.- Returns:
- possible object is
PermissionArray
-
setPermissionArray
public void setPermissionArray(PermissionArray value)
Sets the value of the permissionArray property.- Parameters:
value
- allowed object isPermissionArray
-
-