net.opengis.ows._2
Class KeywordsType

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

public class KeywordsType
extends Object

For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element.

Classe Java pour KeywordsType complex type.

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

 <complexType name="KeywordsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Keyword" type="{http://www.opengis.net/ows/2.0}LanguageStringType" maxOccurs="unbounded"/>
         <element name="Type" type="{http://www.opengis.net/ows/2.0}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<LanguageStringType> keyword
           
protected  CodeType type
           
 
Constructor Summary
KeywordsType()
           
 
Method Summary
 List<LanguageStringType> getKeyword()
          Gets the value of the keyword property.
 CodeType getType()
          Obtient la valeur de la propriété type.
 boolean isSetKeyword()
           
 boolean isSetType()
           
 void setType(CodeType value)
          Définit la valeur de la propriété type.
 void unsetKeyword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyword

protected List<LanguageStringType> keyword

type

protected CodeType type
Constructor Detail

KeywordsType

public KeywordsType()
Method Detail

getKeyword

public List<LanguageStringType> getKeyword()
Gets the value of the keyword property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keyword property.

For example, to add a new item, do as follows:

    getKeyword().add(newItem);
 

Objects of the following type(s) are allowed in the list LanguageStringType


isSetKeyword

public boolean isSetKeyword()

unsetKeyword

public void unsetKeyword()

getType

public CodeType getType()
Obtient la valeur de la propriété type.

Returns:
possible object is CodeType

setType

public void setType(CodeType value)
Définit la valeur de la propriété type.

Parameters:
value - allowed object is CodeType

isSetType

public boolean isSetType()


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