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