Class PropertyNoValueFilterType

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

public class PropertyNoValueFilterType extends FilterClauseType implements Serializable, Cloneable

Java class for PropertyNoValueFilterType complex type.

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

 <complexType name="PropertyNoValueFilterType">
   <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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: