Interface EVENTCONTEXT

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

    public interface EVENTCONTEXT
    extends org.apache.xmlbeans.XmlObject
    An XML EVENT_CONTEXT(@http://schemas.openehr.org/v1). This is a complex type.
    • Field Detail

      • type

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

      • getStartTime

        DVDATETIME getStartTime()
        Gets the "start_time" element
      • setStartTime

        void setStartTime​(DVDATETIME startTime)
        Sets the "start_time" element
      • addNewStartTime

        DVDATETIME addNewStartTime()
        Appends and returns a new empty "start_time" element
      • getEndTime

        DVDATETIME getEndTime()
        Gets the "end_time" element
      • isSetEndTime

        boolean isSetEndTime()
        True if has "end_time" element
      • setEndTime

        void setEndTime​(DVDATETIME endTime)
        Sets the "end_time" element
      • addNewEndTime

        DVDATETIME addNewEndTime()
        Appends and returns a new empty "end_time" element
      • unsetEndTime

        void unsetEndTime()
        Unsets the "end_time" element
      • getLocation

        String getLocation()
        Gets the "location" element
      • xgetLocation

        org.apache.xmlbeans.XmlString xgetLocation()
        Gets (as xml) the "location" element
      • isSetLocation

        boolean isSetLocation()
        True if has "location" element
      • setLocation

        void setLocation​(String location)
        Sets the "location" element
      • xsetLocation

        void xsetLocation​(org.apache.xmlbeans.XmlString location)
        Sets (as xml) the "location" element
      • unsetLocation

        void unsetLocation()
        Unsets the "location" element
      • getSetting

        DVCODEDTEXT getSetting()
        Gets the "setting" element
      • setSetting

        void setSetting​(DVCODEDTEXT setting)
        Sets the "setting" element
      • addNewSetting

        DVCODEDTEXT addNewSetting()
        Appends and returns a new empty "setting" element
      • getOtherContext

        ITEMSTRUCTURE getOtherContext()
        Gets the "other_context" element
      • isSetOtherContext

        boolean isSetOtherContext()
        True if has "other_context" element
      • setOtherContext

        void setOtherContext​(ITEMSTRUCTURE otherContext)
        Sets the "other_context" element
      • addNewOtherContext

        ITEMSTRUCTURE addNewOtherContext()
        Appends and returns a new empty "other_context" element
      • unsetOtherContext

        void unsetOtherContext()
        Unsets the "other_context" element
      • getHealthCareFacility

        PARTYIDENTIFIED getHealthCareFacility()
        Gets the "health_care_facility" element
      • isSetHealthCareFacility

        boolean isSetHealthCareFacility()
        True if has "health_care_facility" element
      • setHealthCareFacility

        void setHealthCareFacility​(PARTYIDENTIFIED healthCareFacility)
        Sets the "health_care_facility" element
      • addNewHealthCareFacility

        PARTYIDENTIFIED addNewHealthCareFacility()
        Appends and returns a new empty "health_care_facility" element
      • unsetHealthCareFacility

        void unsetHealthCareFacility()
        Unsets the "health_care_facility" element
      • getParticipationsArray

        PARTICIPATION[] getParticipationsArray()
        Gets array of all "participations" elements
      • getParticipationsArray

        PARTICIPATION getParticipationsArray​(int i)
        Gets ith "participations" element
      • sizeOfParticipationsArray

        int sizeOfParticipationsArray()
        Returns number of "participations" element
      • setParticipationsArray

        void setParticipationsArray​(PARTICIPATION[] participationsArray)
        Sets array of all "participations" element
      • setParticipationsArray

        void setParticipationsArray​(int i,
                                    PARTICIPATION participations)
        Sets ith "participations" element
      • insertNewParticipations

        PARTICIPATION insertNewParticipations​(int i)
        Inserts and returns a new empty value (as xml) as the ith "participations" element
      • addNewParticipations

        PARTICIPATION addNewParticipations()
        Appends and returns a new empty value (as xml) as the last "participations" element
      • removeParticipations

        void removeParticipations​(int i)
        Removes the ith "participations" element