public class PropertySet extends 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/2019-09-10-beta}PropertyArray"/>
<element name="permissions" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-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.
|
String |
getSetHandle()
Gets the value of the setHandle property.
|
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(String value)
Sets the value of the setHandle property.
|
void |
setTypeHandle(String value)
Sets the value of the typeHandle property.
|
public String getSetHandle()
Stringpublic void setSetHandle(String value)
value - allowed object is
Stringpublic String getTypeHandle()
Stringpublic void setTypeHandle(String value)
value - allowed object is
Stringpublic PropertyArray getPropertyArray()
PropertyArraypublic void setPropertyArray(PropertyArray value)
value - allowed object is
PropertyArraypublic PermissionArray getPermissions()
PermissionArraypublic void setPermissions(PermissionArray value)
value - allowed object is
PermissionArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved