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