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 classCTItem.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 booleangetC()Gets the "c" attributebooleangetD()Gets the "d" attributebooleangetE()Gets the "e" attributebooleangetF()Gets the "f" attributebooleangetH()Gets the "h" attributebooleangetM()Gets the "m" attributejava.lang.StringgetN()Gets the "n" attributebooleangetS()Gets the "s" attributebooleangetSd()Gets the "sd" attributeSTItemType.EnumgetT()Gets the "t" attributelonggetX()Gets the "x" attributebooleanisSetC()True if has "c" attributebooleanisSetD()True if has "d" attributebooleanisSetE()True if has "e" attributebooleanisSetF()True if has "f" attributebooleanisSetH()True if has "h" attributebooleanisSetM()True if has "m" attributebooleanisSetN()True if has "n" attributebooleanisSetS()True if has "s" attributebooleanisSetSd()True if has "sd" attributebooleanisSetT()True if has "t" attributebooleanisSetX()True if has "x" attributevoidsetC(boolean c)Sets the "c" attributevoidsetD(boolean d)Sets the "d" attributevoidsetE(boolean e)Sets the "e" attributevoidsetF(boolean f)Sets the "f" attributevoidsetH(boolean h)Sets the "h" attributevoidsetM(boolean m)Sets the "m" attributevoidsetN(java.lang.String n)Sets the "n" attributevoidsetS(boolean s)Sets the "s" attributevoidsetSd(boolean sd)Sets the "sd" attributevoidsetT(STItemType.Enum t)Sets the "t" attributevoidsetX(long x)Sets the "x" attributevoidunsetC()Unsets the "c" attributevoidunsetD()Unsets the "d" attributevoidunsetE()Unsets the "e" attributevoidunsetF()Unsets the "f" attributevoidunsetH()Unsets the "h" attributevoidunsetM()Unsets the "m" attributevoidunsetN()Unsets the "n" attributevoidunsetS()Unsets the "s" attributevoidunsetSd()Unsets the "sd" attributevoidunsetT()Unsets the "t" attributevoidunsetX()Unsets the "x" attributeXmlBooleanxgetC()Gets (as xml) the "c" attributeXmlBooleanxgetD()Gets (as xml) the "d" attributeXmlBooleanxgetE()Gets (as xml) the "e" attributeXmlBooleanxgetF()Gets (as xml) the "f" attributeXmlBooleanxgetH()Gets (as xml) the "h" attributeXmlBooleanxgetM()Gets (as xml) the "m" attributeSTXstringxgetN()Gets (as xml) the "n" attributeXmlBooleanxgetS()Gets (as xml) the "s" attributeXmlBooleanxgetSd()Gets (as xml) the "sd" attributeSTItemTypexgetT()Gets (as xml) the "t" attributeXmlUnsignedIntxgetX()Gets (as xml) the "x" attributevoidxsetC(XmlBoolean c)Sets (as xml) the "c" attributevoidxsetD(XmlBoolean d)Sets (as xml) the "d" attributevoidxsetE(XmlBoolean e)Sets (as xml) the "e" attributevoidxsetF(XmlBoolean f)Sets (as xml) the "f" attributevoidxsetH(XmlBoolean h)Sets (as xml) the "h" attributevoidxsetM(XmlBoolean m)Sets (as xml) the "m" attributevoidxsetN(STXstring n)Sets (as xml) the "n" attributevoidxsetS(XmlBoolean s)Sets (as xml) the "s" attributevoidxsetSd(XmlBoolean sd)Sets (as xml) the "sd" attributevoidxsetT(STItemType t)Sets (as xml) the "t" attributevoidxsetX(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
-
-