net.opengis.kml._2_2_0
Class AliasType

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

public class AliasType
extends AbstractObjectType

Classe Java pour AliasType complex type.

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

 <complexType name="AliasType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}targetHref" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}sourceHref" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AliasSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AliasObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> aliasObjectExtensionGroup
           
protected  List<Object> aliasSimpleExtensionGroup
           
protected  String sourceHref
           
protected  String targetHref
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AliasType()
           
 
Method Summary
 List<AbstractObjectType> getAliasObjectExtensionGroup()
          Gets the value of the aliasObjectExtensionGroup property.
 List<Object> getAliasSimpleExtensionGroup()
          Gets the value of the aliasSimpleExtensionGroup property.
 String getSourceHref()
          Obtient la valeur de la propriété sourceHref.
 String getTargetHref()
          Obtient la valeur de la propriété targetHref.
 boolean isSetAliasObjectExtensionGroup()
           
 boolean isSetAliasSimpleExtensionGroup()
           
 boolean isSetSourceHref()
           
 boolean isSetTargetHref()
           
 void setSourceHref(String value)
          Définit la valeur de la propriété sourceHref.
 void setTargetHref(String value)
          Définit la valeur de la propriété targetHref.
 void unsetAliasObjectExtensionGroup()
           
 void unsetAliasSimpleExtensionGroup()
           
 
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

targetHref

protected String targetHref

sourceHref

protected String sourceHref

aliasSimpleExtensionGroup

protected List<Object> aliasSimpleExtensionGroup

aliasObjectExtensionGroup

protected List<AbstractObjectType> aliasObjectExtensionGroup
Constructor Detail

AliasType

public AliasType()
Method Detail

getTargetHref

public String getTargetHref()
Obtient la valeur de la propriété targetHref.

Returns:
possible object is String

setTargetHref

public void setTargetHref(String value)
Définit la valeur de la propriété targetHref.

Parameters:
value - allowed object is String

isSetTargetHref

public boolean isSetTargetHref()

getSourceHref

public String getSourceHref()
Obtient la valeur de la propriété sourceHref.

Returns:
possible object is String

setSourceHref

public void setSourceHref(String value)
Définit la valeur de la propriété sourceHref.

Parameters:
value - allowed object is String

isSetSourceHref

public boolean isSetSourceHref()

getAliasSimpleExtensionGroup

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

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

    getAliasSimpleExtensionGroup().add(newItem);
 

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


isSetAliasSimpleExtensionGroup

public boolean isSetAliasSimpleExtensionGroup()

unsetAliasSimpleExtensionGroup

public void unsetAliasSimpleExtensionGroup()

getAliasObjectExtensionGroup

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

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

    getAliasObjectExtensionGroup().add(newItem);
 

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


isSetAliasObjectExtensionGroup

public boolean isSetAliasObjectExtensionGroup()

unsetAliasObjectExtensionGroup

public void unsetAliasObjectExtensionGroup()


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