|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.ExtendedDataType
public class ExtendedDataType
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 |
|---|
protected List<DataType> data
protected List<SchemaDataType> schemaData
protected List<Object> any
| Constructor Detail |
|---|
public ExtendedDataType()
| Method Detail |
|---|
public List<DataType> getData()
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
public boolean isSetData()
public void unsetData()
public List<SchemaDataType> getSchemaData()
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
public boolean isSetSchemaData()
public void unsetSchemaData()
public List<Object> getAny()
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
public boolean isSetAny()
public void unsetAny()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||