Uses of Interface
org.openehr.schemas.v1.DVTEMPORAL
-
Packages that use DVTEMPORAL Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVTEMPORAL in org.openehr.schemas.v1
Subinterfaces of DVTEMPORAL in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceDVDATEAn XML DV_DATE(@http://schemas.openehr.org/v1).interfaceDVDATETIMEAn XML DV_DATE_TIME(@http://schemas.openehr.org/v1).interfaceDVTIMEAn XML DV_TIME(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return DVTEMPORAL Modifier and Type Method Description static DVTEMPORALDVTEMPORAL.Factory. newInstance()static DVTEMPORALDVTEMPORAL.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(File file)static DVTEMPORALDVTEMPORAL.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(InputStream is)static DVTEMPORALDVTEMPORAL.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(Reader r)static DVTEMPORALDVTEMPORAL.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(String xmlAsString)static DVTEMPORALDVTEMPORAL.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(URL u)static DVTEMPORALDVTEMPORAL.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(XMLStreamReader sr)static DVTEMPORALDVTEMPORAL.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVTEMPORALDVTEMPORAL.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVTEMPORALDVTEMPORAL.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVTEMPORALDVTEMPORAL.Factory. parse(Node node)static DVTEMPORALDVTEMPORAL.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DVTEMPORAL in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVTEMPORAL Modifier and Type Class Description classDVDATEImplAn XML DV_DATE(@http://schemas.openehr.org/v1).classDVDATETIMEImplAn XML DV_DATE_TIME(@http://schemas.openehr.org/v1).classDVTEMPORALImplAn XML DV_TEMPORAL(@http://schemas.openehr.org/v1).classDVTIMEImplAn XML DV_TIME(@http://schemas.openehr.org/v1).
-