Package nl.b3p.csw.jaxb.filter
Class BBOXType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.SpatialOpsType
-
- nl.b3p.csw.jaxb.filter.BBOXType
-
public class BBOXType extends SpatialOpsType
Java class for BBOXType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BBOXType"> <complexContent> <extension base="{http://www.opengis.net/ogc}SpatialOpsType"> <sequence> <element ref="{http://www.opengis.net/ogc}PropertyName"/> <element ref="{http://www.opengis.net/gml}Envelope"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Envelopeenvelopeprotected PropertyNamepropertyName
-
Constructor Summary
Constructors Constructor Description BBOXType()Default no-arg constructorBBOXType(PropertyName propertyName, Envelope envelope)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopegetEnvelope()Gets the value of the envelope property.PropertyNamegetPropertyName()Gets the value of the propertyName property.voidsetEnvelope(Envelope value)Sets the value of the envelope property.voidsetPropertyName(PropertyName value)Sets the value of the propertyName property.
-
-
-
Field Detail
-
propertyName
protected PropertyName propertyName
-
envelope
protected Envelope envelope
-
-
Constructor Detail
-
BBOXType
public BBOXType()
Default no-arg constructor
-
BBOXType
public BBOXType(PropertyName propertyName, Envelope envelope)
Fully-initialising value constructor
-
-
Method Detail
-
getPropertyName
public PropertyName getPropertyName()
Gets the value of the propertyName property.- Returns:
- possible object is
PropertyName
-
setPropertyName
public void setPropertyName(PropertyName value)
Sets the value of the propertyName property.- Parameters:
value- allowed object isPropertyName
-
getEnvelope
public Envelope getEnvelope()
Gets the value of the envelope property.- Returns:
- possible object is
Envelope
-
-