Uses of Interface
org.openehr.schemas.v1.EVENTCONTEXT
-
Packages that use EVENTCONTEXT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EVENTCONTEXT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EVENTCONTEXT Modifier and Type Method Description EVENTCONTEXTCOMPOSITION. addNewContext()Appends and returns a new empty "context" elementEVENTCONTEXTCOMPOSITION. getContext()Gets the "context" elementstatic EVENTCONTEXTEVENTCONTEXT.Factory. newInstance()static EVENTCONTEXTEVENTCONTEXT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(File file)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(InputStream is)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(Reader r)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(String xmlAsString)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(URL u)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(XMLStreamReader sr)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EVENTCONTEXTEVENTCONTEXT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EVENTCONTEXTEVENTCONTEXT.Factory. parse(Node node)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EVENTCONTEXT Modifier and Type Method Description voidCOMPOSITION. setContext(EVENTCONTEXT context)Sets the "context" element -
Uses of EVENTCONTEXT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EVENTCONTEXT Modifier and Type Class Description classEVENTCONTEXTImplAn XML EVENT_CONTEXT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EVENTCONTEXT Modifier and Type Method Description EVENTCONTEXTCOMPOSITIONImpl. addNewContext()Appends and returns a new empty "context" elementEVENTCONTEXTCOMPOSITIONImpl. getContext()Gets the "context" elementMethods in org.openehr.schemas.v1.impl with parameters of type EVENTCONTEXT Modifier and Type Method Description voidCOMPOSITIONImpl. setContext(EVENTCONTEXT context)Sets the "context" element
-