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 classCTCalcCell.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 Modifier and Type Method Description booleangetA()Gets the "a" attributeintgetI()Gets the "i" attributebooleangetL()Gets the "l" attributejava.lang.StringgetR()Gets the "r" attributebooleangetS()Gets the "s" attributebooleangetT()Gets the "t" attributebooleanisSetA()True if has "a" attributebooleanisSetI()True if has "i" attributebooleanisSetL()True if has "l" attributebooleanisSetS()True if has "s" attributebooleanisSetT()True if has "t" attributevoidsetA(boolean a)Sets the "a" attributevoidsetI(int iValue)Sets the "i" attributevoidsetL(boolean l)Sets the "l" attributevoidsetR(java.lang.String r)Sets the "r" attributevoidsetS(boolean s)Sets the "s" attributevoidsetT(boolean t)Sets the "t" attributevoidunsetA()Unsets the "a" attributevoidunsetI()Unsets the "i" attributevoidunsetL()Unsets the "l" attributevoidunsetS()Unsets the "s" attributevoidunsetT()Unsets the "t" attributeXmlBooleanxgetA()Gets (as xml) the "a" attributeXmlIntxgetI()Gets (as xml) the "i" attributeXmlBooleanxgetL()Gets (as xml) the "l" attributeSTCellRefxgetR()Gets (as xml) the "r" attributeXmlBooleanxgetS()Gets (as xml) the "s" attributeXmlBooleanxgetT()Gets (as xml) the "t" attributevoidxsetA(XmlBoolean a)Sets (as xml) the "a" attributevoidxsetI(XmlInt iValue)Sets (as xml) the "i" attributevoidxsetL(XmlBoolean l)Sets (as xml) the "l" attributevoidxsetR(STCellRef r)Sets (as xml) the "r" attributevoidxsetS(XmlBoolean s)Sets (as xml) the "s" attributevoidxsetT(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
-
-