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>
| Modifier and Type | Field and Description |
|---|---|
protected List<QName> |
geometryOperand |
| Constructor and Description |
|---|
GeometryOperandsType()
Default no-arg constructor
|
GeometryOperandsType(List<QName> geometryOperand)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<QName> |
getGeometryOperand()
Gets the value of the geometryOperand property.
|
public List<QName> getGeometryOperand()
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
Copyright © 2019 B3Partners B.V.. All rights reserved.