Package net.opengis.sensorml.v20
Interface Term
- All Superinterfaces:
AbstractSWE
,Serializable
- All Known Implementing Classes:
TermImpl
POJO class for XML type TermType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionGets the codeSpace URIGets the definition propertygetLabel()
Gets the label propertygetValue()
Gets the value propertyboolean
Checks if codeSpace URI is setboolean
Checks if definition is setvoid
setCodeSpace
(String codeSpace) Sets the codeSpace URIvoid
setDefinition
(String definition) Sets the definition propertyvoid
Sets the label propertyvoid
Sets the value propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Method Details
-
getLabel
String getLabel()Gets the label property -
setLabel
Sets the label property -
getCodeSpace
String getCodeSpace()Gets the codeSpace URI -
isSetCodeSpace
boolean isSetCodeSpace()Checks if codeSpace URI is set -
setCodeSpace
Sets the codeSpace URI -
getValue
String getValue()Gets the value property -
setValue
Sets the value property -
getDefinition
String getDefinition()Gets the definition property -
isSetDefinition
boolean isSetDefinition()Checks if definition is set -
setDefinition
Sets the definition property
-