Class EvaluatedStateTriggerType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedStateTriggerType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class EvaluatedStateTriggerType extends EvaluatedPolicyRuleTriggerType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EvaluatedStateTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluatedStateTriggerType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EvaluatedPolicyRuleTriggerType"> <sequence> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
_final, constraintKind, constraintName, F_CONSTRAINT_KIND, F_CONSTRAINT_NAME, F_FINAL, F_HIDDEN, F_MESSAGE, F_PRESENTATION_ORDER, F_REF, F_RULE_NAME, F_SHORT_MESSAGE, F_TRIGGER_ID, hidden, message, presentationOrder, ref, ruleName, shortMessage, triggerId
-
-
Constructor Summary
Constructors Constructor Description EvaluatedStateTriggerType()Creates a newEvaluatedStateTriggerTypeinstance.EvaluatedStateTriggerType(EvaluatedStateTriggerType o)Creates a newEvaluatedStateTriggerTypeinstance by deeply copying a givenEvaluatedStateTriggerTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluatedStateTriggerType_final(Boolean value)voidaccept(JaxbVisitor visitor)EvaluatedStateTriggerTypeclone()Creates and returns a deep copy of this object.EvaluatedStateTriggerTypeconstraintKind(PolicyConstraintKindType value)EvaluatedStateTriggerTypeconstraintName(String value)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)inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)EvaluatedStateTriggerTypehidden(Boolean value)EvaluatedStateTriggerTypemessage(LocalizableMessageType value)EvaluatedStateTriggerTypepresentationOrder(Integer value)EvaluatedStateTriggerTyperef(Integer value)EvaluatedStateTriggerTyperuleName(String value)EvaluatedStateTriggerTypeshortMessage(LocalizableMessageType value)StringtoString()Generates a String representation of the contents of this type.EvaluatedStateTriggerTypetriggerId(Integer value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
getConstraintKind, getConstraintName, getMessage, getPresentationOrder, getRef, getRuleName, getShortMessage, getTriggerId, isFinal, isHidden, setConstraintKind, setConstraintName, setFinal, setHidden, setMessage, setPresentationOrder, setRef, setRuleName, setShortMessage, setTriggerId
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
EvaluatedStateTriggerType
public EvaluatedStateTriggerType()
Creates a newEvaluatedStateTriggerTypeinstance.
-
EvaluatedStateTriggerType
public EvaluatedStateTriggerType(EvaluatedStateTriggerType o)
Creates a newEvaluatedStateTriggerTypeinstance by deeply copying a givenEvaluatedStateTriggerTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
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- Overrides:
toStringin classEvaluatedPolicyRuleTriggerType
-
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- Overrides:
hashCodein classEvaluatedPolicyRuleTriggerType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEvaluatedPolicyRuleTriggerType
-
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- Overrides:
equalsin classEvaluatedPolicyRuleTriggerType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classEvaluatedPolicyRuleTriggerType
-
ref
public EvaluatedStateTriggerType ref(Integer value)
- Overrides:
refin classEvaluatedPolicyRuleTriggerType
-
triggerId
public EvaluatedStateTriggerType triggerId(Integer value)
- Overrides:
triggerIdin classEvaluatedPolicyRuleTriggerType
-
ruleName
public EvaluatedStateTriggerType ruleName(String value)
- Overrides:
ruleNamein classEvaluatedPolicyRuleTriggerType
-
constraintName
public EvaluatedStateTriggerType constraintName(String value)
- Overrides:
constraintNamein classEvaluatedPolicyRuleTriggerType
-
constraintKind
public EvaluatedStateTriggerType constraintKind(PolicyConstraintKindType value)
- Overrides:
constraintKindin classEvaluatedPolicyRuleTriggerType
-
message
public EvaluatedStateTriggerType message(LocalizableMessageType value)
- Overrides:
messagein classEvaluatedPolicyRuleTriggerType
-
shortMessage
public EvaluatedStateTriggerType shortMessage(LocalizableMessageType value)
- Overrides:
shortMessagein classEvaluatedPolicyRuleTriggerType
-
presentationOrder
public EvaluatedStateTriggerType presentationOrder(Integer value)
- Overrides:
presentationOrderin classEvaluatedPolicyRuleTriggerType
-
_final
public EvaluatedStateTriggerType _final(Boolean value)
- Overrides:
_finalin classEvaluatedPolicyRuleTriggerType
-
hidden
public EvaluatedStateTriggerType hidden(Boolean value)
- Overrides:
hiddenin classEvaluatedPolicyRuleTriggerType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classEvaluatedPolicyRuleTriggerType
-
clone
public EvaluatedStateTriggerType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classEvaluatedPolicyRuleTriggerType- Returns:
- A deep copy of this object.
-
-