public class UploadPostJob
extends java.lang.Object
Java class for UploadPostJob complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UploadPostJob">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="overwrite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="readyForPublish" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="preservePublishState" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="synchronizationComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="createMask" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="preserveCrop" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="knockoutBackgroundOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}KnockoutBackgroundOptions" minOccurs="0"/>
         <element name="manualCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ManualCropOptions" minOccurs="0"/>
         <element name="autoColorCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoColorCropOptions" minOccurs="0"/>
         <element name="autoTransparentCropOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoTransparentCropOptions" minOccurs="0"/>
         <element name="autoSmartCropOptionsArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoSmartCropOptionsArray" minOccurs="0"/>
         <element name="photoshopOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PhotoshopOptions" minOccurs="0"/>
         <element name="postScriptOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PostScriptOptions" minOccurs="0"/>
         <element name="pdfOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}PDFOptions" minOccurs="0"/>
         <element name="illustratorOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}IllustratorOptions" minOccurs="0"/>
         <element name="cssOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}CssOptions" minOccurs="0"/>
         <element name="colorManagementOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ColorManagementOptions" minOccurs="0"/>
         <element name="autoSetCreationOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutoSetCreationOptions" minOccurs="0"/>
         <element name="projectHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-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="mediaOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MediaOptions" minOccurs="0"/>
         <element name="inDesignOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}InDesignOptions" minOccurs="0"/>
         <element name="xmpKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unsharpMaskOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UnsharpMaskOptions" minOccurs="0"/>
         <element name="unCompressOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UnCompressOptions" minOccurs="0"/>
         <element name="excludeMasterVideoFromAVS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
UploadPostJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
AutoColorCropOptions | 
getAutoColorCropOptions()
Gets the value of the autoColorCropOptions property. 
 | 
AutoSetCreationOptions | 
getAutoSetCreationOptions()
Gets the value of the autoSetCreationOptions property. 
 | 
AutoSmartCropOptionsArray | 
getAutoSmartCropOptionsArray()
Gets the value of the autoSmartCropOptionsArray property. 
 | 
AutoTransparentCropOptions | 
getAutoTransparentCropOptions()
Gets the value of the autoTransparentCropOptions property. 
 | 
ColorManagementOptions | 
getColorManagementOptions()
Gets the value of the colorManagementOptions property. 
 | 
CssOptions | 
getCssOptions()
Gets the value of the cssOptions property. 
 | 
java.lang.String | 
getEmailSetting()
Gets the value of the emailSetting property. 
 | 
IllustratorOptions | 
getIllustratorOptions()
Gets the value of the illustratorOptions property. 
 | 
InDesignOptions | 
getInDesignOptions()
Gets the value of the inDesignOptions property. 
 | 
KnockoutBackgroundOptions | 
getKnockoutBackgroundOptions()
Gets the value of the knockoutBackgroundOptions property. 
 | 
ManualCropOptions | 
getManualCropOptions()
Gets the value of the manualCropOptions property. 
 | 
MediaOptions | 
getMediaOptions()
Gets the value of the mediaOptions property. 
 | 
PDFOptions | 
getPdfOptions()
Gets the value of the pdfOptions property. 
 | 
PhotoshopOptions | 
getPhotoshopOptions()
Gets the value of the photoshopOptions property. 
 | 
java.lang.String | 
getPostHttpUrl()
Gets the value of the postHttpUrl property. 
 | 
PostScriptOptions | 
getPostScriptOptions()
Gets the value of the postScriptOptions property. 
 | 
HandleArray | 
getProjectHandleArray()
Gets the value of the projectHandleArray property. 
 | 
UnCompressOptions | 
getUnCompressOptions()
Gets the value of the unCompressOptions property. 
 | 
UnsharpMaskOptions | 
getUnsharpMaskOptions()
Gets the value of the unsharpMaskOptions property. 
 | 
java.lang.String | 
getXmpKeywords()
Gets the value of the xmpKeywords property. 
 | 
boolean | 
isCreateMask()
Gets the value of the createMask property. 
 | 
java.lang.Boolean | 
isExcludeMasterVideoFromAVS()
Gets the value of the excludeMasterVideoFromAVS property. 
 | 
