Class ActivityTaskStateOverviewType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityTaskStateOverviewType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ActivityTaskStateOverviewType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
State of the local activity run in an individual task.Java class for ActivityTaskStateOverviewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityTaskStateOverviewType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="node" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bucketsProcessingRole" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BucketsProcessingRoleType" minOccurs="0"/> <element name="executionState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityTaskExecutionStateType" minOccurs="0"/> <element name="stalledSince" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="progress" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemsProgressOverviewType" minOccurs="0"/> <element name="resultStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BucketsProcessingRoleTypebucketsProcessingRolestatic QNameCOMPLEX_TYPEprotected ActivityTaskExecutionStateTypeexecutionStatestatic ItemNameF_BUCKETS_PROCESSING_ROLEstatic ItemNameF_EXECUTION_STATEstatic ItemNameF_NODEstatic ItemNameF_PROGRESSstatic ItemNameF_RESULT_STATUSstatic ItemNameF_STALLED_SINCEstatic ItemNameF_TASK_REFprotected Stringnodeprotected ItemsProgressOverviewTypeprogressprotected OperationResultStatusTyperesultStatusprotected XMLGregorianCalendarstalledSinceprotected ObjectReferenceTypetaskRef
-
Constructor Summary
Constructors Constructor Description ActivityTaskStateOverviewType()Creates a newActivityTaskStateOverviewTypeinstance.ActivityTaskStateOverviewType(ActivityTaskStateOverviewType o)Creates a newActivityTaskStateOverviewTypeinstance by deeply copying a givenActivityTaskStateOverviewTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ItemsProgressOverviewTypebeginProgress()ObjectReferenceTypebeginTaskRef()ActivityTaskStateOverviewTypebucketsProcessingRole(BucketsProcessingRoleType value)ActivityTaskStateOverviewTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ActivityTaskStateOverviewTypeexecutionState(ActivityTaskExecutionStateType value)BucketsProcessingRoleTypegetBucketsProcessingRole()Gets the value of the bucketsProcessingRole property.ActivityTaskExecutionStateTypegetExecutionState()Gets the value of the executionState property.StringgetNode()Gets the value of the node property.ItemsProgressOverviewTypegetProgress()Gets the value of the progress property.OperationResultStatusTypegetResultStatus()Gets the value of the resultStatus property.XMLGregorianCalendargetStalledSince()Gets the value of the stalledSince property.ObjectReferenceTypegetTaskRef()Gets the value of the taskRef property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ActivityTaskStateOverviewTypenode(String value)ActivityTaskStateOverviewTypeprogress(ItemsProgressOverviewType value)ActivityTaskStateOverviewTyperesultStatus(OperationResultStatusType value)voidsetBucketsProcessingRole(BucketsProcessingRoleType value)Sets the value of the bucketsProcessingRole property.voidsetExecutionState(ActivityTaskExecutionStateType value)Sets the value of the executionState property.voidsetNode(String value)Sets the value of the node property.voidsetProgress(ItemsProgressOverviewType value)Sets the value of the progress property.voidsetResultStatus(OperationResultStatusType value)Sets the value of the resultStatus property.voidsetStalledSince(XMLGregorianCalendar value)Sets the value of the stalledSince property.voidsetTaskRef(ObjectReferenceType value)Sets the value of the taskRef property.ActivityTaskStateOverviewTypestalledSince(String value)ActivityTaskStateOverviewTypestalledSince(XMLGregorianCalendar value)ActivityTaskStateOverviewTypetaskRef(ObjectReferenceType value)ActivityTaskStateOverviewTypetaskRef(String oid, QName type)ActivityTaskStateOverviewTypetaskRef(String oid, QName type, QName relation)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
taskRef
protected ObjectReferenceType taskRef
-
node
protected String node
-
bucketsProcessingRole
protected BucketsProcessingRoleType bucketsProcessingRole
-
executionState
protected ActivityTaskExecutionStateType executionState
-
stalledSince
protected XMLGregorianCalendar stalledSince
-
progress
protected ItemsProgressOverviewType progress
-
resultStatus
protected OperationResultStatusType resultStatus
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TASK_REF
public static final ItemName F_TASK_REF
-
F_NODE
public static final ItemName F_NODE
-
F_BUCKETS_PROCESSING_ROLE
public static final ItemName F_BUCKETS_PROCESSING_ROLE
-
F_EXECUTION_STATE
public static final ItemName F_EXECUTION_STATE
-
F_STALLED_SINCE
public static final ItemName F_STALLED_SINCE
-
F_PROGRESS
public static final ItemName F_PROGRESS
-
F_RESULT_STATUS
public static final ItemName F_RESULT_STATUS
-
-
Constructor Detail
-
ActivityTaskStateOverviewType
public ActivityTaskStateOverviewType()
Creates a newActivityTaskStateOverviewTypeinstance.
-
ActivityTaskStateOverviewType
public ActivityTaskStateOverviewType(ActivityTaskStateOverviewType o)
Creates a newActivityTaskStateOverviewTypeinstance by deeply copying a givenActivityTaskStateOverviewTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getTaskRef
public ObjectReferenceType getTaskRef()
Gets the value of the taskRef property.- Returns:
- possible object is
ObjectReferenceType
-
setTaskRef
public void setTaskRef(ObjectReferenceType value)
Sets the value of the taskRef property.- Parameters:
value- allowed object isObjectReferenceType
-
getNode
public String getNode()
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
public void setNode(String value)
Sets the value of the node property.- Parameters:
value- allowed object isString
-
getBucketsProcessingRole
public BucketsProcessingRoleType getBucketsProcessingRole()
Gets the value of the bucketsProcessingRole property.- Returns:
- possible object is
BucketsProcessingRoleType
-
setBucketsProcessingRole
public void setBucketsProcessingRole(BucketsProcessingRoleType value)
Sets the value of the bucketsProcessingRole property.- Parameters:
value- allowed object isBucketsProcessingRoleType
-
getExecutionState
public ActivityTaskExecutionStateType getExecutionState()
Gets the value of the executionState property.- Returns:
- possible object is
ActivityTaskExecutionStateType
-
setExecutionState
public void setExecutionState(ActivityTaskExecutionStateType value)
Sets the value of the executionState property.- Parameters:
value- allowed object isActivityTaskExecutionStateType
-
getStalledSince
public XMLGregorianCalendar getStalledSince()
Gets the value of the stalledSince property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStalledSince
public void setStalledSince(XMLGregorianCalendar value)
Sets the value of the stalledSince property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getProgress
public ItemsProgressOverviewType getProgress()
Gets the value of the progress property.- Returns:
- possible object is
ItemsProgressOverviewType
-
setProgress
public void setProgress(ItemsProgressOverviewType value)
Sets the value of the progress property.- Parameters:
value- allowed object isItemsProgressOverviewType
-
getResultStatus
public OperationResultStatusType getResultStatus()
Gets the value of the resultStatus property.- Returns:
- possible object is
OperationResultStatusType
-
setResultStatus
public void setResultStatus(OperationResultStatusType value)
Sets the value of the resultStatus property.- Parameters:
value- allowed object isOperationResultStatusType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
taskRef
public ActivityTaskStateOverviewType taskRef(ObjectReferenceType value)
-
taskRef
public ActivityTaskStateOverviewType taskRef(String oid, QName type)
-
taskRef
public ActivityTaskStateOverviewType taskRef(String oid, QName type, QName relation)
-
beginTaskRef
public ObjectReferenceType beginTaskRef()
-
node
public ActivityTaskStateOverviewType node(String value)
-
bucketsProcessingRole
public ActivityTaskStateOverviewType bucketsProcessingRole(BucketsProcessingRoleType value)
-
executionState
public ActivityTaskStateOverviewType executionState(ActivityTaskExecutionStateType value)
-
stalledSince
public ActivityTaskStateOverviewType stalledSince(XMLGregorianCalendar value)
-
stalledSince
public ActivityTaskStateOverviewType stalledSince(String value)
-
progress
public ActivityTaskStateOverviewType progress(ItemsProgressOverviewType value)
-
beginProgress
public ItemsProgressOverviewType beginProgress()
-
resultStatus
public ActivityTaskStateOverviewType resultStatus(OperationResultStatusType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ActivityTaskStateOverviewType clone()
Creates and returns a deep copy of this object.
-
-