Class EvaluatedExclusionTriggerType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class EvaluatedExclusionTriggerType
    extends EvaluatedPolicyRuleTriggerType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for EvaluatedExclusionTriggerType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EvaluatedExclusionTriggerType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EvaluatedPolicyRuleTriggerType">
           <sequence>
             <element name="conflictingObjectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="conflictingObjectDisplayName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="conflictingObjectPath" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPathType" minOccurs="0"/>
             <element name="conflictingAssignment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form