Package net.opengis.sensorml.v20.impl
Class TermImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
net.opengis.sensorml.v20.impl.TermImpl
- All Implemented Interfaces:
Serializable
,Term
,AbstractSWE
POJO class for XML type TermType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
Fields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the codeSpace propertyGets the definition propertygetLabel()
Gets the label propertygetValue()
Gets the value propertyboolean
Checks if codeSpace is setboolean
Checks if definition is setvoid
setCodeSpace
(String codeSpace) Sets the codeSpace propertyvoid
setDefinition
(String definition) Sets the definition propertyvoid
Sets the label propertyvoid
Sets the value propertyMethods 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.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Field Details
-
label
-
codeSpace
-
value
-
definition
-
-
Constructor Details
-
TermImpl
public TermImpl()
-
-
Method Details
-
getLabel
Gets the label property -
setLabel
Sets the label property -
getCodeSpace
Gets the codeSpace property- Specified by:
getCodeSpace
in interfaceTerm
-
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
isSetCodeSpace
in interfaceTerm
-
setCodeSpace
Sets the codeSpace property- Specified by:
setCodeSpace
in interfaceTerm
-
getValue
Gets the value property -
setValue
Sets the value property -
getDefinition
Gets the definition property- Specified by:
getDefinition
in interfaceTerm
-
isSetDefinition
public boolean isSetDefinition()Checks if definition is set- Specified by:
isSetDefinition
in interfaceTerm
-
setDefinition
Sets the definition property- Specified by:
setDefinition
in interfaceTerm
-