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()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getId()
public void setId(long value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isDataBound()
Boolean
public void setDataBound(Boolean value)
value
- allowed object is
Boolean
public boolean isRowNumbers()
Boolean
public void setRowNumbers(Boolean value)
value
- allowed object is
Boolean
public boolean isFillFormulas()
Boolean
public void setFillFormulas(Boolean value)
value
- allowed object is
Boolean
public boolean isClipped()
Boolean
public void setClipped(Boolean value)
value
- allowed object is
Boolean
public long getTableColumnId()
Long
public void setTableColumnId(Long value)
value
- allowed object is
Long
public 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-2019. All Rights Reserved.