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

    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