public class CTQueryTableField extends java.lang.Object implements Child
Java class for CT_QueryTableField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_QueryTableField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="dataBound" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="rowNumbers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="fillFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="clipped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="tableColumnId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
clipped |
protected java.lang.Boolean |
dataBound |
protected CTExtensionList |
extLst |
protected java.lang.Boolean |
fillFormulas |
protected long |
id |
protected java.lang.String |
name |
protected java.lang.Boolean |
rowNumbers |
protected java.lang.Long |
tableColumnId |
| Constructor and Description |
|---|
CTQueryTableField() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getTableColumnId()
Gets the value of the tableColumnId property.
|
boolean |
isClipped()
Gets the value of the clipped property.
|
boolean |
isDataBound()
Gets the value of the dataBound property.
|
boolean |
isFillFormulas()
Gets the value of the fillFormulas property.
|
boolean |
isRowNumbers()
Gets the value of the rowNumbers property.
|
void |
setClipped(java.lang.Boolean value)
Sets the value of the clipped property.
|
void |
setDataBound(java.lang.Boolean value)
Sets the value of the dataBound property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFillFormulas(java.lang.Boolean value)
Sets the value of the fillFormulas property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
void |
setRowNumbers(java.lang.Boolean value)
Sets the value of the rowNumbers property.
|
void |
setTableColumnId(java.lang.Long value)
Sets the value of the tableColumnId property.
|
protected CTExtensionList extLst
protected long id
protected java.lang.String name
protected java.lang.Boolean dataBound
protected java.lang.Boolean rowNumbers
protected java.lang.Boolean fillFormulas
protected java.lang.Boolean clipped
protected java.lang.Long tableColumnId
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isDataBound()
Booleanpublic void setDataBound(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRowNumbers()
Booleanpublic void setRowNumbers(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFillFormulas()
Booleanpublic void setFillFormulas(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isClipped()
Booleanpublic void setClipped(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getTableColumnId()
Longpublic void setTableColumnId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.