Interface INTERVALEVENT

All Superinterfaces:
EVENT, LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
INTERVALEVENTImpl

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

    • type

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

    • getWidth

      DVDURATION getWidth()
      Gets the "width" element
    • setWidth

      void setWidth(DVDURATION width)
      Sets the "width" element
    • addNewWidth

      DVDURATION addNewWidth()
      Appends and returns a new empty "width" element
    • getSampleCount

      int getSampleCount()
      Gets the "sample_count" element
    • xgetSampleCount

      org.apache.xmlbeans.XmlInt xgetSampleCount()
      Gets (as xml) the "sample_count" element
    • isSetSampleCount

      boolean isSetSampleCount()
      True if has "sample_count" element
    • setSampleCount

      void setSampleCount(int sampleCount)
      Sets the "sample_count" element
    • xsetSampleCount

      void xsetSampleCount(org.apache.xmlbeans.XmlInt sampleCount)
      Sets (as xml) the "sample_count" element
    • unsetSampleCount

      void unsetSampleCount()
      Unsets the "sample_count" element
    • getMathFunction

      DVCODEDTEXT getMathFunction()
      Gets the "math_function" element
    • setMathFunction

      void setMathFunction(DVCODEDTEXT mathFunction)
      Sets the "math_function" element
    • addNewMathFunction

      DVCODEDTEXT addNewMathFunction()
      Appends and returns a new empty "math_function" element