Interface CTTuple
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Tuple(@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 TypeMethodDescriptionlonggetFld()Gets the "fld" attributelonggetHier()Gets the "hier" attributelonggetItem()Gets the "item" attributebooleanisSetFld()True if has "fld" attributebooleanTrue if has "hier" attributevoidsetFld(long fld) Sets the "fld" attributevoidsetHier(long hier) Sets the "hier" attributevoidsetItem(long item) Sets the "item" attributevoidunsetFld()Unsets the "fld" attributevoidUnsets the "hier" attributexgetFld()Gets (as xml) the "fld" attributexgetHier()Gets (as xml) the "hier" attributexgetItem()Gets (as xml) the "item" attributevoidxsetFld(XmlUnsignedInt fld) Sets (as xml) the "fld" attributevoidxsetHier(XmlUnsignedInt hier) Sets (as xml) the "hier" attributevoidxsetItem(XmlUnsignedInt item) Sets (as xml) the "item" 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
-
getFld
long getFld()Gets the "fld" attribute -
xgetFld
XmlUnsignedInt xgetFld()Gets (as xml) the "fld" attribute -
isSetFld
boolean isSetFld()True if has "fld" attribute -
setFld
void setFld(long fld) Sets the "fld" attribute -
xsetFld
Sets (as xml) the "fld" attribute -
unsetFld
void unsetFld()Unsets the "fld" attribute -
getHier
long getHier()Gets the "hier" attribute -
xgetHier
XmlUnsignedInt xgetHier()Gets (as xml) the "hier" attribute -
isSetHier
boolean isSetHier()True if has "hier" attribute -
setHier
void setHier(long hier) Sets the "hier" attribute -
xsetHier
Sets (as xml) the "hier" attribute -
unsetHier
void unsetHier()Unsets the "hier" attribute -
getItem
long getItem()Gets the "item" attribute -
xgetItem
XmlUnsignedInt xgetItem()Gets (as xml) the "item" attribute -
setItem
void setItem(long item) Sets the "item" attribute -
xsetItem
Sets (as xml) the "item" attribute
-