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>
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()
Creates a newAccessCertificationCaseReviewStrategyType
instance.AccessCertificationCaseReviewStrategyType(AccessCertificationCaseReviewStrategyType o)
Creates a newAccessCertificationCaseReviewStrategyType
instance by deeply copying a givenAccessCertificationCaseReviewStrategyType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AccessCertificationCaseReviewStrategyType
advanceToNextStageOn(AccessCertificationResponseType value)
AccessCertificationCaseReviewStrategyType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
List<AccessCertificationResponseType>
getAdvanceToNextStageOn()
Gets the value of the advanceToNextStageOn property.AccessCertificationCaseOutcomeStrategyType
getOutcomeStrategy()
Gets the value of the outcomeStrategy property.List<AccessCertificationResponseType>
getStopReviewOn()
Gets the value of the stopReviewOn property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
AccessCertificationCaseReviewStrategyType
outcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
void
setOutcomeStrategy(AccessCertificationCaseOutcomeStrategyType value)
Sets the value of the outcomeStrategy property.AccessCertificationCaseReviewStrategyType
stopReviewOn(AccessCertificationResponseType value)
String
toString()
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 newAccessCertificationCaseReviewStrategyType
instance.
-
AccessCertificationCaseReviewStrategyType
public AccessCertificationCaseReviewStrategyType(AccessCertificationCaseReviewStrategyType o)
Creates a newAccessCertificationCaseReviewStrategyType
instance by deeply copying a givenAccessCertificationCaseReviewStrategyType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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
set
method 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
set
method 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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
clone
public AccessCertificationCaseReviewStrategyType clone()
Creates and returns a deep copy of this object.
-
-