Class EvaluatedPolicyRuleTriggerType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
- Direct Known Subclasses:
EvaluatedCollectionStatsTriggerType,EvaluatedEmbeddingTriggerType,EvaluatedExclusionTriggerType,EvaluatedHasAssignmentTriggerType,EvaluatedModificationTriggerType,EvaluatedMultiplicityTriggerType,EvaluatedSituationTriggerType,EvaluatedStateTriggerType,EvaluatedTimeValidityTriggerType
public class EvaluatedPolicyRuleTriggerType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EvaluatedPolicyRuleTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluatedPolicyRuleTriggerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ref" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="triggerId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="constraintName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="constraintKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyConstraintKindType" minOccurs="0"/> <element name="message" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType" minOccurs="0"/> <element name="shortMessage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType" minOccurs="0"/> <element name="presentationOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean_finalstatic QNameCOMPLEX_TYPEprotected PolicyConstraintKindTypeconstraintKindprotected StringconstraintNamestatic ItemNameF_CONSTRAINT_KINDstatic ItemNameF_CONSTRAINT_NAMEstatic ItemNameF_FINALstatic ItemNameF_HIDDENstatic ItemNameF_MESSAGEstatic ItemNameF_PRESENTATION_ORDERstatic ItemNameF_REFstatic ItemNameF_RULE_NAMEstatic ItemNameF_SHORT_MESSAGEstatic ItemNameF_TRIGGER_IDprotected Booleanhiddenprotected LocalizableMessageTypemessageprotected IntegerpresentationOrderprotected Integerrefprotected StringruleNameprotected LocalizableMessageTypeshortMessageprotected IntegertriggerId
-
Constructor Summary
Constructors Constructor Description EvaluatedPolicyRuleTriggerType()Creates a newEvaluatedPolicyRuleTriggerTypeinstance.EvaluatedPolicyRuleTriggerType(EvaluatedPolicyRuleTriggerType o)Creates a newEvaluatedPolicyRuleTriggerTypeinstance by deeply copying a givenEvaluatedPolicyRuleTriggerTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluatedPolicyRuleTriggerType_final(Boolean value)voidaccept(JaxbVisitor visitor)EvaluatedPolicyRuleTriggerTypeclone()Creates and returns a deep copy of this object.EvaluatedPolicyRuleTriggerTypeconstraintKind(PolicyConstraintKindType value)EvaluatedPolicyRuleTriggerTypeconstraintName(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)PolicyConstraintKindTypegetConstraintKind()Gets the value of the constraintKind property.StringgetConstraintName()Gets the value of the constraintName property.LocalizableMessageTypegetMessage()Gets the value of the message property.IntegergetPresentationOrder()Gets the value of the presentationOrder property.IntegergetRef()Gets the value of the ref property.StringgetRuleName()Gets the value of the ruleName property.LocalizableMessageTypegetShortMessage()Gets the value of the shortMessage property.IntegergetTriggerId()Gets the value of the triggerId property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)EvaluatedPolicyRuleTriggerTypehidden(Boolean value)BooleanisFinal()Gets the value of the final property.BooleanisHidden()Gets the value of the hidden property.EvaluatedPolicyRuleTriggerTypemessage(LocalizableMessageType value)EvaluatedPolicyRuleTriggerTypepresentationOrder(Integer value)EvaluatedPolicyRuleTriggerTyperef(Integer value)EvaluatedPolicyRuleTriggerTyperuleName(String value)voidsetConstraintKind(PolicyConstraintKindType value)Sets the value of the constraintKind property.voidsetConstraintName(String value)Sets the value of the constraintName property.voidsetFinal(Boolean value)Sets the value of the final property.voidsetHidden(Boolean value)Sets the value of the hidden property.voidsetMessage(LocalizableMessageType value)Sets the value of the message property.voidsetPresentationOrder(Integer value)Sets the value of the presentationOrder property.voidsetRef(Integer value)Sets the value of the ref property.voidsetRuleName(String value)Sets the value of the ruleName property.voidsetShortMessage(LocalizableMessageType value)Sets the value of the shortMessage property.voidsetTriggerId(Integer value)Sets the value of the triggerId property.EvaluatedPolicyRuleTriggerTypeshortMessage(LocalizableMessageType value)StringtoString()Generates a String representation of the contents of this type.EvaluatedPolicyRuleTriggerTypetriggerId(Integer value)
-
-
-
Field Detail
-
ref
protected Integer ref
-
triggerId
protected Integer triggerId
-
ruleName
protected String ruleName
-
constraintName
protected String constraintName
-
constraintKind
protected PolicyConstraintKindType constraintKind
-
message
protected LocalizableMessageType message
-
shortMessage
protected LocalizableMessageType shortMessage
-
presentationOrder
protected Integer presentationOrder
-
_final
protected Boolean _final
-
hidden
protected Boolean hidden
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_REF
public static final ItemName F_REF
-
F_TRIGGER_ID
public static final ItemName F_TRIGGER_ID
-
F_RULE_NAME
public static final ItemName F_RULE_NAME
-
F_CONSTRAINT_NAME
public static final ItemName F_CONSTRAINT_NAME
-
F_CONSTRAINT_KIND
public static final ItemName F_CONSTRAINT_KIND
-
F_MESSAGE
public static final ItemName F_MESSAGE
-
F_SHORT_MESSAGE
public static final ItemName F_SHORT_MESSAGE
-
F_PRESENTATION_ORDER
public static final ItemName F_PRESENTATION_ORDER
-
F_FINAL
public static final ItemName F_FINAL
-
F_HIDDEN
public static final ItemName F_HIDDEN
-
-
Constructor Detail
-
EvaluatedPolicyRuleTriggerType
public EvaluatedPolicyRuleTriggerType()
Creates a newEvaluatedPolicyRuleTriggerTypeinstance.
-
EvaluatedPolicyRuleTriggerType
public EvaluatedPolicyRuleTriggerType(EvaluatedPolicyRuleTriggerType o)
Creates a newEvaluatedPolicyRuleTriggerTypeinstance by deeply copying a givenEvaluatedPolicyRuleTriggerTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getRef
public Integer getRef()
Gets the value of the ref property.- Returns:
- possible object is
Integer
-
setRef
public void setRef(Integer value)
Sets the value of the ref property.- Parameters:
value- allowed object isInteger
-
getTriggerId
public Integer getTriggerId()
Gets the value of the triggerId property.- Returns:
- possible object is
Integer
-
setTriggerId
public void setTriggerId(Integer value)
Sets the value of the triggerId property.- Parameters:
value- allowed object isInteger
-
getRuleName
public String getRuleName()
Gets the value of the ruleName property.- Returns:
- possible object is
String
-
setRuleName
public void setRuleName(String value)
Sets the value of the ruleName property.- Parameters:
value- allowed object isString
-
getConstraintName
public String getConstraintName()
Gets the value of the constraintName property.- Returns:
- possible object is
String
-
setConstraintName
public void setConstraintName(String value)
Sets the value of the constraintName property.- Parameters:
value- allowed object isString
-
getConstraintKind
public PolicyConstraintKindType getConstraintKind()
Gets the value of the constraintKind property.- Returns:
- possible object is
PolicyConstraintKindType
-
setConstraintKind
public void setConstraintKind(PolicyConstraintKindType value)
Sets the value of the constraintKind property.- Parameters:
value- allowed object isPolicyConstraintKindType
-
getMessage
public LocalizableMessageType getMessage()
Gets the value of the message property.- Returns:
- possible object is
LocalizableMessageType
-
setMessage
public void setMessage(LocalizableMessageType value)
Sets the value of the message property.- Parameters:
value- allowed object isLocalizableMessageType
-
getShortMessage
public LocalizableMessageType getShortMessage()
Gets the value of the shortMessage property.- Returns:
- possible object is
LocalizableMessageType
-
setShortMessage
public void setShortMessage(LocalizableMessageType value)
Sets the value of the shortMessage property.- Parameters:
value- allowed object isLocalizableMessageType
-
getPresentationOrder
public Integer getPresentationOrder()
Gets the value of the presentationOrder property.- Returns:
- possible object is
Integer
-
setPresentationOrder
public void setPresentationOrder(Integer value)
Sets the value of the presentationOrder property.- Parameters:
value- allowed object isInteger
-
isFinal
public Boolean isFinal()
Gets the value of the final property.- Returns:
- possible object is
Boolean
-
setFinal
public void setFinal(Boolean value)
Sets the value of the final property.- Parameters:
value- allowed object isBoolean
-
isHidden
public Boolean isHidden()
Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
public void setHidden(Boolean value)
Sets the value of the hidden property.- Parameters:
value- allowed object isBoolean
-
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
-
ref
public EvaluatedPolicyRuleTriggerType ref(Integer value)
-
triggerId
public EvaluatedPolicyRuleTriggerType triggerId(Integer value)
-
ruleName
public EvaluatedPolicyRuleTriggerType ruleName(String value)
-
constraintName
public EvaluatedPolicyRuleTriggerType constraintName(String value)
-
constraintKind
public EvaluatedPolicyRuleTriggerType constraintKind(PolicyConstraintKindType value)
-
message
public EvaluatedPolicyRuleTriggerType message(LocalizableMessageType value)
-
shortMessage
public EvaluatedPolicyRuleTriggerType shortMessage(LocalizableMessageType value)
-
presentationOrder
public EvaluatedPolicyRuleTriggerType presentationOrder(Integer value)
-
_final
public EvaluatedPolicyRuleTriggerType _final(Boolean value)
-
hidden
public EvaluatedPolicyRuleTriggerType hidden(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public EvaluatedPolicyRuleTriggerType clone()
Creates and returns a deep copy of this object.
-
-