public class BBOXType extends SpatialOpsType implements Visitable
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}Box"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoxType |
box |
protected PropertyNameType |
propertyName |
| Constructor and Description |
|---|
BBOXType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
BoxType |
getBox()
Gets the value of the box property.
|
PropertyNameType |
getPropertyName()
Gets the value of the propertyName property.
|
boolean |
isSetBox() |
boolean |
isSetPropertyName() |
void |
setBox(BoxType value)
Sets the value of the box property.
|
void |
setPropertyName(PropertyNameType value)
Sets the value of the propertyName property.
|
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected PropertyNameType propertyName
protected BoxType box
public PropertyNameType getPropertyName()
PropertyNameTypepublic void setPropertyName(PropertyNameType value)
value - allowed object is
PropertyNameTypepublic boolean isSetPropertyName()
public BoxType getBox()
BoxTypepublic void setBox(BoxType value)
value - allowed object is
BoxTypepublic boolean isSetBox()
This work is licensed under a Creative Commons Attribution 4.0 International License.