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>
| Modifier and Type | Field and Description |
|---|---|
protected CTAutoFilter |
autoFilter |
protected java.lang.String |
description |
protected java.lang.Integer |
evalOrder |
protected CTExtensionList |
extLst |
protected long |
fld |
protected long |
id |
protected java.lang.Long |
iMeasureFld |
protected java.lang.Long |
iMeasureHier |
protected java.lang.Long |
mpFld |
protected java.lang.String |
name |
protected java.lang.String |
stringValue1 |
protected java.lang.String |
stringValue2 |
protected STPivotFilterType |
type |
| Constructor and Description |
|---|
CTPivotFilter() |
| 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.
|
CTAutoFilter |
getAutoFilter()
Gets the value of the autoFilter property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
int |
getEvalOrder()
Gets the value of the evalOrder property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getFld()
Gets the value of the fld property.
|
long |
getId()
Gets the value of the id property.
|
java.lang.Long |
getIMeasureFld()
Gets the value of the iMeasureFld property.
|
java.lang.Long |
getIMeasureHier()
Gets the value of the iMeasureHier property.
|
java.lang.Long |
getMpFld()
Gets the value of the mpFld property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getStringValue1()
Gets the value of the stringValue1 property.
|
java.lang.String |
getStringValue2()
Gets the value of the stringValue2 property.
|
STPivotFilterType |
getType()
Gets the value of the type property.
|
void |
setAutoFilter(CTAutoFilter value)
Sets the value of the autoFilter property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEvalOrder(java.lang.Integer value)
Sets the value of the evalOrder property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFld(long value)
Sets the value of the fld property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setIMeasureFld(java.lang.Long value)
Sets the value of the iMeasureFld property.
|
void |
setIMeasureHier(java.lang.Long value)
Sets the value of the iMeasureHier property.
|
void |
setMpFld(java.lang.Long value)
Sets the value of the mpFld property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
void |
setStringValue1(java.lang.String value)
Sets the value of the stringValue1 property.
|
void |
setStringValue2(java.lang.String value)
Sets the value of the stringValue2 property.
|
void |
setType(STPivotFilterType value)
Sets the value of the type property.
|
protected CTAutoFilter autoFilter
protected CTExtensionList extLst
protected long fld
protected java.lang.Long mpFld
protected STPivotFilterType type
protected java.lang.Integer evalOrder
protected long id
protected java.lang.Long iMeasureHier
protected java.lang.Long iMeasureFld
protected java.lang.String name
protected java.lang.String description
protected java.lang.String stringValue1
protected java.lang.String stringValue2
public CTAutoFilter getAutoFilter()
CTAutoFilterpublic void setAutoFilter(CTAutoFilter value)
value - allowed object is
CTAutoFilterpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getFld()
public void setFld(long value)
public java.lang.Long getMpFld()
Longpublic void setMpFld(java.lang.Long value)
value - allowed object is
Longpublic STPivotFilterType getType()
STPivotFilterTypepublic void setType(STPivotFilterType value)
value - allowed object is
STPivotFilterTypepublic int getEvalOrder()
Integerpublic void setEvalOrder(java.lang.Integer value)
value - allowed object is
Integerpublic long getId()
public void setId(long value)
public java.lang.Long getIMeasureHier()
Longpublic void setIMeasureHier(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getIMeasureFld()
Longpublic void setIMeasureFld(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStringValue1()
Stringpublic void setStringValue1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStringValue2()
Stringpublic void setStringValue2(java.lang.String value)
value - allowed object is
Stringpublic 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.