public class AccessCertificationCaseType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for AccessCertificationCaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationCaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reviewerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="reviewRequestedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="reviewDeadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="decision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationDecisionType" maxOccurs="unbounded" minOccurs="0"/> <element name="currentResponse" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" minOccurs="0"/> <element name="currentResponseStage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="remediedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="campaignRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CAMPAIGN_REF |
static QName |
F_CURRENT_RESPONSE |
static QName |
F_CURRENT_RESPONSE_STAGE |
static QName |
F_DECISION |
static QName |
F_ENABLED |
static QName |
F_OBJECT_REF |
static QName |
F_REMEDIED_TIMESTAMP |
static QName |
F_REVIEW_DEADLINE |
static QName |
F_REVIEW_REQUESTED_TIMESTAMP |
static QName |
F_REVIEWER_REF |
static QName |
F_TARGET_REF |
Constructor and Description |
---|
AccessCertificationCaseType() |
AccessCertificationCaseType(com.evolveum.midpoint.prism.PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_REVIEWER_REF
public static final QName F_OBJECT_REF
public static final QName F_TARGET_REF
public static final QName F_REVIEW_REQUESTED_TIMESTAMP
public static final QName F_REVIEW_DEADLINE
public static final QName F_DECISION
public static final QName F_CURRENT_RESPONSE
public static final QName F_CURRENT_RESPONSE_STAGE
public static final QName F_ENABLED
public static final QName F_REMEDIED_TIMESTAMP
public static final QName F_CAMPAIGN_REF
public AccessCertificationCaseType()
public AccessCertificationCaseType(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 List<ObjectReferenceType> getReviewerRef()
public ObjectReferenceType getObjectRef()
public void setObjectRef(ObjectReferenceType value)
public ObjectReferenceType getTargetRef()
public void setTargetRef(ObjectReferenceType value)
public XMLGregorianCalendar getReviewRequestedTimestamp()
public void setReviewRequestedTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getReviewDeadline()
public void setReviewDeadline(XMLGregorianCalendar value)
public List<AccessCertificationDecisionType> getDecision()
public AccessCertificationResponseType getCurrentResponse()
public void setCurrentResponse(AccessCertificationResponseType value)
public Integer getCurrentResponseStage()
public void setCurrentResponseStage(Integer value)
public Boolean isEnabled()
public void setEnabled(Boolean value)
public XMLGregorianCalendar getRemediedTimestamp()
public void setRemediedTimestamp(XMLGregorianCalendar value)
public ObjectReferenceType getCampaignRef()
public void setCampaignRef(ObjectReferenceType value)
public AccessCertificationCaseType clone()
Copyright © 2015 Evolveum. All rights reserved.