public class ApprovalLevelType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ApprovalLevelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalLevelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="approverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="approverExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/> <element name="evaluationStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LevelEvaluationStrategyType" minOccurs="0"/> <element name="automaticallyApproved" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_APPROVER_EXPRESSION |
static QName |
F_APPROVER_REF |
static QName |
F_AUTOMATICALLY_APPROVED |
static QName |
F_DESCRIPTION |
static QName |
F_EVALUATION_STRATEGY |
static QName |
F_NAME |
static QName |
F_ORDER |
Constructor and Description |
---|
ApprovalLevelType() |
ApprovalLevelType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ApprovalLevelType |
clone() |
boolean |
equals(Object object) |
List<ExpressionType> |
getApproverExpression() |
List<ObjectReferenceType> |
getApproverRef() |
ExpressionType |
getAutomaticallyApproved() |
String |
getDescription() |
LevelEvaluationStrategyType |
getEvaluationStrategy() |
String |
getName() |
Integer |
getOrder() |
int |
hashCode() |
void |
setAutomaticallyApproved(ExpressionType value) |
void |
setDescription(String value) |
void |
setEvaluationStrategy(LevelEvaluationStrategyType value) |
void |
setName(String value) |
void |
setOrder(Integer value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_ORDER
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_APPROVER_REF
public static final QName F_APPROVER_EXPRESSION
public static final QName F_EVALUATION_STRATEGY
public static final QName F_AUTOMATICALLY_APPROVED
public ApprovalLevelType()
public ApprovalLevelType(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 Integer getOrder()
public void setOrder(Integer value)
public String getName()
public void setName(String value)
public String getDescription()
public void setDescription(String value)
public List<ObjectReferenceType> getApproverRef()
public List<ExpressionType> getApproverExpression()
public LevelEvaluationStrategyType getEvaluationStrategy()
public void setEvaluationStrategy(LevelEvaluationStrategyType value)
public ExpressionType getAutomaticallyApproved()
public void setAutomaticallyApproved(ExpressionType value)
public ApprovalLevelType clone()
Copyright © 2016 Evolveum. All rights reserved.