net.opengis.kml._2_2_0
Class RegionType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.RegionType

public class RegionType
extends AbstractObjectType

Classe Java pour RegionType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="RegionType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonAltBox" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}Lod" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}RegionSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}RegionObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LatLonAltBoxType latLonAltBox
           
protected  LodType lod
           
protected  List<AbstractObjectType> regionObjectExtensionGroup
           
protected  List<Object> regionSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
RegionType()
           
 
Method Summary
 LatLonAltBoxType getLatLonAltBox()
          Obtient la valeur de la propriété latLonAltBox.
 LodType getLod()
          Obtient la valeur de la propriété lod.
 List<AbstractObjectType> getRegionObjectExtensionGroup()
          Gets the value of the regionObjectExtensionGroup property.
 List<Object> getRegionSimpleExtensionGroup()
          Gets the value of the regionSimpleExtensionGroup property.
 boolean isSetLatLonAltBox()
           
 boolean isSetLod()
           
 boolean isSetRegionObjectExtensionGroup()
           
 boolean isSetRegionSimpleExtensionGroup()
           
 void setLatLonAltBox(LatLonAltBoxType value)
          Définit la valeur de la propriété latLonAltBox.
 void setLod(LodType value)
          Définit la valeur de la propriété lod.
 void unsetRegionObjectExtensionGroup()
           
 void unsetRegionSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latLonAltBox

protected LatLonAltBoxType latLonAltBox

lod

protected LodType lod

regionSimpleExtensionGroup

protected List<Object> regionSimpleExtensionGroup

regionObjectExtensionGroup

protected List<AbstractObjectType> regionObjectExtensionGroup
Constructor Detail

RegionType

public RegionType()
Method Detail

getLatLonAltBox

public LatLonAltBoxType getLatLonAltBox()
Obtient la valeur de la propriété latLonAltBox.

Returns:
possible object is LatLonAltBoxType

setLatLonAltBox

public void setLatLonAltBox(LatLonAltBoxType value)
Définit la valeur de la propriété latLonAltBox.

Parameters:
value - allowed object is LatLonAltBoxType

isSetLatLonAltBox

public boolean isSetLatLonAltBox()

getLod

public LodType getLod()
Obtient la valeur de la propriété lod.

Returns:
possible object is LodType

setLod

public void setLod(LodType value)
Définit la valeur de la propriété lod.

Parameters:
value - allowed object is LodType

isSetLod

public boolean isSetLod()

getRegionSimpleExtensionGroup

public List<Object> getRegionSimpleExtensionGroup()
Gets the value of the regionSimpleExtensionGroup 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 regionSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getRegionSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetRegionSimpleExtensionGroup

public boolean isSetRegionSimpleExtensionGroup()

unsetRegionSimpleExtensionGroup

public void unsetRegionSimpleExtensionGroup()

getRegionObjectExtensionGroup

public List<AbstractObjectType> getRegionObjectExtensionGroup()
Gets the value of the regionObjectExtensionGroup 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 regionObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getRegionObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetRegionObjectExtensionGroup

public boolean isSetRegionObjectExtensionGroup()

unsetRegionObjectExtensionGroup

public void unsetRegionObjectExtensionGroup()


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