Class NAryLogicalOperatorFilterType

All Implemented Interfaces:
PlainStructured, Serializable, Cloneable

public class NAryLogicalOperatorFilterType extends LogicalOperatorFilterType implements Serializable, Cloneable

Java class for NAryLogicalOperatorFilterType complex type.

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

 <complexType name="NAryLogicalOperatorFilterType">
   <complexContent>
     <extension base="{http://prism.evolveum.com/xml/ns/public/query-2}LogicalOperatorFilterType">
       <sequence>
         <element ref="{http://prism.evolveum.com/xml/ns/public/query-2}filter" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • filter

      protected List<Element> filter
  • Constructor Details

    • NAryLogicalOperatorFilterType

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

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