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="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="tenantRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivationType" minOccurs="0"/> <element name="currentStageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="currentReviewerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="currentReviewRequestedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="currentReviewDeadline" 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="currentStageOutcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" minOccurs="0"/> <element name="completedStageOutcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseStageOutcomeType" maxOccurs="unbounded" minOccurs="0"/> <element name="overallOutcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" 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> <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_ACTIVATION |
static QName |
F_CAMPAIGN_REF |
static QName |
F_COMPLETED_STAGE_OUTCOME |
static QName |
F_CURRENT_REVIEW_DEADLINE |
static QName |
F_CURRENT_REVIEW_REQUESTED_TIMESTAMP |
static QName |
F_CURRENT_REVIEWER_REF |
static QName |
F_CURRENT_STAGE_NUMBER |
static QName |
F_CURRENT_STAGE_OUTCOME |
static QName |
F_DECISION |
static QName |
F_OBJECT_REF |
static QName |
F_ORG_REF |
static QName |
F_OVERALL_OUTCOME |
static QName |
F_REMEDIED_TIMESTAMP |
static QName |
F_TARGET_REF |
static QName |
F_TENANT_REF |
Constructor and Description |
---|
AccessCertificationCaseType() |
AccessCertificationCaseType(com.evolveum.midpoint.prism.PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_OBJECT_REF
public static final QName F_TARGET_REF
public static final QName F_TENANT_REF
public static final QName F_ORG_REF
public static final QName F_ACTIVATION
public static final QName F_CURRENT_STAGE_NUMBER
public static final QName F_CURRENT_REVIEWER_REF
public static final QName F_CURRENT_REVIEW_REQUESTED_TIMESTAMP
public static final QName F_CURRENT_REVIEW_DEADLINE
public static final QName F_DECISION
public static final QName F_CURRENT_STAGE_OUTCOME
public static final QName F_COMPLETED_STAGE_OUTCOME
public static final QName F_OVERALL_OUTCOME
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 ObjectReferenceType getObjectRef()
public void setObjectRef(ObjectReferenceType value)
public ObjectReferenceType getTargetRef()
public void setTargetRef(ObjectReferenceType value)
public ObjectReferenceType getTenantRef()
public void setTenantRef(ObjectReferenceType value)
public ObjectReferenceType getOrgRef()
public void setOrgRef(ObjectReferenceType value)
public ActivationType getActivation()
public void setActivation(ActivationType value)
public int getCurrentStageNumber()
public void setCurrentStageNumber(int value)
public List<ObjectReferenceType> getCurrentReviewerRef()
public XMLGregorianCalendar getCurrentReviewRequestedTimestamp()
public void setCurrentReviewRequestedTimestamp(XMLGregorianCalendar value)
public XMLGregorianCalendar getCurrentReviewDeadline()
public void setCurrentReviewDeadline(XMLGregorianCalendar value)
public List<AccessCertificationDecisionType> getDecision()
public AccessCertificationResponseType getCurrentStageOutcome()
public void setCurrentStageOutcome(AccessCertificationResponseType value)
public List<AccessCertificationCaseStageOutcomeType> getCompletedStageOutcome()
public AccessCertificationResponseType getOverallOutcome()
public void setOverallOutcome(AccessCertificationResponseType value)
public XMLGregorianCalendar getRemediedTimestamp()
public void setRemediedTimestamp(XMLGregorianCalendar value)
public ObjectReferenceType getCampaignRef()
public void setCampaignRef(ObjectReferenceType value)
public Long getId()
public void setId(Long value)
public AccessCertificationCaseType clone()
Copyright © 2016 Evolveum. All rights reserved.