|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.SchemaDataType
public class SchemaDataType
Classe Java pour SchemaDataType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SchemaDataType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}SimpleData" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}SchemaDataExtension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="schemaUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
schemaDataExtension
|
protected String |
schemaUrl
|
protected List<SimpleDataType> |
simpleData
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
SchemaDataType()
|
|
| Method Summary | |
|---|---|
List<Object> |
getSchemaDataExtension()
Gets the value of the schemaDataExtension property. |
String |
getSchemaUrl()
Obtient la valeur de la propriété schemaUrl. |
List<SimpleDataType> |
getSimpleData()
Gets the value of the simpleData property. |
boolean |
isSetSchemaDataExtension()
|
boolean |
isSetSchemaUrl()
|
boolean |
isSetSimpleData()
|
void |
setSchemaUrl(String value)
Définit la valeur de la propriété schemaUrl. |
void |
unsetSchemaDataExtension()
|
void |
unsetSimpleData()
|
| 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 |
|---|
protected List<SimpleDataType> simpleData
protected List<Object> schemaDataExtension
protected String schemaUrl
| Constructor Detail |
|---|
public SchemaDataType()
| Method Detail |
|---|
public List<SimpleDataType> getSimpleData()
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 simpleData property.
For example, to add a new item, do as follows:
getSimpleData().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleDataType
public boolean isSetSimpleData()
public void unsetSimpleData()
public List<Object> getSchemaDataExtension()
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 schemaDataExtension property.
For example, to add a new item, do as follows:
getSchemaDataExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetSchemaDataExtension()
public void unsetSchemaDataExtension()
public String getSchemaUrl()
Stringpublic void setSchemaUrl(String value)
value - allowed object is
Stringpublic boolean isSetSchemaUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||