Interface IntervalOfDate

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

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

      • type

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

      • getLower

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

        Iso8601Date xgetLower()
        Gets (as xml) the "lower" element
      • isSetLower

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

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

        void xsetLower​(Iso8601Date lower)
        Sets (as xml) the "lower" element
      • unsetLower

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

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

        Iso8601Date xgetUpper()
        Gets (as xml) the "upper" element
      • isSetUpper

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

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

        void xsetUpper​(Iso8601Date upper)
        Sets (as xml) the "upper" element
      • unsetUpper

        void unsetUpper()
        Unsets the "upper" element