Uses of Interface
openEHR.v1.template.ITEM
-
Packages that use ITEM Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of ITEM in openEHR.v1.template
Subinterfaces of ITEM in openEHR.v1.template Modifier and Type Interface Description interfaceCLUSTERAn XML CLUSTER(@openEHR/v1/Template).interfaceELEMENTAn XML ELEMENT(@openEHR/v1/Template).Methods in openEHR.v1.template that return ITEM Modifier and Type Method Description ITEMCLUSTER. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEMENTRY. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEMEVENTCONTEXT. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEMITEMSTRUCTURE. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEM[]CLUSTER. getItemsArray()Gets array of all "Items" elementsITEMCLUSTER. getItemsArray(int i)Gets ith "Items" elementITEM[]ENTRY. getItemsArray()Gets array of all "Items" elementsITEMENTRY. getItemsArray(int i)Gets ith "Items" elementITEM[]EVENTCONTEXT. getItemsArray()Gets array of all "Items" elementsITEMEVENTCONTEXT. getItemsArray(int i)Gets ith "Items" elementITEM[]ITEMSTRUCTURE. getItemsArray()Gets array of all "Items" elementsITEMITEMSTRUCTURE. getItemsArray(int i)Gets ith "Items" elementITEMCLUSTER. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementITEMENTRY. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementITEMEVENTCONTEXT. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementITEMITEMSTRUCTURE. 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 ITEMITEM.Factory. parse(File file)static ITEMITEM.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ITEMITEM.Factory. parse(InputStream is)static ITEMITEM.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ITEMITEM.Factory. parse(Reader r)static ITEMITEM.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ITEMITEM.Factory. parse(String xmlAsString)static ITEMITEM.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ITEMITEM.Factory. parse(URL u)static ITEMITEM.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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 ITEMITEM.Factory. parse(Node node)static ITEMITEM.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type ITEM Modifier and Type Method Description voidCLUSTER. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidCLUSTER. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidENTRY. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidENTRY. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidEVENTCONTEXT. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidEVENTCONTEXT. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidITEMSTRUCTURE. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidITEMSTRUCTURE. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" element -
Uses of ITEM in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement ITEM Modifier and Type Class Description classCLUSTERImplAn XML CLUSTER(@openEHR/v1/Template).classELEMENTImplAn XML ELEMENT(@openEHR/v1/Template).classITEMImplAn XML ITEM(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return ITEM Modifier and Type Method Description ITEMCLUSTERImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEMENTRYImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEMEVENTCONTEXTImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEMITEMSTRUCTUREImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementITEM[]CLUSTERImpl. getItemsArray()Gets array of all "Items" elementsITEMCLUSTERImpl. getItemsArray(int i)Gets ith "Items" elementITEM[]ENTRYImpl. getItemsArray()Gets array of all "Items" elementsITEMENTRYImpl. getItemsArray(int i)Gets ith "Items" elementITEM[]EVENTCONTEXTImpl. getItemsArray()Gets array of all "Items" elementsITEMEVENTCONTEXTImpl. getItemsArray(int i)Gets ith "Items" elementITEM[]ITEMSTRUCTUREImpl. getItemsArray()Gets array of all "Items" elementsITEMITEMSTRUCTUREImpl. getItemsArray(int i)Gets ith "Items" elementITEMCLUSTERImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementITEMENTRYImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementITEMEVENTCONTEXTImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementITEMITEMSTRUCTUREImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementMethods in openEHR.v1.template.impl with parameters of type ITEM Modifier and Type Method Description voidCLUSTERImpl. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidCLUSTERImpl. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidENTRYImpl. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidENTRYImpl. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidEVENTCONTEXTImpl. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidEVENTCONTEXTImpl. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" elementvoidITEMSTRUCTUREImpl. setItemsArray(int i, ITEM items)Sets ith "Items" elementvoidITEMSTRUCTUREImpl. setItemsArray(ITEM[] itemsArray)Sets array of all "Items" element
-