Interface CTTuple
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTuple extends XmlObject
An XML CT_Tuple(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTuple>
Factory
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 long
getFld()
Gets the "fld" attributelong
getHier()
Gets the "hier" attributelong
getItem()
Gets the "item" attributeboolean
isSetFld()
True if has "fld" attributeboolean
isSetHier()
True if has "hier" attributevoid
setFld(long fld)
Sets the "fld" attributevoid
setHier(long hier)
Sets the "hier" attributevoid
setItem(long item)
Sets the "item" attributevoid
unsetFld()
Unsets the "fld" attributevoid
unsetHier()
Unsets the "hier" attributeXmlUnsignedInt
xgetFld()
Gets (as xml) the "fld" attributeXmlUnsignedInt
xgetHier()
Gets (as xml) the "hier" attributeXmlUnsignedInt
xgetItem()
Gets (as xml) the "item" attributevoid
xsetFld(XmlUnsignedInt fld)
Sets (as xml) the "fld" attributevoid
xsetHier(XmlUnsignedInt hier)
Sets (as xml) the "hier" attributevoid
xsetItem(XmlUnsignedInt item)
Sets (as xml) the "item" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTuple> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
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
void xsetFld(XmlUnsignedInt fld)
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
void xsetHier(XmlUnsignedInt hier)
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
void xsetItem(XmlUnsignedInt item)
Sets (as xml) the "item" attribute
-
-