public class CTQueryTableField extends 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 Boolean |
clipped |
protected Boolean |
dataBound |
protected CTExtensionList |
extLst |
protected Boolean |
fillFormulas |
protected long |
id |
protected String |
name |
protected Boolean |
rowNumbers |
protected Long |
tableColumnId |
| Constructor and Description |
|---|
CTQueryTableField() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
String |
getName()
Gets the value of the name property.
|
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(Boolean value)
Sets the value of the clipped property.
|
void |
setDataBound(Boolean value)
Sets the value of the dataBound property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFillFormulas(Boolean value)
Sets the value of the fillFormulas property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setRowNumbers(Boolean value)
Sets the value of the rowNumbers property.
|
void |
setTableColumnId(Long value)
Sets the value of the tableColumnId property.
|
protected CTExtensionList extLst
protected long id
protected String name
protected Boolean dataBound
protected Boolean rowNumbers
protected Boolean fillFormulas
protected Boolean clipped
protected Long tableColumnId
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isDataBound()
Booleanpublic void setDataBound(Boolean value)
value - allowed object is
Booleanpublic boolean isRowNumbers()
Booleanpublic void setRowNumbers(Boolean value)
value - allowed object is
Booleanpublic boolean isFillFormulas()
Booleanpublic void setFillFormulas(Boolean value)
value - allowed object is
Booleanpublic boolean isClipped()
Booleanpublic void setClipped(Boolean value)
value - allowed object is
Booleanpublic long getTableColumnId()
Longpublic void setTableColumnId(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.