Package nl.b3p.csw.jaxb.filter
Class SpatialCapabilitiesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.SpatialCapabilitiesType
-
public class SpatialCapabilitiesType extends Object
Java class for Spatial_CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Spatial_CapabilitiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GeometryOperands" type="{http://www.opengis.net/ogc}GeometryOperandsType"/> <element name="SpatialOperators" type="{http://www.opengis.net/ogc}SpatialOperatorsType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected GeometryOperandsTypegeometryOperandsprotected SpatialOperatorsTypespatialOperators
-
Constructor Summary
Constructors Constructor Description SpatialCapabilitiesType()Default no-arg constructorSpatialCapabilitiesType(GeometryOperandsType geometryOperands, SpatialOperatorsType spatialOperators)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryOperandsTypegetGeometryOperands()Gets the value of the geometryOperands property.SpatialOperatorsTypegetSpatialOperators()Gets the value of the spatialOperators property.voidsetGeometryOperands(GeometryOperandsType value)Sets the value of the geometryOperands property.voidsetSpatialOperators(SpatialOperatorsType value)Sets the value of the spatialOperators property.
-
-
-
Field Detail
-
geometryOperands
protected GeometryOperandsType geometryOperands
-
spatialOperators
protected SpatialOperatorsType spatialOperators
-
-
Constructor Detail
-
SpatialCapabilitiesType
public SpatialCapabilitiesType()
Default no-arg constructor
-
SpatialCapabilitiesType
public SpatialCapabilitiesType(GeometryOperandsType geometryOperands, SpatialOperatorsType spatialOperators)
Fully-initialising value constructor
-
-
Method Detail
-
getGeometryOperands
public GeometryOperandsType getGeometryOperands()
Gets the value of the geometryOperands property.- Returns:
- possible object is
GeometryOperandsType
-
setGeometryOperands
public void setGeometryOperands(GeometryOperandsType value)
Sets the value of the geometryOperands property.- Parameters:
value- allowed object isGeometryOperandsType
-
getSpatialOperators
public SpatialOperatorsType getSpatialOperators()
Gets the value of the spatialOperators property.- Returns:
- possible object is
SpatialOperatorsType
-
setSpatialOperators
public void setSpatialOperators(SpatialOperatorsType value)
Sets the value of the spatialOperators property.- Parameters:
value- allowed object isSpatialOperatorsType
-
-