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 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>advanceToNextStageOnstatic QNameCOMPLEX_TYPEstatic ItemNameF_ADVANCE_TO_NEXT_STAGE_ONstatic ItemNameF_OUTCOME_STRATEGYstatic ItemNameF_STOP_REVIEW_ONprotected AccessCertificationCaseOutcomeStrategyTypeoutcomeStrategyprotected 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 voidaccept(JaxbVisitor visitor)AccessCertificationCaseReviewStrategyTypeadvanceToNextStageOn(AccessCertificationResponseType value)AccessCertificationCaseReviewStrategyTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<AccessCertificationResponseType>getAdvanceToNextStageOn()AccessCertificationCaseOutcomeStrategyTypegetOutcomeStrategy()List<AccessCertificationResponseType>getStopReviewOn()inthashCode(StructuredHashCodeStrategy strategy)AccessCertificationCaseReviewStrategyTypeoutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)voidsetOutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)AccessCertificationCaseReviewStrategyTypestopReviewOn(AccessCertificationResponseType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public AccessCertificationCaseReviewStrategyType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-