com.evolveum.midpoint.xml.ns._public.common.common_1
Class TaskType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
          extended by com.evolveum.midpoint.xml.ns._public.common.common_1.TaskType
All Implemented Interfaces:
java.io.Serializable

public class TaskType
extends ExtensibleObjectType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

executionStatus

protected TaskExecutionStatusType executionStatus

exclusivityStatus

protected TaskExclusivityStatusType exclusivityStatus

node

protected java.lang.String node

claimExpirationTimestamp

protected javax.xml.datatype.XMLGregorianCalendar claimExpirationTimestamp

handlerUri

protected java.lang.String handlerUri

result

protected OperationResultType result

objectRef

protected ObjectReferenceType objectRef

lastRunStartTimestamp

protected javax.xml.datatype.XMLGregorianCalendar lastRunStartTimestamp

lastRunFinishTimestamp

protected javax.xml.datatype.XMLGregorianCalendar lastRunFinishTimestamp

progress

protected java.math.BigInteger progress

recurrence

protected TaskRecurrenceType recurrence

binding

protected TaskBindingType binding

schedule

protected ScheduleType schedule
Constructor Detail

TaskType

public TaskType()
Method Detail

getExecutionStatus

public TaskExecutionStatusType getExecutionStatus()
Gets the value of the executionStatus property.

Returns:
possible object is TaskExecutionStatusType

setExecutionStatus

public void setExecutionStatus(TaskExecutionStatusType value)
Sets the value of the executionStatus property.

Parameters:
value - allowed object is TaskExecutionStatusType

getExclusivityStatus

public TaskExclusivityStatusType getExclusivityStatus()
Gets the value of the exclusivityStatus property.

Returns:
possible object is TaskExclusivityStatusType

setExclusivityStatus

public void setExclusivityStatus(TaskExclusivityStatusType value)
Sets the value of the exclusivityStatus property.

Parameters:
value - allowed object is TaskExclusivityStatusType

getNode

public java.lang.String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

public void setNode(java.lang.String value)
Sets the value of the node property.

Parameters:
value - allowed object is String

getClaimExpirationTimestamp

public javax.xml.datatype.XMLGregorianCalendar getClaimExpirationTimestamp()
Gets the value of the claimExpirationTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setClaimExpirationTimestamp

public void setClaimExpirationTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the claimExpirationTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHandlerUri

public java.lang.String getHandlerUri()
Gets the value of the handlerUri property.

Returns:
possible object is String

setHandlerUri

public void setHandlerUri(java.lang.String value)
Sets the value of the handlerUri property.

Parameters:
value - allowed object is String

getResult

public OperationResultType getResult()
Gets the value of the result property.

Returns:
possible object is OperationResultType

setResult

public void setResult(OperationResultType value)
Sets the value of the result property.

Parameters:
value - allowed object is OperationResultType

getObjectRef

public ObjectReferenceType getObjectRef()
Gets the value of the objectRef property.

Returns:
possible object is ObjectReferenceType

setObjectRef

public void setObjectRef(ObjectReferenceType value)
Sets the value of the objectRef property.

Parameters:
value - allowed object is ObjectReferenceType

getLastRunStartTimestamp

public javax.xml.datatype.XMLGregorianCalendar getLastRunStartTimestamp()
Gets the value of the lastRunStartTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setLastRunStartTimestamp

public void setLastRunStartTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunStartTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastRunFinishTimestamp

public javax.xml.datatype.XMLGregorianCalendar getLastRunFinishTimestamp()
Gets the value of the lastRunFinishTimestamp property.

Returns:
possible object is XMLGregorianCalendar

setLastRunFinishTimestamp

public void setLastRunFinishTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunFinishTimestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getProgress

public java.math.BigInteger getProgress()
Gets the value of the progress property.

Returns:
possible object is BigInteger

setProgress

public void setProgress(java.math.BigInteger value)
Sets the value of the progress property.

Parameters:
value - allowed object is BigInteger

getRecurrence

public TaskRecurrenceType getRecurrence()
Gets the value of the recurrence property.

Returns:
possible object is TaskRecurrenceType

setRecurrence

public void setRecurrence(TaskRecurrenceType value)
Sets the value of the recurrence property.

Parameters:
value - allowed object is TaskRecurrenceType

getBinding

public TaskBindingType getBinding()
Gets the value of the binding property.

Returns:
possible object is TaskBindingType

setBinding

public void setBinding(TaskBindingType value)
Sets the value of the binding property.

Parameters:
value - allowed object is TaskBindingType

getSchedule

public ScheduleType getSchedule()
Gets the value of the schedule property.

Returns:
possible object is ScheduleType

setSchedule

public void setSchedule(ScheduleType value)
Sets the value of the schedule property.

Parameters:
value - allowed object is ScheduleType

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ExtensibleObjectType


Copyright © 2011 evolveum. All Rights Reserved.