Interface CTVolType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTVolType
    extends XmlObject
    An XML CT_VolType(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getMainList

        java.util.List<CTVolMain> getMainList()
        Gets a List of "main" elements
      • getMainArray

        @Deprecated
        CTVolMain[] getMainArray()
        Deprecated.
        Gets array of all "main" elements
      • getMainArray

        CTVolMain getMainArray​(int i)
        Gets ith "main" element
      • sizeOfMainArray

        int sizeOfMainArray()
        Returns number of "main" element
      • setMainArray

        void setMainArray​(CTVolMain[] mainArray)
        Sets array of all "main" element
      • setMainArray

        void setMainArray​(int i,
                          CTVolMain main)
        Sets ith "main" element
      • insertNewMain

        CTVolMain insertNewMain​(int i)
        Inserts and returns a new empty value (as xml) as the ith "main" element
      • addNewMain

        CTVolMain addNewMain()
        Appends and returns a new empty value (as xml) as the last "main" element
      • removeMain

        void removeMain​(int i)
        Removes the ith "main" element
      • xgetType

        STVolDepType xgetType()
        Gets (as xml) the "type" attribute
      • xsetType

        void xsetType​(STVolDepType type)
        Sets (as xml) the "type" attribute