Package org.xlsx4j.sml
Class CTPivotFilter
java.lang.Object
org.xlsx4j.sml.CTPivotFilter
- All Implemented Interfaces:
Child
public class CTPivotFilter extends java.lang.Object implements Child
Java class for CT_PivotFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="autoFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_AutoFilter"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="fld" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="mpFld" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_PivotFilterType" />
<attribute name="evalOrder" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="iMeasureHier" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="iMeasureFld" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="description" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="stringValue1" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="stringValue2" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTAutoFilterautoFilterprotected java.lang.Stringdescriptionprotected java.lang.IntegerevalOrderprotected CTExtensionListextLstprotected longfldprotected longidprotected java.lang.LongiMeasureFldprotected java.lang.LongiMeasureHierprotected java.lang.LongmpFldprotected java.lang.Stringnameprotected java.lang.StringstringValue1protected java.lang.StringstringValue2protected STPivotFilterTypetype -
Constructor Summary
Constructors Constructor Description CTPivotFilter() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTAutoFiltergetAutoFilter()Gets the value of the autoFilter property.java.lang.StringgetDescription()Gets the value of the description property.intgetEvalOrder()Gets the value of the evalOrder property.CTExtensionListgetExtLst()Gets the value of the extLst property.longgetFld()Gets the value of the fld property.longgetId()Gets the value of the id property.java.lang.LonggetIMeasureFld()Gets the value of the iMeasureFld property.java.lang.LonggetIMeasureHier()Gets the value of the iMeasureHier property.java.lang.LonggetMpFld()Gets the value of the mpFld property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetStringValue1()Gets the value of the stringValue1 property.java.lang.StringgetStringValue2()Gets the value of the stringValue2 property.STPivotFilterTypegetType()Gets the value of the type property.voidsetAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetEvalOrder(java.lang.Integer value)Sets the value of the evalOrder property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFld(long value)Sets the value of the fld property.voidsetId(long value)Sets the value of the id property.voidsetIMeasureFld(java.lang.Long value)Sets the value of the iMeasureFld property.voidsetIMeasureHier(java.lang.Long value)Sets the value of the iMeasureHier property.voidsetMpFld(java.lang.Long value)Sets the value of the mpFld property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetStringValue1(java.lang.String value)Sets the value of the stringValue1 property.voidsetStringValue2(java.lang.String value)Sets the value of the stringValue2 property.voidsetType(STPivotFilterType value)Sets the value of the type property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
autoFilter
-
extLst
-
fld
protected long fld -
mpFld
protected java.lang.Long mpFld -
type
-
evalOrder
protected java.lang.Integer evalOrder -
id
protected long id -
iMeasureHier
protected java.lang.Long iMeasureHier -
iMeasureFld
protected java.lang.Long iMeasureFld -
name
protected java.lang.String name -
description
protected java.lang.String description -
stringValue1
protected java.lang.String stringValue1 -
stringValue2
protected java.lang.String stringValue2
-
-
Constructor Details
-
CTPivotFilter
public CTPivotFilter()
-
-
Method Details
-
getAutoFilter
Gets the value of the autoFilter property.- Returns:
- possible object is
CTAutoFilter
-
setAutoFilter
Sets the value of the autoFilter property.- Parameters:
value- allowed object isCTAutoFilter
-
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
-
getFld
public long getFld()Gets the value of the fld property. -
setFld
public void setFld(long value)Sets the value of the fld property. -
getMpFld
public java.lang.Long getMpFld()Gets the value of the mpFld property.- Returns:
- possible object is
Long
-
setMpFld
public void setMpFld(java.lang.Long value)Sets the value of the mpFld property.- Parameters:
value- allowed object isLong
-
getType
Gets the value of the type property.- Returns:
- possible object is
STPivotFilterType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTPivotFilterType
-
getEvalOrder
public int getEvalOrder()Gets the value of the evalOrder property.- Returns:
- possible object is
Integer
-
setEvalOrder
public void setEvalOrder(java.lang.Integer value)Sets the value of the evalOrder property.- Parameters:
value- allowed object isInteger
-
getId
public long getId()Gets the value of the id property. -
setId
public void setId(long value)Sets the value of the id property. -
getIMeasureHier
public java.lang.Long getIMeasureHier()Gets the value of the iMeasureHier property.- Returns:
- possible object is
Long
-
setIMeasureHier
public void setIMeasureHier(java.lang.Long value)Sets the value of the iMeasureHier property.- Parameters:
value- allowed object isLong
-
getIMeasureFld
public java.lang.Long getIMeasureFld()Gets the value of the iMeasureFld property.- Returns:
- possible object is
Long
-
setIMeasureFld
public void setIMeasureFld(java.lang.Long value)Sets the value of the iMeasureFld property.- Parameters:
value- allowed object isLong
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
getStringValue1
public java.lang.String getStringValue1()Gets the value of the stringValue1 property.- Returns:
- possible object is
String
-
setStringValue1
public void setStringValue1(java.lang.String value)Sets the value of the stringValue1 property.- Parameters:
value- allowed object isString
-
getStringValue2
public java.lang.String getStringValue2()Gets the value of the stringValue2 property.- Returns:
- possible object is
String
-
setStringValue2
public void setStringValue2(java.lang.String value)Sets the value of the stringValue2 property.- Parameters:
value- allowed object isString
-
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(jakarta.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.
-