Package nl.b3p.csw.jaxb.filter
Class UnaryLogicOpType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.LogicOpsType
-
- nl.b3p.csw.jaxb.filter.UnaryLogicOpType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ComparisonOpsType>comparisonOpsprotected javax.xml.bind.JAXBElement<? extends LogicOpsType>logicOpsprotected javax.xml.bind.JAXBElement<? extends SpatialOpsType>spatialOps
-
Constructor Summary
Constructors Constructor Description UnaryLogicOpType()Default no-arg constructorUnaryLogicOpType(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> comparisonOps, javax.xml.bind.JAXBElement<? extends SpatialOpsType> spatialOps, javax.xml.bind.JAXBElement<? extends LogicOpsType> logicOps)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends ComparisonOpsType>getComparisonOps()Gets the value of the comparisonOps property.javax.xml.bind.JAXBElement<? extends LogicOpsType>getLogicOps()Gets the value of the logicOps property.javax.xml.bind.JAXBElement<? extends SpatialOpsType>getSpatialOps()Gets the value of the spatialOps property.voidsetComparisonOps(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> value)Sets the value of the comparisonOps property.voidsetLogicOps(javax.xml.bind.JAXBElement<? extends LogicOpsType> value)Sets the value of the logicOps property.voidsetSpatialOps(javax.xml.bind.JAXBElement<? extends SpatialOpsType> value)Sets the value of the spatialOps property.
-
-
-
Field Detail
-
comparisonOps
protected javax.xml.bind.JAXBElement<? extends ComparisonOpsType> comparisonOps
-
spatialOps
protected javax.xml.bind.JAXBElement<? extends SpatialOpsType> spatialOps
-
logicOps
protected javax.xml.bind.JAXBElement<? extends LogicOpsType> logicOps
-
-
Constructor Detail
-
UnaryLogicOpType
public UnaryLogicOpType()
Default no-arg constructor
-
UnaryLogicOpType
public UnaryLogicOpType(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> comparisonOps, javax.xml.bind.JAXBElement<? extends SpatialOpsType> spatialOps, javax.xml.bind.JAXBElement<? extends LogicOpsType> logicOps)
Fully-initialising value constructor
-
-
Method Detail
-
getComparisonOps
public javax.xml.bind.JAXBElement<? extends ComparisonOpsType> getComparisonOps()
Gets the value of the comparisonOps property.
-
setComparisonOps
public void setComparisonOps(javax.xml.bind.JAXBElement<? extends ComparisonOpsType> value)
Sets the value of the comparisonOps property.
-
getSpatialOps
public javax.xml.bind.JAXBElement<? extends SpatialOpsType> getSpatialOps()
Gets the value of the spatialOps property.
-
setSpatialOps
public void setSpatialOps(javax.xml.bind.JAXBElement<? extends SpatialOpsType> value)
Sets the value of the spatialOps property.
-
getLogicOps
public javax.xml.bind.JAXBElement<? extends LogicOpsType> getLogicOps()
Gets the value of the logicOps property.
-
setLogicOps
public void setLogicOps(javax.xml.bind.JAXBElement<? extends LogicOpsType> value)
Sets the value of the logicOps property.
-
-