Package com.scene7.ipsapi
Class ScheduledJob
java.lang.Object
com.scene7.ipsapi.ScheduledJob
Java class for ScheduledJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduledJob">
<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="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="execSchedule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nextFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="triggerState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the automatedSetGenerationJob property.Gets the value of the companyHandle property.Gets the value of the createVideoSitemapJob property.Gets the value of the description property.Gets the value of the execSchedule property.Gets the value of the exportJob property.Gets the value of the imageRenderingPublishJob property.Gets the value of the imageServingPublishJob property.Gets the value of the jobHandle property.Gets the value of the locale property.Gets the value of the metadataPublishJob property.getName()Gets the value of the name property.Gets the value of the nextFireTime property.Gets the value of the optimizeImagesJob property.Gets the value of the originalName property.Gets the value of the reprocessAssetsJob property.Gets the value of the ripPdfsJob property.Gets the value of the serverDirectoryPublishJob property.Gets the value of the submitUserEmail property.Gets the value of the timeZone property.Gets the value of the triggerState property.getType()Gets the value of the type property.Gets the value of the uploadDirectoryJob property.Gets the value of the uploadUrlsJob property.Gets the value of the videoPublishJob property.voidSets the value of the automatedSetGenerationJob property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidSets the value of the createVideoSitemapJob property.voidsetDescription(String value) Sets the value of the description property.voidsetExecSchedule(String value) Sets the value of the execSchedule property.voidsetExportJob(ExportJob value) Sets the value of the exportJob property.voidSets the value of the imageRenderingPublishJob property.voidSets the value of the imageServingPublishJob property.voidsetJobHandle(String value) Sets the value of the jobHandle property.voidSets the value of the locale property.voidSets the value of the metadataPublishJob property.voidSets the value of the name property.voidSets the value of the nextFireTime property.voidSets the value of the optimizeImagesJob property.voidsetOriginalName(String value) Sets the value of the originalName property.voidSets the value of the reprocessAssetsJob property.voidsetRipPdfsJob(RipPdfsJob value) Sets the value of the ripPdfsJob property.voidSets the value of the serverDirectoryPublishJob property.voidsetSubmitUserEmail(String value) Sets the value of the submitUserEmail property.voidsetTimeZone(String value) Sets the value of the timeZone property.voidsetTriggerState(String value) Sets the value of the triggerState property.voidSets the value of the type property.voidSets the value of the uploadDirectoryJob property.voidsetUploadUrlsJob(UploadUrlsJob value) Sets the value of the uploadUrlsJob property.voidSets the value of the videoPublishJob property.
-
Constructor Details
-
ScheduledJob
public ScheduledJob()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getJobHandle
Gets the value of the jobHandle property.- Returns:
- possible object is
String
-
setJobHandle
Sets the value of the jobHandle property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getOriginalName
Gets the value of the originalName property.- Returns:
- possible object is
String
-
setOriginalName
Sets the value of the originalName property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getSubmitUserEmail
Gets the value of the submitUserEmail property.- Returns:
- possible object is
String
-
setSubmitUserEmail
Sets the value of the submitUserEmail property.- Parameters:
value- allowed object isString
-
getLocale
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getExecSchedule
Gets the value of the execSchedule property.- Returns:
- possible object is
String
-
setExecSchedule
Sets the value of the execSchedule property.- Parameters:
value- allowed object isString
-
getNextFireTime
Gets the value of the nextFireTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNextFireTime
Sets the value of the nextFireTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimeZone
Gets the value of the timeZone property.- Returns:
- possible object is
String
-
setTimeZone
Sets the value of the timeZone property.- Parameters:
value- allowed object isString
-
getTriggerState
Gets the value of the triggerState property.- Returns:
- possible object is
String
-
setTriggerState
Sets the value of the triggerState property.- Parameters:
value- allowed object isString
-
getImageServingPublishJob
Gets the value of the imageServingPublishJob property.- Returns:
- possible object is
ImageServingPublishJob
-
setImageServingPublishJob
Sets the value of the imageServingPublishJob property.- Parameters:
value- allowed object isImageServingPublishJob
-
getImageRenderingPublishJob
Gets the value of the imageRenderingPublishJob property.- Returns:
- possible object is
ImageRenderingPublishJob
-
setImageRenderingPublishJob
Sets the value of the imageRenderingPublishJob property.- Parameters:
value- allowed object isImageRenderingPublishJob
-
getVideoPublishJob
Gets the value of the videoPublishJob property.- Returns:
- possible object is
VideoPublishJob
-
setVideoPublishJob
Sets the value of the videoPublishJob property.- Parameters:
value- allowed object isVideoPublishJob
-
getServerDirectoryPublishJob
Gets the value of the serverDirectoryPublishJob property.- Returns:
- possible object is
ServerDirectoryPublishJob
-
setServerDirectoryPublishJob
Sets the value of the serverDirectoryPublishJob property.- Parameters:
value- allowed object isServerDirectoryPublishJob
-
getMetadataPublishJob
Gets the value of the metadataPublishJob property.- Returns:
- possible object is
MetadataPublishJob
-
setMetadataPublishJob
Sets the value of the metadataPublishJob property.- Parameters:
value- allowed object isMetadataPublishJob
-
getUploadDirectoryJob
Gets the value of the uploadDirectoryJob property.- Returns:
- possible object is
UploadDirectoryJob
-
setUploadDirectoryJob
Sets the value of the uploadDirectoryJob property.- Parameters:
value- allowed object isUploadDirectoryJob
-
getUploadUrlsJob
Gets the value of the uploadUrlsJob property.- Returns:
- possible object is
UploadUrlsJob
-
setUploadUrlsJob
Sets the value of the uploadUrlsJob property.- Parameters:
value- allowed object isUploadUrlsJob
-
getOptimizeImagesJob
Gets the value of the optimizeImagesJob property.- Returns:
- possible object is
OptimizeImagesJob
-
setOptimizeImagesJob
Sets the value of the optimizeImagesJob property.- Parameters:
value- allowed object isOptimizeImagesJob
-
getRipPdfsJob
Gets the value of the ripPdfsJob property.- Returns:
- possible object is
RipPdfsJob
-
setRipPdfsJob
Sets the value of the ripPdfsJob property.- Parameters:
value- allowed object isRipPdfsJob
-
getReprocessAssetsJob
Gets the value of the reprocessAssetsJob property.- Returns:
- possible object is
ReprocessAssetsJob
-
setReprocessAssetsJob
Sets the value of the reprocessAssetsJob property.- Parameters:
value- allowed object isReprocessAssetsJob
-
getCreateVideoSitemapJob
Gets the value of the createVideoSitemapJob property.- Returns:
- possible object is
CreateVideoSitemapJob
-
setCreateVideoSitemapJob
Sets the value of the createVideoSitemapJob property.- Parameters:
value- allowed object isCreateVideoSitemapJob
-
getExportJob
Gets the value of the exportJob property.- Returns:
- possible object is
ExportJob
-
setExportJob
Sets the value of the exportJob property.- Parameters:
value- allowed object isExportJob
-
getAutomatedSetGenerationJob
Gets the value of the automatedSetGenerationJob property.- Returns:
- possible object is
AutomatedSetGenerationJob
-
setAutomatedSetGenerationJob
Sets the value of the automatedSetGenerationJob property.- Parameters:
value- allowed object isAutomatedSetGenerationJob
-