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