net.opengis.ows._2
Class ValueType

java.lang.Object
  extended by net.opengis.ows._2.ValueType

public class ValueType
extends Object

A single value, encoded as a string. This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter.

Classe Java pour ValueType complex type.

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

 <complexType name="ValueType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String value
           
 
Constructor Summary
ValueType()
           
 
Method Summary
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetValue()
           
 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
Constructor Detail

ValueType

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


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