Interface CTI
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_I(@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 TypeMethodDescriptionaddNewX()Appends and returns a new empty value (as xml) as the last "x" elementlonggetI()Gets the "i" attributelonggetR()Gets the "r" attributegetT()Gets the "t" attributeCTX[]Gets array of all "x" elementsgetXArray(int i) Gets ith "x" elementgetXList()Gets a List of "x" elementsinsertNewX(int i) Inserts and returns a new empty value (as xml) as the ith "x" elementbooleanisSetI()True if has "i" attributebooleanisSetR()True if has "r" attributebooleanisSetT()True if has "t" attributevoidremoveX(int i) Removes the ith "x" elementvoidsetI(long iValue) Sets the "i" attributevoidsetR(long r) Sets the "r" attributevoidSets the "t" attributevoidSets ith "x" elementvoidSets array of all "x" elementintReturns number of "x" elementvoidunsetI()Unsets the "i" attributevoidunsetR()Unsets the "r" attributevoidunsetT()Unsets the "t" attributexgetI()Gets (as xml) the "i" attributexgetR()Gets (as xml) the "r" attributexgetT()Gets (as xml) the "t" attributevoidxsetI(XmlUnsignedInt iValue) Sets (as xml) the "i" attributevoidSets (as xml) the "r" attributevoidxsetT(STItemType t) Sets (as xml) the "t" 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, valueHashCodeMethods 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
-
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 -
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
Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
unsetT
void unsetT()Unsets the "t" attribute -
getR
long getR()Gets the "r" attribute -
xgetR
XmlUnsignedInt xgetR()Gets (as xml) the "r" attribute -
isSetR
boolean isSetR()True if has "r" attribute -
setR
void setR(long r) Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
unsetR
void unsetR()Unsets the "r" attribute -
getI
long getI()Gets the "i" attribute -
xgetI
XmlUnsignedInt xgetI()Gets (as xml) the "i" attribute -
isSetI
boolean isSetI()True if has "i" attribute -
setI
void setI(long iValue) Sets the "i" attribute -
xsetI
Sets (as xml) the "i" attribute -
unsetI
void unsetI()Unsets the "i" attribute
-