net.opengis.wms
Class Keyword

java.lang.Object
  extended by net.opengis.wms.Keyword

public class Keyword
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 name="vocabulary" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


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

Field Detail

value

protected String value

vocabulary

protected String vocabulary
Constructor Detail

Keyword

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

getVocabulary

public String getVocabulary()
Obtient la valeur de la propriété vocabulary.

Returns:
possible object is String

setVocabulary

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

Parameters:
value - allowed object is String

isSetVocabulary

public boolean isSetVocabulary()


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