Package com.scene7.ipsapi
Class PDFOptions
- java.lang.Object
-
- com.scene7.ipsapi.PDFOptions
-
public class PDFOptions extends java.lang.Object
Java class for PDFOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDFOptions"> <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="pdfCatalog" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="extractSearchWords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="extractLinks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PDFOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getColorspace()
Gets the value of the colorspace property.java.lang.String
getProcess()
Gets the value of the process property.java.lang.Double
getResolution()
Gets the value of the resolution property.java.lang.Boolean
isExtractLinks()
Gets the value of the extractLinks property.java.lang.Boolean
isExtractSearchWords()
Gets the value of the extractSearchWords property.java.lang.Boolean
isPdfCatalog()
Gets the value of the pdfCatalog property.void
setColorspace(java.lang.String value)
Sets the value of the colorspace property.void
setExtractLinks(java.lang.Boolean value)
Sets the value of the extractLinks property.void
setExtractSearchWords(java.lang.Boolean value)
Sets the value of the extractSearchWords property.void
setPdfCatalog(java.lang.Boolean value)
Sets the value of the pdfCatalog property.void
setProcess(java.lang.String value)
Sets the value of the process property.void
setResolution(java.lang.Double value)
Sets the value of the resolution 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
-
getResolution
public java.lang.Double getResolution()
Gets the value of the resolution property.- Returns:
- possible object is
Double
-
setResolution
public void setResolution(java.lang.Double value)
Sets the value of the resolution property.- Parameters:
value
- allowed object isDouble
-
getColorspace
public java.lang.String getColorspace()
Gets the value of the colorspace property.- Returns:
- possible object is
String
-
setColorspace
public void setColorspace(java.lang.String value)
Sets the value of the colorspace property.- Parameters:
value
- allowed object isString
-
isPdfCatalog
public java.lang.Boolean isPdfCatalog()
Gets the value of the pdfCatalog property.- Returns:
- possible object is
Boolean
-
setPdfCatalog
public void setPdfCatalog(java.lang.Boolean value)
Sets the value of the pdfCatalog property.- Parameters:
value
- allowed object isBoolean
-
isExtractSearchWords
public java.lang.Boolean isExtractSearchWords()
Gets the value of the extractSearchWords property.- Returns:
- possible object is
Boolean
-
setExtractSearchWords
public void setExtractSearchWords(java.lang.Boolean value)
Sets the value of the extractSearchWords property.- Parameters:
value
- allowed object isBoolean
-
isExtractLinks
public java.lang.Boolean isExtractLinks()
Gets the value of the extractLinks property.- Returns:
- possible object is
Boolean
-
setExtractLinks
public void setExtractLinks(java.lang.Boolean value)
Sets the value of the extractLinks property.- Parameters:
value
- allowed object isBoolean
-
-