Interface CTQueryTableField
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTQueryTableField extends XmlObject
An XML CT_QueryTableField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTQueryTableField.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" elementboolean
getClipped()
Gets the "clipped" attributeboolean
getDataBound()
Gets the "dataBound" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getFillFormulas()
Gets the "fillFormulas" attributelong
getId()
Gets the "id" attributejava.lang.String
getName()
Gets the "name" attributeboolean
getRowNumbers()
Gets the "rowNumbers" attributelong
getTableColumnId()
Gets the "tableColumnId" attributeboolean
isSetClipped()
True if has "clipped" attributeboolean
isSetDataBound()
True if has "dataBound" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFillFormulas()
True if has "fillFormulas" attributeboolean
isSetName()
True if has "name" attributeboolean
isSetRowNumbers()
True if has "rowNumbers" attributeboolean
isSetTableColumnId()
True if has "tableColumnId" attributevoid
setClipped(boolean clipped)
Sets the "clipped" attributevoid
setDataBound(boolean dataBound)
Sets the "dataBound" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFillFormulas(boolean fillFormulas)
Sets the "fillFormulas" attributevoid
setId(long id)
Sets the "id" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setRowNumbers(boolean rowNumbers)
Sets the "rowNumbers" attributevoid
setTableColumnId(long tableColumnId)
Sets the "tableColumnId" attributevoid
unsetClipped()
Unsets the "clipped" attributevoid
unsetDataBound()
Unsets the "dataBound" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFillFormulas()
Unsets the "fillFormulas" attributevoid
unsetName()
Unsets the "name" attributevoid
unsetRowNumbers()
Unsets the "rowNumbers" attributevoid
unsetTableColumnId()
Unsets the "tableColumnId" attributeXmlBoolean
xgetClipped()
Gets (as xml) the "clipped" attributeXmlBoolean
xgetDataBound()
Gets (as xml) the "dataBound" attributeXmlBoolean
xgetFillFormulas()
Gets (as xml) the "fillFormulas" attributeXmlUnsignedInt
xgetId()
Gets (as xml) the "id" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetRowNumbers()
Gets (as xml) the "rowNumbers" attributeXmlUnsignedInt
xgetTableColumnId()
Gets (as xml) the "tableColumnId" attributevoid
xsetClipped(XmlBoolean clipped)
Sets (as xml) the "clipped" attributevoid
xsetDataBound(XmlBoolean dataBound)
Sets (as xml) the "dataBound" attributevoid
xsetFillFormulas(XmlBoolean fillFormulas)
Sets (as xml) the "fillFormulas" attributevoid
xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetRowNumbers(XmlBoolean rowNumbers)
Sets (as xml) the "rowNumbers" attributevoid
xsetTableColumnId(XmlUnsignedInt tableColumnId)
Sets (as xml) the "tableColumnId" 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
-
getId
long getId()
Gets the "id" attribute
-
xgetId
XmlUnsignedInt xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(long id)
Sets the "id" attribute
-
xsetId
void xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attribute
-
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
-
getDataBound
boolean getDataBound()
Gets the "dataBound" attribute
-
xgetDataBound
XmlBoolean xgetDataBound()
Gets (as xml) the "dataBound" attribute
-
isSetDataBound
boolean isSetDataBound()
True if has "dataBound" attribute
-
setDataBound
void setDataBound(boolean dataBound)
Sets the "dataBound" attribute
-
xsetDataBound
void xsetDataBound(XmlBoolean dataBound)
Sets (as xml) the "dataBound" attribute
-
unsetDataBound
void unsetDataBound()
Unsets the "dataBound" attribute
-
getRowNumbers
boolean getRowNumbers()
Gets the "rowNumbers" attribute
-
xgetRowNumbers
XmlBoolean xgetRowNumbers()
Gets (as xml) the "rowNumbers" attribute
-
isSetRowNumbers
boolean isSetRowNumbers()
True if has "rowNumbers" attribute
-
setRowNumbers
void setRowNumbers(boolean rowNumbers)
Sets the "rowNumbers" attribute
-
xsetRowNumbers
void xsetRowNumbers(XmlBoolean rowNumbers)
Sets (as xml) the "rowNumbers" attribute
-
unsetRowNumbers
void unsetRowNumbers()
Unsets the "rowNumbers" attribute
-
getFillFormulas
boolean getFillFormulas()
Gets the "fillFormulas" attribute
-
xgetFillFormulas
XmlBoolean xgetFillFormulas()
Gets (as xml) the "fillFormulas" attribute
-
isSetFillFormulas
boolean isSetFillFormulas()
True if has "fillFormulas" attribute
-
setFillFormulas
void setFillFormulas(boolean fillFormulas)
Sets the "fillFormulas" attribute
-
xsetFillFormulas
void xsetFillFormulas(XmlBoolean fillFormulas)
Sets (as xml) the "fillFormulas" attribute
-
unsetFillFormulas
void unsetFillFormulas()
Unsets the "fillFormulas" attribute
-
getClipped
boolean getClipped()
Gets the "clipped" attribute
-
xgetClipped
XmlBoolean xgetClipped()
Gets (as xml) the "clipped" attribute
-
isSetClipped
boolean isSetClipped()
True if has "clipped" attribute
-
setClipped
void setClipped(boolean clipped)
Sets the "clipped" attribute
-
xsetClipped
void xsetClipped(XmlBoolean clipped)
Sets (as xml) the "clipped" attribute
-
unsetClipped
void unsetClipped()
Unsets the "clipped" attribute
-
getTableColumnId
long getTableColumnId()
Gets the "tableColumnId" attribute
-
xgetTableColumnId
XmlUnsignedInt xgetTableColumnId()
Gets (as xml) the "tableColumnId" attribute
-
isSetTableColumnId
boolean isSetTableColumnId()
True if has "tableColumnId" attribute
-
setTableColumnId
void setTableColumnId(long tableColumnId)
Sets the "tableColumnId" attribute
-
xsetTableColumnId
void xsetTableColumnId(XmlUnsignedInt tableColumnId)
Sets (as xml) the "tableColumnId" attribute
-
unsetTableColumnId
void unsetTableColumnId()
Unsets the "tableColumnId" attribute
-
-