public class AccessCertificationAssignmentCaseType extends AccessCertificationCaseType implements Serializable, Cloneable, Containerable
Java class for AccessCertificationAssignmentCaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationAssignmentCaseType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseType"> <sequence> <element name="assignment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentType"/> <element name="isInducement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ASSIGNMENT |
static QName |
F_IS_INDUCEMENT |
F_ACTIVATION, F_CAMPAIGN_REF, F_COMPLETED_STAGE_OUTCOME, F_CURRENT_REVIEW_DEADLINE, F_CURRENT_REVIEW_REQUESTED_TIMESTAMP, F_CURRENT_REVIEWER_REF, F_CURRENT_STAGE_NUMBER, F_CURRENT_STAGE_OUTCOME, F_DECISION, F_OBJECT_REF, F_ORG_REF, F_OVERALL_OUTCOME, F_REMEDIED_TIMESTAMP, F_TARGET_REF, F_TENANT_REF
Constructor and Description |
---|
AccessCertificationAssignmentCaseType() |
AccessCertificationAssignmentCaseType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
AccessCertificationAssignmentCaseType |
clone() |
boolean |
equals(Object object) |
AssignmentType |
getAssignment() |
int |
hashCode() |
Boolean |
isIsInducement() |
void |
setAssignment(AssignmentType value) |
void |
setIsInducement(Boolean value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getActivation, getCampaignRef, getCompletedStageOutcome, getCurrentReviewDeadline, getCurrentReviewerRef, getCurrentReviewRequestedTimestamp, getCurrentStageNumber, getCurrentStageOutcome, getDecision, getId, getObjectRef, getOrgRef, getOverallOutcome, getRemediedTimestamp, getTargetRef, getTenantRef, setActivation, setCampaignRef, setCurrentReviewDeadline, setCurrentReviewRequestedTimestamp, setCurrentStageNumber, setCurrentStageOutcome, setId, setObjectRef, setOrgRef, setOverallOutcome, setRemediedTimestamp, setTargetRef, setTenantRef
public static final QName COMPLEX_TYPE
public static final QName F_ASSIGNMENT
public static final QName F_IS_INDUCEMENT
public AccessCertificationAssignmentCaseType()
public AccessCertificationAssignmentCaseType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class AccessCertificationCaseType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class AccessCertificationCaseType
public String toString()
toString
in class AccessCertificationCaseType
public boolean equals(Object object)
equals
in class AccessCertificationCaseType
public int hashCode()
hashCode
in class AccessCertificationCaseType
public AssignmentType getAssignment()
public void setAssignment(AssignmentType value)
public Boolean isIsInducement()
public void setIsInducement(Boolean value)
public AccessCertificationAssignmentCaseType clone()
clone
in class AccessCertificationCaseType
Copyright © 2017 Evolveum. All rights reserved.