com.scene7.ipsapi.ActiveJob Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.06.06 at 01:39:50 PM UTC
//
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/2024-05-30-beta}TaskProgressArray"/>
* <element name="imageServingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ImageServingPublishJob" minOccurs="0"/>
* <element name="imageRenderingPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ImageRenderingPublishJob" minOccurs="0"/>
* <element name="videoPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}VideoPublishJob" minOccurs="0"/>
* <element name="serverDirectoryPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ServerDirectoryPublishJob" minOccurs="0"/>
* <element name="metadataPublishJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}MetadataPublishJob" minOccurs="0"/>
* <element name="uploadDirectoryJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}UploadDirectoryJob" minOccurs="0"/>
* <element name="uploadUrlsJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}UploadUrlsJob" minOccurs="0"/>
* <element name="uploadPostJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}UploadPostJob" minOccurs="0"/>
* <element name="optimizeImagesJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}OptimizeImagesJob" minOccurs="0"/>
* <element name="ripPdfsJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}RipPdfsJob" minOccurs="0"/>
* <element name="reprocessAssetsJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ReprocessAssetsJob" minOccurs="0"/>
* <element name="createVideoSitemapJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}CreateVideoSitemapJob" minOccurs="0"/>
* <element name="exportJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}ExportJob" minOccurs="0"/>
* <element name="automatedSetGenerationJob" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}AutomatedSetGenerationJob" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ActiveJob", namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", 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(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String companyHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String jobHandle;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String name;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String originalName;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String type;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String state;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String submitUserEmail;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String locale;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected String description;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String serverName;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar startDate;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar triggerTime;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected int totalSize;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected int progress;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected String progressMessage;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar lastProgressUpdate;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta", required = true)
protected TaskProgressArray taskProgressArray;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected ImageServingPublishJob imageServingPublishJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected ImageRenderingPublishJob imageRenderingPublishJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected VideoPublishJob videoPublishJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected ServerDirectoryPublishJob serverDirectoryPublishJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected MetadataPublishJob metadataPublishJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected UploadDirectoryJob uploadDirectoryJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected UploadUrlsJob uploadUrlsJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected UploadPostJob uploadPostJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected OptimizeImagesJob optimizeImagesJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected RipPdfsJob ripPdfsJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected ReprocessAssetsJob reprocessAssetsJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected CreateVideoSitemapJob createVideoSitemapJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
protected ExportJob exportJob;
@XmlElement(namespace = "http://www.scene7.com/IpsApi/xsd/2024-05-30-beta")
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;
}
}