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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTScenario.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 CTInputCellsaddNewInputCells()Appends and returns a new empty value (as xml) as the last "inputCells" elementjava.lang.StringgetComment()Gets the "comment" attributelonggetCount()Gets the "count" attributebooleangetHidden()Gets the "hidden" attributeCTInputCells[]getInputCellsArray()Deprecated.CTInputCellsgetInputCellsArray(int i)Gets ith "inputCells" elementjava.util.List<CTInputCells>getInputCellsList()Gets a List of "inputCells" elementsbooleangetLocked()Gets the "locked" attributejava.lang.StringgetName()Gets the "name" attributejava.lang.StringgetUser()Gets the "user" attributeCTInputCellsinsertNewInputCells(int i)Inserts and returns a new empty value (as xml) as the ith "inputCells" elementbooleanisSetComment()True if has "comment" attributebooleanisSetCount()True if has "count" attributebooleanisSetHidden()True if has "hidden" attributebooleanisSetLocked()True if has "locked" attributebooleanisSetUser()True if has "user" attributevoidremoveInputCells(int i)Removes the ith "inputCells" elementvoidsetComment(java.lang.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" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetUser(java.lang.String user)Sets the "user" attributeintsizeOfInputCellsArray()Returns number of "inputCells" elementvoidunsetComment()Unsets the "comment" attributevoidunsetCount()Unsets the "count" attributevoidunsetHidden()Unsets the "hidden" attributevoidunsetLocked()Unsets the "locked" attributevoidunsetUser()Unsets the "user" attributeSTXstringxgetComment()Gets (as xml) the "comment" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlBooleanxgetLocked()Gets (as xml) the "locked" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTXstringxgetUser()Gets (as xml) the "user" attributevoidxsetComment(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(STXstring name)Sets (as xml) the "name" attributevoidxsetUser(STXstring user)Sets (as xml) the "user" 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
-
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
-
-