Interface CTDataField
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDataField extends XmlObject
An XML CT_DataField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDataField.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementint
getBaseField()
Gets the "baseField" attributelong
getBaseItem()
Gets the "baseItem" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementlong
getFld()
Gets the "fld" attributejava.lang.String
getName()
Gets the "name" attributelong
getNumFmtId()
Gets the "numFmtId" attributeSTShowDataAs.Enum
getShowDataAs()
Gets the "showDataAs" attributeSTDataConsolidateFunction.Enum
getSubtotal()
Gets the "subtotal" attributeboolean
isSetBaseField()
True if has "baseField" attributeboolean
isSetBaseItem()
True if has "baseItem" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetName()
True if has "name" attributeboolean
isSetNumFmtId()
True if has "numFmtId" attributeboolean
isSetShowDataAs()
True if has "showDataAs" attributeboolean
isSetSubtotal()
True if has "subtotal" attributevoid
setBaseField(int baseField)
Sets the "baseField" attributevoid
setBaseItem(long baseItem)
Sets the "baseItem" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFld(long fld)
Sets the "fld" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setNumFmtId(long numFmtId)
Sets the "numFmtId" attributevoid
setShowDataAs(STShowDataAs.Enum showDataAs)
Sets the "showDataAs" attributevoid
setSubtotal(STDataConsolidateFunction.Enum subtotal)
Sets the "subtotal" attributevoid
unsetBaseField()
Unsets the "baseField" attributevoid
unsetBaseItem()
Unsets the "baseItem" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetName()
Unsets the "name" attributevoid
unsetNumFmtId()
Unsets the "numFmtId" attributevoid
unsetShowDataAs()
Unsets the "showDataAs" attributevoid
unsetSubtotal()
Unsets the "subtotal" attributeXmlInt
xgetBaseField()
Gets (as xml) the "baseField" attributeXmlUnsignedInt
xgetBaseItem()
Gets (as xml) the "baseItem" attributeXmlUnsignedInt
xgetFld()
Gets (as xml) the "fld" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeSTNumFmtId
xgetNumFmtId()
Gets (as xml) the "numFmtId" attributeSTShowDataAs
xgetShowDataAs()
Gets (as xml) the "showDataAs" attributeSTDataConsolidateFunction
xgetSubtotal()
Gets (as xml) the "subtotal" attributevoid
xsetBaseField(XmlInt baseField)
Sets (as xml) the "baseField" attributevoid
xsetBaseItem(XmlUnsignedInt baseItem)
Sets (as xml) the "baseItem" attributevoid
xsetFld(XmlUnsignedInt fld)
Sets (as xml) the "fld" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetNumFmtId(STNumFmtId numFmtId)
Sets (as xml) the "numFmtId" attributevoid
xsetShowDataAs(STShowDataAs showDataAs)
Sets (as xml) the "showDataAs" attributevoid
xsetSubtotal(STDataConsolidateFunction subtotal)
Sets (as xml) the "subtotal" 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
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getFld
long getFld()
Gets the "fld" attribute
-
xgetFld
XmlUnsignedInt xgetFld()
Gets (as xml) the "fld" attribute
-
setFld
void setFld(long fld)
Sets the "fld" attribute
-
xsetFld
void xsetFld(XmlUnsignedInt fld)
Sets (as xml) the "fld" attribute
-
getSubtotal
STDataConsolidateFunction.Enum getSubtotal()
Gets the "subtotal" attribute
-
xgetSubtotal
STDataConsolidateFunction xgetSubtotal()
Gets (as xml) the "subtotal" attribute
-
isSetSubtotal
boolean isSetSubtotal()
True if has "subtotal" attribute
-
setSubtotal
void setSubtotal(STDataConsolidateFunction.Enum subtotal)
Sets the "subtotal" attribute
-
xsetSubtotal
void xsetSubtotal(STDataConsolidateFunction subtotal)
Sets (as xml) the "subtotal" attribute
-
unsetSubtotal
void unsetSubtotal()
Unsets the "subtotal" attribute
-
getShowDataAs
STShowDataAs.Enum getShowDataAs()
Gets the "showDataAs" attribute
-
xgetShowDataAs
STShowDataAs xgetShowDataAs()
Gets (as xml) the "showDataAs" attribute
-
isSetShowDataAs
boolean isSetShowDataAs()
True if has "showDataAs" attribute
-
setShowDataAs
void setShowDataAs(STShowDataAs.Enum showDataAs)
Sets the "showDataAs" attribute
-
xsetShowDataAs
void xsetShowDataAs(STShowDataAs showDataAs)
Sets (as xml) the "showDataAs" attribute
-
unsetShowDataAs
void unsetShowDataAs()
Unsets the "showDataAs" attribute
-
getBaseField
int getBaseField()
Gets the "baseField" attribute
-
xgetBaseField
XmlInt xgetBaseField()
Gets (as xml) the "baseField" attribute
-
isSetBaseField
boolean isSetBaseField()
True if has "baseField" attribute
-
setBaseField
void setBaseField(int baseField)
Sets the "baseField" attribute
-
xsetBaseField
void xsetBaseField(XmlInt baseField)
Sets (as xml) the "baseField" attribute
-
unsetBaseField
void unsetBaseField()
Unsets the "baseField" attribute
-
getBaseItem
long getBaseItem()
Gets the "baseItem" attribute
-
xgetBaseItem
XmlUnsignedInt xgetBaseItem()
Gets (as xml) the "baseItem" attribute
-
isSetBaseItem
boolean isSetBaseItem()
True if has "baseItem" attribute
-
setBaseItem
void setBaseItem(long baseItem)
Sets the "baseItem" attribute
-
xsetBaseItem
void xsetBaseItem(XmlUnsignedInt baseItem)
Sets (as xml) the "baseItem" attribute
-
unsetBaseItem
void unsetBaseItem()
Unsets the "baseItem" attribute
-
getNumFmtId
long getNumFmtId()
Gets the "numFmtId" attribute
-
xgetNumFmtId
STNumFmtId xgetNumFmtId()
Gets (as xml) the "numFmtId" attribute
-
isSetNumFmtId
boolean isSetNumFmtId()
True if has "numFmtId" attribute
-
setNumFmtId
void setNumFmtId(long numFmtId)
Sets the "numFmtId" attribute
-
xsetNumFmtId
void xsetNumFmtId(STNumFmtId numFmtId)
Sets (as xml) the "numFmtId" attribute
-
unsetNumFmtId
void unsetNumFmtId()
Unsets the "numFmtId" attribute
-
-