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