|
||||||||||
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()
String
public void setTaskIdentifier(java.lang.String value)
value
- allowed object is
String
public ObjectReferenceType getOwnerRef()
ObjectReferenceType
public void setOwnerRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
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 UriStack getOtherHandlersUriStack()
UriStack
public void setOtherHandlersUriStack(UriStack value)
value
- allowed object is
UriStack
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 javax.xml.datatype.XMLGregorianCalendar getNextRunStartTime()
XMLGregorianCalendar
public void setNextRunStartTime(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 ModelOperationStateType getModelOperationState()
ModelOperationStateType
public void setModelOperationState(ModelOperationStateType value)
value
- allowed object is
ModelOperationStateType
public 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.HashCode
hashCode
in class ExtensibleObjectType
public 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.Equals
equals
in class ExtensibleObjectType
public 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 |