Interface IntervalOfReal

  • All Superinterfaces:
    Interval, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    IntervalOfRealImpl

    public interface IntervalOfReal
    extends Interval
    An XML IntervalOfReal(@http://schemas.openehr.org/v1). This is a complex type.
    • Field Detail

      • type

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

      • getLower

        float getLower()
        Gets the "lower" element
      • xgetLower

        org.apache.xmlbeans.XmlFloat xgetLower()
        Gets (as xml) the "lower" element
      • isSetLower

        boolean isSetLower()
        True if has "lower" element
      • setLower

        void setLower​(float lower)
        Sets the "lower" element
      • xsetLower

        void xsetLower​(org.apache.xmlbeans.XmlFloat lower)
        Sets (as xml) the "lower" element
      • unsetLower

        void unsetLower()
        Unsets the "lower" element
      • getUpper

        float getUpper()
        Gets the "upper" element
      • xgetUpper

        org.apache.xmlbeans.XmlFloat xgetUpper()
        Gets (as xml) the "upper" element
      • isSetUpper

        boolean isSetUpper()
        True if has "upper" element
      • setUpper

        void setUpper​(float upper)
        Sets the "upper" element
      • xsetUpper

        void xsetUpper​(org.apache.xmlbeans.XmlFloat upper)
        Sets (as xml) the "upper" element
      • unsetUpper

        void unsetUpper()
        Unsets the "upper" element