net.opengis.kml._2_2_0
Class SchemaType

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

public class SchemaType
extends Object

Classe Java pour SchemaType complex type.

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

 <complexType name="SchemaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}SimpleField" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}SchemaExtension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  String name
           
protected  List<Object> schemaExtension
           
protected  List<SimpleFieldType> simpleField
           
 
Constructor Summary
SchemaType()
           
 
Method Summary
 String getId()
          Obtient la valeur de la propriété id.
 String getName()
          Obtient la valeur de la propriété name.
 List<Object> getSchemaExtension()
          Gets the value of the schemaExtension property.
 List<SimpleFieldType> getSimpleField()
          Gets the value of the simpleField property.
 boolean isSetId()
           
 boolean isSetName()
           
 boolean isSetSchemaExtension()
           
 boolean isSetSimpleField()
           
 void setId(String value)
          Définit la valeur de la propriété id.
 void setName(String value)
          Définit la valeur de la propriété name.
 void unsetSchemaExtension()
           
 void unsetSimpleField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simpleField

protected List<SimpleFieldType> simpleField

schemaExtension

protected List<Object> schemaExtension

name

protected String name

id

protected String id
Constructor Detail

SchemaType

public SchemaType()
Method Detail

getSimpleField

public List<SimpleFieldType> getSimpleField()
Gets the value of the simpleField 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 simpleField property.

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

    getSimpleField().add(newItem);
 

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


isSetSimpleField

public boolean isSetSimpleField()

unsetSimpleField

public void unsetSimpleField()

getSchemaExtension

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

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

    getSchemaExtension().add(newItem);
 

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


isSetSchemaExtension

public boolean isSetSchemaExtension()

unsetSchemaExtension

public void unsetSchemaExtension()

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()

getId

public String getId()
Obtient la valeur de la propriété id.

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()


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