|
||||||||||
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.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.TaskType
public class TaskType
TODO
Java class for TaskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExtensibleObjectType"> <sequence> <element name="executionStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TaskExecutionStatusType"/> <element name="exclusivityStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TaskExclusivityStatusType"/> <element name="node" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="claimExpirationTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}OperationResultType" minOccurs="0"/> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType" minOccurs="0"/> <element name="lastRunStartTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastRunFinishTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="progress" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="recurrence" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TaskRecurrenceType"/> <element name="binding" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TaskBindingType" minOccurs="0"/> <element name="schedule" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ScheduleType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected TaskBindingType |
binding
|
protected javax.xml.datatype.XMLGregorianCalendar |
claimExpirationTimestamp
|
protected TaskExclusivityStatusType |
exclusivityStatus
|
protected TaskExecutionStatusType |
executionStatus
|
protected java.lang.String |
handlerUri
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastRunFinishTimestamp
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastRunStartTimestamp
|
protected java.lang.String |
node
|
protected ObjectReferenceType |
objectRef
|
protected java.math.BigInteger |
progress
|
protected TaskRecurrenceType |
recurrence
|
protected OperationResultType |
result
|
protected ScheduleType |
schedule
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
---|
extension |
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
---|
description, name, oid, version |
Constructor Summary | |
---|---|
TaskType()
|
Method Summary | |
---|---|
TaskBindingType |
getBinding()
Gets the value of the binding property. |
javax.xml.datatype.XMLGregorianCalendar |
getClaimExpirationTimestamp()
Gets the value of the claimExpirationTimestamp property. |
TaskExclusivityStatusType |
getExclusivityStatus()
Gets the value of the exclusivityStatus property. |
TaskExecutionStatusType |
getExecutionStatus()
Gets the value of the executionStatus property. |
java.lang.String |
getHandlerUri()
Gets the value of the handlerUri property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastRunFinishTimestamp()
Gets the value of the lastRunFinishTimestamp property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastRunStartTimestamp()
Gets the value of the lastRunStartTimestamp property. |
java.lang.String |
getNode()
Gets the value of the node property. |
ObjectReferenceType |
getObjectRef()
Gets the value of the objectRef property. |
java.math.BigInteger |
getProgress()
Gets the value of the progress property. |
TaskRecurrenceType |
getRecurrence()
Gets the value of the recurrence property. |
OperationResultType |
getResult()
Gets the value of the result property. |
ScheduleType |
getSchedule()
Gets the value of the schedule property. |
void |
setBinding(TaskBindingType value)
Sets the value of the binding property. |
void |
setClaimExpirationTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the claimExpirationTimestamp property. |
void |
setExclusivityStatus(TaskExclusivityStatusType value)
Sets the value of the exclusivityStatus property. |
void |
setExecutionStatus(TaskExecutionStatusType value)
Sets the value of the executionStatus property. |
void |
setHandlerUri(java.lang.String value)
Sets the value of the handlerUri property. |
void |
setLastRunFinishTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunFinishTimestamp property. |
void |
setLastRunStartTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunStartTimestamp property. |
void |
setNode(java.lang.String value)
Sets the value of the node property. |
void |
setObjectRef(ObjectReferenceType value)
Sets the value of the objectRef property. |
void |
setProgress(java.math.BigInteger value)
Sets the value of the progress property. |
void |
setRecurrence(TaskRecurrenceType value)
Sets the value of the recurrence property. |
void |
setResult(OperationResultType value)
Sets the value of the result property. |
void |
setSchedule(ScheduleType value)
Sets the value of the schedule property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
---|
getExtension, setExtension |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
---|
getDescription, getName, getOid, getVersion, setDescription, setName, setOid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected TaskExecutionStatusType executionStatus
protected TaskExclusivityStatusType exclusivityStatus
protected java.lang.String node
protected javax.xml.datatype.XMLGregorianCalendar claimExpirationTimestamp
protected java.lang.String handlerUri
protected OperationResultType result
protected ObjectReferenceType objectRef
protected javax.xml.datatype.XMLGregorianCalendar lastRunStartTimestamp
protected javax.xml.datatype.XMLGregorianCalendar lastRunFinishTimestamp
protected java.math.BigInteger progress
protected TaskRecurrenceType recurrence
protected TaskBindingType binding
protected ScheduleType schedule
Constructor Detail |
---|
public TaskType()
Method Detail |
---|
public TaskExecutionStatusType getExecutionStatus()
TaskExecutionStatusType
public void setExecutionStatus(TaskExecutionStatusType value)
value
- allowed object is
TaskExecutionStatusType
public TaskExclusivityStatusType getExclusivityStatus()
TaskExclusivityStatusType
public void setExclusivityStatus(TaskExclusivityStatusType value)
value
- allowed object is
TaskExclusivityStatusType
public java.lang.String getNode()
String
public void setNode(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getClaimExpirationTimestamp()
XMLGregorianCalendar
public void setClaimExpirationTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getHandlerUri()
String
public void setHandlerUri(java.lang.String value)
value
- allowed object is
String
public OperationResultType getResult()
OperationResultType
public void setResult(OperationResultType value)
value
- allowed object is
OperationResultType
public ObjectReferenceType getObjectRef()
ObjectReferenceType
public void setObjectRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public javax.xml.datatype.XMLGregorianCalendar getLastRunStartTimestamp()
XMLGregorianCalendar
public void setLastRunStartTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getLastRunFinishTimestamp()
XMLGregorianCalendar
public void setLastRunFinishTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigInteger getProgress()
BigInteger
public void setProgress(java.math.BigInteger value)
value
- allowed object is
BigInteger
public TaskRecurrenceType getRecurrence()
TaskRecurrenceType
public void setRecurrence(TaskRecurrenceType value)
value
- allowed object is
TaskRecurrenceType
public TaskBindingType getBinding()
TaskBindingType
public void setBinding(TaskBindingType value)
value
- allowed object is
TaskBindingType
public ScheduleType getSchedule()
ScheduleType
public void setSchedule(ScheduleType value)
value
- allowed object is
ScheduleType
public java.lang.String toString()
toString
in class ExtensibleObjectType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |