public class ArithmeticOperatorsType extends Object
Java class for ArithmeticOperatorsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArithmeticOperatorsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/ogc}SimpleArithmetic"/>
<element name="Functions" type="{http://www.opengis.net/ogc}FunctionsType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
simpleArithmeticOrFunctions |
| Constructor and Description |
|---|
ArithmeticOperatorsType()
Default no-arg constructor
|
ArithmeticOperatorsType(List<Object> simpleArithmeticOrFunctions)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getSimpleArithmeticOrFunctions()
Gets the value of the simpleArithmeticOrFunctions property.
|
public ArithmeticOperatorsType()
public List<Object> getSimpleArithmeticOrFunctions()
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 simpleArithmeticOrFunctions property.
For example, to add a new item, do as follows:
getSimpleArithmeticOrFunctions().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleArithmetic
FunctionsType
Copyright © 2019 B3Partners B.V.. All rights reserved.