public class CTFilterColumn extends java.lang.Object implements Child
Java class for CT_FilterColumn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FilterColumn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="filters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Filters" minOccurs="0"/>
<element name="top10" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Top10" minOccurs="0"/>
<element name="customFilters" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CustomFilters" minOccurs="0"/>
<element name="dynamicFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DynamicFilter" minOccurs="0"/>
<element name="colorFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ColorFilter" minOccurs="0"/>
<element name="iconFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_IconFilter" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</choice>
<attribute name="colId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="hiddenButton" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showButton" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
colId |
protected CTColorFilter |
colorFilter |
protected CTCustomFilters |
customFilters |
protected CTDynamicFilter |
dynamicFilter |
protected CTExtensionList |
extLst |
protected CTFilters |
filters |
protected java.lang.Boolean |
hiddenButton |
protected CTIconFilter |
iconFilter |
protected java.lang.Boolean |
showButton |
protected CTTop10 |
top10 |
| Constructor and Description |
|---|
CTFilterColumn() |
| 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.
|
long |
getColId()
Gets the value of the colId property.
|
CTColorFilter |
getColorFilter()
Gets the value of the colorFilter property.
|
CTCustomFilters |
getCustomFilters()
Gets the value of the customFilters property.
|
CTDynamicFilter |
getDynamicFilter()
Gets the value of the dynamicFilter property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFilters |
getFilters()
Gets the value of the filters property.
|
CTIconFilter |
getIconFilter()
Gets the value of the iconFilter property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTop10 |
getTop10()
Gets the value of the top10 property.
|
boolean |
isHiddenButton()
Gets the value of the hiddenButton property.
|
boolean |
isShowButton()
Gets the value of the showButton property.
|
void |
setColId(long value)
Sets the value of the colId property.
|
void |
setColorFilter(CTColorFilter value)
Sets the value of the colorFilter property.
|
void |
setCustomFilters(CTCustomFilters value)
Sets the value of the customFilters property.
|
void |
setDynamicFilter(CTDynamicFilter value)
Sets the value of the dynamicFilter property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFilters(CTFilters value)
Sets the value of the filters property.
|
void |
setHiddenButton(java.lang.Boolean value)
Sets the value of the hiddenButton property.
|
void |
setIconFilter(CTIconFilter value)
Sets the value of the iconFilter property.
|
void |
setParent(java.lang.Object parent) |
void |
setShowButton(java.lang.Boolean value)
Sets the value of the showButton property.
|
void |
setTop10(CTTop10 value)
Sets the value of the top10 property.
|
protected CTFilters filters
protected CTTop10 top10
protected CTCustomFilters customFilters
protected CTDynamicFilter dynamicFilter
protected CTColorFilter colorFilter
protected CTIconFilter iconFilter
protected CTExtensionList extLst
protected long colId
protected java.lang.Boolean hiddenButton
protected java.lang.Boolean showButton
public CTFilters getFilters()
CTFilterspublic void setFilters(CTFilters value)
value - allowed object is
CTFilterspublic CTTop10 getTop10()
CTTop10public void setTop10(CTTop10 value)
value - allowed object is
CTTop10public CTCustomFilters getCustomFilters()
CTCustomFilterspublic void setCustomFilters(CTCustomFilters value)
value - allowed object is
CTCustomFilterspublic CTDynamicFilter getDynamicFilter()
CTDynamicFilterpublic void setDynamicFilter(CTDynamicFilter value)
value - allowed object is
CTDynamicFilterpublic CTColorFilter getColorFilter()
CTColorFilterpublic void setColorFilter(CTColorFilter value)
value - allowed object is
CTColorFilterpublic CTIconFilter getIconFilter()
CTIconFilterpublic void setIconFilter(CTIconFilter value)
value - allowed object is
CTIconFilterpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getColId()
public void setColId(long value)
public boolean isHiddenButton()
Booleanpublic void setHiddenButton(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowButton()
Booleanpublic void setShowButton(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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.