Interface ITEMTABLE

  • All Superinterfaces:
    ITEMSTRUCTURE, LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ITEMTABLEImpl

    public interface ITEMTABLE
    extends ITEMSTRUCTURE
    An XML ITEM_TABLE(@http://schemas.openehr.org/v1). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getRowsArray

        CLUSTER[] getRowsArray()
        Gets array of all "rows" elements
      • getRowsArray

        CLUSTER getRowsArray​(int i)
        Gets ith "rows" element
      • sizeOfRowsArray

        int sizeOfRowsArray()
        Returns number of "rows" element
      • setRowsArray

        void setRowsArray​(CLUSTER[] rowsArray)
        Sets array of all "rows" element
      • setRowsArray

        void setRowsArray​(int i,
                          CLUSTER rows)
        Sets ith "rows" element
      • insertNewRows

        CLUSTER insertNewRows​(int i)
        Inserts and returns a new empty value (as xml) as the ith "rows" element
      • addNewRows

        CLUSTER addNewRows()
        Appends and returns a new empty value (as xml) as the last "rows" element
      • removeRows

        void removeRows​(int i)
        Removes the ith "rows" element