public class BoundingShapeType extends Object
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/3.2}Envelope"/>
<element ref="{http://www.opengis.net/gml/3.2}Null"/>
</choice>
</sequence>
<attribute name="nilReason" type="{http://www.opengis.net/gml/3.2}NilReasonType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
_null |
protected EnvelopeType |
envelope |
protected List<String> |
nilReason |
| Constructor and Description |
|---|
BoundingShapeType() |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeType |
getEnvelope()
Gets the value of the envelope property.
|
List<String> |
getNilReason()
Gets the value of the nilReason property.
|
List<String> |
getNull()
Gets the value of the null property.
|
void |
setEnvelope(EnvelopeType value)
Sets the value of the envelope property.
|
protected EnvelopeType envelope
public EnvelopeType getEnvelope()
EnvelopeTypepublic void setEnvelope(EnvelopeType value)
value - allowed object is
EnvelopeTypepublic List<String> getNull()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the null property.
For example, to add a new item, do as follows:
getNull().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getNilReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nilReason property.
For example, to add a new item, do as follows:
getNilReason().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.