Class 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
    <p>Java class for EvaluatedPolicyRuleTriggerType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="EvaluatedPolicyRuleTriggerType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="ref" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="triggerId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="constraintName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="constraintKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyConstraintKindType" minOccurs="0"/&gt; &lt;element name="message" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType" minOccurs="0"/&gt; &lt;element name="shortMessage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType" minOccurs="0"/&gt; &lt;element name="presentationOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form