Uses of Interface
org.openehr.schemas.v1.EVENT
Packages that use EVENT
-
Uses of EVENT in org.openehr.schemas.v1
Subinterfaces of EVENT in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML INTERVAL_EVENT(@http://schemas.openehr.org/v1).interfaceAn XML POINT_EVENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return EVENTModifier and TypeMethodDescriptionHISTORY.addNewEvents()Appends and returns a new empty value (as xml) as the last "events" elementEVENT[]HISTORY.getEventsArray()Gets array of all "events" elementsHISTORY.getEventsArray(int i) Gets ith "events" elementHISTORY.insertNewEvents(int i) Inserts and returns a new empty value (as xml) as the ith "events" elementstatic EVENTEVENT.Factory.newInstance()Deprecated.No need to be able to create instances of abstract typesstatic EVENTEVENT.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Deprecated.No need to be able to create instances of abstract typesstatic EVENTstatic EVENTstatic EVENTEVENT.Factory.parse(InputStream is) static EVENTEVENT.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EVENTstatic EVENTstatic EVENTstatic EVENTstatic EVENTstatic EVENTstatic EVENTEVENT.Factory.parse(XMLStreamReader sr) static EVENTEVENT.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static EVENTEVENT.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.XMLInputStreamstatic EVENTEVENT.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EVENTstatic EVENTMethods in org.openehr.schemas.v1 with parameters of type EVENTModifier and TypeMethodDescriptionvoidHISTORY.setEventsArray(int i, EVENT events) Sets ith "events" elementvoidHISTORY.setEventsArray(EVENT[] eventsArray) Sets array of all "events" element -
Uses of EVENT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EVENTModifier and TypeClassDescriptionclassAn XML EVENT(@http://schemas.openehr.org/v1).classAn XML INTERVAL_EVENT(@http://schemas.openehr.org/v1).classAn XML POINT_EVENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EVENTModifier and TypeMethodDescriptionHISTORYImpl.addNewEvents()Appends and returns a new empty value (as xml) as the last "events" elementEVENT[]HISTORYImpl.getEventsArray()Gets array of all "events" elementsHISTORYImpl.getEventsArray(int i) Gets ith "events" elementHISTORYImpl.insertNewEvents(int i) Inserts and returns a new empty value (as xml) as the ith "events" elementMethods in org.openehr.schemas.v1.impl with parameters of type EVENTModifier and TypeMethodDescriptionvoidHISTORYImpl.setEventsArray(int i, EVENT events) Sets ith "events" elementvoidHISTORYImpl.setEventsArray(EVENT[] eventsArray) Sets array of all "events" element