Class BoundingShapeType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the envelope property.Gets the value of the nilReason property.getNull()
Gets the value of the null property.void
setEnvelope
(EnvelopeType value) Sets the value of the envelope property.
-
Field Details
-
envelope
-
_null
-
nilReason
-
-
Constructor Details
-
BoundingShapeType
public BoundingShapeType()
-
-
Method Details
-
getEnvelope
Gets the value of the envelope property.- Returns:
- possible object is
EnvelopeType
-
setEnvelope
Sets the value of the envelope property.- Parameters:
value
- allowed object isEnvelopeType
-
getNull
Gets the value of the null property.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
-
getNilReason
Gets the value of the nilReason property.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
-