Interface IntervalOfInteger

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

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

    • type

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

    • getLower

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

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

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

      void setLower(int lower)
      Sets the "lower" element
    • xsetLower

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

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

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

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

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

      void setUpper(int upper)
      Sets the "upper" element
    • xsetUpper

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

      void unsetUpper()
      Unsets the "upper" element