Class AccessCertificationCaseReviewStrategyType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseReviewStrategyType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class AccessCertificationCaseReviewStrategyType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessCertificationResponseType>
advanceToNextStageOn
static QName
COMPLEX_TYPE
static ItemName
F_ADVANCE_TO_NEXT_STAGE_ON
static ItemName
F_OUTCOME_STRATEGY
static ItemName
F_STOP_REVIEW_ON
protected AccessCertificationCaseOutcomeStrategyType
outcomeStrategy
protected List<AccessCertificationResponseType>
stopReviewOn
-
Constructor Summary
Constructors Constructor Description AccessCertificationCaseReviewStrategyType()
AccessCertificationCaseReviewStrategyType(AccessCertificationCaseReviewStrategyType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AccessCertificationCaseReviewStrategyType
advanceToNextStageOn(AccessCertificationResponseType value)
AccessCertificationCaseReviewStrategyType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<AccessCertificationResponseType>
getAdvanceToNextStageOn()
AccessCertificationCaseOutcomeStrategyType
getOutcomeStrategy()
List<AccessCertificationResponseType>
getStopReviewOn()
int
hashCode(StructuredHashCodeStrategy strategy)
AccessCertificationCaseReviewStrategyType
outcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
void
setOutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
AccessCertificationCaseReviewStrategyType
stopReviewOn(AccessCertificationResponseType value)
-
-
-
Field Detail
-
outcomeStrategy
protected AccessCertificationCaseOutcomeStrategyType outcomeStrategy
-
stopReviewOn
protected List<AccessCertificationResponseType> stopReviewOn
-
advanceToNextStageOn
protected List<AccessCertificationResponseType> advanceToNextStageOn
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OUTCOME_STRATEGY
public static final ItemName F_OUTCOME_STRATEGY
-
F_STOP_REVIEW_ON
public static final ItemName F_STOP_REVIEW_ON
-
F_ADVANCE_TO_NEXT_STAGE_ON
public static final ItemName F_ADVANCE_TO_NEXT_STAGE_ON
-
-
Constructor Detail
-
AccessCertificationCaseReviewStrategyType
public AccessCertificationCaseReviewStrategyType()
-
AccessCertificationCaseReviewStrategyType
public AccessCertificationCaseReviewStrategyType(AccessCertificationCaseReviewStrategyType other)
-
-
Method Detail
-
getOutcomeStrategy
public AccessCertificationCaseOutcomeStrategyType getOutcomeStrategy()
-
setOutcomeStrategy
public void setOutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
-
getStopReviewOn
public List<AccessCertificationResponseType> getStopReviewOn()
-
getAdvanceToNextStageOn
public List<AccessCertificationResponseType> getAdvanceToNextStageOn()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
outcomeStrategy
public AccessCertificationCaseReviewStrategyType outcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
-
stopReviewOn
public AccessCertificationCaseReviewStrategyType stopReviewOn(AccessCertificationResponseType value)
-
advanceToNextStageOn
public AccessCertificationCaseReviewStrategyType advanceToNextStageOn(AccessCertificationResponseType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public AccessCertificationCaseReviewStrategyType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-