public class UnaryLogicOpType extends LogicOpsType
Java class for UnaryLogicOpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnaryLogicOpType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}LogicOpsType">
<sequence>
<choice>
<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>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends ComparisonOpsType> |
comparisonOps |
protected JAXBElement<? extends LogicOpsType> |
logicOps |
protected JAXBElement<? extends SpatialOpsType> |
spatialOps |
| Constructor and Description |
|---|
UnaryLogicOpType()
Default no-arg constructor
|
UnaryLogicOpType(JAXBElement<? extends ComparisonOpsType> comparisonOps,
JAXBElement<? extends SpatialOpsType> spatialOps,
JAXBElement<? extends LogicOpsType> logicOps)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends ComparisonOpsType> |
getComparisonOps()
Gets the value of the comparisonOps property.
|
JAXBElement<? extends LogicOpsType> |
getLogicOps()
Gets the value of the logicOps property.
|
JAXBElement<? extends SpatialOpsType> |
getSpatialOps()
Gets the value of the spatialOps property.
|
void |
setComparisonOps(JAXBElement<? extends ComparisonOpsType> value)
Sets the value of the comparisonOps property.
|
void |
setLogicOps(JAXBElement<? extends LogicOpsType> value)
Sets the value of the logicOps property.
|
void |
setSpatialOps(JAXBElement<? extends SpatialOpsType> value)
Sets the value of the spatialOps property.
|
protected JAXBElement<? extends ComparisonOpsType> comparisonOps
protected JAXBElement<? extends SpatialOpsType> spatialOps
protected JAXBElement<? extends LogicOpsType> logicOps
public UnaryLogicOpType()
public UnaryLogicOpType(JAXBElement<? extends ComparisonOpsType> comparisonOps, JAXBElement<? extends SpatialOpsType> spatialOps, JAXBElement<? extends LogicOpsType> logicOps)
public JAXBElement<? extends ComparisonOpsType> getComparisonOps()
public void setComparisonOps(JAXBElement<? extends ComparisonOpsType> value)
public JAXBElement<? extends SpatialOpsType> getSpatialOps()
public void setSpatialOps(JAXBElement<? extends SpatialOpsType> value)
public JAXBElement<? extends LogicOpsType> getLogicOps()
public void setLogicOps(JAXBElement<? extends LogicOpsType> value)
Copyright © 2021 B3Partners B.V.. All rights reserved.