net.opengis.ows._2
Class ValueType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
ValueType
public ValueType()
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.