Class UriFilterType

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

public class UriFilterType extends FilterClauseType implements Serializable, Cloneable

Java class for UriFilterType complex type.

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

 <complexType name="UriFilterType">
   <complexContent>
     <extension base="{http://prism.evolveum.com/xml/ns/public/query-2}FilterType">
       <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: