Class GeometryOperandsType


  • public class GeometryOperandsType
    extends Object

    Java class for GeometryOperandsType complex type.

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

     <complexType name="GeometryOperandsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="GeometryOperand" type="{http://www.opengis.net/ogc}GeometryOperandType" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • geometryOperand

        protected List<QName> geometryOperand
    • Constructor Detail

      • GeometryOperandsType

        public GeometryOperandsType()
        Default no-arg constructor
      • GeometryOperandsType

        public GeometryOperandsType​(List<QName> geometryOperand)
        Fully-initialising value constructor
    • Method Detail

      • getGeometryOperand

        public List<QName> getGeometryOperand()
        Gets the value of the geometryOperand 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 geometryOperand property.

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

            getGeometryOperand().add(newItem);
         

        Objects of the following type(s) are allowed in the list QName