public class KeywordsType extends Object
Java class for KeywordsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Keyword" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="Type" type="{http://www.opengis.net/ows}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
keyword |
protected CodeType |
type |
| Constructor and Description |
|---|
KeywordsType()
Default no-arg constructor
|
KeywordsType(List<String> keyword,
CodeType type)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getKeyword()
Gets the value of the keyword property.
|
CodeType |
getType()
Gets the value of the type property.
|
void |
setType(CodeType value)
Sets the value of the type property.
|
public List<String> 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
String
public CodeType getType()
CodeTypeCopyright © 2019 B3Partners B.V.. All rights reserved.