net.opengis.ows._2
Class ValuesReference

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

public class ValuesReference
extends Object

Human-readable name of the list of values provided by the referenced document. Can be empty string when this list has no name.

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.opengis.net/ows/2.0}reference use="required""/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String reference
           
protected  String value
           
 
Constructor Summary
ValuesReference()
           
 
Method Summary
 String getReference()
          Obtient la valeur de la propriété reference.
 String getValue()
          Obtient la valeur de la propriété value.
 boolean isSetReference()
           
 boolean isSetValue()
           
 void setReference(String value)
          Définit la valeur de la propriété reference.
 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

reference

protected String reference
Constructor Detail

ValuesReference

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

getReference

public String getReference()
Obtient la valeur de la propriété reference.

Returns:
possible object is String

setReference

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

Parameters:
value - allowed object is String

isSetReference

public boolean isSetReference()


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