public class ApprovalCompositionStrategyType extends Object implements Serializable, Cloneable, Containerable
Java class for ApprovalCompositionStrategyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalCompositionStrategyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ORDER |
Constructor and Description |
---|
ApprovalCompositionStrategyType() |
ApprovalCompositionStrategyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ApprovalCompositionStrategyType |
clone() |
boolean |
equals(Object object) |
Integer |
getOrder() |
int |
hashCode() |
void |
setOrder(Integer value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_ORDER
public ApprovalCompositionStrategyType()
public ApprovalCompositionStrategyType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Integer getOrder()
public void setOrder(Integer value)
public ApprovalCompositionStrategyType clone()
Copyright © 2016 Evolveum. All rights reserved.