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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTCalcCell>Factorystatic 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" attributejava.lang.StringgetRef()Gets the "ref" attributebooleangetS()Gets the "s" attributebooleangetT()Gets the "t" attributebooleanisSetA()True if has "a" attributebooleanisSetI()True if has "i" attributebooleanisSetL()True if has "l" attributebooleanisSetR()True if has "r" attributebooleanisSetRef()True if has "ref" 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" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetS(boolean s)Sets the "s" attributevoidsetT(boolean t)Sets the "t" attributevoidunsetA()Unsets the "a" attributevoidunsetI()Unsets the "i" attributevoidunsetL()Unsets the "l" attributevoidunsetR()Unsets the "r" attributevoidunsetRef()Unsets the "ref" 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" attributeSTCellRefxgetRef()Gets (as xml) the "ref" 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" attributevoidxsetRef(STCellRef ref)Sets (as xml) the "ref" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTCalcCell> Factory
-
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
-
isSetR
boolean isSetR()
True if has "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
Sets (as xml) the "r" attribute
-
unsetR
void unsetR()
Unsets the "r" attribute
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STCellRef xgetRef()
Gets (as xml) the "ref" attribute
-
isSetRef
boolean isSetRef()
True if has "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STCellRef ref)
Sets (as xml) the "ref" attribute
-
unsetRef
void unsetRef()
Unsets the "ref" 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
-
-