Class PropertySimpleValueFilterType

  • All Implemented Interfaces:
    PlainStructured, Serializable, Cloneable

    public class PropertySimpleValueFilterType
    extends FilterClauseType
    implements Serializable, Cloneable

    Java class for PropertySimpleValueFilterType complex type.

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

     <complexType name="PropertySimpleValueFilterType">
       <complexContent>
         <extension base="{http://prism.evolveum.com/xml/ns/public/query-2}FilterType">
           <sequence>
             <element name="property" type="{http://prism.evolveum.com/xml/ns/public/types-3}XPathType"/>
             <choice>
               <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
               <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
      • property

        protected Element property
      • value

        protected Object value
    • Constructor Detail

      • PropertySimpleValueFilterType

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

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