Class AccessCertificationCaseReviewStrategyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseReviewStrategyType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class AccessCertificationCaseReviewStrategyType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for AccessCertificationCaseReviewStrategyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationCaseReviewStrategyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="outcomeStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseOutcomeStrategyType" minOccurs="0"/> <element name="stopReviewOn" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/> <element name="advanceToNextStageOn" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
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()Creates a newAccessCertificationCaseReviewStrategyTypeinstance.AccessCertificationCaseReviewStrategyType(AccessCertificationCaseReviewStrategyType o)Creates a newAccessCertificationCaseReviewStrategyTypeinstance by deeply copying a givenAccessCertificationCaseReviewStrategyTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)AccessCertificationCaseReviewStrategyTypeadvanceToNextStageOn(AccessCertificationResponseType value)AccessCertificationCaseReviewStrategyTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)List<AccessCertificationResponseType>getAdvanceToNextStageOn()Gets the value of the advanceToNextStageOn property.AccessCertificationCaseOutcomeStrategyTypegetOutcomeStrategy()Gets the value of the outcomeStrategy property.List<AccessCertificationResponseType>getStopReviewOn()Gets the value of the stopReviewOn property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)AccessCertificationCaseReviewStrategyTypeoutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)voidsetOutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)Sets the value of the outcomeStrategy property.AccessCertificationCaseReviewStrategyTypestopReviewOn(AccessCertificationResponseType value)StringtoString()Generates a String representation of the contents of this type.
-
-
-
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()
Creates a newAccessCertificationCaseReviewStrategyTypeinstance.
-
AccessCertificationCaseReviewStrategyType
public AccessCertificationCaseReviewStrategyType(AccessCertificationCaseReviewStrategyType o)
Creates a newAccessCertificationCaseReviewStrategyTypeinstance by deeply copying a givenAccessCertificationCaseReviewStrategyTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getOutcomeStrategy
public AccessCertificationCaseOutcomeStrategyType getOutcomeStrategy()
Gets the value of the outcomeStrategy property.- Returns:
- possible object is
AccessCertificationCaseOutcomeStrategyType
-
setOutcomeStrategy
public void setOutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
Sets the value of the outcomeStrategy property.- Parameters:
value- allowed object isAccessCertificationCaseOutcomeStrategyType
-
getStopReviewOn
public List<AccessCertificationResponseType> getStopReviewOn()
Gets the value of the stopReviewOn property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the stopReviewOn property.For example, to add a new item, do as follows:
getStopReviewOn().add(newItem);Objects of the following type(s) are allowed in the list
AccessCertificationResponseType
-
getAdvanceToNextStageOn
public List<AccessCertificationResponseType> getAdvanceToNextStageOn()
Gets the value of the advanceToNextStageOn property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the advanceToNextStageOn property.For example, to add a new item, do as follows:
getAdvanceToNextStageOn().add(newItem);Objects of the following type(s) are allowed in the list
AccessCertificationResponseType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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
-
clone
public AccessCertificationCaseReviewStrategyType clone()
Creates and returns a deep copy of this object.
-
-