Interface CTScenario
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Scenario(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTScenario> 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 "inputCells" elementGets the "comment" attributelonggetCount()Gets the "count" attributebooleanGets the "hidden" attributeGets array of all "inputCells" elementsgetInputCellsArray(int i) Gets ith "inputCells" elementGets a List of "inputCells" elementsbooleanGets the "locked" attributegetName()Gets the "name" attributegetUser()Gets the "user" attributeinsertNewInputCells(int i) Inserts and returns a new empty value (as xml) as the ith "inputCells" elementbooleanTrue if has "comment" attributebooleanTrue if has "count" attributebooleanTrue if has "hidden" attributebooleanTrue if has "locked" attributebooleanTrue if has "user" attributevoidremoveInputCells(int i) Removes the ith "inputCells" elementvoidsetComment(String comment) Sets the "comment" attributevoidsetCount(long count) Sets the "count" attributevoidsetHidden(boolean hidden) Sets the "hidden" attributevoidsetInputCellsArray(int i, CTInputCells inputCells) Sets ith "inputCells" elementvoidsetInputCellsArray(CTInputCells[] inputCellsArray) Sets array of all "inputCells" elementvoidsetLocked(boolean locked) Sets the "locked" attributevoidSets the "name" attributevoidSets the "user" attributeintReturns number of "inputCells" elementvoidUnsets the "comment" attributevoidUnsets the "count" attributevoidUnsets the "hidden" attributevoidUnsets the "locked" attributevoidUnsets the "user" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "comment" attributeGets (as xml) the "count" attributeGets (as xml) the "hidden" attributeGets (as xml) the "locked" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetUser()Gets (as xml) the "user" attributevoidxsetComment(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring comment) Sets (as xml) the "comment" attributevoidxsetCount(XmlUnsignedInt count) Sets (as xml) the "count" attributevoidxsetHidden(XmlBoolean hidden) Sets (as xml) the "hidden" attributevoidxsetLocked(XmlBoolean locked) Sets (as xml) the "locked" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetUser(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring user) Sets (as xml) the "user" 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
-
getInputCellsList
List<CTInputCells> getInputCellsList()Gets a List of "inputCells" elements -
getInputCellsArray
CTInputCells[] getInputCellsArray()Gets array of all "inputCells" elements -
getInputCellsArray
Gets ith "inputCells" element -
sizeOfInputCellsArray
int sizeOfInputCellsArray()Returns number of "inputCells" element -
setInputCellsArray
Sets array of all "inputCells" element -
setInputCellsArray
Sets ith "inputCells" element -
insertNewInputCells
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
Sets 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
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
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
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
Sets 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
Sets the "comment" attribute -
unsetComment
void unsetComment()Unsets the "comment" attribute
-