Class FilterClauseType

java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
All Implemented Interfaces:
PlainStructured, Serializable, Cloneable
Direct Known Subclasses:
LogicalOperatorFilterType, PropertyComplexValueFilterType, PropertyNoValueFilterType, PropertySimpleValueFilterType, UriFilterType

public class FilterClauseType extends Object implements Serializable, Cloneable, PlainStructured

Java class for FilterType complex type.

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

 <complexType name="FilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="matching" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_MATCHING

      public static final QName F_MATCHING
    • matching

      protected String matching
  • Constructor Details

    • FilterClauseType

      public FilterClauseType()
      Creates a new FilterType instance.
    • FilterClauseType

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