Interface Term

All Superinterfaces:
AbstractSWE, Serializable
All Known Implementing Classes:
TermImpl

public interface Term extends AbstractSWE
POJO class for XML type TermType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Method Details

    • getLabel

      String getLabel()
      Gets the label property
    • setLabel

      void setLabel(String label)
      Sets the label property
    • getCodeSpace

      String getCodeSpace()
      Gets the codeSpace URI
    • isSetCodeSpace

      boolean isSetCodeSpace()
      Checks if codeSpace URI is set
    • setCodeSpace

      void setCodeSpace(String codeSpace)
      Sets the codeSpace URI
    • getValue

      String getValue()
      Gets the value property
    • setValue

      void setValue(String value)
      Sets the value property
    • getDefinition

      String getDefinition()
      Gets the definition property
    • isSetDefinition

      boolean isSetDefinition()
      Checks if definition is set
    • setDefinition

      void setDefinition(String definition)
      Sets the definition property