Interface HISTORY

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

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

    • type

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

    • getOrigin

      DVDATETIME getOrigin()
      Gets the "origin" element
    • setOrigin

      void setOrigin(DVDATETIME origin)
      Sets the "origin" element
    • addNewOrigin

      DVDATETIME addNewOrigin()
      Appends and returns a new empty "origin" element
    • getPeriod

      DVDURATION getPeriod()
      Gets the "period" element
    • isSetPeriod

      boolean isSetPeriod()
      True if has "period" element
    • setPeriod

      void setPeriod(DVDURATION period)
      Sets the "period" element
    • addNewPeriod

      DVDURATION addNewPeriod()
      Appends and returns a new empty "period" element
    • unsetPeriod

      void unsetPeriod()
      Unsets the "period" element
    • getDuration

      DVDURATION getDuration()
      Gets the "duration" element
    • isSetDuration

      boolean isSetDuration()
      True if has "duration" element
    • setDuration

      void setDuration(DVDURATION duration)
      Sets the "duration" element
    • addNewDuration

      DVDURATION addNewDuration()
      Appends and returns a new empty "duration" element
    • unsetDuration

      void unsetDuration()
      Unsets the "duration" element
    • getEventsArray

      EVENT[] getEventsArray()
      Gets array of all "events" elements
    • getEventsArray

      EVENT getEventsArray(int i)
      Gets ith "events" element
    • sizeOfEventsArray

      int sizeOfEventsArray()
      Returns number of "events" element
    • setEventsArray

      void setEventsArray(EVENT[] eventsArray)
      Sets array of all "events" element
    • setEventsArray

      void setEventsArray(int i, EVENT events)
      Sets ith "events" element
    • insertNewEvents

      EVENT insertNewEvents(int i)
      Inserts and returns a new empty value (as xml) as the ith "events" element
    • addNewEvents

      EVENT addNewEvents()
      Appends and returns a new empty value (as xml) as the last "events" element
    • removeEvents

      void removeEvents(int i)
      Removes the ith "events" element
    • getSummary

      ITEMSTRUCTURE getSummary()
      Gets the "summary" element
    • isSetSummary

      boolean isSetSummary()
      True if has "summary" element
    • setSummary

      void setSummary(ITEMSTRUCTURE summary)
      Sets the "summary" element
    • addNewSummary

      ITEMSTRUCTURE addNewSummary()
      Appends and returns a new empty "summary" element
    • unsetSummary

      void unsetSummary()
      Unsets the "summary" element