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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AccessCertificationResponseType>static final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected List<AccessCertificationResponseType> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
outcomeStrategy
-
stopReviewOn
-
advanceToNextStageOn
-
COMPLEX_TYPE
-
F_OUTCOME_STRATEGY
-
F_STOP_REVIEW_ON
-
F_ADVANCE_TO_NEXT_STAGE_ON
-
-
Constructor Details
-
AccessCertificationCaseReviewStrategyType
public AccessCertificationCaseReviewStrategyType() -
AccessCertificationCaseReviewStrategyType
-
-
Method Details
-
getOutcomeStrategy
-
setOutcomeStrategy
-
getStopReviewOn
-
getAdvanceToNextStageOn
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin 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
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-