public class UploadTaskStatus
extends java.lang.Object
Java 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/2017-10-29-beta}UploadTaskArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
UploadTaskStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJobHandle()
Gets the value of the jobHandle property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastAdded()
Gets the value of the lastAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastCompleted()
Gets the value of the lastCompleted property.
|
UploadTaskArray |
getTaskArray()
Gets the value of the taskArray property.
|
boolean |
isIsJobStopped()
Gets the value of the isJobStopped property.
|
void |
setIsJobStopped(boolean value)
Sets the value of the isJobStopped property.
|
void |
setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.
|
void |
setLastAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastAdded property.
|
void |
setLastCompleted(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastCompleted property.
|
void |
setTaskArray(UploadTaskArray value)
Sets the value of the taskArray property.
|
public java.lang.String getJobHandle()
String
public void setJobHandle(java.lang.String value)
value
- allowed object is
String
public boolean isIsJobStopped()
public void setIsJobStopped(boolean value)
public javax.xml.datatype.XMLGregorianCalendar getLastAdded()
XMLGregorianCalendar
public void setLastAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getLastCompleted()
XMLGregorianCalendar
public void setLastCompleted(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public UploadTaskArray getTaskArray()
UploadTaskArray
public void setTaskArray(UploadTaskArray value)
value
- allowed object is
UploadTaskArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"