Interface CTItem
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTItem extends XmlObject
An XML CT_Item(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTItem.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
getC()
Gets the "c" attributeboolean
getD()
Gets the "d" attributeboolean
getE()
Gets the "e" attributeboolean
getF()
Gets the "f" attributeboolean
getH()
Gets the "h" attributeboolean
getM()
Gets the "m" attributejava.lang.String
getN()
Gets the "n" attributeboolean
getS()
Gets the "s" attributeboolean
getSd()
Gets the "sd" attributeSTItemType.Enum
getT()
Gets the "t" attributelong
getX()
Gets the "x" attributeboolean
isSetC()
True if has "c" attributeboolean
isSetD()
True if has "d" attributeboolean
isSetE()
True if has "e" attributeboolean
isSetF()
True if has "f" attributeboolean
isSetH()
True if has "h" attributeboolean
isSetM()
True if has "m" attributeboolean
isSetN()
True if has "n" attributeboolean
isSetS()
True if has "s" attributeboolean
isSetSd()
True if has "sd" attributeboolean
isSetT()
True if has "t" attributeboolean
isSetX()
True if has "x" attributevoid
setC(boolean c)
Sets the "c" attributevoid
setD(boolean d)
Sets the "d" attributevoid
setE(boolean e)
Sets the "e" attributevoid
setF(boolean f)
Sets the "f" attributevoid
setH(boolean h)
Sets the "h" attributevoid
setM(boolean m)
Sets the "m" attributevoid
setN(java.lang.String n)
Sets the "n" attributevoid
setS(boolean s)
Sets the "s" attributevoid
setSd(boolean sd)
Sets the "sd" attributevoid
setT(STItemType.Enum t)
Sets the "t" attributevoid
setX(long x)
Sets the "x" attributevoid
unsetC()
Unsets the "c" attributevoid
unsetD()
Unsets the "d" attributevoid
unsetE()
Unsets the "e" attributevoid
unsetF()
Unsets the "f" attributevoid
unsetH()
Unsets the "h" attributevoid
unsetM()
Unsets the "m" attributevoid
unsetN()
Unsets the "n" attributevoid
unsetS()
Unsets the "s" attributevoid
unsetSd()
Unsets the "sd" attributevoid
unsetT()
Unsets the "t" attributevoid
unsetX()
Unsets the "x" attributeXmlBoolean
xgetC()
Gets (as xml) the "c" attributeXmlBoolean
xgetD()
Gets (as xml) the "d" attributeXmlBoolean
xgetE()
Gets (as xml) the "e" attributeXmlBoolean
xgetF()
Gets (as xml) the "f" attributeXmlBoolean
xgetH()
Gets (as xml) the "h" attributeXmlBoolean
xgetM()
Gets (as xml) the "m" attributeSTXstring
xgetN()
Gets (as xml) the "n" attributeXmlBoolean
xgetS()
Gets (as xml) the "s" attributeXmlBoolean
xgetSd()
Gets (as xml) the "sd" attributeSTItemType
xgetT()
Gets (as xml) the "t" attributeXmlUnsignedInt
xgetX()
Gets (as xml) the "x" attributevoid
xsetC(XmlBoolean c)
Sets (as xml) the "c" attributevoid
xsetD(XmlBoolean d)
Sets (as xml) the "d" attributevoid
xsetE(XmlBoolean e)
Sets (as xml) the "e" attributevoid
xsetF(XmlBoolean f)
Sets (as xml) the "f" attributevoid
xsetH(XmlBoolean h)
Sets (as xml) the "h" attributevoid
xsetM(XmlBoolean m)
Sets (as xml) the "m" attributevoid
xsetN(STXstring n)
Sets (as xml) the "n" attributevoid
xsetS(XmlBoolean s)
Sets (as xml) the "s" attributevoid
xsetSd(XmlBoolean sd)
Sets (as xml) the "sd" attributevoid
xsetT(STItemType t)
Sets (as xml) the "t" attributevoid
xsetX(XmlUnsignedInt x)
Sets (as xml) the "x" 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
-
getN
java.lang.String getN()
Gets the "n" attribute
-
xgetN
STXstring xgetN()
Gets (as xml) the "n" attribute
-
isSetN
boolean isSetN()
True if has "n" attribute
-
setN
void setN(java.lang.String n)
Sets the "n" attribute
-
xsetN
void xsetN(STXstring n)
Sets (as xml) the "n" attribute
-
unsetN
void unsetN()
Unsets the "n" attribute
-
getT
STItemType.Enum getT()
Gets the "t" attribute
-
xgetT
STItemType xgetT()
Gets (as xml) the "t" attribute
-
isSetT
boolean isSetT()
True if has "t" attribute
-
setT
void setT(STItemType.Enum t)
Sets the "t" attribute
-
xsetT
void xsetT(STItemType t)
Sets (as xml) the "t" attribute
-
unsetT
void unsetT()
Unsets the "t" attribute
-
getH
boolean getH()
Gets the "h" attribute
-
xgetH
XmlBoolean xgetH()
Gets (as xml) the "h" attribute
-
isSetH
boolean isSetH()
True if has "h" attribute
-
setH
void setH(boolean h)
Sets the "h" attribute
-
xsetH
void xsetH(XmlBoolean h)
Sets (as xml) the "h" attribute
-
unsetH
void unsetH()
Unsets the "h" 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
-
getSd
boolean getSd()
Gets the "sd" attribute
-
xgetSd
XmlBoolean xgetSd()
Gets (as xml) the "sd" attribute
-
isSetSd
boolean isSetSd()
True if has "sd" attribute
-
setSd
void setSd(boolean sd)
Sets the "sd" attribute
-
xsetSd
void xsetSd(XmlBoolean sd)
Sets (as xml) the "sd" attribute
-
unsetSd
void unsetSd()
Unsets the "sd" attribute
-
getF
boolean getF()
Gets the "f" attribute
-
xgetF
XmlBoolean xgetF()
Gets (as xml) the "f" attribute
-
isSetF
boolean isSetF()
True if has "f" attribute
-
setF
void setF(boolean f)
Sets the "f" attribute
-
xsetF
void xsetF(XmlBoolean f)
Sets (as xml) the "f" attribute
-
unsetF
void unsetF()
Unsets the "f" attribute
-
getM
boolean getM()
Gets the "m" attribute
-
xgetM
XmlBoolean xgetM()
Gets (as xml) the "m" attribute
-
isSetM
boolean isSetM()
True if has "m" attribute
-
setM
void setM(boolean m)
Sets the "m" attribute
-
xsetM
void xsetM(XmlBoolean m)
Sets (as xml) the "m" attribute
-
unsetM
void unsetM()
Unsets the "m" attribute
-
getC
boolean getC()
Gets the "c" attribute
-
xgetC
XmlBoolean xgetC()
Gets (as xml) the "c" attribute
-
isSetC
boolean isSetC()
True if has "c" attribute
-
setC
void setC(boolean c)
Sets the "c" attribute
-
xsetC
void xsetC(XmlBoolean c)
Sets (as xml) the "c" attribute
-
unsetC
void unsetC()
Unsets the "c" attribute
-
getX
long getX()
Gets the "x" attribute
-
xgetX
XmlUnsignedInt xgetX()
Gets (as xml) the "x" attribute
-
isSetX
boolean isSetX()
True if has "x" attribute
-
setX
void setX(long x)
Sets the "x" attribute
-
xsetX
void xsetX(XmlUnsignedInt x)
Sets (as xml) the "x" attribute
-
unsetX
void unsetX()
Unsets the "x" attribute
-
getD
boolean getD()
Gets the "d" attribute
-
xgetD
XmlBoolean xgetD()
Gets (as xml) the "d" attribute
-
isSetD
boolean isSetD()
True if has "d" attribute
-
setD
void setD(boolean d)
Sets the "d" attribute
-
xsetD
void xsetD(XmlBoolean d)
Sets (as xml) the "d" attribute
-
unsetD
void unsetD()
Unsets the "d" attribute
-
getE
boolean getE()
Gets the "e" attribute
-
xgetE
XmlBoolean xgetE()
Gets (as xml) the "e" attribute
-
isSetE
boolean isSetE()
True if has "e" attribute
-
setE
void setE(boolean e)
Sets the "e" attribute
-
xsetE
void xsetE(XmlBoolean e)
Sets (as xml) the "e" attribute
-
unsetE
void unsetE()
Unsets the "e" attribute
-
-