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