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/2017-10-29-beta}PermissionArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PermissionSet() |
Modifier and Type | Method and 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.
|
public java.lang.String getPermissionSetHandle()
String
public void setPermissionSetHandle(java.lang.String value)
value
- allowed object is
String
public PermissionArray getPermissionArray()
PermissionArray
public void setPermissionArray(PermissionArray value)
value
- allowed object is
PermissionArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"