Class EvaluatedMultiplicityTriggerType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedMultiplicityTriggerType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class EvaluatedMultiplicityTriggerType extends EvaluatedPolicyRuleTriggerType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EvaluatedMultiplicityTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluatedMultiplicityTriggerType"> <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 QName
COMPLEX_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 EvaluatedMultiplicityTriggerType()
Creates a newEvaluatedMultiplicityTriggerType
instance.EvaluatedMultiplicityTriggerType(EvaluatedMultiplicityTriggerType o)
Creates a newEvaluatedMultiplicityTriggerType
instance by deeply copying a givenEvaluatedMultiplicityTriggerType
instance.
-
Method Summary
-
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
-
EvaluatedMultiplicityTriggerType
public EvaluatedMultiplicityTriggerType()
Creates a newEvaluatedMultiplicityTriggerType
instance.
-
EvaluatedMultiplicityTriggerType
public EvaluatedMultiplicityTriggerType(EvaluatedMultiplicityTriggerType o)
Creates a newEvaluatedMultiplicityTriggerType
instance by deeply copying a givenEvaluatedMultiplicityTriggerType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
toString
in classEvaluatedPolicyRuleTriggerType
-
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
- Overrides:
hashCode
in classEvaluatedPolicyRuleTriggerType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classEvaluatedPolicyRuleTriggerType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classEvaluatedPolicyRuleTriggerType
-
ref
public EvaluatedMultiplicityTriggerType ref(Integer value)
- Overrides:
ref
in classEvaluatedPolicyRuleTriggerType
-
triggerId
public EvaluatedMultiplicityTriggerType triggerId(Integer value)
- Overrides:
triggerId
in classEvaluatedPolicyRuleTriggerType
-
ruleName
public EvaluatedMultiplicityTriggerType ruleName(String value)
- Overrides:
ruleName
in classEvaluatedPolicyRuleTriggerType
-
constraintName
public EvaluatedMultiplicityTriggerType constraintName(String value)
- Overrides:
constraintName
in classEvaluatedPolicyRuleTriggerType
-
constraintKind
public EvaluatedMultiplicityTriggerType constraintKind(PolicyConstraintKindType value)
- Overrides:
constraintKind
in classEvaluatedPolicyRuleTriggerType
-
message
public EvaluatedMultiplicityTriggerType message(LocalizableMessageType value)
- Overrides:
message
in classEvaluatedPolicyRuleTriggerType
-
shortMessage
public EvaluatedMultiplicityTriggerType shortMessage(LocalizableMessageType value)
- Overrides:
shortMessage
in classEvaluatedPolicyRuleTriggerType
-
presentationOrder
public EvaluatedMultiplicityTriggerType presentationOrder(Integer value)
- Overrides:
presentationOrder
in classEvaluatedPolicyRuleTriggerType
-
_final
public EvaluatedMultiplicityTriggerType _final(Boolean value)
- Overrides:
_final
in classEvaluatedPolicyRuleTriggerType
-
hidden
public EvaluatedMultiplicityTriggerType hidden(Boolean value)
- Overrides:
hidden
in classEvaluatedPolicyRuleTriggerType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classEvaluatedPolicyRuleTriggerType
-
clone
public EvaluatedMultiplicityTriggerType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classEvaluatedPolicyRuleTriggerType
- Returns:
- A deep copy of this object.
-
-