public class ApprovalSchemaType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ApprovalSchemaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalSchemaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="level" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalLevelType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_LEVEL |
static QName |
F_NAME |
| Constructor and Description |
|---|
ApprovalSchemaType() |
ApprovalSchemaType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ApprovalSchemaType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
List<ApprovalLevelType> |
getLevel() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_LEVEL
public ApprovalSchemaType()
public ApprovalSchemaType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic String getName()
public void setName(String value)
public String getDescription()
public void setDescription(String value)
public List<ApprovalLevelType> getLevel()
public ApprovalSchemaType clone()
Copyright © 2016 Evolveum. All rights reserved.