public class PropertySet
extends java.lang.Object
Java class for PropertySet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertySet"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="setHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="typeHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="propertyArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PropertyArray"/> <element name="permissions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PermissionArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PropertySet() |
Modifier and Type | Method and Description |
---|---|
PermissionArray |
getPermissions()
Gets the value of the permissions property.
|
PropertyArray |
getPropertyArray()
Gets the value of the propertyArray property.
|
java.lang.String |
getSetHandle()
Gets the value of the setHandle property.
|
java.lang.String |
getTypeHandle()
Gets the value of the typeHandle property.
|
void |
setPermissions(PermissionArray value)
Sets the value of the permissions property.
|
void |
setPropertyArray(PropertyArray value)
Sets the value of the propertyArray property.
|
void |
setSetHandle(java.lang.String value)
Sets the value of the setHandle property.
|
void |
setTypeHandle(java.lang.String value)
Sets the value of the typeHandle property.
|
public java.lang.String getSetHandle()
String
public void setSetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTypeHandle()
String
public void setTypeHandle(java.lang.String value)
value
- allowed object is
String
public PropertyArray getPropertyArray()
PropertyArray
public void setPropertyArray(PropertyArray value)
value
- allowed object is
PropertyArray
public PermissionArray getPermissions()
PermissionArray
public void setPermissions(PermissionArray value)
value
- allowed object is
PermissionArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"