Package com.scene7.ipsapi
Class TaskProgress
- java.lang.Object
 - 
- com.scene7.ipsapi.TaskProgress
 
 
- 
public class TaskProgress extends java.lang.ObjectJava 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/2021-04-26-beta}TaskItemProgressArray"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description TaskProgress() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetLastProgressUpdate()Gets the value of the lastProgressUpdate property.intgetNumPending()Gets the value of the numPending property.intgetNumProcessed()Gets the value of the numProcessed property.intgetNumProcessing()Gets the value of the numProcessing property.doublegetProgress()Gets the value of the progress property.java.lang.StringgetProgressMessage()Gets the value of the progressMessage property.TaskItemProgressArraygetTaskItemProgressArray()Gets the value of the taskItemProgressArray property.java.lang.StringgetTaskState()Gets the value of the taskState property.java.lang.StringgetTaskType()Gets the value of the taskType property.voidsetLastProgressUpdate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastProgressUpdate property.voidsetNumPending(int value)Sets the value of the numPending property.voidsetNumProcessed(int value)Sets the value of the numProcessed property.voidsetNumProcessing(int value)Sets the value of the numProcessing property.voidsetProgress(double value)Sets the value of the progress property.voidsetProgressMessage(java.lang.String value)Sets the value of the progressMessage property.voidsetTaskItemProgressArray(TaskItemProgressArray value)Sets the value of the taskItemProgressArray property.voidsetTaskState(java.lang.String value)Sets the value of the taskState property.voidsetTaskType(java.lang.String value)Sets the value of the taskType property. 
 - 
 
- 
- 
Method Detail
- 
getTaskType
public java.lang.String getTaskType()
Gets the value of the taskType property.- Returns:
 - possible object is
     
String 
 
- 
setTaskType
public void setTaskType(java.lang.String value)
Sets the value of the taskType property.- Parameters:
 value- allowed object isString
 
- 
getTaskState
public java.lang.String getTaskState()
Gets the value of the taskState property.- Returns:
 - possible object is
     
String 
 
- 
setTaskState
public void setTaskState(java.lang.String value)
Sets the value of the taskState property.- Parameters:
 value- allowed object isString
 
- 
getNumProcessed
public int getNumProcessed()
Gets the value of the numProcessed property. 
- 
setNumProcessed
public void setNumProcessed(int value)
Sets the value of the numProcessed property. 
- 
getNumProcessing
public int getNumProcessing()
Gets the value of the numProcessing property. 
- 
setNumProcessing
public void setNumProcessing(int value)
Sets the value of the numProcessing property. 
- 
getNumPending
public int getNumPending()
Gets the value of the numPending property. 
- 
setNumPending
public void setNumPending(int value)
Sets the value of the numPending property. 
- 
getProgress
public double getProgress()
Gets the value of the progress property. 
- 
setProgress
public void setProgress(double value)
Sets the value of the progress property. 
- 
getProgressMessage
public java.lang.String getProgressMessage()
Gets the value of the progressMessage property.- Returns:
 - possible object is
     
String 
 
- 
setProgressMessage
public void setProgressMessage(java.lang.String value)
Sets the value of the progressMessage property.- Parameters:
 value- allowed object isString
 
- 
getLastProgressUpdate
public javax.xml.datatype.XMLGregorianCalendar getLastProgressUpdate()
Gets the value of the lastProgressUpdate property.- Returns:
 - possible object is
     
XMLGregorianCalendar 
 
- 
setLastProgressUpdate
public void setLastProgressUpdate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastProgressUpdate property.- Parameters:
 value- allowed object isXMLGregorianCalendar
 
- 
getTaskItemProgressArray
public TaskItemProgressArray getTaskItemProgressArray()
Gets the value of the taskItemProgressArray property.- Returns:
 - possible object is
     
TaskItemProgressArray 
 
- 
setTaskItemProgressArray
public void setTaskItemProgressArray(TaskItemProgressArray value)
Sets the value of the taskItemProgressArray property.- Parameters:
 value- allowed object isTaskItemProgressArray
 
 - 
 
 -