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 SchemaTypeFields 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" elementlongGets the "current" attributeGets array of all "scenario" elementsgetScenarioArray(int i) Gets ith "scenario" elementGets a List of "scenario" elementslonggetShow()Gets the "show" attributegetSqref()Gets the "sqref" attributeinsertNewScenario(int i) Inserts and returns a new empty value (as xml) as the ith "scenario" elementbooleanTrue if has "current" attributebooleanTrue if has "show" attributebooleanTrue if has "sqref" attributevoidremoveScenario(int i) Removes the ith "scenario" elementvoidsetCurrent(long current) Sets the "current" attributevoidsetScenarioArray(int i, CTScenario scenario) Sets ith "scenario" elementvoidsetScenarioArray(CTScenario[] scenarioArray) Sets array of all "scenario" elementvoidsetShow(long show) Sets the "show" attributevoidSets the "sqref" attributeintReturns number of "scenario" elementvoidUnsets the "current" attributevoidUnsets the "show" attributevoidUnsets the "sqref" attributeGets (as xml) the "current" attributexgetShow()Gets (as xml) the "show" attributeGets (as xml) the "sqref" attributevoidxsetCurrent(XmlUnsignedInt current) Sets (as xml) the "current" attributevoidxsetShow(XmlUnsignedInt show) Sets (as xml) the "show" attributevoidSets (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, valueHashCodeMethods 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
-