Uses of Interface
org.openehr.schemas.v1.ORIGINALVERSION
-
Packages that use ORIGINALVERSION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ORIGINALVERSION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ORIGINALVERSION Modifier and Type Method Description ORIGINALVERSIONIMPORTEDVERSION. addNewItem()Appends and returns a new empty "item" elementORIGINALVERSIONXVERSIONEDOBJECT. addNewVersions()Appends and returns a new empty value (as xml) as the last "versions" elementORIGINALVERSIONIMPORTEDVERSION. getItem()Gets the "item" elementORIGINALVERSION[]XVERSIONEDOBJECT. getVersionsArray()Gets array of all "versions" elementsORIGINALVERSIONXVERSIONEDOBJECT. getVersionsArray(int i)Gets ith "versions" elementORIGINALVERSIONXVERSIONEDOBJECT. insertNewVersions(int i)Inserts and returns a new empty value (as xml) as the ith "versions" elementstatic ORIGINALVERSIONORIGINALVERSION.Factory. newInstance()static ORIGINALVERSIONORIGINALVERSION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(File file)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(InputStream is)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(Reader r)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(String xmlAsString)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(URL u)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(XMLStreamReader sr)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ORIGINALVERSIONORIGINALVERSION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ORIGINALVERSIONORIGINALVERSION.Factory. parse(Node node)static ORIGINALVERSIONORIGINALVERSION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ORIGINALVERSION Modifier and Type Method Description voidIMPORTEDVERSION. setItem(ORIGINALVERSION item)Sets the "item" elementvoidXVERSIONEDOBJECT. setVersionsArray(int i, ORIGINALVERSION versions)Sets ith "versions" elementvoidXVERSIONEDOBJECT. setVersionsArray(ORIGINALVERSION[] versionsArray)Sets array of all "versions" element -
Uses of ORIGINALVERSION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ORIGINALVERSION Modifier and Type Class Description classORIGINALVERSIONImplAn XML ORIGINAL_VERSION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ORIGINALVERSION Modifier and Type Method Description ORIGINALVERSIONIMPORTEDVERSIONImpl. addNewItem()Appends and returns a new empty "item" elementORIGINALVERSIONXVERSIONEDOBJECTImpl. addNewVersions()Appends and returns a new empty value (as xml) as the last "versions" elementORIGINALVERSIONIMPORTEDVERSIONImpl. getItem()Gets the "item" elementORIGINALVERSION[]XVERSIONEDOBJECTImpl. getVersionsArray()Gets array of all "versions" elementsORIGINALVERSIONXVERSIONEDOBJECTImpl. getVersionsArray(int i)Gets ith "versions" elementORIGINALVERSIONXVERSIONEDOBJECTImpl. insertNewVersions(int i)Inserts and returns a new empty value (as xml) as the ith "versions" elementMethods in org.openehr.schemas.v1.impl with parameters of type ORIGINALVERSION Modifier and Type Method Description voidIMPORTEDVERSIONImpl. setItem(ORIGINALVERSION item)Sets the "item" elementvoidXVERSIONEDOBJECTImpl. setVersionsArray(int i, ORIGINALVERSION versions)Sets ith "versions" elementvoidXVERSIONEDOBJECTImpl. setVersionsArray(ORIGINALVERSION[] versionsArray)Sets array of all "versions" element
-