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