boolean | 
isOverwrite()
Gets the value of the overwrite property. 
 | 
java.lang.Boolean | 
isPreserveCrop()
Gets the value of the preserveCrop property. 
 | 
java.lang.Boolean | 
isPreservePublishState()
Gets the value of the preservePublishState property. 
 | 
boolean | 
isReadyForPublish()
Gets the value of the readyForPublish property. 
 | 
java.lang.Boolean | 
isSynchronizationComplete()
Gets the value of the synchronizationComplete property. 
 | 
void | 
setAutoColorCropOptions(AutoColorCropOptions value)
Sets the value of the autoColorCropOptions property. 
 | 
void | 
setAutoSetCreationOptions(AutoSetCreationOptions value)
Sets the value of the autoSetCreationOptions property. 
 | 
void | 
setAutoSmartCropOptionsArray(AutoSmartCropOptionsArray value)
Sets the value of the autoSmartCropOptionsArray property. 
 | 
void | 
setAutoTransparentCropOptions(AutoTransparentCropOptions value)
Sets the value of the autoTransparentCropOptions property. 
 | 
void | 
setColorManagementOptions(ColorManagementOptions value)
Sets the value of the colorManagementOptions property. 
 | 
void | 
setCreateMask(boolean value)
Sets the value of the createMask property. 
 | 
void | 
setCssOptions(CssOptions value)
Sets the value of the cssOptions property. 
 | 
void | 
setEmailSetting(java.lang.String value)
Sets the value of the emailSetting property. 
 | 
void | 
setExcludeMasterVideoFromAVS(java.lang.Boolean value)
Sets the value of the excludeMasterVideoFromAVS property. 
 | 
void | 
setIllustratorOptions(IllustratorOptions value)
Sets the value of the illustratorOptions property. 
 | 
void | 
setInDesignOptions(InDesignOptions value)
Sets the value of the inDesignOptions property. 
 | 
void | 
setKnockoutBackgroundOptions(KnockoutBackgroundOptions value)
Sets the value of the knockoutBackgroundOptions property. 
 | 
void | 
setManualCropOptions(ManualCropOptions value)
Sets the value of the manualCropOptions property. 
 | 
void | 
setMediaOptions(MediaOptions value)
Sets the value of the mediaOptions property. 
 | 
void | 
setOverwrite(boolean value)
Sets the value of the overwrite property. 
 | 
void | 
setPdfOptions(PDFOptions value)
Sets the value of the pdfOptions property. 
 | 
void | 
setPhotoshopOptions(PhotoshopOptions value)
Sets the value of the photoshopOptions property. 
 | 
void | 
setPostHttpUrl(java.lang.String value)
Sets the value of the postHttpUrl property. 
 | 
void | 
setPostScriptOptions(PostScriptOptions value)
Sets the value of the postScriptOptions property. 
 | 
void | 
setPreserveCrop(java.lang.Boolean value)
Sets the value of the preserveCrop property. 
 | 
void | 
setPreservePublishState(java.lang.Boolean value)
Sets the value of the preservePublishState property. 
 | 
void | 
setProjectHandleArray(HandleArray value)
Sets the value of the projectHandleArray property. 
 | 
void | 
setReadyForPublish(boolean value)
Sets the value of the readyForPublish property. 
 | 
void | 
setSynchronizationComplete(java.lang.Boolean value)
Sets the value of the synchronizationComplete property. 
 | 
void | 
setUnCompressOptions(UnCompressOptions value)
Sets the value of the unCompressOptions property. 
 | 
void | 
setUnsharpMaskOptions(UnsharpMaskOptions value)
Sets the value of the unsharpMaskOptions property. 
 | 
void | 
setXmpKeywords(java.lang.String value)
Sets the value of the xmpKeywords property. 
 | 
