All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scene7.ipsapi.ActiveJob Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.12.04 at 11:32:00 AM PST 
//


package com.scene7.ipsapi;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

Java class for ActiveJob complex type. * *

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

 * <complexType name="ActiveJob">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="originalName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="submitUserEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="locale" 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="serverName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
 *         <element name="triggerTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
 *         <element name="totalSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="progress" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="progressMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="lastProgressUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
 *         <element name="taskProgressArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}TaskProgressArray"/>
 *         <element name="imageServingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ImageServingPublishJob" minOccurs="0"/>
 *         <element name="imageRenderingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ImageRenderingPublishJob" minOccurs="0"/>
 *         <element name="videoPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}VideoPublishJob" minOccurs="0"/>
 *         <element name="serverDirectoryPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ServerDirectoryPublishJob" minOccurs="0"/>
 *         <element name="metadataPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MetadataPublishJob" minOccurs="0"/>
 *         <element name="uploadDirectoryJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UploadDirectoryJob" minOccurs="0"/>
 *         <element name="uploadUrlsJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UploadUrlsJob" minOccurs="0"/>
 *         <element name="uploadPostJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}UploadPostJob" minOccurs="0"/>
 *         <element name="optimizeImagesJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}OptimizeImagesJob" minOccurs="0"/>
 *         <element name="ripPdfsJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}RipPdfsJob" minOccurs="0"/>
 *         <element name="reprocessAssetsJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ReprocessAssetsJob" minOccurs="0"/>
 *         <element name="createVideoSitemapJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}CreateVideoSitemapJob" minOccurs="0"/>
 *         <element name="exportJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ExportJob" minOccurs="0"/>
 *         <element name="automatedSetGenerationJob" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AutomatedSetGenerationJob" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ActiveJob", propOrder = { "companyHandle", "jobHandle", "name", "originalName", "type", "state", "submitUserEmail", "locale", "description", "serverName", "startDate", "triggerTime", "totalSize", "progress", "progressMessage", "lastProgressUpdate", "taskProgressArray", "imageServingPublishJob", "imageRenderingPublishJob", "videoPublishJob", "serverDirectoryPublishJob", "metadataPublishJob", "uploadDirectoryJob", "uploadUrlsJob", "uploadPostJob", "optimizeImagesJob", "ripPdfsJob", "reprocessAssetsJob", "createVideoSitemapJob", "exportJob", "automatedSetGenerationJob" }) public class ActiveJob { @XmlElement(required = true) protected String companyHandle; @XmlElement(required = true) protected String jobHandle; @XmlElement(required = true) protected String name; @XmlElement(required = true) protected String originalName; @XmlElement(required = true) protected String type; @XmlElement(required = true) protected String state; @XmlElement(required = true) protected String submitUserEmail; protected String locale; protected String description; @XmlElement(required = true) protected String serverName; @XmlElement(required = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar startDate; @XmlElement(required = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar triggerTime; protected int totalSize; protected int progress; @XmlElement(required = true) protected String progressMessage; @XmlElement(required = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar lastProgressUpdate; @XmlElement(required = true) protected TaskProgressArray taskProgressArray; protected ImageServingPublishJob imageServingPublishJob; protected ImageRenderingPublishJob imageRenderingPublishJob; protected VideoPublishJob videoPublishJob; protected ServerDirectoryPublishJob serverDirectoryPublishJob; protected MetadataPublishJob metadataPublishJob; protected UploadDirectoryJob uploadDirectoryJob; protected UploadUrlsJob uploadUrlsJob; protected UploadPostJob uploadPostJob; protected OptimizeImagesJob optimizeImagesJob; protected RipPdfsJob ripPdfsJob; protected ReprocessAssetsJob reprocessAssetsJob; protected CreateVideoSitemapJob createVideoSitemapJob; protected ExportJob exportJob; protected AutomatedSetGenerationJob automatedSetGenerationJob; /** * Gets the value of the companyHandle property. * * @return * possible object is * {@link String } * */ public String getCompanyHandle() { return companyHandle; } /** * Sets the value of the companyHandle property. * * @param value * allowed object is * {@link String } * */ public void setCompanyHandle(String value) { this.companyHandle = value; } /** * Gets the value of the jobHandle property. * * @return * possible object is * {@link String } * */ public String getJobHandle() { return jobHandle; } /** * Sets the value of the jobHandle property. * * @param value * allowed object is * {@link String } * */ public void setJobHandle(String value) { this.jobHandle = value; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ public void setName(String value) { this.name = value; } /** * Gets the value of the originalName property. * * @return * possible object is * {@link String } * */ public String getOriginalName() { return originalName; } /** * Sets the value of the originalName property. * * @param value * allowed object is * {@link String } * */ public void setOriginalName(String value) { this.originalName = value; } /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } /** * Gets the value of the state property. * * @return * possible object is * {@link String } * */ public String getState() { return state; } /** * Sets the value of the state property. * * @param value * allowed object is * {@link String } * */ public void setState(String value) { this.state = value; } /** * Gets the value of the submitUserEmail property. * * @return * possible object is * {@link String } * */ public String getSubmitUserEmail() { return submitUserEmail; } /** * Sets the value of the submitUserEmail property. * * @param value * allowed object is * {@link String } * */ public void setSubmitUserEmail(String value) { this.submitUserEmail = value; } /** * Gets the value of the locale property. * * @return * possible object is * {@link String } * */ public String getLocale() { return locale; } /** * Sets the value of the locale property. * * @param value * allowed object is * {@link String } * */ public void setLocale(String value) { this.locale = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link String } * */ public String getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link String } * */ public void setDescription(String value) { this.description = value; } /** * Gets the value of the serverName property. * * @return * possible object is * {@link String } * */ public String getServerName() { return serverName; } /** * Sets the value of the serverName property. * * @param value * allowed object is * {@link String } * */ public void setServerName(String value) { this.serverName = value; } /** * Gets the value of the startDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setStartDate(XMLGregorianCalendar value) { this.startDate = value; } /** * Gets the value of the triggerTime property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getTriggerTime() { return triggerTime; } /** * Sets the value of the triggerTime property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setTriggerTime(XMLGregorianCalendar value) { this.triggerTime = value; } /** * Gets the value of the totalSize property. * */ public int getTotalSize() { return totalSize; } /** * Sets the value of the totalSize property. * */ public void setTotalSize(int value) { this.totalSize = value; } /** * Gets the value of the progress property. * */ public int getProgress() { return progress; } /** * Sets the value of the progress property. * */ public void setProgress(int value) { this.progress = value; } /** * Gets the value of the progressMessage property. * * @return * possible object is * {@link String } * */ public String getProgressMessage() { return progressMessage; } /** * Sets the value of the progressMessage property. * * @param value * allowed object is * {@link String } * */ public void setProgressMessage(String value) { this.progressMessage = value; } /** * Gets the value of the lastProgressUpdate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getLastProgressUpdate() { return lastProgressUpdate; } /** * Sets the value of the lastProgressUpdate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setLastProgressUpdate(XMLGregorianCalendar value) { this.lastProgressUpdate = value; } /** * Gets the value of the taskProgressArray property. * * @return * possible object is * {@link TaskProgressArray } * */ public TaskProgressArray getTaskProgressArray() { return taskProgressArray; } /** * Sets the value of the taskProgressArray property. * * @param value * allowed object is * {@link TaskProgressArray } * */ public void setTaskProgressArray(TaskProgressArray value) { this.taskProgressArray = value; } /** * Gets the value of the imageServingPublishJob property. * * @return * possible object is * {@link ImageServingPublishJob } * */ public ImageServingPublishJob getImageServingPublishJob() { return imageServingPublishJob; } /** * Sets the value of the imageServingPublishJob property. * * @param value * allowed object is * {@link ImageServingPublishJob } * */ public void setImageServingPublishJob(ImageServingPublishJob value) { this.imageServingPublishJob = value; } /** * Gets the value of the imageRenderingPublishJob property. * * @return * possible object is * {@link ImageRenderingPublishJob } * */ public ImageRenderingPublishJob getImageRenderingPublishJob() { return imageRenderingPublishJob; } /** * Sets the value of the imageRenderingPublishJob property. * * @param value * allowed object is * {@link ImageRenderingPublishJob } * */ public void setImageRenderingPublishJob(ImageRenderingPublishJob value) { this.imageRenderingPublishJob = value; } /** * Gets the value of the videoPublishJob property. * * @return * possible object is * {@link VideoPublishJob } * */ public VideoPublishJob getVideoPublishJob() { return videoPublishJob; } /** * Sets the value of the videoPublishJob property. * * @param value * allowed object is * {@link VideoPublishJob } * */ public void setVideoPublishJob(VideoPublishJob value) { this.videoPublishJob = value; } /** * Gets the value of the serverDirectoryPublishJob property. * * @return * possible object is * {@link ServerDirectoryPublishJob } * */ public ServerDirectoryPublishJob getServerDirectoryPublishJob() { return serverDirectoryPublishJob; } /** * Sets the value of the serverDirectoryPublishJob property. * * @param value * allowed object is * {@link ServerDirectoryPublishJob } * */ public void setServerDirectoryPublishJob(ServerDirectoryPublishJob value) { this.serverDirectoryPublishJob = value; } /** * Gets the value of the metadataPublishJob property. * * @return * possible object is * {@link MetadataPublishJob } * */ public MetadataPublishJob getMetadataPublishJob() { return metadataPublishJob; } /** * Sets the value of the metadataPublishJob property. * * @param value * allowed object is * {@link MetadataPublishJob } * */ public void setMetadataPublishJob(MetadataPublishJob value) { this.metadataPublishJob = value; } /** * Gets the value of the uploadDirectoryJob property. * * @return * possible object is * {@link UploadDirectoryJob } * */ public UploadDirectoryJob getUploadDirectoryJob() { return uploadDirectoryJob; } /** * Sets the value of the uploadDirectoryJob property. * * @param value * allowed object is * {@link UploadDirectoryJob } * */ public void setUploadDirectoryJob(UploadDirectoryJob value) { this.uploadDirectoryJob = value; } /** * Gets the value of the uploadUrlsJob property. * * @return * possible object is * {@link UploadUrlsJob } * */ public UploadUrlsJob getUploadUrlsJob() { return uploadUrlsJob; } /** * Sets the value of the uploadUrlsJob property. * * @param value * allowed object is * {@link UploadUrlsJob } * */ public void setUploadUrlsJob(UploadUrlsJob value) { this.uploadUrlsJob = value; } /** * Gets the value of the uploadPostJob property. * * @return * possible object is * {@link UploadPostJob } * */ public UploadPostJob getUploadPostJob() { return uploadPostJob; } /** * Sets the value of the uploadPostJob property. * * @param value * allowed object is * {@link UploadPostJob } * */ public void setUploadPostJob(UploadPostJob value) { this.uploadPostJob = value; } /** * Gets the value of the optimizeImagesJob property. * * @return * possible object is * {@link OptimizeImagesJob } * */ public OptimizeImagesJob getOptimizeImagesJob() { return optimizeImagesJob; } /** * Sets the value of the optimizeImagesJob property. * * @param value * allowed object is * {@link OptimizeImagesJob } * */ public void setOptimizeImagesJob(OptimizeImagesJob value) { this.optimizeImagesJob = value; } /** * Gets the value of the ripPdfsJob property. * * @return * possible object is * {@link RipPdfsJob } * */ public RipPdfsJob getRipPdfsJob() { return ripPdfsJob; } /** * Sets the value of the ripPdfsJob property. * * @param value * allowed object is * {@link RipPdfsJob } * */ public void setRipPdfsJob(RipPdfsJob value) { this.ripPdfsJob = value; } /** * Gets the value of the reprocessAssetsJob property. * * @return * possible object is * {@link ReprocessAssetsJob } * */ public ReprocessAssetsJob getReprocessAssetsJob() { return reprocessAssetsJob; } /** * Sets the value of the reprocessAssetsJob property. * * @param value * allowed object is * {@link ReprocessAssetsJob } * */ public void setReprocessAssetsJob(ReprocessAssetsJob value) { this.reprocessAssetsJob = value; } /** * Gets the value of the createVideoSitemapJob property. * * @return * possible object is * {@link CreateVideoSitemapJob } * */ public CreateVideoSitemapJob getCreateVideoSitemapJob() { return createVideoSitemapJob; } /** * Sets the value of the createVideoSitemapJob property. * * @param value * allowed object is * {@link CreateVideoSitemapJob } * */ public void setCreateVideoSitemapJob(CreateVideoSitemapJob value) { this.createVideoSitemapJob = value; } /** * Gets the value of the exportJob property. * * @return * possible object is * {@link ExportJob } * */ public ExportJob getExportJob() { return exportJob; } /** * Sets the value of the exportJob property. * * @param value * allowed object is * {@link ExportJob } * */ public void setExportJob(ExportJob value) { this.exportJob = value; } /** * Gets the value of the automatedSetGenerationJob property. * * @return * possible object is * {@link AutomatedSetGenerationJob } * */ public AutomatedSetGenerationJob getAutomatedSetGenerationJob() { return automatedSetGenerationJob; } /** * Sets the value of the automatedSetGenerationJob property. * * @param value * allowed object is * {@link AutomatedSetGenerationJob } * */ public void setAutomatedSetGenerationJob(AutomatedSetGenerationJob value) { this.automatedSetGenerationJob = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy