public class UnaryLogicOpType extends LogicOpsType implements Visitable
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
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.
|
boolean |
isSetComparisonOps() |
boolean |
isSetLogicOps() |
boolean |
isSetSpatialOps() |
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.
|
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected JAXBElement<? extends ComparisonOpsType> comparisonOps
protected JAXBElement<? extends SpatialOpsType> spatialOps
protected JAXBElement<? extends LogicOpsType> logicOps
public JAXBElement<? extends ComparisonOpsType> getComparisonOps()
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<PropertyIsBetweenType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<ComparisonOpsType>
JAXBElement<PropertyIsLikeType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<PropertyIsNullType>
JAXBElement<BinaryComparisonOpType>public void setComparisonOps(JAXBElement<? extends ComparisonOpsType> value)
value - allowed object is
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<PropertyIsBetweenType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<ComparisonOpsType>
JAXBElement<PropertyIsLikeType>
JAXBElement<BinaryComparisonOpType>
JAXBElement<PropertyIsNullType>
JAXBElement<BinaryComparisonOpType>public boolean isSetComparisonOps()
public JAXBElement<? extends SpatialOpsType> getSpatialOps()
JAXBElement<SpatialOpsType>
JAXBElement<DistanceBufferType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BBOXType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<DistanceBufferType>public void setSpatialOps(JAXBElement<? extends SpatialOpsType> value)
value - allowed object is
JAXBElement<SpatialOpsType>
JAXBElement<DistanceBufferType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BBOXType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<BinarySpatialOpType>
JAXBElement<DistanceBufferType>public boolean isSetSpatialOps()
public JAXBElement<? extends LogicOpsType> getLogicOps()
JAXBElement<UnaryLogicOpType>
JAXBElement<BinaryLogicOpType>
JAXBElement<LogicOpsType>
JAXBElement<BinaryLogicOpType>public void setLogicOps(JAXBElement<? extends LogicOpsType> value)
value - allowed object is
JAXBElement<UnaryLogicOpType>
JAXBElement<BinaryLogicOpType>
JAXBElement<LogicOpsType>
JAXBElement<BinaryLogicOpType>public boolean isSetLogicOps()
This work is licensed under a Creative Commons Attribution 4.0 International License.