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 classCTQueryTableField.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" elementbooleangetClipped()Gets the "clipped" attributebooleangetDataBound()Gets the "dataBound" attributeCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetFillFormulas()Gets the "fillFormulas" attributelonggetId()Gets the "id" attributejava.lang.StringgetName()Gets the "name" attributebooleangetRowNumbers()Gets the "rowNumbers" attributelonggetTableColumnId()Gets the "tableColumnId" attributebooleanisSetClipped()True if has "clipped" attributebooleanisSetDataBound()True if has "dataBound" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFillFormulas()True if has "fillFormulas" attributebooleanisSetName()True if has "name" attributebooleanisSetRowNumbers()True if has "rowNumbers" attributebooleanisSetTableColumnId()True if has "tableColumnId" attributevoidsetClipped(boolean clipped)Sets the "clipped" attributevoidsetDataBound(boolean dataBound)Sets the "dataBound" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFillFormulas(boolean fillFormulas)Sets the "fillFormulas" attributevoidsetId(long id)Sets the "id" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetRowNumbers(boolean rowNumbers)Sets the "rowNumbers" attributevoidsetTableColumnId(long tableColumnId)Sets the "tableColumnId" attributevoidunsetClipped()Unsets the "clipped" attributevoidunsetDataBound()Unsets the "dataBound" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFillFormulas()Unsets the "fillFormulas" attributevoidunsetName()Unsets the "name" attributevoidunsetRowNumbers()Unsets the "rowNumbers" attributevoidunsetTableColumnId()Unsets the "tableColumnId" attributeXmlBooleanxgetClipped()Gets (as xml) the "clipped" attributeXmlBooleanxgetDataBound()Gets (as xml) the "dataBound" attributeXmlBooleanxgetFillFormulas()Gets (as xml) the "fillFormulas" attributeXmlUnsignedIntxgetId()Gets (as xml) the "id" attributeSTXstringxgetName()Gets (as xml) the "name" attributeXmlBooleanxgetRowNumbers()Gets (as xml) the "rowNumbers" attributeXmlUnsignedIntxgetTableColumnId()Gets (as xml) the "tableColumnId" attributevoidxsetClipped(XmlBoolean clipped)Sets (as xml) the "clipped" attributevoidxsetDataBound(XmlBoolean dataBound)Sets (as xml) the "dataBound" attributevoidxsetFillFormulas(XmlBoolean fillFormulas)Sets (as xml) the "fillFormulas" attributevoidxsetId(XmlUnsignedInt id)Sets (as xml) the "id" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetRowNumbers(XmlBoolean rowNumbers)Sets (as xml) the "rowNumbers" attributevoidxsetTableColumnId(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
-
-