|
||||||||||
| 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="taskIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType"/>
<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="otherHandlersUriStack" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}UriStack" minOccurs="0"/>
<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="nextRunStartTime" 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"/>
<element name="modelOperationState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ModelOperationStateType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TaskBindingType |
binding
|
protected javax.xml.datatype.XMLGregorianCalendar |
claimExpirationTimestamp
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected TaskExclusivityStatusType |
exclusivityStatus
|
protected TaskExecutionStatusType |
executionStatus
|
static javax.xml.namespace.QName |
F_BINDING
|
static javax.xml.namespace.QName |
F_CLAIM_EXPIRATION_TIMESTAMP
|
static javax.xml.namespace.QName |
F_EXCLUSIVITY_STATUS
|
static javax.xml.namespace.QName |
F_EXECUTION_STATUS
|
static javax.xml.namespace.QName |
F_HANDLER_URI
|
static javax.xml.namespace.QName |
F_LAST_RUN_FINISH_TIMESTAMP
|
static javax.xml.namespace.QName |
F_LAST_RUN_START_TIMESTAMP
|
static javax.xml.namespace.QName |
F_MODEL_OPERATION_STATE
|
static javax.xml.namespace.QName |
F_NEXT_RUN_START_TIME
|
static javax.xml.namespace.QName |
F_NODE
|
static javax.xml.namespace.QName |
F_OBJECT_REF
|
static javax.xml.namespace.QName |
F_OTHER_HANDLERS_URI_STACK
|
static javax.xml.namespace.QName |
F_OWNER_REF
|
static javax.xml.namespace.QName |
F_PROGRESS
|
static javax.xml.namespace.QName |
F_RECURRENCE
|
static javax.xml.namespace.QName |
F_RESULT
|
static javax.xml.namespace.QName |
F_SCHEDULE
|
static javax.xml.namespace.QName |
F_TASK_IDENTIFIER
|
protected java.lang.String |
handlerUri
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastRunFinishTimestamp
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastRunStartTimestamp
|
protected ModelOperationStateType |
modelOperationState
|
protected javax.xml.datatype.XMLGregorianCalendar |
nextRunStartTime
|
protected java.lang.String |
node
|
protected ObjectReferenceType |
objectRef
|
protected UriStack |
otherHandlersUriStack
|
protected ObjectReferenceType |
ownerRef
|
protected java.math.BigInteger |
progress
|
protected TaskRecurrenceType |
recurrence
|
protected OperationResultType |
result
|
protected ScheduleType |
schedule
|
protected java.lang.String |
taskIdentifier
|
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
|---|
extension, F_EXTENSION |
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
|---|
description, F_DESCRIPTION, F_FETCH_RESULT, F_NAME, F_VERSION, fetchResult, name, oid, version |
| Constructor Summary | |
|---|---|
TaskType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
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. |
ModelOperationStateType |
getModelOperationState()
Gets the value of the modelOperationState property. |
javax.xml.datatype.XMLGregorianCalendar |
getNextRunStartTime()
Gets the value of the nextRunStartTime property. |
java.lang.String |
getNode()
Gets the value of the node property. |
ObjectReferenceType |
getObjectRef()
Gets the value of the objectRef property. |
UriStack |
getOtherHandlersUriStack()
Gets the value of the otherHandlersUriStack property. |
ObjectReferenceType |
getOwnerRef()
Gets the value of the ownerRef 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. |
java.lang.String |
getTaskIdentifier()
Gets the value of the taskIdentifier property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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 |
setModelOperationState(ModelOperationStateType value)
Sets the value of the modelOperationState property. |
void |
setNextRunStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the nextRunStartTime 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 |
setOtherHandlersUriStack(UriStack value)
Sets the value of the otherHandlersUriStack property. |
void |
setOwnerRef(ObjectReferenceType value)
Sets the value of the ownerRef 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. |
void |
setTaskIdentifier(java.lang.String value)
Sets the value of the taskIdentifier 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, getFetchResult, getName, getOid, getVersion, setDescription, setFetchResult, setName, setOid, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String taskIdentifier
protected ObjectReferenceType ownerRef
protected TaskExecutionStatusType executionStatus
protected TaskExclusivityStatusType exclusivityStatus
protected java.lang.String node
protected javax.xml.datatype.XMLGregorianCalendar claimExpirationTimestamp
protected java.lang.String handlerUri
protected UriStack otherHandlersUriStack
protected OperationResultType result
protected ObjectReferenceType objectRef
protected javax.xml.datatype.XMLGregorianCalendar lastRunStartTimestamp
protected javax.xml.datatype.XMLGregorianCalendar lastRunFinishTimestamp
protected javax.xml.datatype.XMLGregorianCalendar nextRunStartTime
protected java.math.BigInteger progress
protected TaskRecurrenceType recurrence
protected TaskBindingType binding
protected ScheduleType schedule
protected ModelOperationStateType modelOperationState
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_TASK_IDENTIFIER
public static final javax.xml.namespace.QName F_OWNER_REF
public static final javax.xml.namespace.QName F_EXECUTION_STATUS
public static final javax.xml.namespace.QName F_EXCLUSIVITY_STATUS
public static final javax.xml.namespace.QName F_NODE
public static final javax.xml.namespace.QName F_CLAIM_EXPIRATION_TIMESTAMP
public static final javax.xml.namespace.QName F_HANDLER_URI
public static final javax.xml.namespace.QName F_OTHER_HANDLERS_URI_STACK
public static final javax.xml.namespace.QName F_RESULT
public static final javax.xml.namespace.QName F_OBJECT_REF
public static final javax.xml.namespace.QName F_LAST_RUN_START_TIMESTAMP
public static final javax.xml.namespace.QName F_LAST_RUN_FINISH_TIMESTAMP
public static final javax.xml.namespace.QName F_NEXT_RUN_START_TIME
public static final javax.xml.namespace.QName F_PROGRESS
public static final javax.xml.namespace.QName F_RECURRENCE
public static final javax.xml.namespace.QName F_BINDING
public static final javax.xml.namespace.QName F_SCHEDULE
public static final javax.xml.namespace.QName F_MODEL_OPERATION_STATE
| Constructor Detail |
|---|
public TaskType()
| Method Detail |
|---|
public java.lang.String getTaskIdentifier()
Stringpublic void setTaskIdentifier(java.lang.String value)
value - allowed object is
Stringpublic ObjectReferenceType getOwnerRef()
ObjectReferenceTypepublic void setOwnerRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic TaskExecutionStatusType getExecutionStatus()
TaskExecutionStatusTypepublic void setExecutionStatus(TaskExecutionStatusType value)
value - allowed object is
TaskExecutionStatusTypepublic TaskExclusivityStatusType getExclusivityStatus()
TaskExclusivityStatusTypepublic void setExclusivityStatus(TaskExclusivityStatusType value)
value - allowed object is
TaskExclusivityStatusTypepublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getClaimExpirationTimestamp()
XMLGregorianCalendarpublic void setClaimExpirationTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getHandlerUri()
Stringpublic void setHandlerUri(java.lang.String value)
value - allowed object is
Stringpublic UriStack getOtherHandlersUriStack()
UriStackpublic void setOtherHandlersUriStack(UriStack value)
value - allowed object is
UriStackpublic OperationResultType getResult()
OperationResultTypepublic void setResult(OperationResultType value)
value - allowed object is
OperationResultTypepublic ObjectReferenceType getObjectRef()
ObjectReferenceTypepublic void setObjectRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic javax.xml.datatype.XMLGregorianCalendar getLastRunStartTimestamp()
XMLGregorianCalendarpublic void setLastRunStartTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLastRunFinishTimestamp()
XMLGregorianCalendarpublic void setLastRunFinishTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getNextRunStartTime()
XMLGregorianCalendarpublic void setNextRunStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigInteger getProgress()
BigIntegerpublic void setProgress(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic TaskRecurrenceType getRecurrence()
TaskRecurrenceTypepublic void setRecurrence(TaskRecurrenceType value)
value - allowed object is
TaskRecurrenceTypepublic TaskBindingType getBinding()
TaskBindingTypepublic void setBinding(TaskBindingType value)
value - allowed object is
TaskBindingTypepublic ScheduleType getSchedule()
ScheduleTypepublic void setSchedule(ScheduleType value)
value - allowed object is
ScheduleTypepublic ModelOperationStateType getModelOperationState()
ModelOperationStateTypepublic void setModelOperationState(ModelOperationStateType value)
value - allowed object is
ModelOperationStateTypepublic java.lang.String toString()
toString in class ExtensibleObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ExtensibleObjectTypepublic int hashCode()
hashCode in class ExtensibleObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ExtensibleObjectTypepublic boolean equals(java.lang.Object object)
equals in class ExtensibleObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||