Class PropertyComplexValueFilterType

java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
com.evolveum.prism.xml.ns._public.query_3.PropertyComplexValueFilterType
All Implemented Interfaces:
PlainStructured, Serializable, Cloneable

public class PropertyComplexValueFilterType extends FilterClauseType implements Serializable, Cloneable

Java class for PropertyComplexValueFilterType complex type.

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

 <complexType name="PropertyComplexValueFilterType">
   <complexContent>
     <extension base="{http://prism.evolveum.com/xml/ns/public/query-2}FilterType">
       <sequence>
         <element ref="{http://prism.evolveum.com/xml/ns/public/query-2}path" minOccurs="0"/>
         <choice>
           <element ref="{http://prism.evolveum.com/xml/ns/public/query-2}value"/>
           <any namespace='##other'/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • path

      protected Element path
    • value

      protected ValueType value
    • any

      protected Object any
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_VALUE

      public static final QName F_VALUE
  • Constructor Details

    • PropertyComplexValueFilterType

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

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