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 class
CTScenario.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTInputCells
addNewInputCells()
Appends and returns a new empty value (as xml) as the last "inputCells" elementjava.lang.String
getComment()
Gets the "comment" attributelong
getCount()
Gets the "count" attributeboolean
getHidden()
Gets the "hidden" attributeCTInputCells[]
getInputCellsArray()
Deprecated.CTInputCells
getInputCellsArray(int i)
Gets ith "inputCells" elementjava.util.List<CTInputCells>
getInputCellsList()
Gets a List of "inputCells" elementsboolean
getLocked()
Gets the "locked" attributejava.lang.String
getName()
Gets the "name" attributejava.lang.String
getUser()
Gets the "user" attributeCTInputCells
insertNewInputCells(int i)
Inserts and returns a new empty value (as xml) as the ith "inputCells" elementboolean
isSetComment()
True if has "comment" attributeboolean
isSetCount()
True if has "count" attributeboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetLocked()
True if has "locked" attributeboolean
isSetUser()
True if has "user" attributevoid
removeInputCells(int i)
Removes the ith "inputCells" elementvoid
setComment(java.lang.String comment)
Sets the "comment" attributevoid
setCount(long count)
Sets the "count" attributevoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setInputCellsArray(int i, CTInputCells inputCells)
Sets ith "inputCells" elementvoid
setInputCellsArray(CTInputCells[] inputCellsArray)
Sets array of all "inputCells" elementvoid
setLocked(boolean locked)
Sets the "locked" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setUser(java.lang.String user)
Sets the "user" attributeint
sizeOfInputCellsArray()
Returns number of "inputCells" elementvoid
unsetComment()
Unsets the "comment" attributevoid
unsetCount()
Unsets the "count" attributevoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetLocked()
Unsets the "locked" attributevoid
unsetUser()
Unsets the "user" attributeSTXstring
xgetComment()
Gets (as xml) the "comment" attributeXmlUnsignedInt
xgetCount()
Gets (as xml) the "count" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeXmlBoolean
xgetLocked()
Gets (as xml) the "locked" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeSTXstring
xgetUser()
Gets (as xml) the "user" attributevoid
xsetComment(STXstring comment)
Sets (as xml) the "comment" attributevoid
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetLocked(XmlBoolean locked)
Sets (as xml) the "locked" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetUser(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
-
-