Class PropertyIsBetweenType


  • public class PropertyIsBetweenType
    extends ComparisonOpsType

    Java class for PropertyIsBetweenType complex type.

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

     <complexType name="PropertyIsBetweenType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}ComparisonOpsType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}expression"/>
             <element name="LowerBoundary" type="{http://www.opengis.net/ogc}LowerBoundaryType"/>
             <element name="UpperBoundary" type="{http://www.opengis.net/ogc}UpperBoundaryType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>