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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTuple.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 longgetFld()Gets the "fld" attributelonggetHier()Gets the "hier" attributelonggetItem()Gets the "item" attributebooleanisSetFld()True if has "fld" attributebooleanisSetHier()True 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" attributevoidunsetHier()Unsets the "hier" attributeXmlUnsignedIntxgetFld()Gets (as xml) the "fld" attributeXmlUnsignedIntxgetHier()Gets (as xml) the "hier" attributeXmlUnsignedIntxgetItem()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" 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
-
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
-
-