public class UploadDirectoryJob
extends java.lang.Object
Java class for UploadDirectoryJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadDirectoryJob"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="destFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="serverDir" type="{http://www.w3.org/2001/XMLSchema}string"/> <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="includeSubfolders" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="createMask" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="processMetadataFiles" 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="postJobOnlyIfFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="postHttpUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="postImageServingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ImageServingPublishJob" minOccurs="0"/> <element name="postImageRenderingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ImageRenderingPublishJob" minOccurs="0"/> <element name="postVideoPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}VideoPublishJob" 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 |
---|
UploadDirectoryJob() |
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 |
getDestFolder()
Gets the value of the destFolder 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.
|
ImageRenderingPublishJob |
getPostImageRenderingPublishJob()
Gets the value of the postImageRenderingPublishJob property.
|
ImageServingPublishJob |
getPostImageServingPublishJob()
Gets the value of the postImageServingPublishJob property.
|
PostScriptOptions |
getPostScriptOptions()
Gets the value of the postScriptOptions property.
|
VideoPublishJob |
getPostVideoPublishJob()
Gets the value of the postVideoPublishJob property.
|
HandleArray |
getProjectHandleArray()
Gets the value of the projectHandleArray property.
|
java.lang.String |
getServerDir()
Gets the value of the serverDir 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 |
isIncludeSubfolders()
Gets the value of the includeSubfolders property.
|
boolean |
isOverwrite()
Gets the value of the overwrite property.
|
java.lang.Boolean |
isPostJobOnlyIfFiles()
Gets the value of the postJobOnlyIfFiles property.
|
java.lang.Boolean |
isPreserveCrop()
Gets the value of the preserveCrop property.
|
java.lang.Boolean |
isPreservePublishState()
Gets the value of the preservePublishState property.
|
boolean |
isProcessMetadataFiles()
Gets the value of the processMetadataFiles 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 |
setDestFolder(java.lang.String value)
Sets the value of the destFolder 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 |
setIncludeSubfolders(boolean value)
Sets the value of the includeSubfolders 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 |
setPostImageRenderingPublishJob(ImageRenderingPublishJob value)
Sets the value of the postImageRenderingPublishJob property.
|
void |
setPostImageServingPublishJob(ImageServingPublishJob value)
Sets the value of the postImageServingPublishJob property.
|
void |
setPostJobOnlyIfFiles(java.lang.Boolean value)
Sets the value of the postJobOnlyIfFiles property.
|
void |
setPostScriptOptions(PostScriptOptions value)
Sets the value of the postScriptOptions property.
|
void |
setPostVideoPublishJob(VideoPublishJob value)
Sets the value of the postVideoPublishJob 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 |
setProcessMetadataFiles(boolean value)
Sets the value of the processMetadataFiles property.
|
void |
setProjectHandleArray(HandleArray value)
Sets the value of the projectHandleArray property.
|
void |
setReadyForPublish(boolean value)
Sets the value of the readyForPublish property.
|
void |
setServerDir(java.lang.String value)
Sets the value of the serverDir 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 java.lang.String getDestFolder()
String
public void setDestFolder(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServerDir()
String
public void setServerDir(java.lang.String value)
value
- allowed object is
String
public boolean isOverwrite()
public void setOverwrite(boolean value)
public boolean isReadyForPublish()
public void setReadyForPublish(boolean value)
public java.lang.Boolean isPreservePublishState()
Boolean
public void setPreservePublishState(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isSynchronizationComplete()
Boolean
public void setSynchronizationComplete(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isIncludeSubfolders()
public void setIncludeSubfolders(boolean value)
public boolean isCreateMask()
public void setCreateMask(boolean value)
public boolean isProcessMetadataFiles()
public void setProcessMetadataFiles(boolean value)
public java.lang.Boolean isPreserveCrop()
Boolean
public void setPreserveCrop(java.lang.Boolean value)
value
- allowed object is
Boolean
public KnockoutBackgroundOptions getKnockoutBackgroundOptions()
KnockoutBackgroundOptions
public void setKnockoutBackgroundOptions(KnockoutBackgroundOptions value)
value
- allowed object is
KnockoutBackgroundOptions
public ManualCropOptions getManualCropOptions()
ManualCropOptions
public void setManualCropOptions(ManualCropOptions value)
value
- allowed object is
ManualCropOptions
public AutoColorCropOptions getAutoColorCropOptions()
AutoColorCropOptions
public void setAutoColorCropOptions(AutoColorCropOptions value)
value
- allowed object is
AutoColorCropOptions
public AutoTransparentCropOptions getAutoTransparentCropOptions()
AutoTransparentCropOptions
public void setAutoTransparentCropOptions(AutoTransparentCropOptions value)
value
- allowed object is
AutoTransparentCropOptions
public AutoSmartCropOptionsArray getAutoSmartCropOptionsArray()
AutoSmartCropOptionsArray
public void setAutoSmartCropOptionsArray(AutoSmartCropOptionsArray value)
value
- allowed object is
AutoSmartCropOptionsArray
public PhotoshopOptions getPhotoshopOptions()
PhotoshopOptions
public void setPhotoshopOptions(PhotoshopOptions value)
value
- allowed object is
PhotoshopOptions
public PostScriptOptions getPostScriptOptions()
PostScriptOptions
public void setPostScriptOptions(PostScriptOptions value)
value
- allowed object is
PostScriptOptions
public PDFOptions getPdfOptions()
PDFOptions
public void setPdfOptions(PDFOptions value)
value
- allowed object is
PDFOptions
public IllustratorOptions getIllustratorOptions()
IllustratorOptions
public void setIllustratorOptions(IllustratorOptions value)
value
- allowed object is
IllustratorOptions
public CssOptions getCssOptions()
CssOptions
public void setCssOptions(CssOptions value)
value
- allowed object is
CssOptions
public ColorManagementOptions getColorManagementOptions()
ColorManagementOptions
public void setColorManagementOptions(ColorManagementOptions value)
value
- allowed object is
ColorManagementOptions
public AutoSetCreationOptions getAutoSetCreationOptions()
AutoSetCreationOptions
public void setAutoSetCreationOptions(AutoSetCreationOptions value)
value
- allowed object is
AutoSetCreationOptions
public HandleArray getProjectHandleArray()
HandleArray
public void setProjectHandleArray(HandleArray value)
value
- allowed object is
HandleArray
public java.lang.String getEmailSetting()
String
public void setEmailSetting(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isPostJobOnlyIfFiles()
Boolean
public void setPostJobOnlyIfFiles(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getPostHttpUrl()
String
public void setPostHttpUrl(java.lang.String value)
value
- allowed object is
String
public ImageServingPublishJob getPostImageServingPublishJob()
ImageServingPublishJob
public void setPostImageServingPublishJob(ImageServingPublishJob value)
value
- allowed object is
ImageServingPublishJob
public ImageRenderingPublishJob getPostImageRenderingPublishJob()
ImageRenderingPublishJob
public void setPostImageRenderingPublishJob(ImageRenderingPublishJob value)
value
- allowed object is
ImageRenderingPublishJob
public VideoPublishJob getPostVideoPublishJob()
VideoPublishJob
public void setPostVideoPublishJob(VideoPublishJob value)
value
- allowed object is
VideoPublishJob
public MediaOptions getMediaOptions()
MediaOptions
public void setMediaOptions(MediaOptions value)
value
- allowed object is
MediaOptions
public InDesignOptions getInDesignOptions()
InDesignOptions
public void setInDesignOptions(InDesignOptions value)
value
- allowed object is
InDesignOptions
public java.lang.String getXmpKeywords()
String
public void setXmpKeywords(java.lang.String value)
value
- allowed object is
String
public UnsharpMaskOptions getUnsharpMaskOptions()
UnsharpMaskOptions
public void setUnsharpMaskOptions(UnsharpMaskOptions value)
value
- allowed object is
UnsharpMaskOptions
public UnCompressOptions getUnCompressOptions()
UnCompressOptions
public void setUnCompressOptions(UnCompressOptions value)
value
- allowed object is
UnCompressOptions
public java.lang.Boolean isExcludeMasterVideoFromAVS()
Boolean
public void setExcludeMasterVideoFromAVS(java.lang.Boolean value)
value
- allowed object is
Boolean
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"