Interface CTCalcCell
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCalcCell extends XmlObject
An XML CT_CalcCell(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCalcCell.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
getA()
Gets the "a" attributeint
getI()
Gets the "i" attributeboolean
getL()
Gets the "l" attributejava.lang.String
getR()
Gets the "r" attributeboolean
getS()
Gets the "s" attributeboolean
getT()
Gets the "t" attributeboolean
isSetA()
True if has "a" attributeboolean
isSetI()
True if has "i" attributeboolean
isSetL()
True if has "l" attributeboolean
isSetS()
True if has "s" attributeboolean
isSetT()
True if has "t" attributevoid
setA(boolean a)
Sets the "a" attributevoid
setI(int iValue)
Sets the "i" attributevoid
setL(boolean l)
Sets the "l" attributevoid
setR(java.lang.String r)
Sets the "r" attributevoid
setS(boolean s)
Sets the "s" attributevoid
setT(boolean t)
Sets the "t" attributevoid
unsetA()
Unsets the "a" attributevoid
unsetI()
Unsets the "i" attributevoid
unsetL()
Unsets the "l" attributevoid
unsetS()
Unsets the "s" attributevoid
unsetT()
Unsets the "t" attributeXmlBoolean
xgetA()
Gets (as xml) the "a" attributeXmlInt
xgetI()
Gets (as xml) the "i" attributeXmlBoolean
xgetL()
Gets (as xml) the "l" attributeSTCellRef
xgetR()
Gets (as xml) the "r" attributeXmlBoolean
xgetS()
Gets (as xml) the "s" attributeXmlBoolean
xgetT()
Gets (as xml) the "t" attributevoid
xsetA(XmlBoolean a)
Sets (as xml) the "a" attributevoid
xsetI(XmlInt iValue)
Sets (as xml) the "i" attributevoid
xsetL(XmlBoolean l)
Sets (as xml) the "l" attributevoid
xsetR(STCellRef r)
Sets (as xml) the "r" attributevoid
xsetS(XmlBoolean s)
Sets (as xml) the "s" attributevoid
xsetT(XmlBoolean t)
Sets (as xml) the "t" 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
-
getI
int getI()
Gets the "i" attribute
-
xgetI
XmlInt xgetI()
Gets (as xml) the "i" attribute
-
isSetI
boolean isSetI()
True if has "i" attribute
-
setI
void setI(int iValue)
Sets the "i" attribute
-
xsetI
void xsetI(XmlInt iValue)
Sets (as xml) the "i" attribute
-
unsetI
void unsetI()
Unsets the "i" attribute
-
getS
boolean getS()
Gets the "s" attribute
-
xgetS
XmlBoolean xgetS()
Gets (as xml) the "s" attribute
-
isSetS
boolean isSetS()
True if has "s" attribute
-
setS
void setS(boolean s)
Sets the "s" attribute
-
xsetS
void xsetS(XmlBoolean s)
Sets (as xml) the "s" attribute
-
unsetS
void unsetS()
Unsets the "s" attribute
-
getL
boolean getL()
Gets the "l" attribute
-
xgetL
XmlBoolean xgetL()
Gets (as xml) the "l" attribute
-
isSetL
boolean isSetL()
True if has "l" attribute
-
setL
void setL(boolean l)
Sets the "l" attribute
-
xsetL
void xsetL(XmlBoolean l)
Sets (as xml) the "l" attribute
-
unsetL
void unsetL()
Unsets the "l" attribute
-
getT
boolean getT()
Gets the "t" attribute
-
xgetT
XmlBoolean xgetT()
Gets (as xml) the "t" attribute
-
isSetT
boolean isSetT()
True if has "t" attribute
-
setT
void setT(boolean t)
Sets the "t" attribute
-
xsetT
void xsetT(XmlBoolean t)
Sets (as xml) the "t" attribute
-
unsetT
void unsetT()
Unsets the "t" attribute
-
getA
boolean getA()
Gets the "a" attribute
-
xgetA
XmlBoolean xgetA()
Gets (as xml) the "a" attribute
-
isSetA
boolean isSetA()
True if has "a" attribute
-
setA
void setA(boolean a)
Sets the "a" attribute
-
xsetA
void xsetA(XmlBoolean a)
Sets (as xml) the "a" attribute
-
unsetA
void unsetA()
Unsets the "a" attribute
-
-