net.opengis.kml._2_2_0
Class BasicLinkType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.BasicLinkType
Direct Known Subclasses:
LinkType

public class BasicLinkType
extends AbstractObjectType

Classe Java pour BasicLinkType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> basicLinkObjectExtensionGroup
           
protected  List<Object> basicLinkSimpleExtensionGroup
           
protected  String href
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
BasicLinkType()
           
 
Method Summary
 List<AbstractObjectType> getBasicLinkObjectExtensionGroup()
          Gets the value of the basicLinkObjectExtensionGroup property.
 List<Object> getBasicLinkSimpleExtensionGroup()
          Gets the value of the basicLinkSimpleExtensionGroup property.
 String getHref()
          Obtient la valeur de la propriété href.
 boolean isSetBasicLinkObjectExtensionGroup()
           
 boolean isSetBasicLinkSimpleExtensionGroup()
           
 boolean isSetHref()
           
 void setHref(String value)
          Définit la valeur de la propriété href.
 void unsetBasicLinkObjectExtensionGroup()
           
 void unsetBasicLinkSimpleExtensionGroup()
           
 
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

href

protected String href

basicLinkSimpleExtensionGroup

protected List<Object> basicLinkSimpleExtensionGroup

basicLinkObjectExtensionGroup

protected List<AbstractObjectType> basicLinkObjectExtensionGroup
Constructor Detail

BasicLinkType

public BasicLinkType()
Method Detail

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()

getBasicLinkSimpleExtensionGroup

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

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

    getBasicLinkSimpleExtensionGroup().add(newItem);
 

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


isSetBasicLinkSimpleExtensionGroup

public boolean isSetBasicLinkSimpleExtensionGroup()

unsetBasicLinkSimpleExtensionGroup

public void unsetBasicLinkSimpleExtensionGroup()

getBasicLinkObjectExtensionGroup

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

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

    getBasicLinkObjectExtensionGroup().add(newItem);
 

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


isSetBasicLinkObjectExtensionGroup

public boolean isSetBasicLinkObjectExtensionGroup()

unsetBasicLinkObjectExtensionGroup

public void unsetBasicLinkObjectExtensionGroup()


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