public class TaskProgress
extends java.lang.Object
Java class for TaskProgress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskProgress"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taskType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="taskState" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numProcessed" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="numProcessing" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="numPending" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="progress" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="progressMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lastProgressUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="taskItemProgressArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}TaskItemProgressArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TaskProgress() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getLastProgressUpdate()
Gets the value of the lastProgressUpdate property.
|
int |
getNumPending()
Gets the value of the numPending property.
|
int |
getNumProcessed()
Gets the value of the numProcessed property.
|
int |
getNumProcessing()
Gets the value of the numProcessing property.
|
double |
getProgress()
Gets the value of the progress property.
|
java.lang.String |
getProgressMessage()
Gets the value of the progressMessage property.
|
TaskItemProgressArray |
getTaskItemProgressArray()
Gets the value of the taskItemProgressArray property.
|
java.lang.String |
getTaskState()
Gets the value of the taskState property.
|
java.lang.String |
getTaskType()
Gets the value of the taskType property.
|
void |
setLastProgressUpdate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastProgressUpdate property.
|
void |
setNumPending(int value)
Sets the value of the numPending property.
|
void |
setNumProcessed(int value)
Sets the value of the numProcessed property.
|
void |
setNumProcessing(int value)
Sets the value of the numProcessing property.
|
void |
setProgress(double value)
Sets the value of the progress property.
|
void |
setProgressMessage(java.lang.String value)
Sets the value of the progressMessage property.
|
void |
setTaskItemProgressArray(TaskItemProgressArray value)
Sets the value of the taskItemProgressArray property.
|
void |
setTaskState(java.lang.String value)
Sets the value of the taskState property.
|
void |
setTaskType(java.lang.String value)
Sets the value of the taskType property.
|
public java.lang.String getTaskType()
String
public void setTaskType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTaskState()
String
public void setTaskState(java.lang.String value)
value
- allowed object is
String
public int getNumProcessed()
public void setNumProcessed(int value)
public int getNumProcessing()
public void setNumProcessing(int value)
public int getNumPending()
public void setNumPending(int value)
public double getProgress()
public void setProgress(double value)
public java.lang.String getProgressMessage()
String
public void setProgressMessage(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getLastProgressUpdate()
XMLGregorianCalendar
public void setLastProgressUpdate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public TaskItemProgressArray getTaskItemProgressArray()
TaskItemProgressArray
public void setTaskItemProgressArray(TaskItemProgressArray value)
value
- allowed object is
TaskItemProgressArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"