|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.KeywordsType
public class KeywordsType
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 |
|---|
protected List<LanguageStringType> keyword
protected CodeType type
| Constructor Detail |
|---|
public KeywordsType()
| Method Detail |
|---|
public List<LanguageStringType> getKeyword()
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
public boolean isSetKeyword()
public void unsetKeyword()
public CodeType getType()
CodeTypepublic void setType(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||