Uses of Interface
org.openehr.schemas.v1.ITEM
Packages that use ITEM
-
Uses of ITEM in org.openehr.schemas.v1
Subinterfaces of ITEM in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML CLUSTER(@http://schemas.openehr.org/v1).interfaceAn XML ELEMENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return ITEMModifier and TypeMethodDescriptionCLUSTER.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEMTREE.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEM[]CLUSTER.getItemsArray()Gets array of all "items" elementsCLUSTER.getItemsArray(int i) Gets ith "items" elementITEM[]ITEMTREE.getItemsArray()Gets array of all "items" elementsITEMTREE.getItemsArray(int i) Gets ith "items" elementCLUSTER.insertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementITEMTREE.insertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementstatic ITEMITEM.Factory.newInstance()Deprecated.No need to be able to create instances of abstract typesstatic ITEMITEM.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Deprecated.No need to be able to create instances of abstract typesstatic ITEMstatic ITEMstatic ITEMITEM.Factory.parse(InputStream is) static ITEMITEM.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ITEMstatic ITEMstatic ITEMstatic ITEMstatic ITEMstatic ITEMstatic ITEMITEM.Factory.parse(XMLStreamReader sr) static ITEMITEM.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ITEMITEM.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.XMLInputStreamstatic ITEMITEM.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ITEMstatic ITEMMethods in org.openehr.schemas.v1 with parameters of type ITEMModifier and TypeMethodDescriptionvoidCLUSTER.setItemsArray(int i, ITEM items) Sets ith "items" elementvoidCLUSTER.setItemsArray(ITEM[] itemsArray) Sets array of all "items" elementvoidITEMTREE.setItemsArray(int i, ITEM items) Sets ith "items" elementvoidITEMTREE.setItemsArray(ITEM[] itemsArray) Sets array of all "items" element -
Uses of ITEM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ITEMModifier and TypeClassDescriptionclassAn XML CLUSTER(@http://schemas.openehr.org/v1).classAn XML ELEMENT(@http://schemas.openehr.org/v1).classAn XML ITEM(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ITEMModifier and TypeMethodDescriptionCLUSTERImpl.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEMTREEImpl.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEM[]CLUSTERImpl.getItemsArray()Gets array of all "items" elementsCLUSTERImpl.getItemsArray(int i) Gets ith "items" elementITEM[]ITEMTREEImpl.getItemsArray()Gets array of all "items" elementsITEMTREEImpl.getItemsArray(int i) Gets ith "items" elementCLUSTERImpl.insertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementITEMTREEImpl.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 ITEMModifier and TypeMethodDescriptionvoidCLUSTERImpl.setItemsArray(int i, ITEM items) Sets ith "items" elementvoidCLUSTERImpl.setItemsArray(ITEM[] itemsArray) Sets array of all "items" elementvoidITEMTREEImpl.setItemsArray(int i, ITEM items) Sets ith "items" elementvoidITEMTREEImpl.setItemsArray(ITEM[] itemsArray) Sets array of all "items" element