Package org.xlsx4j.sml
Class CTFilterColumn
java.lang.Object
org.xlsx4j.sml.CTFilterColumn
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected longcolIdprotected CTColorFiltercolorFilterprotected CTCustomFilterscustomFiltersprotected CTDynamicFilterdynamicFilterprotected CTExtensionListextLstprotected CTFiltersfiltersprotected java.lang.BooleanhiddenButtonprotected CTIconFiltericonFilterprotected java.lang.BooleanshowButtonprotected CTTop10top10 -
Constructor Summary
Constructors Constructor Description CTFilterColumn() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetColId()Gets the value of the colId property.CTColorFiltergetColorFilter()Gets the value of the colorFilter property.CTCustomFiltersgetCustomFilters()Gets the value of the customFilters property.CTDynamicFiltergetDynamicFilter()Gets the value of the dynamicFilter property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTFiltersgetFilters()Gets the value of the filters property.CTIconFiltergetIconFilter()Gets the value of the iconFilter property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTop10getTop10()Gets the value of the top10 property.booleanisHiddenButton()Gets the value of the hiddenButton property.booleanisShowButton()Gets the value of the showButton property.voidsetColId(long value)Sets the value of the colId property.voidsetColorFilter(CTColorFilter value)Sets the value of the colorFilter property.voidsetCustomFilters(CTCustomFilters value)Sets the value of the customFilters property.voidsetDynamicFilter(CTDynamicFilter value)Sets the value of the dynamicFilter property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFilters(CTFilters value)Sets the value of the filters property.voidsetHiddenButton(java.lang.Boolean value)Sets the value of the hiddenButton property.voidsetIconFilter(CTIconFilter value)Sets the value of the iconFilter property.voidsetParent(java.lang.Object parent)voidsetShowButton(java.lang.Boolean value)Sets the value of the showButton property.voidsetTop10(CTTop10 value)Sets the value of the top10 property.
-
Field Details
-
filters
-
top10
-
customFilters
-
dynamicFilter
-
colorFilter
-
iconFilter
-
extLst
-
colId
protected long colId -
protected java.lang.Boolean hiddenButton
-
showButton
protected java.lang.Boolean showButton
-
-
Constructor Details
-
CTFilterColumn
public CTFilterColumn()
-
-
Method Details
-
getFilters
Gets the value of the filters property.- Returns:
- possible object is
CTFilters
-
setFilters
Sets the value of the filters property.- Parameters:
value- allowed object isCTFilters
-
getTop10
Gets the value of the top10 property.- Returns:
- possible object is
CTTop10
-
setTop10
Sets the value of the top10 property.- Parameters:
value- allowed object isCTTop10
-
getCustomFilters
Gets the value of the customFilters property.- Returns:
- possible object is
CTCustomFilters
-
setCustomFilters
Sets the value of the customFilters property.- Parameters:
value- allowed object isCTCustomFilters
-
getDynamicFilter
Gets the value of the dynamicFilter property.- Returns:
- possible object is
CTDynamicFilter
-
setDynamicFilter
Sets the value of the dynamicFilter property.- Parameters:
value- allowed object isCTDynamicFilter
-
getColorFilter
Gets the value of the colorFilter property.- Returns:
- possible object is
CTColorFilter
-
setColorFilter
Sets the value of the colorFilter property.- Parameters:
value- allowed object isCTColorFilter
-
getIconFilter
Gets the value of the iconFilter property.- Returns:
- possible object is
CTIconFilter
-
setIconFilter
Sets the value of the iconFilter property.- Parameters:
value- allowed object isCTIconFilter
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getColId
public long getColId()Gets the value of the colId property. -
setColId
public void setColId(long value)Sets the value of the colId property. -
isHiddenButton
public boolean isHiddenButton()Gets the value of the hiddenButton property.- Returns:
- possible object is
Boolean
-
setHiddenButton
public void setHiddenButton(java.lang.Boolean value)Sets the value of the hiddenButton property.- Parameters:
value- allowed object isBoolean
-
isShowButton
public boolean isShowButton()Gets the value of the showButton property.- Returns:
- possible object is
Boolean
-
setShowButton
public void setShowButton(java.lang.Boolean value)Sets the value of the showButton property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-