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 classCTDataField.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementintgetBaseField()Gets the "baseField" attributelonggetBaseItem()Gets the "baseItem" attributeCTExtensionListgetExtLst()Gets the "extLst" elementlonggetFld()Gets the "fld" attributejava.lang.StringgetName()Gets the "name" attributelonggetNumFmtId()Gets the "numFmtId" attributeSTShowDataAs.EnumgetShowDataAs()Gets the "showDataAs" attributeSTDataConsolidateFunction.EnumgetSubtotal()Gets the "subtotal" attributebooleanisSetBaseField()True if has "baseField" attributebooleanisSetBaseItem()True if has "baseItem" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetName()True if has "name" attributebooleanisSetNumFmtId()True if has "numFmtId" attributebooleanisSetShowDataAs()True if has "showDataAs" attributebooleanisSetSubtotal()True if has "subtotal" attributevoidsetBaseField(int baseField)Sets the "baseField" attributevoidsetBaseItem(long baseItem)Sets the "baseItem" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFld(long fld)Sets the "fld" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetNumFmtId(long numFmtId)Sets the "numFmtId" attributevoidsetShowDataAs(STShowDataAs.Enum showDataAs)Sets the "showDataAs" attributevoidsetSubtotal(STDataConsolidateFunction.Enum subtotal)Sets the "subtotal" attributevoidunsetBaseField()Unsets the "baseField" attributevoidunsetBaseItem()Unsets the "baseItem" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetName()Unsets the "name" attributevoidunsetNumFmtId()Unsets the "numFmtId" attributevoidunsetShowDataAs()Unsets the "showDataAs" attributevoidunsetSubtotal()Unsets the "subtotal" attributeXmlIntxgetBaseField()Gets (as xml) the "baseField" attributeXmlUnsignedIntxgetBaseItem()Gets (as xml) the "baseItem" attributeXmlUnsignedIntxgetFld()Gets (as xml) the "fld" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTNumFmtIdxgetNumFmtId()Gets (as xml) the "numFmtId" attributeSTShowDataAsxgetShowDataAs()Gets (as xml) the "showDataAs" attributeSTDataConsolidateFunctionxgetSubtotal()Gets (as xml) the "subtotal" attributevoidxsetBaseField(XmlInt baseField)Sets (as xml) the "baseField" attributevoidxsetBaseItem(XmlUnsignedInt baseItem)Sets (as xml) the "baseItem" attributevoidxsetFld(XmlUnsignedInt fld)Sets (as xml) the "fld" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetNumFmtId(STNumFmtId numFmtId)Sets (as xml) the "numFmtId" attributevoidxsetShowDataAs(STShowDataAs showDataAs)Sets (as xml) the "showDataAs" attributevoidxsetSubtotal(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
-
-