public boolean isOverwrite()
public void setOverwrite(boolean value)
public boolean isReadyForPublish()
public void setReadyForPublish(boolean value)
public java.lang.Boolean isPreservePublishState()
Booleanpublic void setPreservePublishState(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isSynchronizationComplete()
Booleanpublic void setSynchronizationComplete(java.lang.Boolean value)
value - allowed object is
     Booleanpublic boolean isCreateMask()
public void setCreateMask(boolean value)
public java.lang.Boolean isPreserveCrop()
Booleanpublic void setPreserveCrop(java.lang.Boolean value)
value - allowed object is
     Booleanpublic KnockoutBackgroundOptions getKnockoutBackgroundOptions()
KnockoutBackgroundOptionspublic void setKnockoutBackgroundOptions(KnockoutBackgroundOptions value)
value - allowed object is
     KnockoutBackgroundOptionspublic ManualCropOptions getManualCropOptions()
ManualCropOptionspublic void setManualCropOptions(ManualCropOptions value)
value - allowed object is
     ManualCropOptionspublic AutoColorCropOptions getAutoColorCropOptions()
AutoColorCropOptionspublic void setAutoColorCropOptions(AutoColorCropOptions value)
value - allowed object is
     AutoColorCropOptionspublic AutoTransparentCropOptions getAutoTransparentCropOptions()
AutoTransparentCropOptionspublic void setAutoTransparentCropOptions(AutoTransparentCropOptions value)
value - allowed object is
     AutoTransparentCropOptionspublic AutoSmartCropOptionsArray getAutoSmartCropOptionsArray()
AutoSmartCropOptionsArraypublic void setAutoSmartCropOptionsArray(AutoSmartCropOptionsArray value)
value - allowed object is
     AutoSmartCropOptionsArraypublic PhotoshopOptions getPhotoshopOptions()
PhotoshopOptionspublic void setPhotoshopOptions(PhotoshopOptions value)
value - allowed object is
     PhotoshopOptionspublic PostScriptOptions getPostScriptOptions()
PostScriptOptionspublic void setPostScriptOptions(PostScriptOptions value)
value - allowed object is
     PostScriptOptionspublic PDFOptions getPdfOptions()
PDFOptionspublic void setPdfOptions(PDFOptions value)
value - allowed object is
     PDFOptionspublic IllustratorOptions getIllustratorOptions()
IllustratorOptionspublic void setIllustratorOptions(IllustratorOptions value)
value - allowed object is
     IllustratorOptionspublic CssOptions getCssOptions()
CssOptionspublic void setCssOptions(CssOptions value)
value - allowed object is
     CssOptionspublic ColorManagementOptions getColorManagementOptions()
ColorManagementOptionspublic void setColorManagementOptions(ColorManagementOptions value)
value - allowed object is
     ColorManagementOptionspublic AutoSetCreationOptions getAutoSetCreationOptions()
AutoSetCreationOptionspublic void setAutoSetCreationOptions(AutoSetCreationOptions value)
value - allowed object is
     AutoSetCreationOptionspublic HandleArray getProjectHandleArray()
HandleArraypublic void setProjectHandleArray(HandleArray value)
value - allowed object is
     HandleArraypublic java.lang.String getEmailSetting()
Stringpublic void setEmailSetting(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getPostHttpUrl()
Stringpublic void setPostHttpUrl(java.lang.String value)
value - allowed object is
     Stringpublic MediaOptions getMediaOptions()
MediaOptionspublic void setMediaOptions(MediaOptions value)
value - allowed object is
     MediaOptionspublic InDesignOptions getInDesignOptions()
InDesignOptionspublic void setInDesignOptions(InDesignOptions value)
value - allowed object is
     InDesignOptionspublic java.lang.String getXmpKeywords()
Stringpublic void setXmpKeywords(java.lang.String value)
value - allowed object is
     Stringpublic UnsharpMaskOptions getUnsharpMaskOptions()
UnsharpMaskOptionspublic void setUnsharpMaskOptions(UnsharpMaskOptions value)
value - allowed object is
     UnsharpMaskOptionspublic UnCompressOptions getUnCompressOptions()
UnCompressOptionspublic void setUnCompressOptions(UnCompressOptions value)
value - allowed object is
     UnCompressOptionspublic java.lang.Boolean isExcludeMasterVideoFromAVS()
Booleanpublic void setExcludeMasterVideoFromAVS(java.lang.Boolean value)
value - allowed object is
     Boolean"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"