Interface TermType

  • All Superinterfaces:
    AbstractSWEType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TermTypeImpl

    public interface TermType
    extends AbstractSWEType
    An XML TermType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TermType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getLabel

        String getLabel()
        Gets the "label" element
      • xgetLabel

        org.apache.xmlbeans.XmlString xgetLabel()
        Gets (as xml) the "label" element
      • setLabel

        void setLabel​(String label)
        Sets the "label" element
      • xsetLabel

        void xsetLabel​(org.apache.xmlbeans.XmlString label)
        Sets (as xml) the "label" element
      • getCodeSpace

        Reference getCodeSpace()
        Gets the "codeSpace" element
      • isSetCodeSpace

        boolean isSetCodeSpace()
        True if has "codeSpace" element
      • setCodeSpace

        void setCodeSpace​(Reference codeSpace)
        Sets the "codeSpace" element
      • addNewCodeSpace

        Reference addNewCodeSpace()
        Appends and returns a new empty "codeSpace" element
      • unsetCodeSpace

        void unsetCodeSpace()
        Unsets the "codeSpace" element
      • getValue

        String getValue()
        Gets the "value" element
      • xgetValue

        org.apache.xmlbeans.XmlString xgetValue()
        Gets (as xml) the "value" element
      • setValue

        void setValue​(String value)
        Sets the "value" element
      • xsetValue

        void xsetValue​(org.apache.xmlbeans.XmlString value)
        Sets (as xml) the "value" element
      • getDefinition

        String getDefinition()
        Gets the "definition" attribute
      • xgetDefinition

        org.apache.xmlbeans.XmlAnyURI xgetDefinition()
        Gets (as xml) the "definition" attribute
      • isSetDefinition

        boolean isSetDefinition()
        True if has "definition" attribute
      • setDefinition

        void setDefinition​(String definition)
        Sets the "definition" attribute
      • xsetDefinition

        void xsetDefinition​(org.apache.xmlbeans.XmlAnyURI definition)
        Sets (as xml) the "definition" attribute
      • unsetDefinition

        void unsetDefinition()
        Unsets the "definition" attribute