Uses of Interface
org.openehr.schemas.v1.XVERSIONEDOBJECT
Packages that use XVERSIONEDOBJECT
-
Uses of XVERSIONEDOBJECT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return XVERSIONEDOBJECTModifier and TypeMethodDescriptionEHREXTRACTCONTENT.addNewCompositions()Appends and returns a new empty value (as xml) as the last "compositions" elementEHREXTRACTCONTENT.addNewDemographics()Appends and returns a new empty value (as xml) as the last "demographics" elementEHREXTRACTCONTENT.addNewDirectory()Appends and returns a new empty "directory" elementEHREXTRACTCONTENT.addNewEhrAccess()Appends and returns a new empty "ehr_access" elementEHREXTRACTCONTENT.addNewEhrStatus()Appends and returns a new empty "ehr_status" elementEXTRACTITEM.addNewItem()Appends and returns a new empty "item" elementEHREXTRACTCONTENT.addNewOtherItems()Appends and returns a new empty value (as xml) as the last "other_items" elementVersionedObjectDocument.addNewVersionedObject()Appends and returns a new empty "versioned_object" elementEHREXTRACTCONTENT.getCompositionsArray()Gets array of all "compositions" elementsEHREXTRACTCONTENT.getCompositionsArray(int i) Gets ith "compositions" elementEHREXTRACTCONTENT.getDemographicsArray()Gets array of all "demographics" elementsEHREXTRACTCONTENT.getDemographicsArray(int i) Gets ith "demographics" elementEHREXTRACTCONTENT.getDirectory()Gets the "directory" elementEHREXTRACTCONTENT.getEhrAccess()Gets the "ehr_access" elementEHREXTRACTCONTENT.getEhrStatus()Gets the "ehr_status" elementEXTRACTITEM.getItem()Gets the "item" elementEHREXTRACTCONTENT.getOtherItemsArray()Gets array of all "other_items" elementsEHREXTRACTCONTENT.getOtherItemsArray(int i) Gets ith "other_items" elementVersionedObjectDocument.getVersionedObject()Gets the "versioned_object" elementEHREXTRACTCONTENT.insertNewCompositions(int i) Inserts and returns a new empty value (as xml) as the ith "compositions" elementEHREXTRACTCONTENT.insertNewDemographics(int i) Inserts and returns a new empty value (as xml) as the ith "demographics" elementEHREXTRACTCONTENT.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 XVERSIONEDOBJECTstatic XVERSIONEDOBJECTstatic XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory.parse(InputStream is) static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static XVERSIONEDOBJECTstatic XVERSIONEDOBJECTstatic XVERSIONEDOBJECTstatic XVERSIONEDOBJECTstatic XVERSIONEDOBJECTstatic XVERSIONEDOBJECTstatic 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.static XVERSIONEDOBJECTXVERSIONEDOBJECT.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic XVERSIONEDOBJECTstatic XVERSIONEDOBJECTMethods in org.openehr.schemas.v1 with parameters of type XVERSIONEDOBJECTModifier and TypeMethodDescriptionvoidEHREXTRACTCONTENT.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 XVERSIONEDOBJECTModifier and TypeClassDescriptionclassAn XML X_VERSIONED_OBJECT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return XVERSIONEDOBJECTModifier and TypeMethodDescriptionEHREXTRACTCONTENTImpl.addNewCompositions()Appends and returns a new empty value (as xml) as the last "compositions" elementEHREXTRACTCONTENTImpl.addNewDemographics()Appends and returns a new empty value (as xml) as the last "demographics" elementEHREXTRACTCONTENTImpl.addNewDirectory()Appends and returns a new empty "directory" elementEHREXTRACTCONTENTImpl.addNewEhrAccess()Appends and returns a new empty "ehr_access" elementEHREXTRACTCONTENTImpl.addNewEhrStatus()Appends and returns a new empty "ehr_status" elementEXTRACTITEMImpl.addNewItem()Appends and returns a new empty "item" elementEHREXTRACTCONTENTImpl.addNewOtherItems()Appends and returns a new empty value (as xml) as the last "other_items" elementVersionedObjectDocumentImpl.addNewVersionedObject()Appends and returns a new empty "versioned_object" elementEHREXTRACTCONTENTImpl.getCompositionsArray()Gets array of all "compositions" elementsEHREXTRACTCONTENTImpl.getCompositionsArray(int i) Gets ith "compositions" elementEHREXTRACTCONTENTImpl.getDemographicsArray()Gets array of all "demographics" elementsEHREXTRACTCONTENTImpl.getDemographicsArray(int i) Gets ith "demographics" elementEHREXTRACTCONTENTImpl.getDirectory()Gets the "directory" elementEHREXTRACTCONTENTImpl.getEhrAccess()Gets the "ehr_access" elementEHREXTRACTCONTENTImpl.getEhrStatus()Gets the "ehr_status" elementEXTRACTITEMImpl.getItem()Gets the "item" elementEHREXTRACTCONTENTImpl.getOtherItemsArray()Gets array of all "other_items" elementsEHREXTRACTCONTENTImpl.getOtherItemsArray(int i) Gets ith "other_items" elementVersionedObjectDocumentImpl.getVersionedObject()Gets the "versioned_object" elementEHREXTRACTCONTENTImpl.insertNewCompositions(int i) Inserts and returns a new empty value (as xml) as the ith "compositions" elementEHREXTRACTCONTENTImpl.insertNewDemographics(int i) Inserts and returns a new empty value (as xml) as the ith "demographics" elementEHREXTRACTCONTENTImpl.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 XVERSIONEDOBJECTModifier and TypeMethodDescriptionvoidEHREXTRACTCONTENTImpl.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
XMLInputStream