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