|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.TaskStatusType
public class TaskStatusType
The status of the task. WARNING: This type definition is UNSTABLE. It may change any time without a notice. Do not use unless you really know what you are doing.
Java class for TaskStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="launchTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="finishTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="progress" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="lastStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numberOfErrors" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="lastError" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}DiagnosticsMessageType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
finishTime
|
protected DiagnosticsMessageType |
lastError
|
protected java.lang.String |
lastStatus
|
protected javax.xml.datatype.XMLGregorianCalendar |
launchTime
|
protected java.lang.String |
name
|
protected java.lang.Long |
numberOfErrors
|
protected java.lang.Long |
progress
|
protected boolean |
running
|
| Constructor Summary | |
|---|---|
TaskStatusType()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getFinishTime()
Gets the value of the finishTime property. |
DiagnosticsMessageType |
getLastError()
Gets the value of the lastError property. |
java.lang.String |
getLastStatus()
Gets the value of the lastStatus property. |
javax.xml.datatype.XMLGregorianCalendar |
getLaunchTime()
Gets the value of the launchTime property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Long |
getNumberOfErrors()
Gets the value of the numberOfErrors property. |
java.lang.Long |
getProgress()
Gets the value of the progress property. |
boolean |
isRunning()
Gets the value of the running property. |
void |
setFinishTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the finishTime property. |
void |
setLastError(DiagnosticsMessageType value)
Sets the value of the lastError property. |
void |
setLastStatus(java.lang.String value)
Sets the value of the lastStatus property. |
void |
setLaunchTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the launchTime property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNumberOfErrors(java.lang.Long value)
Sets the value of the numberOfErrors property. |
void |
setProgress(java.lang.Long value)
Sets the value of the progress property. |
void |
setRunning(boolean value)
Sets the value of the running property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected boolean running
protected javax.xml.datatype.XMLGregorianCalendar launchTime
protected javax.xml.datatype.XMLGregorianCalendar finishTime
protected java.lang.Long progress
protected java.lang.String lastStatus
protected java.lang.Long numberOfErrors
protected DiagnosticsMessageType lastError
| Constructor Detail |
|---|
public TaskStatusType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isRunning()
public void setRunning(boolean value)
public javax.xml.datatype.XMLGregorianCalendar getLaunchTime()
XMLGregorianCalendarpublic void setLaunchTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getFinishTime()
XMLGregorianCalendarpublic void setFinishTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Long getProgress()
Longpublic void setProgress(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getLastStatus()
Stringpublic void setLastStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getNumberOfErrors()
Longpublic void setNumberOfErrors(java.lang.Long value)
value - allowed object is
Longpublic DiagnosticsMessageType getLastError()
DiagnosticsMessageTypepublic void setLastError(DiagnosticsMessageType value)
value - allowed object is
DiagnosticsMessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||