Interface MeasureTVPType

  • All Superinterfaces:
    TimeValuePairType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    MeasureTVPTypeImpl

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  MeasureTVPType.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

      • getValue

        MeasureType getValue()
        Gets the "value" element
      • isNilValue

        boolean isNilValue()
        Tests for nil "value" element
      • isSetValue

        boolean isSetValue()
        True if has "value" element
      • setValue

        void setValue​(MeasureType value)
        Sets the "value" element
      • addNewValue

        MeasureType addNewValue()
        Appends and returns a new empty "value" element
      • setNilValue

        void setNilValue()
        Nils the "value" element
      • unsetValue

        void unsetValue()
        Unsets the "value" element
      • isSetMetadata

        boolean isSetMetadata()
        True if has "metadata" element
      • unsetMetadata

        void unsetMetadata()
        Unsets the "metadata" element