Package com.scene7.ipsapi
Class PhotoshopOptions
- java.lang.Object
 - 
- com.scene7.ipsapi.PhotoshopOptions
 
 
- 
public class PhotoshopOptions extends java.lang.ObjectJava 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/2021-04-26-beta}PhotoshopLayerOptions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description PhotoshopOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhotoshopLayerOptionsgetLayerOptions()Gets the value of the layerOptions property.java.lang.StringgetProcess()Gets the value of the process property.voidsetLayerOptions(PhotoshopLayerOptions value)Sets the value of the layerOptions property.voidsetProcess(java.lang.String value)Sets the value of the process property. 
 - 
 
- 
- 
Method Detail
- 
getProcess
public java.lang.String getProcess()
Gets the value of the process property.- Returns:
 - possible object is
     
String 
 
- 
setProcess
public void setProcess(java.lang.String value)
Sets the value of the process property.- Parameters:
 value- allowed object isString
 
- 
getLayerOptions
public PhotoshopLayerOptions getLayerOptions()
Gets the value of the layerOptions property.- Returns:
 - possible object is
     
PhotoshopLayerOptions 
 
- 
setLayerOptions
public void setLayerOptions(PhotoshopLayerOptions value)
Sets the value of the layerOptions property.- Parameters:
 value- allowed object isPhotoshopLayerOptions
 
 - 
 
 -