Package net.opengis.sensorml.v20.impl
Class KeywordListImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
net.opengis.sensorml.v20.impl.KeywordListImpl
- All Implemented Interfaces:
Serializable
,AbstractMetadataList
,KeywordList
,AbstractSWE
,AbstractSWEIdentifiable
POJO class for XML type KeywordListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
definition
Fields inherited from class org.vast.data.AbstractSWEIdentifiableImpl
description, identifier, label
Fields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyword
(String keyword) Adds a new keyword propertyGets the codeSpace propertyGets the list of keyword propertiesint
Returns number of keyword propertiesboolean
Checks if codeSpace is setvoid
setCodeSpace
(String codeSpace) Sets the codeSpace propertyMethods inherited from class net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
getDefinition, isSetDefinition, setDefinition
Methods inherited from class org.vast.data.AbstractSWEIdentifiableImpl
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
Methods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinition
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Field Details
-
codeSpace
-
keywordList
-
-
Constructor Details
-
KeywordListImpl
public KeywordListImpl()
-
-
Method Details
-
getCodeSpace
Gets the codeSpace property- Specified by:
getCodeSpace
in interfaceKeywordList
-
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
isSetCodeSpace
in interfaceKeywordList
-
setCodeSpace
Sets the codeSpace property- Specified by:
setCodeSpace
in interfaceKeywordList
-
getKeywordList
Gets the list of keyword properties- Specified by:
getKeywordList
in interfaceKeywordList
-
getNumKeywords
public int getNumKeywords()Returns number of keyword properties- Specified by:
getNumKeywords
in interfaceKeywordList
-
addKeyword
Adds a new keyword property- Specified by:
addKeyword
in interfaceKeywordList
-