Package com.scene7.ipsapi
Class UploadTaskStatus
- java.lang.Object
 - 
- com.scene7.ipsapi.UploadTaskStatus
 
 
- 
public class UploadTaskStatus extends java.lang.ObjectJava class for UploadTaskStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadTaskStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isJobStopped" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="lastAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="lastCompleted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="taskArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}UploadTaskArray"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description UploadTaskStatus() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJobHandle()Gets the value of the jobHandle property.javax.xml.datatype.XMLGregorianCalendargetLastAdded()Gets the value of the lastAdded property.javax.xml.datatype.XMLGregorianCalendargetLastCompleted()Gets the value of the lastCompleted property.UploadTaskArraygetTaskArray()Gets the value of the taskArray property.booleanisIsJobStopped()Gets the value of the isJobStopped property.voidsetIsJobStopped(boolean value)Sets the value of the isJobStopped property.voidsetJobHandle(java.lang.String value)Sets the value of the jobHandle property.voidsetLastAdded(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastAdded property.voidsetLastCompleted(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastCompleted property.voidsetTaskArray(UploadTaskArray value)Sets the value of the taskArray property. 
 - 
 
- 
- 
Method Detail
- 
getJobHandle
public java.lang.String getJobHandle()
Gets the value of the jobHandle property.- Returns:
 - possible object is
     
String 
 
- 
setJobHandle
public void setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.- Parameters:
 value- allowed object isString
 
- 
isIsJobStopped
public boolean isIsJobStopped()
Gets the value of the isJobStopped property. 
- 
setIsJobStopped
public void setIsJobStopped(boolean value)
Sets the value of the isJobStopped property. 
- 
getLastAdded
public javax.xml.datatype.XMLGregorianCalendar getLastAdded()
Gets the value of the lastAdded property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setLastAdded
public void setLastAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastAdded property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getLastCompleted
public javax.xml.datatype.XMLGregorianCalendar getLastCompleted()
Gets the value of the lastCompleted property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setLastCompleted
public void setLastCompleted(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastCompleted property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getTaskArray
public UploadTaskArray getTaskArray()
Gets the value of the taskArray property.- Returns:
 - possible object is
     
UploadTaskArray 
 
- 
setTaskArray
public void setTaskArray(UploadTaskArray value)
Sets the value of the taskArray property.- Parameters:
 value- allowed object isUploadTaskArray
 
 - 
 
 -