Interface CTPivotFilter
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPivotFilter extends XmlObject
An XML CT_PivotFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPivotFilter.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTAutoFilteraddNewAutoFilter()Appends and returns a new empty "autoFilter" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTAutoFiltergetAutoFilter()Gets the "autoFilter" elementjava.lang.StringgetDescription()Gets the "description" attributeintgetEvalOrder()Gets the "evalOrder" attributeCTExtensionListgetExtLst()Gets the "extLst" elementlonggetFld()Gets the "fld" attributelonggetId()Gets the "id" attributelonggetIMeasureFld()Gets the "iMeasureFld" attributelonggetIMeasureHier()Gets the "iMeasureHier" attributelonggetMpFld()Gets the "mpFld" attributejava.lang.StringgetName()Gets the "name" attributejava.lang.StringgetStringValue1()Gets the "stringValue1" attributejava.lang.StringgetStringValue2()Gets the "stringValue2" attributeSTPivotFilterType.EnumgetType()Gets the "type" attributebooleanisSetDescription()True if has "description" attributebooleanisSetEvalOrder()True if has "evalOrder" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetIMeasureFld()True if has "iMeasureFld" attributebooleanisSetIMeasureHier()True if has "iMeasureHier" attributebooleanisSetMpFld()True if has "mpFld" attributebooleanisSetName()True if has "name" attributebooleanisSetStringValue1()True if has "stringValue1" attributebooleanisSetStringValue2()True if has "stringValue2" attributevoidsetAutoFilter(CTAutoFilter autoFilter)Sets the "autoFilter" elementvoidsetDescription(java.lang.String description)Sets the "description" attributevoidsetEvalOrder(int evalOrder)Sets the "evalOrder" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFld(long fld)Sets the "fld" attributevoidsetId(long id)Sets the "id" attributevoidsetIMeasureFld(long iMeasureFld)Sets the "iMeasureFld" attributevoidsetIMeasureHier(long iMeasureHier)Sets the "iMeasureHier" attributevoidsetMpFld(long mpFld)Sets the "mpFld" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetStringValue1(java.lang.String stringValue1)Sets the "stringValue1" attributevoidsetStringValue2(java.lang.String stringValue2)Sets the "stringValue2" attributevoidsetType(STPivotFilterType.Enum type)Sets the "type" attributevoidunsetDescription()Unsets the "description" attributevoidunsetEvalOrder()Unsets the "evalOrder" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetIMeasureFld()Unsets the "iMeasureFld" attributevoidunsetIMeasureHier()Unsets the "iMeasureHier" attributevoidunsetMpFld()Unsets the "mpFld" attributevoidunsetName()Unsets the "name" attributevoidunsetStringValue1()Unsets the "stringValue1" attributevoidunsetStringValue2()Unsets the "stringValue2" attributeSTXstringxgetDescription()Gets (as xml) the "description" attributeXmlIntxgetEvalOrder()Gets (as xml) the "evalOrder" attributeXmlUnsignedIntxgetFld()Gets (as xml) the "fld" attributeXmlUnsignedIntxgetId()Gets (as xml) the "id" attributeXmlUnsignedIntxgetIMeasureFld()Gets (as xml) the "iMeasureFld" attributeXmlUnsignedIntxgetIMeasureHier()Gets (as xml) the "iMeasureHier" attributeXmlUnsignedIntxgetMpFld()Gets (as xml) the "mpFld" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTXstringxgetStringValue1()Gets (as xml) the "stringValue1" attributeSTXstringxgetStringValue2()Gets (as xml) the "stringValue2" attributeSTPivotFilterTypexgetType()Gets (as xml) the "type" attributevoidxsetDescription(STXstring description)Sets (as xml) the "description" attributevoidxsetEvalOrder(XmlInt evalOrder)Sets (as xml) the "evalOrder" attributevoidxsetFld(XmlUnsignedInt fld)Sets (as xml) the "fld" attributevoidxsetId(XmlUnsignedInt id)Sets (as xml) the "id" attributevoidxsetIMeasureFld(XmlUnsignedInt iMeasureFld)Sets (as xml) the "iMeasureFld" attributevoidxsetIMeasureHier(XmlUnsignedInt iMeasureHier)Sets (as xml) the "iMeasureHier" attributevoidxsetMpFld(XmlUnsignedInt mpFld)Sets (as xml) the "mpFld" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetStringValue1(STXstring stringValue1)Sets (as xml) the "stringValue1" attributevoidxsetStringValue2(STXstring stringValue2)Sets (as xml) the "stringValue2" attributevoidxsetType(STPivotFilterType type)Sets (as xml) the "type" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getAutoFilter
CTAutoFilter getAutoFilter()
Gets the "autoFilter" element
-
setAutoFilter
void setAutoFilter(CTAutoFilter autoFilter)
Sets the "autoFilter" element
-
addNewAutoFilter
CTAutoFilter addNewAutoFilter()
Appends and returns a new empty "autoFilter" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getFld
long getFld()
Gets the "fld" attribute
-
xgetFld
XmlUnsignedInt xgetFld()
Gets (as xml) the "fld" attribute
-
setFld
void setFld(long fld)
Sets the "fld" attribute
-
xsetFld
void xsetFld(XmlUnsignedInt fld)
Sets (as xml) the "fld" attribute
-
getMpFld
long getMpFld()
Gets the "mpFld" attribute
-
xgetMpFld
XmlUnsignedInt xgetMpFld()
Gets (as xml) the "mpFld" attribute
-
isSetMpFld
boolean isSetMpFld()
True if has "mpFld" attribute
-
setMpFld
void setMpFld(long mpFld)
Sets the "mpFld" attribute
-
xsetMpFld
void xsetMpFld(XmlUnsignedInt mpFld)
Sets (as xml) the "mpFld" attribute
-
unsetMpFld
void unsetMpFld()
Unsets the "mpFld" attribute
-
getType
STPivotFilterType.Enum getType()
Gets the "type" attribute
-
xgetType
STPivotFilterType xgetType()
Gets (as xml) the "type" attribute
-
setType
void setType(STPivotFilterType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STPivotFilterType type)
Sets (as xml) the "type" attribute
-
getEvalOrder
int getEvalOrder()
Gets the "evalOrder" attribute
-
xgetEvalOrder
XmlInt xgetEvalOrder()
Gets (as xml) the "evalOrder" attribute
-
isSetEvalOrder
boolean isSetEvalOrder()
True if has "evalOrder" attribute
-
setEvalOrder
void setEvalOrder(int evalOrder)
Sets the "evalOrder" attribute
-
xsetEvalOrder
void xsetEvalOrder(XmlInt evalOrder)
Sets (as xml) the "evalOrder" attribute
-
unsetEvalOrder
void unsetEvalOrder()
Unsets the "evalOrder" attribute
-
getId
long getId()
Gets the "id" attribute
-
xgetId
XmlUnsignedInt xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(long id)
Sets the "id" attribute
-
xsetId
void xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attribute
-
getIMeasureHier
long getIMeasureHier()
Gets the "iMeasureHier" attribute
-
xgetIMeasureHier
XmlUnsignedInt xgetIMeasureHier()
Gets (as xml) the "iMeasureHier" attribute
-
isSetIMeasureHier
boolean isSetIMeasureHier()
True if has "iMeasureHier" attribute
-
setIMeasureHier
void setIMeasureHier(long iMeasureHier)
Sets the "iMeasureHier" attribute
-
xsetIMeasureHier
void xsetIMeasureHier(XmlUnsignedInt iMeasureHier)
Sets (as xml) the "iMeasureHier" attribute
-
unsetIMeasureHier
void unsetIMeasureHier()
Unsets the "iMeasureHier" attribute
-
getIMeasureFld
long getIMeasureFld()
Gets the "iMeasureFld" attribute
-
xgetIMeasureFld
XmlUnsignedInt xgetIMeasureFld()
Gets (as xml) the "iMeasureFld" attribute
-
isSetIMeasureFld
boolean isSetIMeasureFld()
True if has "iMeasureFld" attribute
-
setIMeasureFld
void setIMeasureFld(long iMeasureFld)
Sets the "iMeasureFld" attribute
-
xsetIMeasureFld
void xsetIMeasureFld(XmlUnsignedInt iMeasureFld)
Sets (as xml) the "iMeasureFld" attribute
-
unsetIMeasureFld
void unsetIMeasureFld()
Unsets the "iMeasureFld" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getDescription
java.lang.String getDescription()
Gets the "description" attribute
-
xgetDescription
STXstring xgetDescription()
Gets (as xml) the "description" attribute
-
isSetDescription
boolean isSetDescription()
True if has "description" attribute
-
setDescription
void setDescription(java.lang.String description)
Sets the "description" attribute
-
xsetDescription
void xsetDescription(STXstring description)
Sets (as xml) the "description" attribute
-
unsetDescription
void unsetDescription()
Unsets the "description" attribute
-
getStringValue1
java.lang.String getStringValue1()
Gets the "stringValue1" attribute
-
xgetStringValue1
STXstring xgetStringValue1()
Gets (as xml) the "stringValue1" attribute
-
isSetStringValue1
boolean isSetStringValue1()
True if has "stringValue1" attribute
-
setStringValue1
void setStringValue1(java.lang.String stringValue1)
Sets the "stringValue1" attribute
-
xsetStringValue1
void xsetStringValue1(STXstring stringValue1)
Sets (as xml) the "stringValue1" attribute
-
unsetStringValue1
void unsetStringValue1()
Unsets the "stringValue1" attribute
-
getStringValue2
java.lang.String getStringValue2()
Gets the "stringValue2" attribute
-
xgetStringValue2
STXstring xgetStringValue2()
Gets (as xml) the "stringValue2" attribute
-
isSetStringValue2
boolean isSetStringValue2()
True if has "stringValue2" attribute
-
setStringValue2
void setStringValue2(java.lang.String stringValue2)
Sets the "stringValue2" attribute
-
xsetStringValue2
void xsetStringValue2(STXstring stringValue2)
Sets (as xml) the "stringValue2" attribute
-
unsetStringValue2
void unsetStringValue2()
Unsets the "stringValue2" attribute
-
-