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