Uses of Interface
org.openehr.schemas.v1.ELEMENT
Packages that use ELEMENT
-
Uses of ELEMENT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ELEMENTModifier and TypeMethodDescriptionITEMSINGLE.addNewItem()Appends and returns a new empty "item" elementITEMLIST.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEMSINGLE.getItem()Gets the "item" elementELEMENT[]ITEMLIST.getItemsArray()Gets array of all "items" elementsITEMLIST.getItemsArray(int i) Gets ith "items" elementITEMLIST.insertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementstatic ELEMENTELEMENT.Factory.newInstance()static ELEMENTELEMENT.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static ELEMENTstatic ELEMENTstatic ELEMENTELEMENT.Factory.parse(InputStream is) static ELEMENTELEMENT.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ELEMENTstatic ELEMENTstatic ELEMENTstatic ELEMENTstatic ELEMENTstatic ELEMENTstatic ELEMENTELEMENT.Factory.parse(XMLStreamReader sr) static ELEMENTELEMENT.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ELEMENTELEMENT.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static ELEMENTELEMENT.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ELEMENTstatic ELEMENTMethods in org.openehr.schemas.v1 with parameters of type ELEMENTModifier and TypeMethodDescriptionvoidSets the "item" elementvoidITEMLIST.setItemsArray(int i, ELEMENT items) Sets ith "items" elementvoidITEMLIST.setItemsArray(ELEMENT[] itemsArray) Sets array of all "items" element -
Uses of ELEMENT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ELEMENTModifier and TypeClassDescriptionclassAn XML ELEMENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ELEMENTModifier and TypeMethodDescriptionITEMSINGLEImpl.addNewItem()Appends and returns a new empty "item" elementITEMLISTImpl.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEMSINGLEImpl.getItem()Gets the "item" elementELEMENT[]ITEMLISTImpl.getItemsArray()Gets array of all "items" elementsITEMLISTImpl.getItemsArray(int i) Gets ith "items" elementITEMLISTImpl.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 ELEMENTModifier and TypeMethodDescriptionvoidSets the "item" elementvoidITEMLISTImpl.setItemsArray(int i, ELEMENT items) Sets ith "items" elementvoidITEMLISTImpl.setItemsArray(ELEMENT[] itemsArray) Sets array of all "items" element
XMLInputStream