net.opengis.kml._2_2_0
Class KmlType

java.lang.Object
  extended by net.opengis.kml._2_2_0.KmlType

public class KmlType
extends Object

Classe Java pour KmlType complex type.

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

 <complexType name="KmlType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}NetworkLinkControl" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}KmlSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}KmlObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="hint" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends AbstractFeatureType> abstractFeatureGroup
           
protected  String hint
           
protected  List<AbstractObjectType> kmlObjectExtensionGroup
           
protected  List<Object> kmlSimpleExtensionGroup
           
protected  NetworkLinkControlType networkLinkControl
           
 
Constructor Summary
KmlType()
           
 
Method Summary
 JAXBElement<? extends AbstractFeatureType> getAbstractFeatureGroup()
          Obtient la valeur de la propriété abstractFeatureGroup.
 String getHint()
          Obtient la valeur de la propriété hint.
 List<AbstractObjectType> getKmlObjectExtensionGroup()
          Gets the value of the kmlObjectExtensionGroup property.
 List<Object> getKmlSimpleExtensionGroup()
          Gets the value of the kmlSimpleExtensionGroup property.
 NetworkLinkControlType getNetworkLinkControl()
          Obtient la valeur de la propriété networkLinkControl.
 boolean isSetAbstractFeatureGroup()
           
 boolean isSetHint()
           
 boolean isSetKmlObjectExtensionGroup()
           
 boolean isSetKmlSimpleExtensionGroup()
           
 boolean isSetNetworkLinkControl()
           
 void setAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType> value)
          Définit la valeur de la propriété abstractFeatureGroup.
 void setHint(String value)
          Définit la valeur de la propriété hint.
 void setNetworkLinkControl(NetworkLinkControlType value)
          Définit la valeur de la propriété networkLinkControl.
 void unsetKmlObjectExtensionGroup()
           
 void unsetKmlSimpleExtensionGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

networkLinkControl

protected NetworkLinkControlType networkLinkControl

abstractFeatureGroup

protected JAXBElement<? extends AbstractFeatureType> abstractFeatureGroup

kmlSimpleExtensionGroup

protected List<Object> kmlSimpleExtensionGroup

kmlObjectExtensionGroup

protected List<AbstractObjectType> kmlObjectExtensionGroup

hint

protected String hint
Constructor Detail

KmlType

public KmlType()
Method Detail

getNetworkLinkControl

public NetworkLinkControlType getNetworkLinkControl()
Obtient la valeur de la propriété networkLinkControl.

Returns:
possible object is NetworkLinkControlType

setNetworkLinkControl

public void setNetworkLinkControl(NetworkLinkControlType value)
Définit la valeur de la propriété networkLinkControl.

Parameters:
value - allowed object is NetworkLinkControlType

isSetNetworkLinkControl

public boolean isSetNetworkLinkControl()

getAbstractFeatureGroup

public JAXBElement<? extends AbstractFeatureType> getAbstractFeatureGroup()
Obtient la valeur de la propriété abstractFeatureGroup.

Returns:
possible object is JAXBElement<AbstractFeatureType> JAXBElement<FolderType> JAXBElement<NetworkLinkType> JAXBElement<PhotoOverlayType> JAXBElement<GroundOverlayType> JAXBElement<AbstractOverlayType> JAXBElement<AbstractContainerType> JAXBElement<DocumentType> JAXBElement<PlacemarkType> JAXBElement<ScreenOverlayType>

setAbstractFeatureGroup

public void setAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType> value)
Définit la valeur de la propriété abstractFeatureGroup.

Parameters:
value - allowed object is JAXBElement<AbstractFeatureType> JAXBElement<FolderType> JAXBElement<NetworkLinkType> JAXBElement<PhotoOverlayType> JAXBElement<GroundOverlayType> JAXBElement<AbstractOverlayType> JAXBElement<AbstractContainerType> JAXBElement<DocumentType> JAXBElement<PlacemarkType> JAXBElement<ScreenOverlayType>

isSetAbstractFeatureGroup

public boolean isSetAbstractFeatureGroup()

getKmlSimpleExtensionGroup

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

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

    getKmlSimpleExtensionGroup().add(newItem);
 

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


isSetKmlSimpleExtensionGroup

public boolean isSetKmlSimpleExtensionGroup()

unsetKmlSimpleExtensionGroup

public void unsetKmlSimpleExtensionGroup()

getKmlObjectExtensionGroup

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

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

    getKmlObjectExtensionGroup().add(newItem);
 

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


isSetKmlObjectExtensionGroup

public boolean isSetKmlObjectExtensionGroup()

unsetKmlObjectExtensionGroup

public void unsetKmlObjectExtensionGroup()

getHint

public String getHint()
Obtient la valeur de la propriété hint.

Returns:
possible object is String

setHint

public void setHint(String value)
Définit la valeur de la propriété hint.

Parameters:
value - allowed object is String

isSetHint

public boolean isSetHint()


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