Interface SECTION

  • All Superinterfaces:
    Archetyped, ContentItem, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    SECTIONImpl

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

      • type

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

      • getItemArray

        ContentItem[] getItemArray()
        Gets array of all "Item" elements
      • getItemArray

        ContentItem getItemArray​(int i)
        Gets ith "Item" element
      • sizeOfItemArray

        int sizeOfItemArray()
        Returns number of "Item" element
      • setItemArray

        void setItemArray​(ContentItem[] itemArray)
        Sets array of all "Item" element
      • setItemArray

        void setItemArray​(int i,
                          ContentItem item)
        Sets ith "Item" element
      • insertNewItem

        ContentItem insertNewItem​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Item" element
      • addNewItem

        ContentItem addNewItem()
        Appends and returns a new empty value (as xml) as the last "Item" element
      • removeItem

        void removeItem​(int i)
        Removes the ith "Item" element