Uses of Interface
org.openehr.schemas.v1.CQUANTITYITEM
-
Packages that use CQUANTITYITEM Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CQUANTITYITEM in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return CQUANTITYITEM Modifier and Type Method Description CQUANTITYITEMCDVQUANTITY. addNewList()Appends and returns a new empty value (as xml) as the last "list" elementCQUANTITYITEM[]CDVQUANTITY. getListArray()Gets array of all "list" elementsCQUANTITYITEMCDVQUANTITY. getListArray(int i)Gets ith "list" elementCQUANTITYITEMCDVQUANTITY. insertNewList(int i)Inserts and returns a new empty value (as xml) as the ith "list" elementstatic CQUANTITYITEMCQUANTITYITEM.Factory. newInstance()static CQUANTITYITEMCQUANTITYITEM.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(File file)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(InputStream is)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(Reader r)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(String xmlAsString)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(URL u)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(XMLStreamReader sr)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CQUANTITYITEMCQUANTITYITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CQUANTITYITEMCQUANTITYITEM.Factory. parse(Node node)static CQUANTITYITEMCQUANTITYITEM.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CQUANTITYITEM Modifier and Type Method Description voidCDVQUANTITY. setListArray(int i, CQUANTITYITEM list)Sets ith "list" elementvoidCDVQUANTITY. setListArray(CQUANTITYITEM[] listArray)Sets array of all "list" element -
Uses of CQUANTITYITEM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CQUANTITYITEM Modifier and Type Class Description classCQUANTITYITEMImplAn XML C_QUANTITY_ITEM(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CQUANTITYITEM Modifier and Type Method Description CQUANTITYITEMCDVQUANTITYImpl. addNewList()Appends and returns a new empty value (as xml) as the last "list" elementCQUANTITYITEM[]CDVQUANTITYImpl. getListArray()Gets array of all "list" elementsCQUANTITYITEMCDVQUANTITYImpl. getListArray(int i)Gets ith "list" elementCQUANTITYITEMCDVQUANTITYImpl. insertNewList(int i)Inserts and returns a new empty value (as xml) as the ith "list" elementMethods in org.openehr.schemas.v1.impl with parameters of type CQUANTITYITEM Modifier and Type Method Description voidCDVQUANTITYImpl. setListArray(int i, CQUANTITYITEM list)Sets ith "list" elementvoidCDVQUANTITYImpl. setListArray(CQUANTITYITEM[] listArray)Sets array of all "list" element
-