Class BinaryLogicOpType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.LogicOpsType
-
- nl.b3p.csw.jaxb.filter.BinaryLogicOpType
-
public class BinaryLogicOpType extends LogicOpsType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<?>>comparisonOpsOrSpatialOpsOrLogicOps
-
Constructor Summary
Constructors Constructor Description BinaryLogicOpType()Default no-arg constructorBinaryLogicOpType(List<javax.xml.bind.JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<?>>getComparisonOpsOrSpatialOpsOrLogicOps()Gets the value of the comparisonOpsOrSpatialOpsOrLogicOps property.
-
-
-
Field Detail
-
comparisonOpsOrSpatialOpsOrLogicOps
protected List<javax.xml.bind.JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps
-
-
Constructor Detail
-
BinaryLogicOpType
public BinaryLogicOpType()
Default no-arg constructor
-
BinaryLogicOpType
public BinaryLogicOpType(List<javax.xml.bind.JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps)
Fully-initialising value constructor
-
-
Method Detail
-
getComparisonOpsOrSpatialOpsOrLogicOps
public List<javax.xml.bind.JAXBElement<?>> getComparisonOpsOrSpatialOpsOrLogicOps()
Gets the value of the comparisonOpsOrSpatialOpsOrLogicOps property.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
setmethod 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
PropertyIsGreaterThanOrEqualToPropertyIsLessThanOrEqualToPropertyIsGreaterThanPropertyIsNotEqualToOrSpatialOpsPropertyIsLikeTouchesContainsCrossesBeyondPropertyIsBetweenNotAndDisjointBBOXIntersectsPropertyIsLessThanPropertyIsEqualToLogicOpsEqualsOverlapsWithinComparisonOpsPropertyIsNullDWithin
-
-