Interface CTScenario

  • 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.
    • Method Detail

      • getInputCellsList

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

        @Deprecated
        CTInputCells[] getInputCellsArray()
        Deprecated.
        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

        java.lang.String getName()
        Gets the "name" attribute
      • xgetName

        STXstring xgetName()
        Gets (as xml) the "name" attribute
      • setName

        void setName​(java.lang.String name)
        Sets the "name" attribute
      • xsetName

        void xsetName​(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

        java.lang.String getUser()
        Gets the "user" attribute
      • xgetUser

        STXstring xgetUser()
        Gets (as xml) the "user" attribute
      • isSetUser

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

        void setUser​(java.lang.String user)
        Sets the "user" attribute
      • xsetUser

        void xsetUser​(STXstring user)
        Sets (as xml) the "user" attribute
      • unsetUser

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

        java.lang.String getComment()
        Gets the "comment" attribute
      • xgetComment

        STXstring xgetComment()
        Gets (as xml) the "comment" attribute
      • isSetComment

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

        void setComment​(java.lang.String comment)
        Sets the "comment" attribute
      • xsetComment

        void xsetComment​(STXstring comment)
        Sets (as xml) the "comment" attribute
      • unsetComment

        void unsetComment()
        Unsets the "comment" attribute