net.opengis.kml._2_2_0
Class ResourceMapType

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

public class ResourceMapType
extends AbstractObjectType

Classe Java pour ResourceMapType complex type.

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

 <complexType name="ResourceMapType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}Alias" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ResourceMapSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ResourceMapObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AliasType> alias
           
protected  List<AbstractObjectType> resourceMapObjectExtensionGroup
           
protected  List<Object> resourceMapSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
ResourceMapType()
           
 
Method Summary
 List<AliasType> getAlias()
          Gets the value of the alias property.
 List<AbstractObjectType> getResourceMapObjectExtensionGroup()
          Gets the value of the resourceMapObjectExtensionGroup property.
 List<Object> getResourceMapSimpleExtensionGroup()
          Gets the value of the resourceMapSimpleExtensionGroup property.
 boolean isSetAlias()
           
 boolean isSetResourceMapObjectExtensionGroup()
           
 boolean isSetResourceMapSimpleExtensionGroup()
           
 void unsetAlias()
           
 void unsetResourceMapObjectExtensionGroup()
           
 void unsetResourceMapSimpleExtensionGroup()
           
 
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

alias

protected List<AliasType> alias

resourceMapSimpleExtensionGroup

protected List<Object> resourceMapSimpleExtensionGroup

resourceMapObjectExtensionGroup

protected List<AbstractObjectType> resourceMapObjectExtensionGroup
Constructor Detail

ResourceMapType

public ResourceMapType()
Method Detail

getAlias

public List<AliasType> getAlias()
Gets the value of the alias 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 alias property.

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

    getAlias().add(newItem);
 

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


isSetAlias

public boolean isSetAlias()

unsetAlias

public void unsetAlias()

getResourceMapSimpleExtensionGroup

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

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

    getResourceMapSimpleExtensionGroup().add(newItem);
 

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


isSetResourceMapSimpleExtensionGroup

public boolean isSetResourceMapSimpleExtensionGroup()

unsetResourceMapSimpleExtensionGroup

public void unsetResourceMapSimpleExtensionGroup()

getResourceMapObjectExtensionGroup

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

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

    getResourceMapObjectExtensionGroup().add(newItem);
 

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


isSetResourceMapObjectExtensionGroup

public boolean isSetResourceMapObjectExtensionGroup()

unsetResourceMapObjectExtensionGroup

public void unsetResourceMapObjectExtensionGroup()


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