Package com.scene7.ipsapi
Class RipPdfsJob
- java.lang.Object
 - 
- com.scene7.ipsapi.RipPdfsJob
 
 
- 
public class RipPdfsJob extends java.lang.ObjectJava class for RipPdfsJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RipPdfsJob"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pdfHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray"/> <element name="createMask" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="knockoutBackgroundOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}KnockoutBackgroundOptions" minOccurs="0"/> <element name="manualCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}ManualCropOptions" minOccurs="0"/> <element name="autoColorCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AutoColorCropOptions" minOccurs="0"/> <element name="autoTransparentCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AutoTransparentCropOptions" minOccurs="0"/> <element name="autoSmartCropOptionsArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AutoSmartCropOptionsArray" minOccurs="0"/> <element name="postScriptOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PostScriptOptions" minOccurs="0"/> <element name="pdfOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PDFOptions" minOccurs="0"/> <element name="illustratorOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}IllustratorOptions" minOccurs="0"/> <element name="colorManagementOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}ColorManagementOptions" minOccurs="0"/> <element name="projectHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray" minOccurs="0"/> <element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="postHttpUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="postImageServingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}ImageServingPublishJob" minOccurs="0"/> <element name="postImageRenderingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}ImageRenderingPublishJob" minOccurs="0"/> <element name="postVideoPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}VideoPublishJob" minOccurs="0"/> <element name="inDesignOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}InDesignOptions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description RipPdfsJob() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoColorCropOptionsgetAutoColorCropOptions()Gets the value of the autoColorCropOptions property.AutoSmartCropOptionsArraygetAutoSmartCropOptionsArray()Gets the value of the autoSmartCropOptionsArray property.AutoTransparentCropOptionsgetAutoTransparentCropOptions()Gets the value of the autoTransparentCropOptions property.ColorManagementOptionsgetColorManagementOptions()Gets the value of the colorManagementOptions property.java.lang.StringgetEmailSetting()Gets the value of the emailSetting property.IllustratorOptionsgetIllustratorOptions()Gets the value of the illustratorOptions property.InDesignOptionsgetInDesignOptions()Gets the value of the inDesignOptions property.KnockoutBackgroundOptionsgetKnockoutBackgroundOptions()Gets the value of the knockoutBackgroundOptions property.ManualCropOptionsgetManualCropOptions()Gets the value of the manualCropOptions property.HandleArraygetPdfHandleArray()Gets the value of the pdfHandleArray property.PDFOptionsgetPdfOptions()Gets the value of the pdfOptions property.java.lang.StringgetPostHttpUrl()Gets the value of the postHttpUrl property.ImageRenderingPublishJobgetPostImageRenderingPublishJob()Gets the value of the postImageRenderingPublishJob property.ImageServingPublishJobgetPostImageServingPublishJob()Gets the value of the postImageServingPublishJob property.PostScriptOptionsgetPostScriptOptions()Gets the value of the postScriptOptions property.VideoPublishJobgetPostVideoPublishJob()Gets the value of the postVideoPublishJob property.HandleArraygetProjectHandleArray()Gets the value of the projectHandleArray property.booleanisCreateMask()Gets the value of the createMask property.voidsetAutoColorCropOptions(AutoColorCropOptions value)Sets the value of the autoColorCropOptions property.voidsetAutoSmartCropOptionsArray(AutoSmartCropOptionsArray value)Sets the value of the autoSmartCropOptionsArray property.voidsetAutoTransparentCropOptions(AutoTransparentCropOptions value)Sets the value of the autoTransparentCropOptions property.voidsetColorManagementOptions(ColorManagementOptions value)Sets the value of the colorManagementOptions property.voidsetCreateMask(boolean value)Sets the value of the createMask property.voidsetEmailSetting(java.lang.String value)Sets the value of the emailSetting property.voidsetIllustratorOptions(IllustratorOptions value)Sets the value of the illustratorOptions property.voidsetInDesignOptions(InDesignOptions value)Sets the value of the inDesignOptions property.voidsetKnockoutBackgroundOptions(KnockoutBackgroundOptions value)Sets the value of the knockoutBackgroundOptions property.voidsetManualCropOptions(ManualCropOptions value)Sets the value of the manualCropOptions property.voidsetPdfHandleArray(HandleArray value)Sets the value of the pdfHandleArray property.voidsetPdfOptions(PDFOptions value)Sets the value of the pdfOptions property.voidsetPostHttpUrl(java.lang.String value)Sets the value of the postHttpUrl property.voidsetPostImageRenderingPublishJob(ImageRenderingPublishJob value)Sets the value of the postImageRenderingPublishJob property.voidsetPostImageServingPublishJob(ImageServingPublishJob value)Sets the value of the postImageServingPublishJob property.voidsetPostScriptOptions(PostScriptOptions value)Sets the value of the postScriptOptions property.voidsetPostVideoPublishJob(VideoPublishJob value)Sets the value of the postVideoPublishJob property.voidsetProjectHandleArray(HandleArray value)Sets the value of the projectHandleArray property. 
 - 
 
