public class ItemApprovalProcessStateType extends WfProcessSpecificStateType implements Serializable, Cloneable, 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(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ItemApprovalProcessStateType |
clone() |
boolean |
equals(Object object) |
ApprovalSchemaType |
getApprovalSchema() |
List<DecisionType> |
getDecisions() |
int |
hashCode() |
void |
setApprovalSchema(ApprovalSchemaType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
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(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class WfProcessSpecificStateType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class WfProcessSpecificStateType
public String toString()
toString
in class WfProcessSpecificStateType
public boolean equals(Object object)
equals
in class WfProcessSpecificStateType
public int hashCode()
hashCode
in class WfProcessSpecificStateType
public ApprovalSchemaType getApprovalSchema()
public void setApprovalSchema(ApprovalSchemaType value)
public List<DecisionType> getDecisions()
public ItemApprovalProcessStateType clone()
clone
in class WfProcessSpecificStateType
Copyright © 2016 Evolveum. All rights reserved.