All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTScenario extends XmlObject
An XML CT_Scenario(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getInputCellsList

      List<CTInputCells> getInputCellsList()
      Gets a List of "inputCells" elements
    • getInputCellsArray

      CTInputCells[] getInputCellsArray()
      Gets array of all "inputCells" elements
    • getInputCellsArray

      CTInputCells getInputCellsArray(int i)
      Gets ith "inputCells" element
    • sizeOfInputCellsArray

      int sizeOfInputCellsArray()
      Returns number of "inputCells" element
    • setInputCellsArray

      void setInputCellsArray(CTInputCells[] inputCellsArray)
      Sets array of all "inputCells" element
    • setInputCellsArray

      void setInputCellsArray(int i, CTInputCells inputCells)
      Sets ith "inputCells" element
    • insertNewInputCells

      CTInputCells insertNewInputCells(int i)
      Inserts and returns a new empty value (as xml) as the ith "inputCells" element
    • addNewInputCells

      CTInputCells addNewInputCells()
      Appends and returns a new empty value (as xml) as the last "inputCells" element
    • removeInputCells

      void removeInputCells(int i)
      Removes the ith "inputCells" element
    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" attribute
    • getLocked

      boolean getLocked()
      Gets the "locked" attribute
    • xgetLocked

      XmlBoolean xgetLocked()
      Gets (as xml) the "locked" attribute
    • isSetLocked

      boolean isSetLocked()
      True if has "locked" attribute
    • setLocked

      void setLocked(boolean locked)
      Sets the "locked" attribute
    • xsetLocked

      void xsetLocked(XmlBoolean locked)
      Sets (as xml) the "locked" attribute
    • unsetLocked

      void unsetLocked()
      Unsets the "locked" attribute
    • getHidden

      boolean getHidden()
      Gets the "hidden" attribute
    • xgetHidden

      XmlBoolean xgetHidden()
      Gets (as xml) the "hidden" attribute
    • isSetHidden

      boolean isSetHidden()
      True if has "hidden" attribute
    • setHidden

      void setHidden(boolean hidden)
      Sets the "hidden" attribute
    • xsetHidden

      void xsetHidden(XmlBoolean hidden)
      Sets (as xml) the "hidden" attribute
    • unsetHidden

      void unsetHidden()
      Unsets the "hidden" attribute
    • getCount

      long getCount()
      Gets the "count" attribute
    • xgetCount

      XmlUnsignedInt xgetCount()
      Gets (as xml) the "count" attribute
    • isSetCount

      boolean isSetCount()
      True if has "count" attribute
    • setCount

      void setCount(long count)
      Sets the "count" attribute
    • xsetCount

      void xsetCount(XmlUnsignedInt count)
      Sets (as xml) the "count" attribute
    • unsetCount

      void unsetCount()
      Unsets the "count" attribute
    • getUser

      String getUser()
      Gets the "user" attribute
    • xgetUser

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUser()
      Gets (as xml) the "user" attribute
    • isSetUser

      boolean isSetUser()
      True if has "user" attribute
    • setUser

      void setUser(String user)
      Sets the "user" attribute
    • xsetUser

      void xsetUser(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring user)
      Sets (as xml) the "user" attribute
    • unsetUser

      void unsetUser()
      Unsets the "user" attribute
    • getComment

      String getComment()
      Gets the "comment" attribute
    • xgetComment

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetComment()
      Gets (as xml) the "comment" attribute
    • isSetComment

      boolean isSetComment()
      True if has "comment" attribute
    • setComment

      void setComment(String comment)
      Sets the "comment" attribute
    • xsetComment

      void xsetComment(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring comment)
      Sets (as xml) the "comment" attribute
    • unsetComment

      void unsetComment()
      Unsets the "comment" attribute