Package net.opengis.sensorml.v20
Interface KeywordList
- All Superinterfaces:
 AbstractMetadataList,AbstractSWE,AbstractSWEIdentifiable,Serializable
- All Known Implementing Classes:
 KeywordListImpl
POJO class for XML type KeywordListType(@http://www.opengis.net/sensorml/2.0).
 This is a complex type.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyword(String keyword) Adds a new keyword propertyGets the codeSpace URIGets the list of keyword propertiesintReturns number of keyword propertiesbooleanChecks if codeSpace is setvoidsetCodeSpace(String codeSpace) Sets the codeSpace URIMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinitionMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel 
- 
Method Details
- 
getCodeSpace
String getCodeSpace()Gets the codeSpace URI - 
isSetCodeSpace
boolean isSetCodeSpace()Checks if codeSpace is set - 
setCodeSpace
Sets the codeSpace URI - 
getKeywordList
Gets the list of keyword properties - 
getNumKeywords
int getNumKeywords()Returns number of keyword properties - 
addKeyword
Adds a new keyword property 
 -