public class FilterType extends Object
Java class for FilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/ogc}spatialOps"/>
<element ref="{http://www.opengis.net/ogc}comparisonOps"/>
<element ref="{http://www.opengis.net/ogc}logicOps"/>
<element ref="{http://www.opengis.net/ogc}AbstractId" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractIdType>> |
abstractId |
protected JAXBElement<? extends ComparisonOpsType> |
comparisonOps |
protected JAXBElement<? extends LogicOpsType> |
logicOps |
protected JAXBElement<? extends SpatialOpsType> |
spatialOps |
| Constructor and Description |
|---|
FilterType()
Default no-arg constructor
|
FilterType(JAXBElement<? extends SpatialOpsType> spatialOps,
JAXBElement<? extends ComparisonOpsType> comparisonOps,
JAXBElement<? extends LogicOpsType> logicOps,
List<JAXBElement<? extends AbstractIdType>> abstractId)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractIdType>> |
getAbstractId()
Gets the value of the abstractId property.
|
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 SpatialOpsType> spatialOps
protected JAXBElement<? extends ComparisonOpsType> comparisonOps
protected JAXBElement<? extends LogicOpsType> logicOps
protected List<JAXBElement<? extends AbstractIdType>> abstractId
public FilterType()
public FilterType(JAXBElement<? extends SpatialOpsType> spatialOps, JAXBElement<? extends ComparisonOpsType> comparisonOps, JAXBElement<? extends LogicOpsType> logicOps, List<JAXBElement<? extends AbstractIdType>> abstractId)
public JAXBElement<? extends SpatialOpsType> getSpatialOps()
public void setSpatialOps(JAXBElement<? extends SpatialOpsType> value)
public JAXBElement<? extends ComparisonOpsType> getComparisonOps()
public void setComparisonOps(JAXBElement<? extends ComparisonOpsType> value)
public JAXBElement<? extends LogicOpsType> getLogicOps()
public void setLogicOps(JAXBElement<? extends LogicOpsType> value)
public List<JAXBElement<? extends AbstractIdType>> getAbstractId()
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 abstractId property.
For example, to add a new item, do as follows:
getAbstractId().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractId
FeatureId
GmlObjectId
Copyright © 2016. All rights reserved.