Interface EVENT

All Superinterfaces:
LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
INTERVALEVENT, POINTEVENT
All Known Implementing Classes:
EVENTImpl, INTERVALEVENTImpl, POINTEVENTImpl

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

    • type

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

    • getTime

      DVDATETIME getTime()
      Gets the "time" element
    • setTime

      void setTime(DVDATETIME time)
      Sets the "time" element
    • addNewTime

      DVDATETIME addNewTime()
      Appends and returns a new empty "time" element
    • getData

      ITEMSTRUCTURE getData()
      Gets the "data" element
    • setData

      void setData(ITEMSTRUCTURE data)
      Sets the "data" element
    • addNewData

      ITEMSTRUCTURE addNewData()
      Appends and returns a new empty "data" element
    • getState

      ITEMSTRUCTURE getState()
      Gets the "state" element
    • isSetState

      boolean isSetState()
      True if has "state" element
    • setState

      void setState(ITEMSTRUCTURE state)
      Sets the "state" element
    • addNewState

      ITEMSTRUCTURE addNewState()
      Appends and returns a new empty "state" element
    • unsetState

      void unsetState()
      Unsets the "state" element