Class FilterType


  • public class FilterType
    extends Object

    Java class for FilterType complex type.

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

     <complexType name="FilterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element ref="{http://www.opengis.net/ogc}spatialOps"/>
             <element ref="{http://www.opengis.net/ogc}comparisonOps"/>
             <element ref="{http://www.opengis.net/ogc}logicOps"/>
             <element ref="{http://www.opengis.net/ogc}AbstractId" maxOccurs="unbounded"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>