Package org.xlsx4j.sml
Class CTPivotFilter
java.lang.Object
org.xlsx4j.sml.CTPivotFilter
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTAutoFilterprotected Stringprotected Integerprotected CTExtensionListprotected longprotected longprotected Longprotected Longprotected Longprotected Stringprotected Stringprotected Stringprotected STPivotFilterType -
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.Gets the value of the autoFilter property.Gets the value of the description property.intGets the value of the evalOrder property.Gets the value of the extLst property.longgetFld()Gets the value of the fld property.longgetId()Gets the value of the id property.Gets the value of the iMeasureFld property.Gets the value of the iMeasureHier property.getMpFld()Gets the value of the mpFld property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the stringValue1 property.Gets the value of the stringValue2 property.getType()Gets the value of the type property.voidsetAutoFilter(CTAutoFilter value) Sets the value of the autoFilter property.voidsetDescription(String value) Sets the value of the description property.voidsetEvalOrder(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(Long value) Sets the value of the iMeasureFld property.voidsetIMeasureHier(Long value) Sets the value of the iMeasureHier property.voidSets the value of the mpFld property.voidSets the value of the name property.voidvoidsetStringValue1(String value) Sets the value of the stringValue1 property.voidsetStringValue2(String value) Sets the value of the stringValue2 property.voidsetType(STPivotFilterType value) Sets the value of the type property.
-
Field Details
-
autoFilter
-
extLst
-
fld
protected long fld -
mpFld
-
type
-
evalOrder
-
id
protected long id -
iMeasureHier
-
iMeasureFld
-
name
-
description
-
stringValue1
-
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
Gets the value of the mpFld property.- Returns:
- possible object is
Long
-
setMpFld
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
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
Gets the value of the iMeasureHier property.- Returns:
- possible object is
Long
-
setIMeasureHier
Sets the value of the iMeasureHier property.- Parameters:
value- allowed object isLong
-
getIMeasureFld
Gets the value of the iMeasureFld property.- Returns:
- possible object is
Long
-
setIMeasureFld
Sets the value of the iMeasureFld property.- Parameters:
value- allowed object isLong
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getStringValue1
Gets the value of the stringValue1 property.- Returns:
- possible object is
String
-
setStringValue1
Sets the value of the stringValue1 property.- Parameters:
value- allowed object isString
-
getStringValue2
Gets the value of the stringValue2 property.- Returns:
- possible object is
String
-
setStringValue2
Sets the value of the stringValue2 property.- Parameters:
value- allowed object isString
-
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.
-