Class BinaryOperatorType


  • public class BinaryOperatorType
    extends ExpressionType

    Java class for BinaryOperatorType complex type.

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

     <complexType name="BinaryOperatorType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}ExpressionType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}expression" maxOccurs="2" minOccurs="2"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • expression

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

      • BinaryOperatorType

        public BinaryOperatorType()
        Default no-arg constructor
      • BinaryOperatorType

        public BinaryOperatorType​(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression)
        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