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
_final
static QName
COMPLEX_TYPE
protected PolicyConstraintKindType
constraintKind
protected String
constraintName
static ItemName
F_CONSTRAINT_KIND
static ItemName
F_CONSTRAINT_NAME
static ItemName
F_FINAL
static ItemName
F_HIDDEN
static ItemName
F_MESSAGE
static ItemName
F_PRESENTATION_ORDER
static ItemName
F_REF
static ItemName
F_RULE_NAME
static ItemName
F_SHORT_MESSAGE
static ItemName
F_TRIGGER_ID
protected Boolean
hidden
protected LocalizableMessageType
message
protected Integer
presentationOrder
protected Integer
ref
protected String
ruleName
protected LocalizableMessageType
shortMessage
protected Integer
triggerId
-
Constructor Summary
Constructors Constructor Description EvaluatedPolicyRuleTriggerType()
Creates a newEvaluatedPolicyRuleTriggerType
instance.EvaluatedPolicyRuleTriggerType(EvaluatedPolicyRuleTriggerType o)
Creates a newEvaluatedPolicyRuleTriggerType
instance by deeply copying a givenEvaluatedPolicyRuleTriggerType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluatedPolicyRuleTriggerType
_final(Boolean value)
void
accept(JaxbVisitor visitor)
EvaluatedPolicyRuleTriggerType
clone()
Creates and returns a deep copy of this object.EvaluatedPolicyRuleTriggerType
constraintKind(PolicyConstraintKindType value)
EvaluatedPolicyRuleTriggerType
constraintName(String value)
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)
PolicyConstraintKindType
getConstraintKind()
Gets the value of the constraintKind property.String
getConstraintName()
Gets the value of the constraintName property.LocalizableMessageType
getMessage()
Gets the value of the message property.Integer
getPresentationOrder()
Gets the value of the presentationOrder property.Integer
getRef()
Gets the value of the ref property.String
getRuleName()
Gets the value of the ruleName property.LocalizableMessageType
getShortMessage()
Gets the value of the shortMessage property.Integer
getTriggerId()
Gets the value of the triggerId property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
EvaluatedPolicyRuleTriggerType
hidden(Boolean value)
Boolean
isFinal()
Gets the value of the final property.Boolean
isHidden()
Gets the value of the hidden property.EvaluatedPolicyRuleTriggerType
message(LocalizableMessageType value)
EvaluatedPolicyRuleTriggerType
presentationOrder(Integer value)
EvaluatedPolicyRuleTriggerType
ref(Integer value)
EvaluatedPolicyRuleTriggerType
ruleName(String value)
void
setConstraintKind(PolicyConstraintKindType value)
Sets the value of the constraintKind property.void
setConstraintName(String value)
Sets the value of the constraintName property.void
setFinal(Boolean value)
Sets the value of the final property.void
setHidden(Boolean value)
Sets the value of the hidden property.void
setMessage(LocalizableMessageType value)
Sets the value of the message property.void
setPresentationOrder(Integer value)
Sets the value of the presentationOrder property.void
setRef(Integer value)
Sets the value of the ref property.void
setRuleName(String value)
Sets the value of the ruleName property.void
setShortMessage(LocalizableMessageType value)
Sets the value of the shortMessage property.void
setTriggerId(Integer value)
Sets the value of the triggerId property.EvaluatedPolicyRuleTriggerType
shortMessage(LocalizableMessageType value)
String
toString()
Generates a String representation of the contents of this type.EvaluatedPolicyRuleTriggerType
triggerId(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 newEvaluatedPolicyRuleTriggerType
instance.
-
EvaluatedPolicyRuleTriggerType
public EvaluatedPolicyRuleTriggerType(EvaluatedPolicyRuleTriggerType o)
Creates a newEvaluatedPolicyRuleTriggerType
instance by deeply copying a givenEvaluatedPolicyRuleTriggerType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
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
-
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:
accept
in interfaceJaxbVisitable
-
clone
public EvaluatedPolicyRuleTriggerType clone()
Creates and returns a deep copy of this object.
-
-