Uses of Interface
org.openehr.schemas.v1.XVERSIONEDOBJECT
-
Packages that use XVERSIONEDOBJECT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of XVERSIONEDOBJECT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return XVERSIONEDOBJECT Modifier and Type Method Description XVERSIONEDOBJECTEHREXTRACTCONTENT. addNewCompositions()Appends and returns a new empty value (as xml) as the last "compositions" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. addNewDemographics()Appends and returns a new empty value (as xml) as the last "demographics" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. addNewDirectory()Appends and returns a new empty "directory" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. addNewEhrAccess()Appends and returns a new empty "ehr_access" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. addNewEhrStatus()Appends and returns a new empty "ehr_status" elementXVERSIONEDOBJECTEXTRACTITEM. addNewItem()Appends and returns a new empty "item" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. addNewOtherItems()Appends and returns a new empty value (as xml) as the last "other_items" elementXVERSIONEDOBJECTVersionedObjectDocument. addNewVersionedObject()Appends and returns a new empty "versioned_object" elementXVERSIONEDOBJECT[]EHREXTRACTCONTENT. getCompositionsArray()Gets array of all "compositions" elementsXVERSIONEDOBJECTEHREXTRACTCONTENT. getCompositionsArray(int i)Gets ith "compositions" elementXVERSIONEDOBJECT[]EHREXTRACTCONTENT. getDemographicsArray()Gets array of all "demographics" elementsXVERSIONEDOBJECTEHREXTRACTCONTENT. getDemographicsArray(int i)Gets ith "demographics" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. getDirectory()Gets the "directory" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. getEhrAccess()Gets the "ehr_access" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. getEhrStatus()Gets the "ehr_status" elementXVERSIONEDOBJECTEXTRACTITEM. getItem()Gets the "item" elementXVERSIONEDOBJECT[]EHREXTRACTCONTENT. getOtherItemsArray()Gets array of all "other_items" elementsXVERSIONEDOBJECTEHREXTRACTCONTENT. getOtherItemsArray(int i)Gets ith "other_items" elementXVERSIONEDOBJECTVersionedObjectDocument. getVersionedObject()Gets the "versioned_object" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. insertNewCompositions(int i)Inserts and returns a new empty value (as xml) as the ith "compositions" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. insertNewDemographics(int i)Inserts and returns a new empty value (as xml) as the ith "demographics" elementXVERSIONEDOBJECTEHREXTRACTCONTENT. insertNewOtherItems(int i)Inserts and returns a new empty value (as xml) as the ith "other_items" elementstatic XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. newInstance()static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(File file)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(InputStream is)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(Reader r)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(String xmlAsString)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(URL u)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(XMLStreamReader sr)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(Node node)static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type XVERSIONEDOBJECT Modifier and Type Method Description voidEHREXTRACTCONTENT. setCompositionsArray(int i, XVERSIONEDOBJECT compositions)Sets ith "compositions" elementvoidEHREXTRACTCONTENT. setCompositionsArray(XVERSIONEDOBJECT[] compositionsArray)Sets array of all "compositions" elementvoidEHREXTRACTCONTENT. setDemographicsArray(int i, XVERSIONEDOBJECT demographics)Sets ith "demographics" elementvoidEHREXTRACTCONTENT. setDemographicsArray(XVERSIONEDOBJECT[] demographicsArray)Sets array of all "demographics" elementvoidEHREXTRACTCONTENT. setDirectory(XVERSIONEDOBJECT directory)Sets the "directory" elementvoidEHREXTRACTCONTENT. setEhrAccess(XVERSIONEDOBJECT ehrAccess)Sets the "ehr_access" elementvoidEHREXTRACTCONTENT. setEhrStatus(XVERSIONEDOBJECT ehrStatus)Sets the "ehr_status" elementvoidEXTRACTITEM. setItem(XVERSIONEDOBJECT item)Sets the "item" elementvoidEHREXTRACTCONTENT. setOtherItemsArray(int i, XVERSIONEDOBJECT otherItems)Sets ith "other_items" elementvoidEHREXTRACTCONTENT. setOtherItemsArray(XVERSIONEDOBJECT[] otherItemsArray)Sets array of all "other_items" elementvoidVersionedObjectDocument. setVersionedObject(XVERSIONEDOBJECT versionedObject)Sets the "versioned_object" element -
Uses of XVERSIONEDOBJECT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement XVERSIONEDOBJECT Modifier and Type Class Description classXVERSIONEDOBJECTImplAn XML X_VERSIONED_OBJECT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return XVERSIONEDOBJECT Modifier and Type Method Description XVERSIONEDOBJECTEHREXTRACTCONTENTImpl. addNewCompositions()Appends and returns a new empty value (as xml) as the last "compositions" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. addNewDemographics()Appends and returns a new empty value (as xml) as the last "demographics" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. addNewDirectory()Appends and returns a new empty "directory" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. addNewEhrAccess()Appends and returns a new empty "ehr_access" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. addNewEhrStatus()Appends and returns a new empty "ehr_status" elementXVERSIONEDOBJECTEXTRACTITEMImpl. addNewItem()Appends and returns a new empty "item" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. addNewOtherItems()Appends and returns a new empty value (as xml) as the last "other_items" elementXVERSIONEDOBJECTVersionedObjectDocumentImpl. addNewVersionedObject()Appends and returns a new empty "versioned_object" elementXVERSIONEDOBJECT[]EHREXTRACTCONTENTImpl. getCompositionsArray()Gets array of all "compositions" elementsXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. getCompositionsArray(int i)Gets ith "compositions" elementXVERSIONEDOBJECT[]EHREXTRACTCONTENTImpl. getDemographicsArray()Gets array of all "demographics" elementsXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. getDemographicsArray(int i)Gets ith "demographics" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. getDirectory()Gets the "directory" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. getEhrAccess()Gets the "ehr_access" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. getEhrStatus()Gets the "ehr_status" elementXVERSIONEDOBJECTEXTRACTITEMImpl. getItem()Gets the "item" elementXVERSIONEDOBJECT[]EHREXTRACTCONTENTImpl. getOtherItemsArray()Gets array of all "other_items" elementsXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. getOtherItemsArray(int i)Gets ith "other_items" elementXVERSIONEDOBJECTVersionedObjectDocumentImpl. getVersionedObject()Gets the "versioned_object" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. insertNewCompositions(int i)Inserts and returns a new empty value (as xml) as the ith "compositions" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. insertNewDemographics(int i)Inserts and returns a new empty value (as xml) as the ith "demographics" elementXVERSIONEDOBJECTEHREXTRACTCONTENTImpl. insertNewOtherItems(int i)Inserts and returns a new empty value (as xml) as the ith "other_items" elementMethods in org.openehr.schemas.v1.impl with parameters of type XVERSIONEDOBJECT Modifier and Type Method Description voidEHREXTRACTCONTENTImpl. setCompositionsArray(int i, XVERSIONEDOBJECT compositions)Sets ith "compositions" elementvoidEHREXTRACTCONTENTImpl. setCompositionsArray(XVERSIONEDOBJECT[] compositionsArray)Sets array of all "compositions" elementvoidEHREXTRACTCONTENTImpl. setDemographicsArray(int i, XVERSIONEDOBJECT demographics)Sets ith "demographics" elementvoidEHREXTRACTCONTENTImpl. setDemographicsArray(XVERSIONEDOBJECT[] demographicsArray)Sets array of all "demographics" elementvoidEHREXTRACTCONTENTImpl. setDirectory(XVERSIONEDOBJECT directory)Sets the "directory" elementvoidEHREXTRACTCONTENTImpl. setEhrAccess(XVERSIONEDOBJECT ehrAccess)Sets the "ehr_access" elementvoidEHREXTRACTCONTENTImpl. setEhrStatus(XVERSIONEDOBJECT ehrStatus)Sets the "ehr_status" elementvoidEXTRACTITEMImpl. setItem(XVERSIONEDOBJECT item)Sets the "item" elementvoidEHREXTRACTCONTENTImpl. setOtherItemsArray(int i, XVERSIONEDOBJECT otherItems)Sets ith "other_items" elementvoidEHREXTRACTCONTENTImpl. setOtherItemsArray(XVERSIONEDOBJECT[] otherItemsArray)Sets array of all "other_items" elementvoidVersionedObjectDocumentImpl. setVersionedObject(XVERSIONEDOBJECT versionedObject)Sets the "versioned_object" element
-