Package com.scene7.ipsapi
Class PhotoshopOptions
java.lang.Object
com.scene7.ipsapi.PhotoshopOptions
Java class for PhotoshopOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhotoshopOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="process" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="layerOptions" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}PhotoshopLayerOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the layerOptions property.Gets the value of the process property.voidSets the value of the layerOptions property.voidsetProcess(String value) Sets the value of the process property.
-
Constructor Details
-
PhotoshopOptions
public PhotoshopOptions()
-
-
Method Details
-
getProcess
Gets the value of the process property.- Returns:
- possible object is
String
-
setProcess
Sets the value of the process property.- Parameters:
value- allowed object isString
-
getLayerOptions
Gets the value of the layerOptions property.- Returns:
- possible object is
PhotoshopLayerOptions
-
setLayerOptions
Sets the value of the layerOptions property.- Parameters:
value- allowed object isPhotoshopLayerOptions
-