- 
- 
Method Detail
- 
getPdfHandleArray
public HandleArray getPdfHandleArray()
Gets the value of the pdfHandleArray property.- Returns:
 - possible object is
     
HandleArray 
 
- 
setPdfHandleArray
public void setPdfHandleArray(HandleArray value)
Sets the value of the pdfHandleArray property.- Parameters:
 value- allowed object isHandleArray
 
- 
isCreateMask
public boolean isCreateMask()
Gets the value of the createMask property. 
- 
setCreateMask
public void setCreateMask(boolean value)
Sets the value of the createMask property. 
- 
getKnockoutBackgroundOptions
public KnockoutBackgroundOptions getKnockoutBackgroundOptions()
Gets the value of the knockoutBackgroundOptions property.- Returns:
 - possible object is
     
KnockoutBackgroundOptions 
 
- 
setKnockoutBackgroundOptions
public void setKnockoutBackgroundOptions(KnockoutBackgroundOptions value)
Sets the value of the knockoutBackgroundOptions property.- Parameters:
 value- allowed object isKnockoutBackgroundOptions
 
- 
getManualCropOptions
public ManualCropOptions getManualCropOptions()
Gets the value of the manualCropOptions property.- Returns:
 - possible object is
     
ManualCropOptions 
 
- 
setManualCropOptions
public void setManualCropOptions(ManualCropOptions value)
Sets the value of the manualCropOptions property.- Parameters:
 value- allowed object isManualCropOptions
 
- 
getAutoColorCropOptions
public AutoColorCropOptions getAutoColorCropOptions()
Gets the value of the autoColorCropOptions property.- Returns:
 - possible object is
     
AutoColorCropOptions 
 
- 
setAutoColorCropOptions
public void setAutoColorCropOptions(AutoColorCropOptions value)
Sets the value of the autoColorCropOptions property.- Parameters:
 value- allowed object isAutoColorCropOptions
 
- 
getAutoTransparentCropOptions
public AutoTransparentCropOptions getAutoTransparentCropOptions()
Gets the value of the autoTransparentCropOptions property.- Returns:
 - possible object is
     
AutoTransparentCropOptions 
 
- 
setAutoTransparentCropOptions
public void setAutoTransparentCropOptions(AutoTransparentCropOptions value)
Sets the value of the autoTransparentCropOptions property.- Parameters:
 value- allowed object isAutoTransparentCropOptions
 
- 
getAutoSmartCropOptionsArray
public AutoSmartCropOptionsArray getAutoSmartCropOptionsArray()
Gets the value of the autoSmartCropOptionsArray property.- Returns:
 - possible object is
     
AutoSmartCropOptionsArray 
 
- 
setAutoSmartCropOptionsArray
public void setAutoSmartCropOptionsArray(AutoSmartCropOptionsArray value)
Sets the value of the autoSmartCropOptionsArray property.- Parameters:
 value- allowed object isAutoSmartCropOptionsArray
 
- 
getPostScriptOptions
public PostScriptOptions getPostScriptOptions()
Gets the value of the postScriptOptions property.- Returns:
 - possible object is
     
PostScriptOptions 
 
