Interface CLUSTER

  • All Superinterfaces:
    Archetyped, ITEM, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    CLUSTERImpl

    public interface CLUSTER
    extends ITEM
    An XML CLUSTER(@openEHR/v1/Template). This is a complex type.
    • Field Detail

      • type

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

      • getItemsArray

        ITEM[] getItemsArray()
        Gets array of all "Items" elements
      • getItemsArray

        ITEM getItemsArray​(int i)
        Gets ith "Items" element
      • sizeOfItemsArray

        int sizeOfItemsArray()
        Returns number of "Items" element
      • setItemsArray

        void setItemsArray​(ITEM[] itemsArray)
        Sets array of all "Items" element
      • setItemsArray

        void setItemsArray​(int i,
                           ITEM items)
        Sets ith "Items" element
      • insertNewItems

        ITEM insertNewItems​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Items" element
      • addNewItems

        ITEM addNewItems()
        Appends and returns a new empty value (as xml) as the last "Items" element
      • removeItems

        void removeItems​(int i)
        Removes the ith "Items" element