public class ItemApprovalProcessStateType extends WfProcessSpecificStateType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ItemApprovalProcessStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemApprovalProcessStateType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessSpecificStateType">
<sequence>
<element name="approvalSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalSchemaType"/>
<element name="decisions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DecisionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_APPROVAL_SCHEMA |
static QName |
F_DECISIONS |
| Constructor and Description |
|---|
ItemApprovalProcessStateType() |
ItemApprovalProcessStateType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ItemApprovalProcessStateType |
clone() |
boolean |
equals(Object object) |
ApprovalSchemaType |
getApprovalSchema() |
List<DecisionType> |
getDecisions() |
int |
hashCode() |
void |
setApprovalSchema(ApprovalSchemaType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_APPROVAL_SCHEMA
public static final QName F_DECISIONS
public ItemApprovalProcessStateType()
public ItemApprovalProcessStateType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.ContainerableasPrismContainerValue in class WfProcessSpecificStateTypepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.ContainerablesetupContainerValue in class WfProcessSpecificStateTypepublic String toString()
toString in class WfProcessSpecificStateTypepublic boolean equals(Object object)
equals in class WfProcessSpecificStateTypepublic int hashCode()
hashCode in class WfProcessSpecificStateTypepublic ApprovalSchemaType getApprovalSchema()
public void setApprovalSchema(ApprovalSchemaType value)
public List<DecisionType> getDecisions()
public ItemApprovalProcessStateType clone()
clone in class WfProcessSpecificStateTypeCopyright © 2016 Evolveum. All rights reserved.