- 
setPostScriptOptions
public void setPostScriptOptions(PostScriptOptions value)
Sets the value of the postScriptOptions property.- Parameters:
 value- allowed object isPostScriptOptions
 
- 
getPdfOptions
public PDFOptions getPdfOptions()
Gets the value of the pdfOptions property.- Returns:
 - possible object is
     
PDFOptions 
 
- 
setPdfOptions
public void setPdfOptions(PDFOptions value)
Sets the value of the pdfOptions property.- Parameters:
 value- allowed object isPDFOptions
 
- 
getIllustratorOptions
public IllustratorOptions getIllustratorOptions()
Gets the value of the illustratorOptions property.- Returns:
 - possible object is
     
IllustratorOptions 
 
- 
setIllustratorOptions
public void setIllustratorOptions(IllustratorOptions value)
Sets the value of the illustratorOptions property.- Parameters:
 value- allowed object isIllustratorOptions
 
- 
getColorManagementOptions
public ColorManagementOptions getColorManagementOptions()
Gets the value of the colorManagementOptions property.- Returns:
 - possible object is
     
ColorManagementOptions 
 
- 
setColorManagementOptions
public void setColorManagementOptions(ColorManagementOptions value)
Sets the value of the colorManagementOptions property.- Parameters:
 value- allowed object isColorManagementOptions
 
- 
getProjectHandleArray
public HandleArray getProjectHandleArray()
Gets the value of the projectHandleArray property.- Returns:
 - possible object is
     
HandleArray 
 
- 
setProjectHandleArray
public void setProjectHandleArray(HandleArray value)
Sets the value of the projectHandleArray property.- Parameters:
 value- allowed object isHandleArray
 
- 
getEmailSetting
public java.lang.String getEmailSetting()
Gets the value of the emailSetting property.- Returns:
 - possible object is
     
String 
 
- 
setEmailSetting
public void setEmailSetting(java.lang.String value)
Sets the value of the emailSetting property.- Parameters:
 value- allowed object isString
 
- 
getPostHttpUrl
public java.lang.String getPostHttpUrl()
Gets the value of the postHttpUrl property.- Returns:
 - possible object is
     
String 
 
- 
setPostHttpUrl
public void setPostHttpUrl(java.lang.String value)
Sets the value of the postHttpUrl property.- Parameters:
 value- allowed object isString
 
- 
getPostImageServingPublishJob
public ImageServingPublishJob getPostImageServingPublishJob()
Gets the value of the postImageServingPublishJob property.- Returns:
 - possible object is
     
ImageServingPublishJob 
 
- 
setPostImageServingPublishJob
public void setPostImageServingPublishJob(ImageServingPublishJob value)
Sets the value of the postImageServingPublishJob property.- Parameters:
 value- allowed object isImageServingPublishJob
 
- 
getPostImageRenderingPublishJob
public ImageRenderingPublishJob getPostImageRenderingPublishJob()
Gets the value of the postImageRenderingPublishJob property.- Returns:
 - possible object is
     
ImageRenderingPublishJob 
 
- 
setPostImageRenderingPublishJob
public void setPostImageRenderingPublishJob(ImageRenderingPublishJob value)
Sets the value of the postImageRenderingPublishJob property.- Parameters:
 value- allowed object isImageRenderingPublishJob
 
- 
getPostVideoPublishJob
public VideoPublishJob getPostVideoPublishJob()
Gets the value of the postVideoPublishJob property.- Returns:
 - possible object is
     
VideoPublishJob 
 
- 
setPostVideoPublishJob
public void setPostVideoPublishJob(VideoPublishJob value)
Sets the value of the postVideoPublishJob property.- Parameters:
 value- allowed object isVideoPublishJob
 
- 
getInDesignOptions
public InDesignOptions getInDesignOptions()
Gets the value of the inDesignOptions property.- Returns:
 - possible object is
     
InDesignOptions 
 
- 
setInDesignOptions
public void setInDesignOptions(InDesignOptions value)
Sets the value of the inDesignOptions property.- Parameters:
 value- allowed object isInDesignOptions
 
 - 
 
 -