Class 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:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_VALUE

        public static final QName F_VALUE
    • Constructor Detail

      • 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.