Interface CTScenarios
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Scenarios(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTScenarios> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "scenario" elementlong
Gets the "current" attributeGets array of all "scenario" elementsgetScenarioArray
(int i) Gets ith "scenario" elementGets a List of "scenario" elementslong
getShow()
Gets the "show" attributegetSqref()
Gets the "sqref" attributeinsertNewScenario
(int i) Inserts and returns a new empty value (as xml) as the ith "scenario" elementboolean
True if has "current" attributeboolean
True if has "show" attributeboolean
True if has "sqref" attributevoid
removeScenario
(int i) Removes the ith "scenario" elementvoid
setCurrent
(long current) Sets the "current" attributevoid
setScenarioArray
(int i, CTScenario scenario) Sets ith "scenario" elementvoid
setScenarioArray
(CTScenario[] scenarioArray) Sets array of all "scenario" elementvoid
setShow
(long show) Sets the "show" attributevoid
Sets the "sqref" attributeint
Returns number of "scenario" elementvoid
Unsets the "current" attributevoid
Unsets the "show" attributevoid
Unsets the "sqref" attributeGets (as xml) the "current" attributexgetShow()
Gets (as xml) the "show" attributeGets (as xml) the "sqref" attributevoid
xsetCurrent
(XmlUnsignedInt current) Sets (as xml) the "current" attributevoid
xsetShow
(XmlUnsignedInt show) Sets (as xml) the "show" attributevoid
Sets (as xml) the "sqref" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getScenarioList
List<CTScenario> getScenarioList()Gets a List of "scenario" elements -
getScenarioArray
CTScenario[] getScenarioArray()Gets array of all "scenario" elements -
getScenarioArray
Gets ith "scenario" element -
sizeOfScenarioArray
int sizeOfScenarioArray()Returns number of "scenario" element -
setScenarioArray
Sets array of all "scenario" element -
setScenarioArray
Sets ith "scenario" element -
insertNewScenario
Inserts and returns a new empty value (as xml) as the ith "scenario" element -
addNewScenario
CTScenario addNewScenario()Appends and returns a new empty value (as xml) as the last "scenario" element -
removeScenario
void removeScenario(int i) Removes the ith "scenario" element -
getCurrent
long getCurrent()Gets the "current" attribute -
xgetCurrent
XmlUnsignedInt xgetCurrent()Gets (as xml) the "current" attribute -
isSetCurrent
boolean isSetCurrent()True if has "current" attribute -
setCurrent
void setCurrent(long current) Sets the "current" attribute -
xsetCurrent
Sets (as xml) the "current" attribute -
unsetCurrent
void unsetCurrent()Unsets the "current" attribute -
getShow
long getShow()Gets the "show" attribute -
xgetShow
XmlUnsignedInt xgetShow()Gets (as xml) the "show" attribute -
isSetShow
boolean isSetShow()True if has "show" attribute -
setShow
void setShow(long show) Sets the "show" attribute -
xsetShow
Sets (as xml) the "show" attribute -
unsetShow
void unsetShow()Unsets the "show" attribute -
getSqref
List getSqref()Gets the "sqref" attribute -
xgetSqref
STSqref xgetSqref()Gets (as xml) the "sqref" attribute -
isSetSqref
boolean isSetSqref()True if has "sqref" attribute -
setSqref
Sets the "sqref" attribute -
xsetSqref
Sets (as xml) the "sqref" attribute -
unsetSqref
void unsetSqref()Unsets the "sqref" attribute
-