Class SECTIONImpl

    • Constructor Detail

      • SECTIONImpl

        public SECTIONImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • sizeOfItemArray

        public int sizeOfItemArray()
        Returns number of "Item" element
        Specified by:
        sizeOfItemArray in interface SECTION
      • setItemArray

        public void setItemArray​(ContentItem[] itemArray)
        Sets array of all "Item" element
        Specified by:
        setItemArray in interface SECTION
      • insertNewItem

        public ContentItem insertNewItem​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Item" element
        Specified by:
        insertNewItem in interface SECTION
      • addNewItem

        public ContentItem addNewItem()
        Appends and returns a new empty value (as xml) as the last "Item" element
        Specified by:
        addNewItem in interface SECTION
      • removeItem

        public void removeItem​(int i)
        Removes the ith "Item" element
        Specified by:
        removeItem in interface SECTION