Uses of Interface
org.openehr.schemas.v1.EVENT
-
Packages that use EVENT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EVENT in org.openehr.schemas.v1
Subinterfaces of EVENT in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceINTERVALEVENTAn XML INTERVAL_EVENT(@http://schemas.openehr.org/v1).interfacePOINTEVENTAn XML POINT_EVENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return EVENT Modifier and Type Method Description EVENTHISTORY. addNewEvents()Appends and returns a new empty value (as xml) as the last "events" elementEVENT[]HISTORY. getEventsArray()Gets array of all "events" elementsEVENTHISTORY. getEventsArray(int i)Gets ith "events" elementEVENTHISTORY. 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 EVENTEVENT.Factory. parse(File file)static EVENTEVENT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EVENTEVENT.Factory. parse(InputStream is)static EVENTEVENT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EVENTEVENT.Factory. parse(Reader r)static EVENTEVENT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EVENTEVENT.Factory. parse(String xmlAsString)static EVENTEVENT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EVENTEVENT.Factory. parse(URL u)static EVENTEVENT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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 EVENTEVENT.Factory. parse(Node node)static EVENTEVENT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EVENT Modifier and Type Method Description voidHISTORY. 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 EVENT Modifier and Type Class Description classEVENTImplAn XML EVENT(@http://schemas.openehr.org/v1).classINTERVALEVENTImplAn XML INTERVAL_EVENT(@http://schemas.openehr.org/v1).classPOINTEVENTImplAn XML POINT_EVENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EVENT Modifier and Type Method Description EVENTHISTORYImpl. addNewEvents()Appends and returns a new empty value (as xml) as the last "events" elementEVENT[]HISTORYImpl. getEventsArray()Gets array of all "events" elementsEVENTHISTORYImpl. getEventsArray(int i)Gets ith "events" elementEVENTHISTORYImpl. 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 EVENT Modifier and Type Method Description voidHISTORYImpl. setEventsArray(int i, EVENT events)Sets ith "events" elementvoidHISTORYImpl. setEventsArray(EVENT[] eventsArray)Sets array of all "events" element
-