Class PostScriptOptions

java.lang.Object
com.scene7.ipsapi.PostScriptOptions

public class PostScriptOptions extends Object

Java class for PostScriptOptions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PostScriptOptions">
   <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="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="colorspace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="alpha" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="extractSearchWords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PostScriptOptions

      public PostScriptOptions()
  • 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
    • getResolution

      public Double getResolution()
      Gets the value of the resolution property.
      Returns:
      possible object is Double
    • setResolution

      public void setResolution(Double value)
      Sets the value of the resolution property.
      Parameters:
      value - allowed object is Double
    • getColorspace

      public String getColorspace()
      Gets the value of the colorspace property.
      Returns:
      possible object is String
    • setColorspace

      public void setColorspace(String value)
      Sets the value of the colorspace property.
      Parameters:
      value - allowed object is String
    • isAlpha

      public Boolean isAlpha()
      Gets the value of the alpha property.
      Returns:
      possible object is Boolean
    • setAlpha

      public void setAlpha(Boolean value)
      Sets the value of the alpha property.
      Parameters:
      value - allowed object is Boolean
    • isExtractSearchWords

      public Boolean isExtractSearchWords()
      Gets the value of the extractSearchWords property.
      Returns:
      possible object is Boolean
    • setExtractSearchWords

      public void setExtractSearchWords(Boolean value)
      Sets the value of the extractSearchWords property.
      Parameters:
      value - allowed object is Boolean