Interface CLUSTER

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

public interface CLUSTER extends ITEM
An XML CLUSTER(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

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

    • 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