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 Stringprotected Stringprotected Stringprotected StringFields 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 propertybooleanChecks if codeSpace is setbooleanChecks if definition is setvoidsetCodeSpace(String codeSpace) Sets the codeSpace propertyvoidsetDefinition(String definition) Sets the definition propertyvoidSets the label propertyvoidSets the value propertyMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 getCodeSpacein interfaceTerm
 - 
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
 isSetCodeSpacein interfaceTerm
 - 
setCodeSpace
Sets the codeSpace property- Specified by:
 setCodeSpacein interfaceTerm
 - 
getValue
Gets the value property - 
setValue
Sets the value property - 
getDefinition
Gets the definition property- Specified by:
 getDefinitionin interfaceTerm
 - 
isSetDefinition
public boolean isSetDefinition()Checks if definition is set- Specified by:
 isSetDefinitionin interfaceTerm
 - 
setDefinition
Sets the definition property- Specified by:
 setDefinitionin interfaceTerm
 
 -