Class TermImpl

java.lang.Object
org.vast.data.AbstractSWEImpl
net.opengis.sensorml.v20.impl.TermImpl
All Implemented Interfaces:
Serializable, Term, AbstractSWE

public class TermImpl extends AbstractSWEImpl implements Term
POJO class for XML type TermType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
See Also:
  • Field Details

    • label

      protected String label
    • codeSpace

      protected String codeSpace
    • value

      protected String value
    • definition

      protected String definition
  • Constructor Details

    • TermImpl

      public TermImpl()
  • Method Details

    • getLabel

      public String getLabel()
      Gets the label property
      Specified by:
      getLabel in interface Term
    • setLabel

      public void setLabel(String label)
      Sets the label property
      Specified by:
      setLabel in interface Term
    • getCodeSpace

      public String getCodeSpace()
      Gets the codeSpace property
      Specified by:
      getCodeSpace in interface Term
    • isSetCodeSpace

      public boolean isSetCodeSpace()
      Checks if codeSpace is set
      Specified by:
      isSetCodeSpace in interface Term
    • setCodeSpace

      public void setCodeSpace(String codeSpace)
      Sets the codeSpace property
      Specified by:
      setCodeSpace in interface Term
    • getValue

      public String getValue()
      Gets the value property
      Specified by:
      getValue in interface Term
    • setValue

      public void setValue(String value)
      Sets the value property
      Specified by:
      setValue in interface Term
    • getDefinition

      public String getDefinition()
      Gets the definition property
      Specified by:
      getDefinition in interface Term
    • isSetDefinition

      public boolean isSetDefinition()
      Checks if definition is set
      Specified by:
      isSetDefinition in interface Term
    • setDefinition

      public void setDefinition(String definition)
      Sets the definition property
      Specified by:
      setDefinition in interface Term