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.
  • Field Details

  • Method Details

    • getMainList

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

      CTVolMain[] getMainArray()
      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
    • getType

      Gets the "type" attribute
    • xgetType

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

      void setType(STVolDepType.Enum type)
      Sets the "type" attribute
    • xsetType

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