net.opengis.gml
Class BoundingShapeType

java.lang.Object
  extended by net.opengis.gml.BoundingShapeType

public class BoundingShapeType
extends Object

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

envelope

protected JAXBElement<? extends EnvelopeType> envelope

_null

protected List<String> _null
Constructor Detail

BoundingShapeType

public BoundingShapeType()
Method Detail

getEnvelope

public JAXBElement<? extends EnvelopeType> getEnvelope()
Obtient la valeur de la propriété envelope.

Returns:
possible object is JAXBElement<EnvelopeWithTimePeriodType> JAXBElement<EnvelopeType>

setEnvelope

public void setEnvelope(JAXBElement<? extends EnvelopeType> value)
Définit la valeur de la propriété envelope.

Parameters:
value - allowed object is JAXBElement<EnvelopeWithTimePeriodType> JAXBElement<EnvelopeType>

isSetEnvelope

public boolean isSetEnvelope()

getNull

public List<String> 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


isSetNull

public boolean isSetNull()

unsetNull

public void unsetNull()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.