Uses of Interface
org.openehr.schemas.v1.CLUSTER
Packages that use CLUSTER
-
Uses of CLUSTER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return CLUSTERModifier and TypeMethodDescriptionITEMTABLE.addNewRows()Appends and returns a new empty value (as xml) as the last "rows" elementCLUSTER[]ITEMTABLE.getRowsArray()Gets array of all "rows" elementsITEMTABLE.getRowsArray(int i) Gets ith "rows" elementITEMTABLE.insertNewRows(int i) Inserts and returns a new empty value (as xml) as the ith "rows" elementstatic CLUSTERCLUSTER.Factory.newInstance()static CLUSTERCLUSTER.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static CLUSTERstatic CLUSTERstatic CLUSTERCLUSTER.Factory.parse(InputStream is) static CLUSTERCLUSTER.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static CLUSTERstatic CLUSTERstatic CLUSTERstatic CLUSTERstatic CLUSTERstatic CLUSTERstatic CLUSTERCLUSTER.Factory.parse(XMLStreamReader sr) static CLUSTERCLUSTER.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static CLUSTERCLUSTER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static CLUSTERCLUSTER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic CLUSTERstatic CLUSTERMethods in org.openehr.schemas.v1 with parameters of type CLUSTERModifier and TypeMethodDescriptionvoidITEMTABLE.setRowsArray(int i, CLUSTER rows) Sets ith "rows" elementvoidITEMTABLE.setRowsArray(CLUSTER[] rowsArray) Sets array of all "rows" element -
Uses of CLUSTER in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CLUSTERModifier and TypeClassDescriptionclassAn XML CLUSTER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CLUSTERModifier and TypeMethodDescriptionITEMTABLEImpl.addNewRows()Appends and returns a new empty value (as xml) as the last "rows" elementCLUSTER[]ITEMTABLEImpl.getRowsArray()Gets array of all "rows" elementsITEMTABLEImpl.getRowsArray(int i) Gets ith "rows" elementITEMTABLEImpl.insertNewRows(int i) Inserts and returns a new empty value (as xml) as the ith "rows" elementMethods in org.openehr.schemas.v1.impl with parameters of type CLUSTERModifier and TypeMethodDescriptionvoidITEMTABLEImpl.setRowsArray(int i, CLUSTER rows) Sets ith "rows" elementvoidITEMTABLEImpl.setRowsArray(CLUSTER[] rowsArray) Sets array of all "rows" element
XMLInputStream