net.opengis.kml._2_2_0
Class ExtendedDataType

java.lang.Object
  extended by net.opengis.kml._2_2_0.ExtendedDataType

public class ExtendedDataType
extends Object

Classe Java pour ExtendedDataType complex type.

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

 <complexType name="ExtendedDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}Data" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}SchemaData" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> any
           
protected  List<DataType> data
           
protected  List<SchemaDataType> schemaData
           
 
Constructor Summary
ExtendedDataType()
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 List<DataType> getData()
          Gets the value of the data property.
 List<SchemaDataType> getSchemaData()
          Gets the value of the schemaData property.
 boolean isSetAny()
           
 boolean isSetData()
           
 boolean isSetSchemaData()
           
 void unsetAny()
           
 void unsetData()
           
 void unsetSchemaData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected List<DataType> data

schemaData

protected List<SchemaDataType> schemaData

any

protected List<Object> any
Constructor Detail

ExtendedDataType

public ExtendedDataType()
Method Detail

getData

public List<DataType> getData()
Gets the value of the data 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 data property.

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

    getData().add(newItem);
 

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


isSetData

public boolean isSetData()

unsetData

public void unsetData()

getSchemaData

public List<SchemaDataType> getSchemaData()
Gets the value of the schemaData 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 schemaData property.

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

    getSchemaData().add(newItem);
 

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


isSetSchemaData

public boolean isSetSchemaData()

unsetSchemaData

public void unsetSchemaData()

getAny

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

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

    getAny().add(newItem);
 

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


isSetAny

public boolean isSetAny()

unsetAny

public void unsetAny()


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