Uses of Interface
org.openehr.schemas.v1.CLUSTER
-
Packages that use CLUSTER Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CLUSTER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return CLUSTER Modifier and Type Method Description CLUSTERITEMTABLE. addNewRows()Appends and returns a new empty value (as xml) as the last "rows" elementCLUSTER[]ITEMTABLE. getRowsArray()Gets array of all "rows" elementsCLUSTERITEMTABLE. getRowsArray(int i)Gets ith "rows" elementCLUSTERITEMTABLE. 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 CLUSTERCLUSTER.Factory. parse(File file)static CLUSTERCLUSTER.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CLUSTERCLUSTER.Factory. parse(InputStream is)static CLUSTERCLUSTER.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CLUSTERCLUSTER.Factory. parse(Reader r)static CLUSTERCLUSTER.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CLUSTERCLUSTER.Factory. parse(String xmlAsString)static CLUSTERCLUSTER.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CLUSTERCLUSTER.Factory. parse(URL u)static CLUSTERCLUSTER.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic CLUSTERCLUSTER.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CLUSTERCLUSTER.Factory. parse(Node node)static CLUSTERCLUSTER.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CLUSTER Modifier and Type Method Description voidITEMTABLE. 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 CLUSTER Modifier and Type Class Description classCLUSTERImplAn XML CLUSTER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CLUSTER Modifier and Type Method Description CLUSTERITEMTABLEImpl. addNewRows()Appends and returns a new empty value (as xml) as the last "rows" elementCLUSTER[]ITEMTABLEImpl. getRowsArray()Gets array of all "rows" elementsCLUSTERITEMTABLEImpl. getRowsArray(int i)Gets ith "rows" elementCLUSTERITEMTABLEImpl. 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 CLUSTER Modifier and Type Method Description voidITEMTABLEImpl. setRowsArray(int i, CLUSTER rows)Sets ith "rows" elementvoidITEMTABLEImpl. setRowsArray(CLUSTER[] rowsArray)Sets array of all "rows" element
-