public class BoundingShapeType extends Object implements Named, Visitable
Java class for BoundingShapeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoundingShapeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}Box"/>
<element name="null" type="{http://www.opengis.net/gml}NullType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NullType |
_null |
protected BoxType |
box |
| Constructor and Description |
|---|
BoundingShapeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
BoxType |
getBox()
Gets the value of the box property.
|
QName |
getJAXBElementName() |
NullType |
getNull()
Gets the value of the null property.
|
boolean |
isSetBox() |
boolean |
isSetNull() |
void |
setBox(BoxType value)
Sets the value of the box property.
|
void |
setJAXBElementName(QName name) |
void |
setNull(NullType value)
Sets the value of the null property.
|
public BoxType getBox()
BoxTypepublic void setBox(BoxType value)
value - allowed object is
BoxTypepublic boolean isSetBox()
public NullType getNull()
NullTypepublic void setNull(NullType value)
value - allowed object is
NullTypepublic boolean isSetNull()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.