Uses of Interface
org.openehr.schemas.v1.TERMBINDINGITEM
-
Packages that use TERMBINDINGITEM Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TERMBINDINGITEM in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TERMBINDINGITEM Modifier and Type Method Description TERMBINDINGITEMTermBindingSet. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementTERMBINDINGITEM[]TermBindingSet. getItemsArray()Gets array of all "items" elementsTERMBINDINGITEMTermBindingSet. getItemsArray(int i)Gets ith "items" elementTERMBINDINGITEMTermBindingSet. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementstatic TERMBINDINGITEMTERMBINDINGITEM.Factory. newInstance()static TERMBINDINGITEMTERMBINDINGITEM.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(File file)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(InputStream is)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(Reader r)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(String xmlAsString)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(URL u)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(XMLStreamReader sr)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(Node node)static TERMBINDINGITEMTERMBINDINGITEM.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TERMBINDINGITEM Modifier and Type Method Description voidTermBindingSet. setItemsArray(int i, TERMBINDINGITEM items)Sets ith "items" elementvoidTermBindingSet. setItemsArray(TERMBINDINGITEM[] itemsArray)Sets array of all "items" element -
Uses of TERMBINDINGITEM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TERMBINDINGITEM Modifier and Type Class Description classTERMBINDINGITEMImplAn XML TERM_BINDING_ITEM(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TERMBINDINGITEM Modifier and Type Method Description TERMBINDINGITEMTermBindingSetImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementTERMBINDINGITEM[]TermBindingSetImpl. getItemsArray()Gets array of all "items" elementsTERMBINDINGITEMTermBindingSetImpl. getItemsArray(int i)Gets ith "items" elementTERMBINDINGITEMTermBindingSetImpl. 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 TERMBINDINGITEM Modifier and Type Method Description voidTermBindingSetImpl. setItemsArray(int i, TERMBINDINGITEM items)Sets ith "items" elementvoidTermBindingSetImpl. setItemsArray(TERMBINDINGITEM[] itemsArray)Sets array of all "items" element
-