Uses of Interface
org.openehr.schemas.v1.ITEM
-
Packages that use ITEM Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ITEM in org.openehr.schemas.v1
Subinterfaces of ITEM in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceCLUSTERAn XML CLUSTER(@http://schemas.openehr.org/v1).interfaceELEMENTAn XML ELEMENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return ITEM Modifier and Type Method Description ITEMCLUSTER. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEMITEMTREE. 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[]ITEMTREE. getItemsArray()Gets array of all "items" elementsITEMITEMTREE. getItemsArray(int i)Gets ith "items" elementITEMCLUSTER. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementITEMITEMTREE. 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 org.openehr.schemas.v1 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" 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 ITEM Modifier and Type Class Description classCLUSTERImplAn XML CLUSTER(@http://schemas.openehr.org/v1).classELEMENTImplAn XML ELEMENT(@http://schemas.openehr.org/v1).classITEMImplAn XML ITEM(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ITEM Modifier and Type Method Description ITEMCLUSTERImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementITEMITEMTREEImpl. 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[]ITEMTREEImpl. getItemsArray()Gets array of all "items" elementsITEMITEMTREEImpl. getItemsArray(int i)Gets ith "items" elementITEMCLUSTERImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementITEMITEMTREEImpl. 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 ITEM Modifier and Type Method Description voidCLUSTERImpl. 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
-