Package nl.b3p.csw.jaxb.filter
Class SpatialOperatorType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.SpatialOperatorType
-
public class SpatialOperatorType extends Object
Java class for SpatialOperatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpatialOperatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GeometryOperands" type="{http://www.opengis.net/ogc}GeometryOperandsType" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.opengis.net/ogc}SpatialOperatorNameType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected GeometryOperandsTypegeometryOperandsprotected SpatialOperatorNameTypename
-
Constructor Summary
Constructors Constructor Description SpatialOperatorType()Default no-arg constructorSpatialOperatorType(GeometryOperandsType geometryOperands, SpatialOperatorNameType name)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.SpatialOperatorNameTypegetName()Gets the value of the name property.voidsetGeometryOperands(GeometryOperandsType value)Sets the value of the geometryOperands property.voidsetName(SpatialOperatorNameType value)Sets the value of the name property.
-
-
-
Field Detail
-
geometryOperands
protected GeometryOperandsType geometryOperands
-
name
protected SpatialOperatorNameType name
-
-
Constructor Detail
-
SpatialOperatorType
public SpatialOperatorType()
Default no-arg constructor
-
SpatialOperatorType
public SpatialOperatorType(GeometryOperandsType geometryOperands, SpatialOperatorNameType name)
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
-
getName
public SpatialOperatorNameType getName()
Gets the value of the name property.- Returns:
- possible object is
SpatialOperatorNameType
-
setName
public void setName(SpatialOperatorNameType value)
Sets the value of the name property.- Parameters:
value- allowed object isSpatialOperatorNameType
-
-