Interface CTNumber
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Number(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "tpls" elementaddNewX()
Appends and returns a new empty value (as xml) as the last "x" elementboolean
getB()
Gets the "b" attributebyte[]
getBc()
Gets the "bc" attributegetC()
Gets the "c" attributelong
getCp()
Gets the "cp" attributeboolean
getF()
Gets the "f" attributebyte[]
getFc()
Gets the "fc" attributeboolean
getI()
Gets the "i" attributelong
getIn()
Gets the "in" attributeboolean
getSt()
Gets the "st" attributeCTTuples[]
Gets array of all "tpls" elementsgetTplsArray
(int i) Gets ith "tpls" elementGets a List of "tpls" elementsboolean
getU()
Gets the "u" attributeboolean
getUn()
Gets the "un" attributedouble
getV()
Gets the "v" attributeCTX[]
Gets array of all "x" elementsgetXArray
(int i) Gets ith "x" elementgetXList()
Gets a List of "x" elementsinsertNewTpls
(int i) Inserts and returns a new empty value (as xml) as the ith "tpls" elementinsertNewX
(int i) Inserts and returns a new empty value (as xml) as the ith "x" elementboolean
isSetB()
True if has "b" attributeboolean
isSetBc()
True if has "bc" attributeboolean
isSetC()
True if has "c" attributeboolean
isSetCp()
True if has "cp" attributeboolean
isSetF()
True if has "f" attributeboolean
isSetFc()
True if has "fc" attributeboolean
isSetI()
True if has "i" attributeboolean
isSetIn()
True if has "in" attributeboolean
isSetSt()
True if has "st" attributeboolean
isSetU()
True if has "u" attributeboolean
isSetUn()
True if has "un" attributevoid
removeTpls
(int i) Removes the ith "tpls" elementvoid
removeX
(int i) Removes the ith "x" elementvoid
setB
(boolean b) Sets the "b" attributevoid
setBc
(byte[] bc) Sets the "bc" attributevoid
Sets the "c" attributevoid
setCp
(long cp) Sets the "cp" attributevoid
setF
(boolean f) Sets the "f" attributevoid
setFc
(byte[] fc) Sets the "fc" attributevoid
setI
(boolean iValue) Sets the "i" attributevoid
setIn
(long in) Sets the "in" attributevoid
setSt
(boolean st) Sets the "st" attributevoid
setTplsArray
(int i, CTTuples tpls) Sets ith "tpls" elementvoid
setTplsArray
(CTTuples[] tplsArray) Sets array of all "tpls" elementvoid
setU
(boolean u) Sets the "u" attributevoid
setUn
(boolean un) Sets the "un" attributevoid
setV
(double v) Sets the "v" attributevoid
Sets ith "x" elementvoid
Sets array of all "x" elementint
Returns number of "tpls" elementint
Returns number of "x" elementvoid
unsetB()
Unsets the "b" attributevoid
unsetBc()
Unsets the "bc" attributevoid
unsetC()
Unsets the "c" attributevoid
unsetCp()
Unsets the "cp" attributevoid
unsetF()
Unsets the "f" attributevoid
unsetFc()
Unsets the "fc" attributevoid
unsetI()
Unsets the "i" attributevoid
unsetIn()
Unsets the "in" attributevoid
unsetSt()
Unsets the "st" attributevoid
unsetU()
Unsets the "u" attributevoid
unsetUn()
Unsets the "un" attributexgetB()
Gets (as xml) the "b" attributexgetBc()
Gets (as xml) the "bc" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
xgetC()
Gets (as xml) the "c" attributexgetCp()
Gets (as xml) the "cp" attributexgetF()
Gets (as xml) the "f" attributexgetFc()
Gets (as xml) the "fc" attributexgetI()
Gets (as xml) the "i" attributexgetIn()
Gets (as xml) the "in" attributexgetSt()
Gets (as xml) the "st" attributexgetU()
Gets (as xml) the "u" attributexgetUn()
Gets (as xml) the "un" attributexgetV()
Gets (as xml) the "v" attributevoid
xsetB
(XmlBoolean b) Sets (as xml) the "b" attributevoid
Sets (as xml) the "bc" attributevoid
xsetC
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring c) Sets (as xml) the "c" attributevoid
xsetCp
(XmlUnsignedInt cp) Sets (as xml) the "cp" attributevoid
xsetF
(XmlBoolean f) Sets (as xml) the "f" attributevoid
Sets (as xml) the "fc" attributevoid
xsetI
(XmlBoolean iValue) Sets (as xml) the "i" attributevoid
xsetIn
(XmlUnsignedInt in) Sets (as xml) the "in" attributevoid
xsetSt
(XmlBoolean st) Sets (as xml) the "st" attributevoid
xsetU
(XmlBoolean u) Sets (as xml) the "u" attributevoid
xsetUn
(XmlBoolean un) Sets (as xml) the "un" attributevoid
Sets (as xml) the "v" attributeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getTplsList
Gets a List of "tpls" elements -
getTplsArray
CTTuples[] getTplsArray()Gets array of all "tpls" elements -
getTplsArray
Gets ith "tpls" element -
sizeOfTplsArray
int sizeOfTplsArray()Returns number of "tpls" element -
setTplsArray
Sets array of all "tpls" element -
setTplsArray
Sets ith "tpls" element -
insertNewTpls
Inserts and returns a new empty value (as xml) as the ith "tpls" element -
addNewTpls
CTTuples addNewTpls()Appends and returns a new empty value (as xml) as the last "tpls" element -
removeTpls
void removeTpls(int i) Removes the ith "tpls" element -
getXList
Gets a List of "x" elements -
getXArray
CTX[] getXArray()Gets array of all "x" elements -
getXArray
Gets ith "x" element -
sizeOfXArray
int sizeOfXArray()Returns number of "x" element -
setXArray
Sets array of all "x" element -
setXArray
Sets ith "x" element -
insertNewX
Inserts and returns a new empty value (as xml) as the ith "x" element -
addNewX
CTX addNewX()Appends and returns a new empty value (as xml) as the last "x" element -
removeX
void removeX(int i) Removes the ith "x" element -
getV
double getV()Gets the "v" attribute -
xgetV
XmlDouble xgetV()Gets (as xml) the "v" attribute -
setV
void setV(double v) Sets the "v" attribute -
xsetV
Sets (as xml) the "v" attribute -
getU
boolean getU()Gets the "u" attribute -
xgetU
XmlBoolean xgetU()Gets (as xml) the "u" attribute -
isSetU
boolean isSetU()True if has "u" attribute -
setU
void setU(boolean u) Sets the "u" attribute -
xsetU
Sets (as xml) the "u" attribute -
unsetU
void unsetU()Unsets the "u" 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
Sets (as xml) the "f" attribute -
unsetF
void unsetF()Unsets the "f" attribute -
getC
String getC()Gets the "c" attribute -
xgetC
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetC()Gets (as xml) the "c" attribute -
isSetC
boolean isSetC()True if has "c" attribute -
setC
Sets the "c" attribute -
unsetC
void unsetC()Unsets the "c" attribute -
getCp
long getCp()Gets the "cp" attribute -
xgetCp
XmlUnsignedInt xgetCp()Gets (as xml) the "cp" attribute -
isSetCp
boolean isSetCp()True if has "cp" attribute -
setCp
void setCp(long cp) Sets the "cp" attribute -
xsetCp
Sets (as xml) the "cp" attribute -
unsetCp
void unsetCp()Unsets the "cp" attribute -
getIn
long getIn()Gets the "in" attribute -
xgetIn
XmlUnsignedInt xgetIn()Gets (as xml) the "in" attribute -
isSetIn
boolean isSetIn()True if has "in" attribute -
setIn
void setIn(long in) Sets the "in" attribute -
xsetIn
Sets (as xml) the "in" attribute -
unsetIn
void unsetIn()Unsets the "in" attribute -
getBc
byte[] getBc()Gets the "bc" attribute -
xgetBc
STUnsignedIntHex xgetBc()Gets (as xml) the "bc" attribute -
isSetBc
boolean isSetBc()True if has "bc" attribute -
setBc
void setBc(byte[] bc) Sets the "bc" attribute -
xsetBc
Sets (as xml) the "bc" attribute -
unsetBc
void unsetBc()Unsets the "bc" attribute -
getFc
byte[] getFc()Gets the "fc" attribute -
xgetFc
STUnsignedIntHex xgetFc()Gets (as xml) the "fc" attribute -
isSetFc
boolean isSetFc()True if has "fc" attribute -
setFc
void setFc(byte[] fc) Sets the "fc" attribute -
xsetFc
Sets (as xml) the "fc" attribute -
unsetFc
void unsetFc()Unsets the "fc" attribute -
getI
boolean getI()Gets the "i" attribute -
xgetI
XmlBoolean xgetI()Gets (as xml) the "i" attribute -
isSetI
boolean isSetI()True if has "i" attribute -
setI
void setI(boolean iValue) Sets the "i" attribute -
xsetI
Sets (as xml) the "i" attribute -
unsetI
void unsetI()Unsets the "i" attribute -
getUn
boolean getUn()Gets the "un" attribute -
xgetUn
XmlBoolean xgetUn()Gets (as xml) the "un" attribute -
isSetUn
boolean isSetUn()True if has "un" attribute -
setUn
void setUn(boolean un) Sets the "un" attribute -
xsetUn
Sets (as xml) the "un" attribute -
unsetUn
void unsetUn()Unsets the "un" attribute -
getSt
boolean getSt()Gets the "st" attribute -
xgetSt
XmlBoolean xgetSt()Gets (as xml) the "st" attribute -
isSetSt
boolean isSetSt()True if has "st" attribute -
setSt
void setSt(boolean st) Sets the "st" attribute -
xsetSt
Sets (as xml) the "st" attribute -
unsetSt
void unsetSt()Unsets the "st" attribute -
getB
boolean getB()Gets the "b" attribute -
xgetB
XmlBoolean xgetB()Gets (as xml) the "b" attribute -
isSetB
boolean isSetB()True if has "b" attribute -
setB
void setB(boolean b) Sets the "b" attribute -
xsetB
Sets (as xml) the "b" attribute -
unsetB
void unsetB()Unsets the "b" attribute
-