Package org.xlsx4j.sml
Class CTFilterColumn
java.lang.Object
org.xlsx4j.sml.CTFilterColumn
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected longprotected CTColorFilterprotected CTCustomFiltersprotected CTDynamicFilterprotected CTExtensionListprotected CTFiltersprotected Booleanprotected CTIconFilterprotected Booleanprotected CTTop10 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetColId()Gets the value of the colId property.Gets the value of the colorFilter property.Gets the value of the customFilters property.Gets the value of the dynamicFilter property.Gets the value of the extLst property.Gets the value of the filters property.Gets the value of the iconFilter property.Gets the parent object in the object tree representing the unmarshalled xml document.getTop10()Gets the value of the top10 property.booleanGets the value of the hiddenButton property.booleanGets 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(Boolean value) Sets the value of the hiddenButton property.voidsetIconFilter(CTIconFilter value) Sets the value of the iconFilter property.voidvoidsetShowButton(Boolean value) Sets the value of the showButton property.voidSets the value of the top10 property.
-
Field Details
-
filters
-
top10
-
customFilters
-
dynamicFilter
-
colorFilter
-
iconFilter
-
extLst
-
colId
protected long colId -
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
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
Sets the value of the showButton property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-