net.opengis.wfs._2_1
Class Abstract

java.lang.Object
  extended by net.opengis.wfs._2_1.Abstract

public class Abstract
extends Object

Classe Java pour anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang default="en""/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String lang
           
protected  String value
           
 
Constructor Summary
Abstract()
           
 
Method Summary
 String getLang()
          Obtient la valeur de la propriété lang.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetLang()
           
 boolean isSetValue()
           
 void setLang(String value)
          Définit la valeur de la propriété lang.
 void setValue(String value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

lang

protected String lang
Constructor Detail

Abstract

public Abstract()
Method Detail

getValue

public String getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getLang

public String getLang()
Obtient la valeur de la propriété lang.

Returns:
possible object is String

setLang

public void setLang(String value)
Définit la valeur de la propriété lang.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()


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