Interface SECTION

All Superinterfaces:
CONTENTITEM, LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SECTIONImpl

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

    • type

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

    • getItemsArray

      CONTENTITEM[] getItemsArray()
      Gets array of all "items" elements
    • getItemsArray

      CONTENTITEM getItemsArray(int i)
      Gets ith "items" element
    • sizeOfItemsArray

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

      void setItemsArray(CONTENTITEM[] itemsArray)
      Sets array of all "items" element
    • setItemsArray

      void setItemsArray(int i, CONTENTITEM items)
      Sets ith "items" element
    • insertNewItems

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

      CONTENTITEM 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