net.opengis.kml._2_2_0
Class SimpleFieldType

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

public class SimpleFieldType
extends Object

Classe Java pour SimpleFieldType complex type.

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

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


Field Summary
protected  String displayName
           
protected  String name
           
protected  List<Object> simpleFieldExtension
           
protected  String type
           
 
Constructor Summary
SimpleFieldType()
           
 
Method Summary
 String getDisplayName()
          Obtient la valeur de la propriété displayName.
 String getName()
          Obtient la valeur de la propriété name.
 List<Object> getSimpleFieldExtension()
          Gets the value of the simpleFieldExtension property.
 String getType()
          Obtient la valeur de la propriété type.
 boolean isSetDisplayName()
           
 boolean isSetName()
           
 boolean isSetSimpleFieldExtension()
           
 boolean isSetType()
           
 void setDisplayName(String value)
          Définit la valeur de la propriété displayName.
 void setName(String value)
          Définit la valeur de la propriété name.
 void setType(String value)
          Définit la valeur de la propriété type.
 void unsetSimpleFieldExtension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected String displayName

simpleFieldExtension

protected List<Object> simpleFieldExtension

type

protected String type

name

protected String name
Constructor Detail

SimpleFieldType

public SimpleFieldType()
Method Detail

getDisplayName

public String getDisplayName()
Obtient la valeur de la propriété displayName.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Définit la valeur de la propriété displayName.

Parameters:
value - allowed object is String

isSetDisplayName

public boolean isSetDisplayName()

getSimpleFieldExtension

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

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

    getSimpleFieldExtension().add(newItem);
 

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


isSetSimpleFieldExtension

public boolean isSetSimpleFieldExtension()

unsetSimpleFieldExtension

public void unsetSimpleFieldExtension()

getType

public String getType()
Obtient la valeur de la propriété type.

Returns:
possible object is String

setType

public void setType(String value)
Définit la valeur de la propriété type.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()

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


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