Interface CTScenarios
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTScenarios extends XmlObject
An XML CT_Scenarios(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTScenarios.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTScenarioaddNewScenario()Appends and returns a new empty value (as xml) as the last "scenario" elementlonggetCurrent()Gets the "current" attributeCTScenario[]getScenarioArray()Deprecated.CTScenariogetScenarioArray(int i)Gets ith "scenario" elementjava.util.List<CTScenario>getScenarioList()Gets a List of "scenario" elementslonggetShow()Gets the "show" attributejava.util.ListgetSqref()Gets the "sqref" attributeCTScenarioinsertNewScenario(int i)Inserts and returns a new empty value (as xml) as the ith "scenario" elementbooleanisSetCurrent()True if has "current" attributebooleanisSetShow()True if has "show" attributebooleanisSetSqref()True 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" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributeintsizeOfScenarioArray()Returns number of "scenario" elementvoidunsetCurrent()Unsets the "current" attributevoidunsetShow()Unsets the "show" attributevoidunsetSqref()Unsets the "sqref" attributeXmlUnsignedIntxgetCurrent()Gets (as xml) the "current" attributeXmlUnsignedIntxgetShow()Gets (as xml) the "show" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributevoidxsetCurrent(XmlUnsignedInt current)Sets (as xml) the "current" attributevoidxsetShow(XmlUnsignedInt show)Sets (as xml) the "show" attributevoidxsetSqref(STSqref sqref)Sets (as xml) the "sqref" attribute-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getScenarioList
java.util.List<CTScenario> getScenarioList()
Gets a List of "scenario" elements
-
getScenarioArray
@Deprecated CTScenario[] getScenarioArray()
Deprecated.Gets array of all "scenario" elements
-
getScenarioArray
CTScenario getScenarioArray(int i)
Gets ith "scenario" element
-
sizeOfScenarioArray
int sizeOfScenarioArray()
Returns number of "scenario" element
-
setScenarioArray
void setScenarioArray(CTScenario[] scenarioArray)
Sets array of all "scenario" element
-
setScenarioArray
void setScenarioArray(int i, CTScenario scenario)Sets ith "scenario" element
-
insertNewScenario
CTScenario insertNewScenario(int i)
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
void xsetCurrent(XmlUnsignedInt current)
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
void xsetShow(XmlUnsignedInt show)
Sets (as xml) the "show" attribute
-
unsetShow
void unsetShow()
Unsets the "show" attribute
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
isSetSqref
boolean isSetSqref()
True if has "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attribute
-
unsetSqref
void unsetSqref()
Unsets the "sqref" attribute
-
-