Class EvaluatedPolicyRuleType

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

    public class EvaluatedPolicyRuleType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for EvaluatedPolicyRuleType complex type.

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

     <complexType name="EvaluatedPolicyRuleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="assignmentPath" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPathType" minOccurs="0"/>
             <element name="directOwnerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="directOwnerDisplayName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="trigger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EvaluatedPolicyRuleTriggerType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EvaluatedPolicyRuleType

        public EvaluatedPolicyRuleType()
        Creates a new EvaluatedPolicyRuleType instance.
      • EvaluatedPolicyRuleType

        public EvaluatedPolicyRuleType​(EvaluatedPolicyRuleType o)
        Creates a new EvaluatedPolicyRuleType instance by deeply copying a given EvaluatedPolicyRuleType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.