Uses of Interface
org.openehr.schemas.v1.VERSION
-
Packages that use VERSION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of VERSION in org.openehr.schemas.v1
Subinterfaces of VERSION in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceIMPORTEDVERSIONAn XML IMPORTED_VERSION(@http://schemas.openehr.org/v1).interfaceORIGINALVERSIONAn XML ORIGINAL_VERSION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return VERSION Modifier and Type Method Description VERSIONVersionDocument. addNewVersion()Appends and returns a new empty "version" elementVERSIONVersionDocument. getVersion()Gets the "version" elementstatic VERSIONVERSION.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic VERSIONVERSION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic VERSIONVERSION.Factory. parse(File file)static VERSIONVERSION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VERSIONVERSION.Factory. parse(InputStream is)static VERSIONVERSION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VERSIONVERSION.Factory. parse(Reader r)static VERSIONVERSION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VERSIONVERSION.Factory. parse(String xmlAsString)static VERSIONVERSION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VERSIONVERSION.Factory. parse(URL u)static VERSIONVERSION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VERSIONVERSION.Factory. parse(XMLStreamReader sr)static VERSIONVERSION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VERSIONVERSION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VERSIONVERSION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VERSIONVERSION.Factory. parse(Node node)static VERSIONVERSION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type VERSION Modifier and Type Method Description voidVersionDocument. setVersion(VERSION version)Sets the "version" element -
Uses of VERSION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement VERSION Modifier and Type Class Description classIMPORTEDVERSIONImplAn XML IMPORTED_VERSION(@http://schemas.openehr.org/v1).classORIGINALVERSIONImplAn XML ORIGINAL_VERSION(@http://schemas.openehr.org/v1).classVERSIONImplAn XML VERSION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return VERSION Modifier and Type Method Description VERSIONVersionDocumentImpl. addNewVersion()Appends and returns a new empty "version" elementVERSIONVersionDocumentImpl. getVersion()Gets the "version" elementMethods in org.openehr.schemas.v1.impl with parameters of type VERSION Modifier and Type Method Description voidVersionDocumentImpl. setVersion(VERSION version)Sets the "version" element
-