net.opengis.kml._2_2_0
Class DataType

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

public class DataType
extends AbstractObjectType

Classe Java pour DataType complex type.

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

 <complexType name="DataType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}displayName" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}value"/>
         <element ref="{http://www.opengis.net/kml/2.2}DataExtension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> dataExtension
           
protected  String displayName
           
protected  String name
           
protected  String value
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
DataType()
           
 
Method Summary
 List<Object> getDataExtension()
          Gets the value of the dataExtension property.
 String getDisplayName()
          Obtient la valeur de la propriété displayName.
 String getName()
          Obtient la valeur de la propriété name.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetDataExtension()
           
 boolean isSetDisplayName()
           
 boolean isSetName()
           
 boolean isSetValue()
           
 void setDisplayName(String value)
          Définit la valeur de la propriété displayName.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setValue(String value)
          Définit la valeur de la propriété value.
 void unsetDataExtension()
           
 
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

displayName

protected String displayName

value

protected String value

dataExtension

protected List<Object> dataExtension

name

protected String name
Constructor Detail

DataType

public DataType()
Method Detail

getDisplayName

public String getDisplayName()
Obtient la valeur de la propriété displayName.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Définit la valeur de la propriété displayName.

Parameters:
value - allowed object is String

isSetDisplayName

public boolean isSetDisplayName()

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getDataExtension

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

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

    getDataExtension().add(newItem);
 

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


isSetDataExtension

public boolean isSetDataExtension()

unsetDataExtension

public void unsetDataExtension()

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()


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