Class PhotoshopOptions

java.lang.Object
com.scene7.ipsapi.PhotoshopOptions

public class PhotoshopOptions extends 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/2024-05-30-beta}PhotoshopLayerOptions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PhotoshopOptions

      public PhotoshopOptions()
  • Method Details

    • getProcess

      public String getProcess()
      Gets the value of the process property.
      Returns:
      possible object is String
    • setProcess

      public void setProcess(String value)
      Sets the value of the process property.
      Parameters:
      value - allowed object is String
    • 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 is PhotoshopLayerOptions