net.opengis.kml._2_2_0
Class ItemIconType

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

public class ItemIconType
extends AbstractObjectType

Classe Java pour ItemIconType complex type.

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

 <complexType name="ItemIconType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}state" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}href" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ItemIconSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ItemIconObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
protected  List<AbstractObjectType> itemIconObjectExtensionGroup
           
protected  List<Object> itemIconSimpleExtensionGroup
           
protected  List<ItemIconStateEnumType> state
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
ItemIconType()
           
 
Method Summary
 String getHref()
          Obtient la valeur de la propriété href.
 List<AbstractObjectType> getItemIconObjectExtensionGroup()
          Gets the value of the itemIconObjectExtensionGroup property.
 List<Object> getItemIconSimpleExtensionGroup()
          Gets the value of the itemIconSimpleExtensionGroup property.
 List<ItemIconStateEnumType> getState()
          Gets the value of the state property.
 boolean isSetHref()
           
 boolean isSetItemIconObjectExtensionGroup()
           
 boolean isSetItemIconSimpleExtensionGroup()
           
 boolean isSetState()
           
 void setHref(String value)
          Définit la valeur de la propriété href.
 void unsetItemIconObjectExtensionGroup()
           
 void unsetItemIconSimpleExtensionGroup()
           
 void unsetState()
           
 
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

state

protected List<ItemIconStateEnumType> state

href

protected String href

itemIconSimpleExtensionGroup

protected List<Object> itemIconSimpleExtensionGroup

itemIconObjectExtensionGroup

protected List<AbstractObjectType> itemIconObjectExtensionGroup
Constructor Detail

ItemIconType

public ItemIconType()
Method Detail

getState

public List<ItemIconStateEnumType> getState()
Gets the value of the state 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 state property.

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

    getState().add(newItem);
 

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


isSetState

public boolean isSetState()

unsetState

public void unsetState()

getHref

public String getHref()
Obtient la valeur de la propriété href.

Returns:
possible object is String

setHref

public void setHref(String value)
Définit la valeur de la propriété href.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

getItemIconSimpleExtensionGroup

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

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

    getItemIconSimpleExtensionGroup().add(newItem);
 

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


isSetItemIconSimpleExtensionGroup

public boolean isSetItemIconSimpleExtensionGroup()

unsetItemIconSimpleExtensionGroup

public void unsetItemIconSimpleExtensionGroup()

getItemIconObjectExtensionGroup

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

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

    getItemIconObjectExtensionGroup().add(newItem);
 

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


isSetItemIconObjectExtensionGroup

public boolean isSetItemIconObjectExtensionGroup()

unsetItemIconObjectExtensionGroup

public void unsetItemIconObjectExtensionGroup()


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