Interface CTInputCells
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTInputCells extends XmlObject
An XML CT_InputCells(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTInputCells.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 Modifier and Type Method Description boolean
getDeleted()
Gets the "deleted" attributelong
getNumFmtId()
Gets the "numFmtId" attributejava.lang.String
getR()
Gets the "r" attributeboolean
getUndone()
Gets the "undone" attributejava.lang.String
getVal()
Gets the "val" attributeboolean
isSetDeleted()
True if has "deleted" attributeboolean
isSetNumFmtId()
True if has "numFmtId" attributeboolean
isSetUndone()
True if has "undone" attributevoid
setDeleted(boolean deleted)
Sets the "deleted" attributevoid
setNumFmtId(long numFmtId)
Sets the "numFmtId" attributevoid
setR(java.lang.String r)
Sets the "r" attributevoid
setUndone(boolean undone)
Sets the "undone" attributevoid
setVal(java.lang.String val)
Sets the "val" attributevoid
unsetDeleted()
Unsets the "deleted" attributevoid
unsetNumFmtId()
Unsets the "numFmtId" attributevoid
unsetUndone()
Unsets the "undone" attributeXmlBoolean
xgetDeleted()
Gets (as xml) the "deleted" attributeSTNumFmtId
xgetNumFmtId()
Gets (as xml) the "numFmtId" attributeSTCellRef
xgetR()
Gets (as xml) the "r" attributeXmlBoolean
xgetUndone()
Gets (as xml) the "undone" attributeSTXstring
xgetVal()
Gets (as xml) the "val" attributevoid
xsetDeleted(XmlBoolean deleted)
Sets (as xml) the "deleted" attributevoid
xsetNumFmtId(STNumFmtId numFmtId)
Sets (as xml) the "numFmtId" attributevoid
xsetR(STCellRef r)
Sets (as xml) the "r" attributevoid
xsetUndone(XmlBoolean undone)
Sets (as xml) the "undone" attributevoid
xsetVal(STXstring val)
Sets (as xml) the "val" 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
-
getR
java.lang.String getR()
Gets the "r" attribute
-
xgetR
STCellRef xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
Sets (as xml) the "r" attribute
-
getDeleted
boolean getDeleted()
Gets the "deleted" attribute
-
xgetDeleted
XmlBoolean xgetDeleted()
Gets (as xml) the "deleted" attribute
-
isSetDeleted
boolean isSetDeleted()
True if has "deleted" attribute
-
setDeleted
void setDeleted(boolean deleted)
Sets the "deleted" attribute
-
xsetDeleted
void xsetDeleted(XmlBoolean deleted)
Sets (as xml) the "deleted" attribute
-
unsetDeleted
void unsetDeleted()
Unsets the "deleted" attribute
-
getUndone
boolean getUndone()
Gets the "undone" attribute
-
xgetUndone
XmlBoolean xgetUndone()
Gets (as xml) the "undone" attribute
-
isSetUndone
boolean isSetUndone()
True if has "undone" attribute
-
setUndone
void setUndone(boolean undone)
Sets the "undone" attribute
-
xsetUndone
void xsetUndone(XmlBoolean undone)
Sets (as xml) the "undone" attribute
-
unsetUndone
void unsetUndone()
Unsets the "undone" attribute
-
getVal
java.lang.String getVal()
Gets the "val" attribute
-
xgetVal
STXstring xgetVal()
Gets (as xml) the "val" attribute
-
setVal
void setVal(java.lang.String val)
Sets the "val" attribute
-
xsetVal
void xsetVal(STXstring val)
Sets (as xml) the "val" attribute
-
getNumFmtId
long getNumFmtId()
Gets the "numFmtId" attribute
-
xgetNumFmtId
STNumFmtId xgetNumFmtId()
Gets (as xml) the "numFmtId" attribute
-
isSetNumFmtId
boolean isSetNumFmtId()
True if has "numFmtId" attribute
-
setNumFmtId
void setNumFmtId(long numFmtId)
Sets the "numFmtId" attribute
-
xsetNumFmtId
void xsetNumFmtId(STNumFmtId numFmtId)
Sets (as xml) the "numFmtId" attribute
-
unsetNumFmtId
void unsetNumFmtId()
Unsets the "numFmtId" attribute
-
-