Class PropertySimpleValueFilterType

java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
com.evolveum.prism.xml.ns._public.query_3.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:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_VALUE

      public static final QName F_VALUE
    • property

      protected Element property
    • value

      protected Object value
    • any

      protected Object any
  • Constructor Details

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