public class CTPivotField extends Object implements Child
Java class for CT_PivotField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="items" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Items" minOccurs="0"/>
<element name="autoSortScope" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_AutoSortScope" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="axis" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Axis" />
<attribute name="dataField" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="subtotalCaption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="showDropDowns" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="hiddenLevel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="uniqueMemberProperty" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="compact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="allDrilled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="numFmtId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_NumFmtId" />
<attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="subtotalTop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dragToRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dragToCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="multipleItemSelectionAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dragToPage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dragToData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dragOff" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showAll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="insertBlankRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="serverField" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="insertPageBreak" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="autoShow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="topAutoShow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="hideNewItems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="measureFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="includeNewItemsInFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="itemPageCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="10" />
<attribute name="sortType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_FieldSortType" default="manual" />
<attribute name="dataSourceSort" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="nonAutoSortDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rankBy" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="defaultSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="sumSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="countASubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="avgSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="maxSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="minSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="productSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="countSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="stdDevSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="stdDevPSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="varSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="varPSubtotal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showPropCell" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showPropTip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showPropAsCaption" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="defaultAttributeDrillState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CTPivotField() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTAutoSortScope |
getAutoSortScope()
Gets the value of the autoSortScope property.
|
STAxis |
getAxis()
Gets the value of the axis property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getItemPageCount()
Gets the value of the itemPageCount property.
|
CTItems |
getItems()
Gets the value of the items property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getNumFmtId()
Gets the value of the numFmtId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getRankBy()
Gets the value of the rankBy property.
|
STFieldSortType |
getSortType()
Gets the value of the sortType property.
|
String |
getSubtotalCaption()
Gets the value of the subtotalCaption property.
|
String |
getUniqueMemberProperty()
Gets the value of the uniqueMemberProperty property.
|
boolean |
isAllDrilled()
Gets the value of the allDrilled property.
|
boolean |
isAutoShow()
Gets the value of the autoShow property.
|
boolean |
isAvgSubtotal()
Gets the value of the avgSubtotal property.
|
boolean |
isCompact()
Gets the value of the compact property.
|
boolean |
isCountASubtotal()
Gets the value of the countASubtotal property.
|
boolean |
isCountSubtotal()
Gets the value of the countSubtotal property.
|
boolean |
isDataField()
Gets the value of the dataField property.
|
Boolean |
isDataSourceSort()
Gets the value of the dataSourceSort property.
|
boolean |
isDefaultAttributeDrillState()
Gets the value of the defaultAttributeDrillState property.
|
boolean |
isDefaultSubtotal()
Gets the value of the defaultSubtotal property.
|
boolean |
isDragOff()
Gets the value of the dragOff property.
|
boolean |
isDragToCol()
Gets the value of the dragToCol property.
|
boolean |
isDragToData()
Gets the value of the dragToData property.
|
boolean |
isDragToPage()
Gets the value of the dragToPage property.
|
boolean |
isDragToRow()
Gets the value of the dragToRow property.
|
boolean |
isHiddenLevel()
Gets the value of the hiddenLevel property.
|
boolean |
isHideNewItems()
Gets the value of the hideNewItems property.
|
boolean |
isIncludeNewItemsInFilter()
Gets the value of the includeNewItemsInFilter property.
|
boolean |
isInsertBlankRow()
Gets the value of the insertBlankRow property.
|
boolean |
isInsertPageBreak()
Gets the value of the insertPageBreak property.
|
boolean |
isMaxSubtotal()
Gets the value of the maxSubtotal property.
|
boolean |
isMeasureFilter()
Gets the value of the measureFilter property.
|
boolean |
isMinSubtotal()
Gets the value of the minSubtotal property.
|
boolean |
isMultipleItemSelectionAllowed()
Gets the value of the multipleItemSelectionAllowed property.
|
boolean |
isNonAutoSortDefault()
Gets the value of the nonAutoSortDefault property.
|
boolean |
isOutline()
Gets the value of the outline property.
|
boolean |
isProductSubtotal()
Gets the value of the productSubtotal property.
|
boolean |
isServerField()
Gets the value of the serverField property.
|
boolean |
isShowAll()
Gets the value of the showAll property.
|
boolean |
isShowDropDowns()
Gets the value of the showDropDowns property.
|
boolean |
isShowPropAsCaption()
Gets the value of the showPropAsCaption property.
|
boolean |
isShowPropCell()
Gets the value of the showPropCell property.
|
boolean |
isShowPropTip()
Gets the value of the showPropTip property.
|
boolean |
isStdDevPSubtotal()
Gets the value of the stdDevPSubtotal property.
|
boolean |
isStdDevSubtotal()
Gets the value of the stdDevSubtotal property.
|
boolean |
isSubtotalTop()
Gets the value of the subtotalTop property.
|
boolean |
isSumSubtotal()
Gets the value of the sumSubtotal property.
|
boolean |
isTopAutoShow()
Gets the value of the topAutoShow property.
|
boolean |
isVarPSubtotal()
Gets the value of the varPSubtotal property.
|
boolean |
isVarSubtotal()
Gets the value of the varSubtotal property.
|
void |
setAllDrilled(Boolean value)
Sets the value of the allDrilled property.
|
void |
setAutoShow(Boolean value)
Sets the value of the autoShow property.
|
void |
setAutoSortScope(CTAutoSortScope value)
Sets the value of the autoSortScope property.
|
void |
setAvgSubtotal(Boolean value)
Sets the value of the avgSubtotal property.
|
void |
setAxis(STAxis value)
Sets the value of the axis property.
|
void |
setCompact(Boolean value)
Sets the value of the compact property.
|
void |
setCountASubtotal(Boolean value)
Sets the value of the countASubtotal property.
|
void |
setCountSubtotal(Boolean value)
Sets the value of the countSubtotal property.
|
void |
setDataField(Boolean value)
Sets the value of the dataField property.
|
void |
setDataSourceSort(Boolean value)
Sets the value of the dataSourceSort property.
|
void |
setDefaultAttributeDrillState(Boolean value)
Sets the value of the defaultAttributeDrillState property.
|
void |
setDefaultSubtotal(Boolean value)
Sets the value of the defaultSubtotal property.
|
void |
setDragOff(Boolean value)
Sets the value of the dragOff property.
|
void |
setDragToCol(Boolean value)
Sets the value of the dragToCol property.
|
void |
setDragToData(Boolean value)
Sets the value of the dragToData property.
|
void |
setDragToPage(Boolean value)
Sets the value of the dragToPage property.
|
void |
setDragToRow(Boolean value)
Sets the value of the dragToRow property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHiddenLevel(Boolean value)
Sets the value of the hiddenLevel property.
|
void |
setHideNewItems(Boolean value)
Sets the value of the hideNewItems property.
|
void |
setIncludeNewItemsInFilter(Boolean value)
Sets the value of the includeNewItemsInFilter property.
|
void |
setInsertBlankRow(Boolean value)
Sets the value of the insertBlankRow property.
|
void |
setInsertPageBreak(Boolean value)
Sets the value of the insertPageBreak property.
|
void |
setItemPageCount(Long value)
Sets the value of the itemPageCount property.
|
void |
setItems(CTItems value)
Sets the value of the items property.
|
void |
setMaxSubtotal(Boolean value)
Sets the value of the maxSubtotal property.
|
void |
setMeasureFilter(Boolean value)
Sets the value of the measureFilter property.
|
void |
setMinSubtotal(Boolean value)
Sets the value of the minSubtotal property.
|
void |
setMultipleItemSelectionAllowed(Boolean value)
Sets the value of the multipleItemSelectionAllowed property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNonAutoSortDefault(Boolean value)
Sets the value of the nonAutoSortDefault property.
|
void |
setNumFmtId(Long value)
Sets the value of the numFmtId property.
|
void |
setOutline(Boolean value)
Sets the value of the outline property.
|
void |
setParent(Object parent) |
void |
setProductSubtotal(Boolean value)
Sets the value of the productSubtotal property.
|
void |
setRankBy(Long value)
Sets the value of the rankBy property.
|
void |
setServerField(Boolean value)
Sets the value of the serverField property.
|
void |
setShowAll(Boolean value)
Sets the value of the showAll property.
|
void |
setShowDropDowns(Boolean value)
Sets the value of the showDropDowns property.
|
void |
setShowPropAsCaption(Boolean value)
Sets the value of the showPropAsCaption property.
|
void |
setShowPropCell(Boolean value)
Sets the value of the showPropCell property.
|
void |
setShowPropTip(Boolean value)
Sets the value of the showPropTip property.
|
void |
setSortType(STFieldSortType value)
Sets the value of the sortType property.
|
void |
setStdDevPSubtotal(Boolean value)
Sets the value of the stdDevPSubtotal property.
|
void |
setStdDevSubtotal(Boolean value)
Sets the value of the stdDevSubtotal property.
|
void |
setSubtotalCaption(String value)
Sets the value of the subtotalCaption property.
|
void |
setSubtotalTop(Boolean value)
Sets the value of the subtotalTop property.
|
void |
setSumSubtotal(Boolean value)
Sets the value of the sumSubtotal property.
|
void |
setTopAutoShow(Boolean value)
Sets the value of the topAutoShow property.
|
void |
setUniqueMemberProperty(String value)
Sets the value of the uniqueMemberProperty property.
|
void |
setVarPSubtotal(Boolean value)
Sets the value of the varPSubtotal property.
|
void |
setVarSubtotal(Boolean value)
Sets the value of the varSubtotal property.
|
protected CTItems items
protected CTAutoSortScope autoSortScope
protected CTExtensionList extLst
protected String name
protected STAxis axis
protected Boolean dataField
protected String subtotalCaption
protected Boolean showDropDowns
protected Boolean hiddenLevel
protected String uniqueMemberProperty
protected Boolean compact
protected Boolean allDrilled
protected Long numFmtId
protected Boolean outline
protected Boolean subtotalTop
protected Boolean dragToRow
protected Boolean dragToCol
protected Boolean multipleItemSelectionAllowed
protected Boolean dragToPage
protected Boolean dragToData
protected Boolean dragOff
protected Boolean showAll
protected Boolean insertBlankRow
protected Boolean serverField
protected Boolean insertPageBreak
protected Boolean autoShow
protected Boolean topAutoShow
protected Boolean hideNewItems
protected Boolean measureFilter
protected Boolean includeNewItemsInFilter
protected Long itemPageCount
protected STFieldSortType sortType
protected Boolean dataSourceSort
protected Boolean nonAutoSortDefault
protected Long rankBy
protected Boolean defaultSubtotal
protected Boolean sumSubtotal
protected Boolean countASubtotal
protected Boolean avgSubtotal
protected Boolean maxSubtotal
protected Boolean minSubtotal
protected Boolean productSubtotal
protected Boolean countSubtotal
protected Boolean stdDevSubtotal
protected Boolean stdDevPSubtotal
protected Boolean varSubtotal
protected Boolean varPSubtotal
protected Boolean showPropCell
protected Boolean showPropTip
protected Boolean showPropAsCaption
protected Boolean defaultAttributeDrillState
public CTItems getItems()
CTItemspublic void setItems(CTItems value)
value - allowed object is
CTItemspublic CTAutoSortScope getAutoSortScope()
CTAutoSortScopepublic void setAutoSortScope(CTAutoSortScope value)
value - allowed object is
CTAutoSortScopepublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic STAxis getAxis()
STAxispublic void setAxis(STAxis value)
value - allowed object is
STAxispublic boolean isDataField()
Booleanpublic void setDataField(Boolean value)
value - allowed object is
Booleanpublic String getSubtotalCaption()
Stringpublic void setSubtotalCaption(String value)
value - allowed object is
Stringpublic boolean isShowDropDowns()
Booleanpublic void setShowDropDowns(Boolean value)
value - allowed object is
Booleanpublic boolean isHiddenLevel()
Booleanpublic void setHiddenLevel(Boolean value)
value - allowed object is
Booleanpublic String getUniqueMemberProperty()
Stringpublic void setUniqueMemberProperty(String value)
value - allowed object is
Stringpublic boolean isCompact()
Booleanpublic void setCompact(Boolean value)
value - allowed object is
Booleanpublic boolean isAllDrilled()
Booleanpublic void setAllDrilled(Boolean value)
value - allowed object is
Booleanpublic Long getNumFmtId()
Longpublic void setNumFmtId(Long value)
value - allowed object is
Longpublic boolean isOutline()
Booleanpublic void setOutline(Boolean value)
value - allowed object is
Booleanpublic boolean isSubtotalTop()
Booleanpublic void setSubtotalTop(Boolean value)
value - allowed object is
Booleanpublic boolean isDragToRow()
Booleanpublic void setDragToRow(Boolean value)
value - allowed object is
Booleanpublic boolean isDragToCol()
Booleanpublic void setDragToCol(Boolean value)
value - allowed object is
Booleanpublic boolean isMultipleItemSelectionAllowed()
Booleanpublic void setMultipleItemSelectionAllowed(Boolean value)
value - allowed object is
Booleanpublic boolean isDragToPage()
Booleanpublic void setDragToPage(Boolean value)
value - allowed object is
Booleanpublic boolean isDragToData()
Booleanpublic void setDragToData(Boolean value)
value - allowed object is
Booleanpublic boolean isDragOff()
Booleanpublic void setDragOff(Boolean value)
value - allowed object is
Booleanpublic boolean isShowAll()
Booleanpublic void setShowAll(Boolean value)
value - allowed object is
Booleanpublic boolean isInsertBlankRow()
Booleanpublic void setInsertBlankRow(Boolean value)
value - allowed object is
Booleanpublic boolean isServerField()
Booleanpublic void setServerField(Boolean value)
value - allowed object is
Booleanpublic boolean isInsertPageBreak()
Booleanpublic void setInsertPageBreak(Boolean value)
value - allowed object is
Booleanpublic boolean isAutoShow()
Booleanpublic void setAutoShow(Boolean value)
value - allowed object is
Booleanpublic boolean isTopAutoShow()
Booleanpublic void setTopAutoShow(Boolean value)
value - allowed object is
Booleanpublic boolean isHideNewItems()
Booleanpublic void setHideNewItems(Boolean value)
value - allowed object is
Booleanpublic boolean isMeasureFilter()
Booleanpublic void setMeasureFilter(Boolean value)
value - allowed object is
Booleanpublic boolean isIncludeNewItemsInFilter()
Booleanpublic void setIncludeNewItemsInFilter(Boolean value)
value - allowed object is
Booleanpublic long getItemPageCount()
Longpublic void setItemPageCount(Long value)
value - allowed object is
Longpublic STFieldSortType getSortType()
STFieldSortTypepublic void setSortType(STFieldSortType value)
value - allowed object is
STFieldSortTypepublic Boolean isDataSourceSort()
Booleanpublic void setDataSourceSort(Boolean value)
value - allowed object is
Booleanpublic boolean isNonAutoSortDefault()
Booleanpublic void setNonAutoSortDefault(Boolean value)
value - allowed object is
Booleanpublic Long getRankBy()
Longpublic void setRankBy(Long value)
value - allowed object is
Longpublic boolean isDefaultSubtotal()
Booleanpublic void setDefaultSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isSumSubtotal()
Booleanpublic void setSumSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isCountASubtotal()
Booleanpublic void setCountASubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isAvgSubtotal()
Booleanpublic void setAvgSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isMaxSubtotal()
Booleanpublic void setMaxSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isMinSubtotal()
Booleanpublic void setMinSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isProductSubtotal()
Booleanpublic void setProductSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isCountSubtotal()
Booleanpublic void setCountSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isStdDevSubtotal()
Booleanpublic void setStdDevSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isStdDevPSubtotal()
Booleanpublic void setStdDevPSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isVarSubtotal()
Booleanpublic void setVarSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isVarPSubtotal()
Booleanpublic void setVarPSubtotal(Boolean value)
value - allowed object is
Booleanpublic boolean isShowPropCell()
Booleanpublic void setShowPropCell(Boolean value)
value - allowed object is
Booleanpublic boolean isShowPropTip()
Booleanpublic void setShowPropTip(Boolean value)
value - allowed object is
Booleanpublic boolean isShowPropAsCaption()
Booleanpublic void setShowPropAsCaption(Boolean value)
value - allowed object is
Booleanpublic boolean isDefaultAttributeDrillState()
Booleanpublic void setDefaultAttributeDrillState(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.