Uses of Interface
org.openehr.schemas.v1.REVISIONHISTORYITEM
Packages that use REVISIONHISTORYITEM
-
Uses of REVISIONHISTORYITEM in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return REVISIONHISTORYITEMModifier and TypeMethodDescriptionREVISIONHISTORY.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementREVISIONHISTORY.getItemsArray()Gets array of all "items" elementsREVISIONHISTORY.getItemsArray(int i) Gets ith "items" elementREVISIONHISTORY.insertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementstatic REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.newInstance()static REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static REVISIONHISTORYITEMstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.parse(InputStream is) static REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static REVISIONHISTORYITEMstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.parse(XMLStreamReader sr) static REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static REVISIONHISTORYITEMREVISIONHISTORYITEM.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic REVISIONHISTORYITEMstatic REVISIONHISTORYITEMMethods in org.openehr.schemas.v1 with parameters of type REVISIONHISTORYITEMModifier and TypeMethodDescriptionvoidREVISIONHISTORY.setItemsArray(int i, REVISIONHISTORYITEM items) Sets ith "items" elementvoidREVISIONHISTORY.setItemsArray(REVISIONHISTORYITEM[] itemsArray) Sets array of all "items" element -
Uses of REVISIONHISTORYITEM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement REVISIONHISTORYITEMModifier and TypeClassDescriptionclassAn XML REVISION_HISTORY_ITEM(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return REVISIONHISTORYITEMModifier and TypeMethodDescriptionREVISIONHISTORYImpl.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementREVISIONHISTORYImpl.getItemsArray()Gets array of all "items" elementsREVISIONHISTORYImpl.getItemsArray(int i) Gets ith "items" elementREVISIONHISTORYImpl.insertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementMethods in org.openehr.schemas.v1.impl with parameters of type REVISIONHISTORYITEMModifier and TypeMethodDescriptionvoidREVISIONHISTORYImpl.setItemsArray(int i, REVISIONHISTORYITEM items) Sets ith "items" elementvoidREVISIONHISTORYImpl.setItemsArray(REVISIONHISTORYITEM[] itemsArray) Sets array of all "items" element
XMLInputStream