|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.BoundingShapeType
public class BoundingShapeType
Bounding shape.
Classe Java pour BoundingShapeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="BoundingShapeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}Envelope"/>
<element ref="{http://www.opengis.net/gml}Null"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
_null
|
protected JAXBElement<? extends EnvelopeType> |
envelope
|
| Constructor Summary | |
|---|---|
BoundingShapeType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends EnvelopeType> |
getEnvelope()
Obtient la valeur de la propriété envelope. |
List<String> |
getNull()
Gets the value of the null property. |
boolean |
isSetEnvelope()
|
boolean |
isSetNull()
|
void |
setEnvelope(JAXBElement<? extends EnvelopeType> value)
Définit la valeur de la propriété envelope. |
void |
unsetNull()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<? extends EnvelopeType> envelope
protected List<String> _null
| Constructor Detail |
|---|
public BoundingShapeType()
| Method Detail |
|---|
public JAXBElement<? extends EnvelopeType> getEnvelope()
JAXBElement<EnvelopeWithTimePeriodType>
JAXBElement<EnvelopeType>public void setEnvelope(JAXBElement<? extends EnvelopeType> value)
value - allowed object is
JAXBElement<EnvelopeWithTimePeriodType>
JAXBElement<EnvelopeType>public boolean isSetEnvelope()
public 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 boolean isSetNull()
public void unsetNull()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||