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