public class PhotoshopOptions
extends java.lang.Object
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/2017-10-29-beta}PhotoshopLayerOptions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PhotoshopOptions() |
Modifier and Type | Method and Description |
---|---|
PhotoshopLayerOptions |
getLayerOptions()
Gets the value of the layerOptions property.
|
java.lang.String |
getProcess()
Gets the value of the process property.
|
void |
setLayerOptions(PhotoshopLayerOptions value)
Sets the value of the layerOptions property.
|
void |
setProcess(java.lang.String value)
Sets the value of the process property.
|
public java.lang.String getProcess()
String
public void setProcess(java.lang.String value)
value
- allowed object is
String
public PhotoshopLayerOptions getLayerOptions()
PhotoshopLayerOptions
public void setLayerOptions(PhotoshopLayerOptions value)
value
- allowed object is
PhotoshopLayerOptions
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"