Class SubmitJobParam


  • public class SubmitJobParam
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="userHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="execTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="execSchedule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="imageServingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}ImageServingPublishJob" minOccurs="0"/>
             <element name="imageRenderingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}ImageRenderingPublishJob" minOccurs="0"/>
             <element name="videoPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}VideoPublishJob" minOccurs="0"/>
             <element name="serverDirectoryPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}ServerDirectoryPublishJob" minOccurs="0"/>
             <element name="metadataPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}MetadataPublishJob" minOccurs="0"/>
             <element name="uploadDirectoryJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}UploadDirectoryJob" minOccurs="0"/>
             <element name="uploadUrlsJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}UploadUrlsJob" minOccurs="0"/>
             <element name="optimizeImagesJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}OptimizeImagesJob" minOccurs="0"/>
             <element name="ripPdfsJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}RipPdfsJob" minOccurs="0"/>
             <element name="reprocessAssetsJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}ReprocessAssetsJob" minOccurs="0"/>
             <element name="createVideoSitemapJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}CreateVideoSitemapJob" minOccurs="0"/>
             <element name="exportJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}ExportJob" minOccurs="0"/>
             <element name="automatedSetGenerationJob" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}AutomatedSetGenerationJob" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SubmitJobParam

        public SubmitJobParam()
    • Method Detail

      • getCompanyHandle

        public String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • getUserHandle

        public String getUserHandle()
        Gets the value of the userHandle property.
        Returns:
        possible object is String
      • setUserHandle

        public void setUserHandle​(String value)
        Sets the value of the userHandle property.
        Parameters:
        value - allowed object is String
      • getJobName

        public String getJobName()
        Gets the value of the jobName property.
        Returns:
        possible object is String
      • setJobName

        public void setJobName​(String value)
        Sets the value of the jobName property.
        Parameters:
        value - allowed object is String
      • getLocale

        public String getLocale()
        Gets the value of the locale property.
        Returns:
        possible object is String
      • setLocale

        public void setLocale​(String value)
        Sets the value of the locale property.
        Parameters:
        value - allowed object is String
      • getExecSchedule

        public String getExecSchedule()
        Gets the value of the execSchedule property.
        Returns:
        possible object is String
      • setExecSchedule

        public void setExecSchedule​(String value)
        Sets the value of the execSchedule property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getVideoPublishJob

        public VideoPublishJob getVideoPublishJob()
        Gets the value of the videoPublishJob property.
        Returns:
        possible object is VideoPublishJob
      • setVideoPublishJob

        public void setVideoPublishJob​(VideoPublishJob value)
        Sets the value of the videoPublishJob property.
        Parameters:
        value - allowed object is VideoPublishJob
      • setMetadataPublishJob

        public void setMetadataPublishJob​(MetadataPublishJob value)
        Sets the value of the metadataPublishJob property.
        Parameters:
        value - allowed object is MetadataPublishJob
      • setUploadDirectoryJob

        public void setUploadDirectoryJob​(UploadDirectoryJob value)
        Sets the value of the uploadDirectoryJob property.
        Parameters:
        value - allowed object is UploadDirectoryJob
      • getUploadUrlsJob

        public UploadUrlsJob getUploadUrlsJob()
        Gets the value of the uploadUrlsJob property.
        Returns:
        possible object is UploadUrlsJob
      • setUploadUrlsJob

        public void setUploadUrlsJob​(UploadUrlsJob value)
        Sets the value of the uploadUrlsJob property.
        Parameters:
        value - allowed object is UploadUrlsJob
      • setOptimizeImagesJob

        public void setOptimizeImagesJob​(OptimizeImagesJob value)
        Sets the value of the optimizeImagesJob property.
        Parameters:
        value - allowed object is OptimizeImagesJob
      • getRipPdfsJob

        public RipPdfsJob getRipPdfsJob()
        Gets the value of the ripPdfsJob property.
        Returns:
        possible object is RipPdfsJob
      • setRipPdfsJob

        public void setRipPdfsJob​(RipPdfsJob value)
        Sets the value of the ripPdfsJob property.
        Parameters:
        value - allowed object is RipPdfsJob
      • setReprocessAssetsJob

        public void setReprocessAssetsJob​(ReprocessAssetsJob value)
        Sets the value of the reprocessAssetsJob property.
        Parameters:
        value - allowed object is ReprocessAssetsJob
      • setCreateVideoSitemapJob

        public void setCreateVideoSitemapJob​(CreateVideoSitemapJob value)
        Sets the value of the createVideoSitemapJob property.
        Parameters:
        value - allowed object is CreateVideoSitemapJob
      • getExportJob

        public ExportJob getExportJob()
        Gets the value of the exportJob property.
        Returns:
        possible object is ExportJob
      • setExportJob

        public void setExportJob​(ExportJob value)
        Sets the value of the exportJob property.
        Parameters:
        value - allowed object is ExportJob