Class BinaryComparisonOpType


  • public class BinaryComparisonOpType
    extends ComparisonOpsType

    Java class for BinaryComparisonOpType complex type.

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

     <complexType name="BinaryComparisonOpType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}ComparisonOpsType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}expression" maxOccurs="2" minOccurs="2"/>
           </sequence>
           <attribute name="matchCase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • expression

        protected List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression
      • matchCase

        protected Boolean matchCase
    • Constructor Detail

      • BinaryComparisonOpType

        public BinaryComparisonOpType()
        Default no-arg constructor
      • BinaryComparisonOpType

        public BinaryComparisonOpType​(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression,
                                      Boolean matchCase)
        Fully-initialising value constructor
    • Method Detail

      • getExpression

        public List<javax.xml.bind.JAXBElement<? extends ExpressionType>> getExpression()
        Gets the value of the expression property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the expression property.

        For example, to add a new item, do as follows:

            getExpression().add(newItem);
         

        Objects of the following type(s) are allowed in the list Add Div Literal Sub Expression Mul PropertyName Function

      • isMatchCase

        public boolean isMatchCase()
        Gets the value of the matchCase property.
        Returns:
        possible object is Boolean
      • setMatchCase

        public void setMatchCase​(Boolean value)
        Sets the value of the matchCase property.
        Parameters:
        value - allowed object is Boolean