net.opengis.kml._2_2_0
Class SchemaDataType

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

public class SchemaDataType
extends AbstractObjectType

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

simpleData

protected List<SimpleDataType> simpleData

schemaDataExtension

protected List<Object> schemaDataExtension

schemaUrl

protected String schemaUrl
Constructor Detail

SchemaDataType

public SchemaDataType()
Method Detail

getSimpleData

public List<SimpleDataType> getSimpleData()
Gets the value of the simpleData 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 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


isSetSimpleData

public boolean isSetSimpleData()

unsetSimpleData

public void unsetSimpleData()

getSchemaDataExtension

public List<Object> getSchemaDataExtension()
Gets the value of the schemaDataExtension 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 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


isSetSchemaDataExtension

public boolean isSetSchemaDataExtension()

unsetSchemaDataExtension

public void unsetSchemaDataExtension()

getSchemaUrl

public String getSchemaUrl()
Obtient la valeur de la propriété schemaUrl.

Returns:
possible object is String

setSchemaUrl

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

Parameters:
value - allowed object is String

isSetSchemaUrl

public boolean isSetSchemaUrl()


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