Uses of Interface
org.openehr.schemas.v1.INTERVALEVENT
-
Packages that use INTERVALEVENT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of INTERVALEVENT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return INTERVALEVENT Modifier and Type Method Description static INTERVALEVENTINTERVALEVENT.Factory. newInstance()static INTERVALEVENTINTERVALEVENT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(File file)static INTERVALEVENTINTERVALEVENT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(InputStream is)static INTERVALEVENTINTERVALEVENT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(Reader r)static INTERVALEVENTINTERVALEVENT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(String xmlAsString)static INTERVALEVENTINTERVALEVENT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(URL u)static INTERVALEVENTINTERVALEVENT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(XMLStreamReader sr)static INTERVALEVENTINTERVALEVENT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static INTERVALEVENTINTERVALEVENT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic INTERVALEVENTINTERVALEVENT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic INTERVALEVENTINTERVALEVENT.Factory. parse(Node node)static INTERVALEVENTINTERVALEVENT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of INTERVALEVENT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement INTERVALEVENT Modifier and Type Class Description classINTERVALEVENTImplAn XML INTERVAL_EVENT(@http://schemas.openehr.org/v1).
-