public class ItemApprovalRequestType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ItemApprovalRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemApprovalRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="itemToApprove" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="approvalSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalSchemaType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_APPROVAL_SCHEMA |
static QName |
F_ITEM_TO_APPROVE |
Constructor and Description |
---|
ItemApprovalRequestType() |
ItemApprovalRequestType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ItemApprovalRequestType |
clone() |
boolean |
equals(Object object) |
ApprovalSchemaType |
getApprovalSchema() |
Object |
getItemToApprove() |
int |
hashCode() |
void |
setApprovalSchema(ApprovalSchemaType value) |
void |
setItemToApprove(Object value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_ITEM_TO_APPROVE
public static final QName F_APPROVAL_SCHEMA
public ItemApprovalRequestType()
public ItemApprovalRequestType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public Object getItemToApprove()
public void setItemToApprove(Object value)
public ApprovalSchemaType getApprovalSchema()
public void setApprovalSchema(ApprovalSchemaType value)
public ItemApprovalRequestType clone()
Copyright © 2014 Evolveum. All rights reserved.