Class ReprocessAssetsJob


  • public class ReprocessAssetsJob
    extends java.lang.Object

    Java class for ReprocessAssetsJob complex type.

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

     <complexType name="ReprocessAssetsJob">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assetHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray"/>
             <element name="readyForPublish" 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="preservePublishState" 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="overwriteAVS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <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="photoshopOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PhotoshopOptions" 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="mediaOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}MediaOptions" minOccurs="0"/>
             <element name="illustratorOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}IllustratorOptions" minOccurs="0"/>
             <element name="cssOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}CssOptions" minOccurs="0"/>
             <element name="colorManagementOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}ColorManagementOptions" minOccurs="0"/>
             <element name="autoSetCreationOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AutoSetCreationOptions" 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="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/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"/>
             <element name="unsharpMaskOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}UnsharpMaskOptions" minOccurs="0"/>
             <element name="excludeMasterVideoFromAVS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="metadataOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}MetadataOptions" minOccurs="0"/>
             <element name="jwtToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="imsOrg" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="apikey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ignoreSmartCropGeneration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="preserveSmartCrop" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReprocessAssetsJob

        public ReprocessAssetsJob()
    • Method Detail

      • getAssetHandleArray

        public HandleArray getAssetHandleArray()
        Gets the value of the assetHandleArray property.
        Returns:
        possible object is HandleArray
      • setAssetHandleArray

        public void setAssetHandleArray​(HandleArray value)
        Sets the value of the assetHandleArray property.
        Parameters:
        value - allowed object is HandleArray
      • isReadyForPublish

        public java.lang.Boolean isReadyForPublish()
        Gets the value of the readyForPublish property.
        Returns:
        possible object is Boolean
      • setReadyForPublish

        public void setReadyForPublish​(java.lang.Boolean value)
        Sets the value of the readyForPublish property.
        Parameters:
        value - allowed object is Boolean
      • isSynchronizationComplete

        public java.lang.Boolean isSynchronizationComplete()
        Gets the value of the synchronizationComplete property.
        Returns:
        possible object is Boolean
      • setSynchronizationComplete

        public void setSynchronizationComplete​(java.lang.Boolean value)
        Sets the value of the synchronizationComplete property.
        Parameters:
        value - allowed object is Boolean
      • isPreservePublishState

        public java.lang.Boolean isPreservePublishState()
        Gets the value of the preservePublishState property.
        Returns:
        possible object is Boolean
      • setPreservePublishState

        public void setPreservePublishState​(java.lang.Boolean value)
        Sets the value of the preservePublishState property.
        Parameters:
        value - allowed object is Boolean
      • isCreateMask

        public boolean isCreateMask()
        Gets the value of the createMask property.
      • setCreateMask

        public void setCreateMask​(boolean value)
        Sets the value of the createMask property.
      • isPreserveCrop

        public java.lang.Boolean isPreserveCrop()
        Gets the value of the preserveCrop property.
        Returns:
        possible object is Boolean
      • setPreserveCrop

        public void setPreserveCrop​(java.lang.Boolean value)
        Sets the value of the preserveCrop property.
        Parameters:
        value - allowed object is Boolean
      • isOverwriteAVS

        public java.lang.Boolean isOverwriteAVS()
        Gets the value of the overwriteAVS property.
        Returns:
        possible object is Boolean
      • setOverwriteAVS

        public void setOverwriteAVS​(java.lang.Boolean value)
        Sets the value of the overwriteAVS property.
        Parameters:
        value - allowed object is Boolean
      • setManualCropOptions

        public void setManualCropOptions​(ManualCropOptions value)
        Sets the value of the manualCropOptions property.
        Parameters:
        value - allowed object is ManualCropOptions
      • setAutoColorCropOptions

        public void setAutoColorCropOptions​(AutoColorCropOptions value)
        Sets the value of the autoColorCropOptions property.
        Parameters:
        value - allowed object is AutoColorCropOptions
      • getPhotoshopOptions

        public PhotoshopOptions getPhotoshopOptions()
        Gets the value of the photoshopOptions property.
        Returns:
        possible object is PhotoshopOptions
      • setPhotoshopOptions

        public void setPhotoshopOptions​(PhotoshopOptions value)
        Sets the value of the photoshopOptions property.
        Parameters:
        value - allowed object is PhotoshopOptions
      • setPostScriptOptions

        public void setPostScriptOptions​(PostScriptOptions value)
        Sets the value of the postScriptOptions property.
        Parameters:
        value - allowed object is PostScriptOptions
      • 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 is PDFOptions
      • getMediaOptions

        public MediaOptions getMediaOptions()
        Gets the value of the mediaOptions property.
        Returns:
        possible object is MediaOptions
      • setMediaOptions

        public void setMediaOptions​(MediaOptions value)
        Sets the value of the mediaOptions property.
        Parameters:
        value - allowed object is MediaOptions
      • setIllustratorOptions

        public void setIllustratorOptions​(IllustratorOptions value)
        Sets the value of the illustratorOptions property.
        Parameters:
        value - allowed object is IllustratorOptions
      • getCssOptions

        public CssOptions getCssOptions()
        Gets the value of the cssOptions property.
        Returns:
        possible object is CssOptions
      • setCssOptions

        public void setCssOptions​(CssOptions value)
        Sets the value of the cssOptions property.
        Parameters:
        value - allowed object is CssOptions
      • 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 is HandleArray
      • 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 is String
      • isPostJobOnlyIfFiles

        public java.lang.Boolean isPostJobOnlyIfFiles()
        Gets the value of the postJobOnlyIfFiles property.
        Returns:
        possible object is Boolean
      • setPostJobOnlyIfFiles

        public void setPostJobOnlyIfFiles​(java.lang.Boolean value)
        Sets the value of the postJobOnlyIfFiles property.
        Parameters:
        value - allowed object is Boolean
      • 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 is String
      • setPostImageServingPublishJob

        public void setPostImageServingPublishJob​(ImageServingPublishJob value)
        Sets the value of the postImageServingPublishJob property.
        Parameters:
        value - allowed object is ImageServingPublishJob
      • 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 is VideoPublishJob
      • 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 is InDesignOptions
      • setUnsharpMaskOptions

        public void setUnsharpMaskOptions​(UnsharpMaskOptions value)
        Sets the value of the unsharpMaskOptions property.
        Parameters:
        value - allowed object is UnsharpMaskOptions
      • isExcludeMasterVideoFromAVS

        public java.lang.Boolean isExcludeMasterVideoFromAVS()
        Gets the value of the excludeMasterVideoFromAVS property.
        Returns:
        possible object is Boolean
      • setExcludeMasterVideoFromAVS

        public void setExcludeMasterVideoFromAVS​(java.lang.Boolean value)
        Sets the value of the excludeMasterVideoFromAVS property.
        Parameters:
        value - allowed object is Boolean
      • getMetadataOptions

        public MetadataOptions getMetadataOptions()
        Gets the value of the metadataOptions property.
        Returns:
        possible object is MetadataOptions
      • setMetadataOptions

        public void setMetadataOptions​(MetadataOptions value)
        Sets the value of the metadataOptions property.
        Parameters:
        value - allowed object is MetadataOptions
      • getJwtToken

        public java.lang.String getJwtToken()
        Gets the value of the jwtToken property.
        Returns:
        possible object is String
      • setJwtToken

        public void setJwtToken​(java.lang.String value)
        Sets the value of the jwtToken property.
        Parameters:
        value - allowed object is String
      • getImsOrg

        public java.lang.String getImsOrg()
        Gets the value of the imsOrg property.
        Returns:
        possible object is String
      • setImsOrg

        public void setImsOrg​(java.lang.String value)
        Sets the value of the imsOrg property.
        Parameters:
        value - allowed object is String
      • getApikey

        public java.lang.String getApikey()
        Gets the value of the apikey property.
        Returns:
        possible object is String
      • setApikey

        public void setApikey​(java.lang.String value)
        Sets the value of the apikey property.
        Parameters:
        value - allowed object is String
      • isIgnoreSmartCropGeneration

        public java.lang.Boolean isIgnoreSmartCropGeneration()
        Gets the value of the ignoreSmartCropGeneration property.
        Returns:
        possible object is Boolean
      • setIgnoreSmartCropGeneration

        public void setIgnoreSmartCropGeneration​(java.lang.Boolean value)
        Sets the value of the ignoreSmartCropGeneration property.
        Parameters:
        value - allowed object is Boolean
      • isPreserveSmartCrop

        public java.lang.Boolean isPreserveSmartCrop()
        Gets the value of the preserveSmartCrop property.
        Returns:
        possible object is Boolean
      • setPreserveSmartCrop

        public void setPreserveSmartCrop​(java.lang.Boolean value)
        Sets the value of the preserveSmartCrop property.
        Parameters:
        value - allowed object is Boolean