public class BinaryLogicOpType extends LogicOpsType implements Visitable
Java class for BinaryLogicOpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryLogicOpType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}LogicOpsType">
<choice maxOccurs="unbounded" minOccurs="2">
<element ref="{http://www.opengis.net/ogc}comparisonOps"/>
<element ref="{http://www.opengis.net/ogc}spatialOps"/>
<element ref="{http://www.opengis.net/ogc}logicOps"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
comparisonOpsOrSpatialOpsOrLogicOps |
| Constructor and Description |
|---|
BinaryLogicOpType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
List<JAXBElement<?>> |
getComparisonOpsOrSpatialOpsOrLogicOps()
Gets the value of the comparisonOpsOrSpatialOpsOrLogicOps property.
|
boolean |
isSetComparisonOpsOrSpatialOpsOrLogicOps() |
void |
unsetComparisonOpsOrSpatialOpsOrLogicOps() |
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected List<JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps
public List<JAXBElement<?>> getComparisonOpsOrSpatialOpsOrLogicOps()
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 comparisonOpsOrSpatialOpsOrLogicOps property.
For example, to add a new item, do as follows:
getComparisonOpsOrSpatialOpsOrLogicOps().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<UnaryLogicOpType>
JAXBElement<LogicOpsType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinaryLogicOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<DistanceBufferType>
JAXBElement<BinaryLogicOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<BBOXType>
JAXBElement<ComparisonOpsType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<PropertyIsBetweenType>
JAXBElement<BinarySpatialOpType>
JAXBElement<PropertyIsNullType>
JAXBElement<SpatialOpsType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<PropertyIsLikeType>
JAXBElement<DistanceBufferType>
public boolean isSetComparisonOpsOrSpatialOpsOrLogicOps()
public void unsetComparisonOpsOrSpatialOpsOrLogicOps()
This work is licensed under a Creative Commons Attribution 4.0 International License.