public class AccessCertificationDecisionType extends Object implements Serializable, Cloneable, Containerable
Java class for AccessCertificationDecisionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationDecisionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="reviewerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="response" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </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_COMMENT |
static QName |
F_RESPONSE |
static QName |
F_REVIEWER_REF |
static QName |
F_STAGE_NUMBER |
static QName |
F_TIMESTAMP |
Constructor and Description |
---|
AccessCertificationDecisionType() |
AccessCertificationDecisionType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
AccessCertificationDecisionType |
clone() |
boolean |
equals(Object object) |
String |
getComment() |
Long |
getId() |
AccessCertificationResponseType |
getResponse() |
ObjectReferenceType |
getReviewerRef() |
int |
getStageNumber() |
XMLGregorianCalendar |
getTimestamp() |
int |
hashCode() |
void |
setComment(String value) |
void |
setId(Long value) |
void |
setResponse(AccessCertificationResponseType value) |
void |
setReviewerRef(ObjectReferenceType value) |
void |
setStageNumber(int value) |
void |
setTimestamp(XMLGregorianCalendar 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_REVIEWER_REF
public static final QName F_RESPONSE
public static final QName F_COMMENT
public static final QName F_TIMESTAMP
public AccessCertificationDecisionType()
public AccessCertificationDecisionType(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 ObjectReferenceType getReviewerRef()
public void setReviewerRef(ObjectReferenceType value)
public AccessCertificationResponseType getResponse()
public void setResponse(AccessCertificationResponseType value)
public String getComment()
public void setComment(String value)
public XMLGregorianCalendar getTimestamp()
public void setTimestamp(XMLGregorianCalendar value)
public Long getId()
public void setId(Long value)
public AccessCertificationDecisionType clone()
Copyright © 2017 Evolveum. All rights reserved.