public class AccessCertificationCaseStageOutcomeType extends Object implements Serializable, Cloneable, 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(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
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(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
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(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface 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 © 2017 Evolveum. All rights reserved.