public class AccessCertificationCaseStageOutcomeType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for AccessCertificationCaseStageOutcomeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationCaseStageOutcomeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="outcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_OUTCOME |
static QName |
F_STAGE_NUMBER |
Constructor and Description |
---|
AccessCertificationCaseStageOutcomeType() |
AccessCertificationCaseStageOutcomeType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
AccessCertificationCaseStageOutcomeType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
AccessCertificationResponseType |
getOutcome() |
int |
getStageNumber() |
int |
hashCode() |
void |
setId(Long value) |
void |
setOutcome(AccessCertificationResponseType value) |
void |
setStageNumber(int value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_STAGE_NUMBER
public static final QName F_OUTCOME
public AccessCertificationCaseStageOutcomeType()
public AccessCertificationCaseStageOutcomeType(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 int getStageNumber()
public void setStageNumber(int value)
public AccessCertificationResponseType getOutcome()
public void setOutcome(AccessCertificationResponseType value)
public Long getId()
public void setId(Long value)
public AccessCertificationCaseStageOutcomeType clone()
Copyright © 2016 Evolveum. All rights reserved.