Package org.xlsx4j.sml
Class CTPivotField
java.lang.Object
org.xlsx4j.sml.CTPivotField
- All Implemented Interfaces:
Child
public class CTPivotField extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanallDrilledprotected java.lang.BooleanautoShowprotected CTAutoSortScopeautoSortScopeprotected java.lang.BooleanavgSubtotalprotected STAxisaxisprotected java.lang.Booleancompactprotected java.lang.BooleancountASubtotalprotected java.lang.BooleancountSubtotalprotected java.lang.BooleandataFieldprotected java.lang.BooleandataSourceSortprotected java.lang.BooleandefaultAttributeDrillStateprotected java.lang.BooleandefaultSubtotalprotected java.lang.BooleandragOffprotected java.lang.BooleandragToColprotected java.lang.BooleandragToDataprotected java.lang.BooleandragToPageprotected java.lang.BooleandragToRowprotected CTExtensionListextLstprotected java.lang.BooleanhiddenLevelprotected java.lang.BooleanhideNewItemsprotected java.lang.BooleanincludeNewItemsInFilterprotected java.lang.BooleaninsertBlankRowprotected java.lang.BooleaninsertPageBreakprotected java.lang.LongitemPageCountprotected CTItemsitemsprotected java.lang.BooleanmaxSubtotalprotected java.lang.BooleanmeasureFilterprotected java.lang.BooleanminSubtotalprotected java.lang.BooleanmultipleItemSelectionAllowedprotected java.lang.Stringnameprotected java.lang.BooleannonAutoSortDefaultprotected java.lang.LongnumFmtIdprotected java.lang.Booleanoutlineprotected java.lang.BooleanproductSubtotalprotected java.lang.LongrankByprotected java.lang.BooleanserverFieldprotected java.lang.BooleanshowAllprotected java.lang.BooleanshowDropDownsprotected java.lang.BooleanshowPropAsCaptionprotected java.lang.BooleanshowPropCellprotected java.lang.BooleanshowPropTipprotected STFieldSortTypesortTypeprotected java.lang.BooleanstdDevPSubtotalprotected java.lang.BooleanstdDevSubtotalprotected java.lang.StringsubtotalCaptionprotected java.lang.BooleansubtotalTopprotected java.lang.BooleansumSubtotalprotected java.lang.BooleantopAutoShowprotected java.lang.StringuniqueMemberPropertyprotected java.lang.BooleanvarPSubtotalprotected java.lang.BooleanvarSubtotal -
Constructor Summary
Constructors Constructor Description CTPivotField() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTAutoSortScopegetAutoSortScope()Gets the value of the autoSortScope property.STAxisgetAxis()Gets the value of the axis property.CTExtensionListgetExtLst()Gets the value of the extLst property.longgetItemPageCount()Gets the value of the itemPageCount property.CTItemsgetItems()Gets the value of the items property.java.lang.StringgetName()Gets the value of the name property.java.lang.LonggetNumFmtId()Gets the value of the numFmtId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.LonggetRankBy()Gets the value of the rankBy property.STFieldSortTypegetSortType()Gets the value of the sortType property.java.lang.StringgetSubtotalCaption()Gets the value of the subtotalCaption property.java.lang.StringgetUniqueMemberProperty()Gets the value of the uniqueMemberProperty property.booleanisAllDrilled()Gets the value of the allDrilled property.booleanisAutoShow()Gets the value of the autoShow property.booleanisAvgSubtotal()Gets the value of the avgSubtotal property.booleanisCompact()Gets the value of the compact property.booleanisCountASubtotal()Gets the value of the countASubtotal property.booleanisCountSubtotal()Gets the value of the countSubtotal property.booleanisDataField()Gets the value of the dataField property.java.lang.BooleanisDataSourceSort()Gets the value of the dataSourceSort property.booleanisDefaultAttributeDrillState()Gets the value of the defaultAttributeDrillState property.booleanisDefaultSubtotal()Gets the value of the defaultSubtotal property.booleanisDragOff()Gets the value of the dragOff property.booleanisDragToCol()Gets the value of the dragToCol property.booleanisDragToData()Gets the value of the dragToData property.booleanisDragToPage()Gets the value of the dragToPage property.booleanisDragToRow()Gets the value of the dragToRow property.booleanisHiddenLevel()Gets the value of the hiddenLevel property.booleanisHideNewItems()Gets the value of the hideNewItems property.booleanisIncludeNewItemsInFilter()Gets the value of the includeNewItemsInFilter property.booleanisInsertBlankRow()Gets the value of the insertBlankRow property.booleanisInsertPageBreak()Gets the value of the insertPageBreak property.booleanisMaxSubtotal()Gets the value of the maxSubtotal property.booleanisMeasureFilter()Gets the value of the measureFilter property.booleanisMinSubtotal()Gets the value of the minSubtotal property.booleanisMultipleItemSelectionAllowed()Gets the value of the multipleItemSelectionAllowed property.booleanisNonAutoSortDefault()Gets the value of the nonAutoSortDefault property.booleanisOutline()Gets the value of the outline property.booleanisProductSubtotal()Gets the value of the productSubtotal property.booleanisServerField()Gets the value of the serverField property.booleanisShowAll()Gets the value of the showAll property.booleanisShowDropDowns()Gets the value of the showDropDowns property.booleanisShowPropAsCaption()Gets the value of the showPropAsCaption property.booleanisShowPropCell()Gets the value of the showPropCell property.booleanisShowPropTip()Gets the value of the showPropTip property.booleanisStdDevPSubtotal()Gets the value of the stdDevPSubtotal property.booleanisStdDevSubtotal()Gets the value of the stdDevSubtotal property.booleanisSubtotalTop()Gets the value of the subtotalTop property.booleanisSumSubtotal()Gets the value of the sumSubtotal property.booleanisTopAutoShow()Gets the value of the topAutoShow property.booleanisVarPSubtotal()Gets the value of the varPSubtotal property.booleanisVarSubtotal()Gets the value of the varSubtotal property.voidsetAllDrilled(java.lang.Boolean value)Sets the value of the allDrilled property.voidsetAutoShow(java.lang.Boolean value)Sets the value of the autoShow property.voidsetAutoSortScope(CTAutoSortScope value)Sets the value of the autoSortScope property.voidsetAvgSubtotal(java.lang.Boolean value)Sets the value of the avgSubtotal property.voidsetAxis(STAxis value)Sets the value of the axis property.voidsetCompact(java.lang.Boolean value)Sets the value of the compact property.voidsetCountASubtotal(java.lang.Boolean value)Sets the value of the countASubtotal property.voidsetCountSubtotal(java.lang.Boolean value)Sets the value of the countSubtotal property.voidsetDataField(java.lang.Boolean value)Sets the value of the dataField property.voidsetDataSourceSort(java.lang.Boolean value)Sets the value of the dataSourceSort property.voidsetDefaultAttributeDrillState(java.lang.Boolean value)Sets the value of the defaultAttributeDrillState property.voidsetDefaultSubtotal(java.lang.Boolean value)Sets the value of the defaultSubtotal property.voidsetDragOff(java.lang.Boolean value)Sets the value of the dragOff property.voidsetDragToCol(java.lang.Boolean value)Sets the value of the dragToCol property.voidsetDragToData(java.lang.Boolean value)Sets the value of the dragToData property.voidsetDragToPage(java.lang.Boolean value)Sets the value of the dragToPage property.voidsetDragToRow(java.lang.Boolean value)Sets the value of the dragToRow property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetHiddenLevel(java.lang.Boolean value)Sets the value of the hiddenLevel property.voidsetHideNewItems(java.lang.Boolean value)Sets the value of the hideNewItems property.voidsetIncludeNewItemsInFilter(java.lang.Boolean value)Sets the value of the includeNewItemsInFilter property.voidsetInsertBlankRow(java.lang.Boolean value)Sets the value of the insertBlankRow property.voidsetInsertPageBreak(java.lang.Boolean value)Sets the value of the insertPageBreak property.voidsetItemPageCount(java.lang.Long value)Sets the value of the itemPageCount property.voidsetItems(CTItems value)Sets the value of the items property.voidsetMaxSubtotal(java.lang.Boolean value)Sets the value of the maxSubtotal property.voidsetMeasureFilter(java.lang.Boolean value)Sets the value of the measureFilter property.voidsetMinSubtotal(java.lang.Boolean value)Sets the value of the minSubtotal property.voidsetMultipleItemSelectionAllowed(java.lang.Boolean value)Sets the value of the multipleItemSelectionAllowed property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNonAutoSortDefault(java.lang.Boolean value)Sets the value of the nonAutoSortDefault property.voidsetNumFmtId(java.lang.Long value)Sets the value of the numFmtId property.voidsetOutline(java.lang.Boolean value)Sets the value of the outline property.voidsetParent(java.lang.Object parent)voidsetProductSubtotal(java.lang.Boolean value)Sets the value of the productSubtotal property.voidsetRankBy(java.lang.Long value)Sets the value of the rankBy property.voidsetServerField(java.lang.Boolean value)Sets the value of the serverField property.voidsetShowAll(java.lang.Boolean value)Sets the value of the showAll property.voidsetShowDropDowns(java.lang.Boolean value)Sets the value of the showDropDowns property.voidsetShowPropAsCaption(java.lang.Boolean value)Sets the value of the showPropAsCaption property.voidsetShowPropCell(java.lang.Boolean value)Sets the value of the showPropCell property.voidsetShowPropTip(java.lang.Boolean value)Sets the value of the showPropTip property.voidsetSortType(STFieldSortType value)Sets the value of the sortType property.voidsetStdDevPSubtotal(java.lang.Boolean value)Sets the value of the stdDevPSubtotal property.voidsetStdDevSubtotal(java.lang.Boolean value)Sets the value of the stdDevSubtotal property.voidsetSubtotalCaption(java.lang.String value)Sets the value of the subtotalCaption property.voidsetSubtotalTop(java.lang.Boolean value)Sets the value of the subtotalTop property.voidsetSumSubtotal(java.lang.Boolean value)Sets the value of the sumSubtotal property.voidsetTopAutoShow(java.lang.Boolean value)Sets the value of the topAutoShow property.voidsetUniqueMemberProperty(java.lang.String value)Sets the value of the uniqueMemberProperty property.voidsetVarPSubtotal(java.lang.Boolean value)Sets the value of the varPSubtotal property.voidsetVarSubtotal(java.lang.Boolean value)Sets the value of the varSubtotal property.
-
Field Details
-
items
-
autoSortScope
-
extLst
-
name
protected java.lang.String name -
axis
-
dataField
protected java.lang.Boolean dataField -
subtotalCaption
protected java.lang.String subtotalCaption -
showDropDowns
protected java.lang.Boolean showDropDowns -
protected java.lang.Boolean hiddenLevel
-
uniqueMemberProperty
protected java.lang.String uniqueMemberProperty -
compact
protected java.lang.Boolean compact -
allDrilled
protected java.lang.Boolean allDrilled -
numFmtId
protected java.lang.Long numFmtId -
outline
protected java.lang.Boolean outline -
subtotalTop
protected java.lang.Boolean subtotalTop -
dragToRow
protected java.lang.Boolean dragToRow -
dragToCol
protected java.lang.Boolean dragToCol -
multipleItemSelectionAllowed
protected java.lang.Boolean multipleItemSelectionAllowed -
dragToPage
protected java.lang.Boolean dragToPage -
dragToData
protected java.lang.Boolean dragToData -
dragOff
protected java.lang.Boolean dragOff -
showAll
protected java.lang.Boolean showAll -
insertBlankRow
protected java.lang.Boolean insertBlankRow -
serverField
protected java.lang.Boolean serverField -
insertPageBreak
protected java.lang.Boolean insertPageBreak -
autoShow
protected java.lang.Boolean autoShow -
topAutoShow
protected java.lang.Boolean topAutoShow -
hideNewItems
protected java.lang.Boolean hideNewItems -
measureFilter
protected java.lang.Boolean measureFilter -
includeNewItemsInFilter
protected java.lang.Boolean includeNewItemsInFilter -
itemPageCount
protected java.lang.Long itemPageCount -
sortType
-
dataSourceSort
protected java.lang.Boolean dataSourceSort -
nonAutoSortDefault
protected java.lang.Boolean nonAutoSortDefault -
rankBy
protected java.lang.Long rankBy -
defaultSubtotal
protected java.lang.Boolean defaultSubtotal -
sumSubtotal
protected java.lang.Boolean sumSubtotal -
countASubtotal
protected java.lang.Boolean countASubtotal -
avgSubtotal
protected java.lang.Boolean avgSubtotal -
maxSubtotal
protected java.lang.Boolean maxSubtotal -
minSubtotal
protected java.lang.Boolean minSubtotal -
productSubtotal
protected java.lang.Boolean productSubtotal -
countSubtotal
protected java.lang.Boolean countSubtotal -
stdDevSubtotal
protected java.lang.Boolean stdDevSubtotal -
stdDevPSubtotal
protected java.lang.Boolean stdDevPSubtotal -
varSubtotal
protected java.lang.Boolean varSubtotal -
varPSubtotal
protected java.lang.Boolean varPSubtotal -
showPropCell
protected java.lang.Boolean showPropCell -
showPropTip
protected java.lang.Boolean showPropTip -
showPropAsCaption
protected java.lang.Boolean showPropAsCaption -
defaultAttributeDrillState
protected java.lang.Boolean defaultAttributeDrillState
-
-
Constructor Details
-
CTPivotField
public CTPivotField()
-
-
Method Details
-
getItems
Gets the value of the items property.- Returns:
- possible object is
CTItems
-
setItems
Sets the value of the items property.- Parameters:
value- allowed object isCTItems
-
getAutoSortScope
Gets the value of the autoSortScope property.- Returns:
- possible object is
CTAutoSortScope
-
setAutoSortScope
Sets the value of the autoSortScope property.- Parameters:
value- allowed object isCTAutoSortScope
-
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
-
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
-
getAxis
Gets the value of the axis property.- Returns:
- possible object is
STAxis
-
setAxis
Sets the value of the axis property.- Parameters:
value- allowed object isSTAxis
-
isDataField
public boolean isDataField()Gets the value of the dataField property.- Returns:
- possible object is
Boolean
-
setDataField
public void setDataField(java.lang.Boolean value)Sets the value of the dataField property.- Parameters:
value- allowed object isBoolean
-
getSubtotalCaption
public java.lang.String getSubtotalCaption()Gets the value of the subtotalCaption property.- Returns:
- possible object is
String
-
setSubtotalCaption
public void setSubtotalCaption(java.lang.String value)Sets the value of the subtotalCaption property.- Parameters:
value- allowed object isString
-
isShowDropDowns
public boolean isShowDropDowns()Gets the value of the showDropDowns property.- Returns:
- possible object is
Boolean
-
setShowDropDowns
public void setShowDropDowns(java.lang.Boolean value)Sets the value of the showDropDowns property.- Parameters:
value- allowed object isBoolean
-
isHiddenLevel
public boolean isHiddenLevel()Gets the value of the hiddenLevel property.- Returns:
- possible object is
Boolean
-
setHiddenLevel
public void setHiddenLevel(java.lang.Boolean value)Sets the value of the hiddenLevel property.- Parameters:
value- allowed object isBoolean
-
getUniqueMemberProperty
public java.lang.String getUniqueMemberProperty()Gets the value of the uniqueMemberProperty property.- Returns:
- possible object is
String
-
setUniqueMemberProperty
public void setUniqueMemberProperty(java.lang.String value)Sets the value of the uniqueMemberProperty property.- Parameters:
value- allowed object isString
-
isCompact
public boolean isCompact()Gets the value of the compact property.- Returns:
- possible object is
Boolean
-
setCompact
public void setCompact(java.lang.Boolean value)Sets the value of the compact property.- Parameters:
value- allowed object isBoolean
-
isAllDrilled
public boolean isAllDrilled()Gets the value of the allDrilled property.- Returns:
- possible object is
Boolean
-
setAllDrilled
public void setAllDrilled(java.lang.Boolean value)Sets the value of the allDrilled property.- Parameters:
value- allowed object isBoolean
-
getNumFmtId
public java.lang.Long getNumFmtId()Gets the value of the numFmtId property.- Returns:
- possible object is
Long
-
setNumFmtId
public void setNumFmtId(java.lang.Long value)Sets the value of the numFmtId property.- Parameters:
value- allowed object isLong
-
isOutline
public boolean isOutline()Gets the value of the outline property.- Returns:
- possible object is
Boolean
-
setOutline
public void setOutline(java.lang.Boolean value)Sets the value of the outline property.- Parameters:
value- allowed object isBoolean
-
isSubtotalTop
public boolean isSubtotalTop()Gets the value of the subtotalTop property.- Returns:
- possible object is
Boolean
-
setSubtotalTop
public void setSubtotalTop(java.lang.Boolean value)Sets the value of the subtotalTop property.- Parameters:
value- allowed object isBoolean
-
isDragToRow
public boolean isDragToRow()Gets the value of the dragToRow property.- Returns:
- possible object is
Boolean
-
setDragToRow
public void setDragToRow(java.lang.Boolean value)Sets the value of the dragToRow property.- Parameters:
value- allowed object isBoolean
-
isDragToCol
public boolean isDragToCol()Gets the value of the dragToCol property.- Returns:
- possible object is
Boolean
-
setDragToCol
public void setDragToCol(java.lang.Boolean value)Sets the value of the dragToCol property.- Parameters:
value- allowed object isBoolean
-
isMultipleItemSelectionAllowed
public boolean isMultipleItemSelectionAllowed()Gets the value of the multipleItemSelectionAllowed property.- Returns:
- possible object is
Boolean
-
setMultipleItemSelectionAllowed
public void setMultipleItemSelectionAllowed(java.lang.Boolean value)Sets the value of the multipleItemSelectionAllowed property.- Parameters:
value- allowed object isBoolean
-
isDragToPage
public boolean isDragToPage()Gets the value of the dragToPage property.- Returns:
- possible object is
Boolean
-
setDragToPage
public void setDragToPage(java.lang.Boolean value)Sets the value of the dragToPage property.- Parameters:
value- allowed object isBoolean
-
isDragToData
public boolean isDragToData()Gets the value of the dragToData property.- Returns:
- possible object is
Boolean
-
setDragToData
public void setDragToData(java.lang.Boolean value)Sets the value of the dragToData property.- Parameters:
value- allowed object isBoolean
-
isDragOff
public boolean isDragOff()Gets the value of the dragOff property.- Returns:
- possible object is
Boolean
-
setDragOff
public void setDragOff(java.lang.Boolean value)Sets the value of the dragOff property.- Parameters:
value- allowed object isBoolean
-
isShowAll
public boolean isShowAll()Gets the value of the showAll property.- Returns:
- possible object is
Boolean
-
setShowAll
public void setShowAll(java.lang.Boolean value)Sets the value of the showAll property.- Parameters:
value- allowed object isBoolean
-
isInsertBlankRow
public boolean isInsertBlankRow()Gets the value of the insertBlankRow property.- Returns:
- possible object is
Boolean
-
setInsertBlankRow
public void setInsertBlankRow(java.lang.Boolean value)Sets the value of the insertBlankRow property.- Parameters:
value- allowed object isBoolean
-
isServerField
public boolean isServerField()Gets the value of the serverField property.- Returns:
- possible object is
Boolean
-
setServerField
public void setServerField(java.lang.Boolean value)Sets the value of the serverField property.- Parameters:
value- allowed object isBoolean
-
isInsertPageBreak
public boolean isInsertPageBreak()Gets the value of the insertPageBreak property.- Returns:
- possible object is
Boolean
-
setInsertPageBreak
public void setInsertPageBreak(java.lang.Boolean value)Sets the value of the insertPageBreak property.- Parameters:
value- allowed object isBoolean
-
isAutoShow
public boolean isAutoShow()Gets the value of the autoShow property.- Returns:
- possible object is
Boolean
-
setAutoShow
public void setAutoShow(java.lang.Boolean value)Sets the value of the autoShow property.- Parameters:
value- allowed object isBoolean
-
isTopAutoShow
public boolean isTopAutoShow()Gets the value of the topAutoShow property.- Returns:
- possible object is
Boolean
-
setTopAutoShow
public void setTopAutoShow(java.lang.Boolean value)Sets the value of the topAutoShow property.- Parameters:
value- allowed object isBoolean
-
isHideNewItems
public boolean isHideNewItems()Gets the value of the hideNewItems property.- Returns:
- possible object is
Boolean
-
setHideNewItems
public void setHideNewItems(java.lang.Boolean value)Sets the value of the hideNewItems property.- Parameters:
value- allowed object isBoolean
-
isMeasureFilter
public boolean isMeasureFilter()Gets the value of the measureFilter property.- Returns:
- possible object is
Boolean
-
setMeasureFilter
public void setMeasureFilter(java.lang.Boolean value)Sets the value of the measureFilter property.- Parameters:
value- allowed object isBoolean
-
isIncludeNewItemsInFilter
public boolean isIncludeNewItemsInFilter()Gets the value of the includeNewItemsInFilter property.- Returns:
- possible object is
Boolean
-
setIncludeNewItemsInFilter
public void setIncludeNewItemsInFilter(java.lang.Boolean value)Sets the value of the includeNewItemsInFilter property.- Parameters:
value- allowed object isBoolean
-
getItemPageCount
public long getItemPageCount()Gets the value of the itemPageCount property.- Returns:
- possible object is
Long
-
setItemPageCount
public void setItemPageCount(java.lang.Long value)Sets the value of the itemPageCount property.- Parameters:
value- allowed object isLong
-
getSortType
Gets the value of the sortType property.- Returns:
- possible object is
STFieldSortType
-
setSortType
Sets the value of the sortType property.- Parameters:
value- allowed object isSTFieldSortType
-
isDataSourceSort
public java.lang.Boolean isDataSourceSort()Gets the value of the dataSourceSort property.- Returns:
- possible object is
Boolean
-
setDataSourceSort
public void setDataSourceSort(java.lang.Boolean value)Sets the value of the dataSourceSort property.- Parameters:
value- allowed object isBoolean
-
isNonAutoSortDefault
public boolean isNonAutoSortDefault()Gets the value of the nonAutoSortDefault property.- Returns:
- possible object is
Boolean
-
setNonAutoSortDefault
public void setNonAutoSortDefault(java.lang.Boolean value)Sets the value of the nonAutoSortDefault property.- Parameters:
value- allowed object isBoolean
-
getRankBy
public java.lang.Long getRankBy()Gets the value of the rankBy property.- Returns:
- possible object is
Long
-
setRankBy
public void setRankBy(java.lang.Long value)Sets the value of the rankBy property.- Parameters:
value- allowed object isLong
-
isDefaultSubtotal
public boolean isDefaultSubtotal()Gets the value of the defaultSubtotal property.- Returns:
- possible object is
Boolean
-
setDefaultSubtotal
public void setDefaultSubtotal(java.lang.Boolean value)Sets the value of the defaultSubtotal property.- Parameters:
value- allowed object isBoolean
-
isSumSubtotal
public boolean isSumSubtotal()Gets the value of the sumSubtotal property.- Returns:
- possible object is
Boolean
-
setSumSubtotal
public void setSumSubtotal(java.lang.Boolean value)Sets the value of the sumSubtotal property.- Parameters:
value- allowed object isBoolean
-
isCountASubtotal
public boolean isCountASubtotal()Gets the value of the countASubtotal property.- Returns:
- possible object is
Boolean
-
setCountASubtotal
public void setCountASubtotal(java.lang.Boolean value)Sets the value of the countASubtotal property.- Parameters:
value- allowed object isBoolean
-
isAvgSubtotal
public boolean isAvgSubtotal()Gets the value of the avgSubtotal property.- Returns:
- possible object is
Boolean
-
setAvgSubtotal
public void setAvgSubtotal(java.lang.Boolean value)Sets the value of the avgSubtotal property.- Parameters:
value- allowed object isBoolean
-
isMaxSubtotal
public boolean isMaxSubtotal()Gets the value of the maxSubtotal property.- Returns:
- possible object is
Boolean
-
setMaxSubtotal
public void setMaxSubtotal(java.lang.Boolean value)Sets the value of the maxSubtotal property.- Parameters:
value- allowed object isBoolean
-
isMinSubtotal
public boolean isMinSubtotal()Gets the value of the minSubtotal property.- Returns:
- possible object is
Boolean
-
setMinSubtotal
public void setMinSubtotal(java.lang.Boolean value)Sets the value of the minSubtotal property.- Parameters:
value- allowed object isBoolean
-
isProductSubtotal
public boolean isProductSubtotal()Gets the value of the productSubtotal property.- Returns:
- possible object is
Boolean
-
setProductSubtotal
public void setProductSubtotal(java.lang.Boolean value)Sets the value of the productSubtotal property.- Parameters:
value- allowed object isBoolean
-
isCountSubtotal
public boolean isCountSubtotal()Gets the value of the countSubtotal property.- Returns:
- possible object is
Boolean
-
setCountSubtotal
public void setCountSubtotal(java.lang.Boolean value)Sets the value of the countSubtotal property.- Parameters:
value- allowed object isBoolean
-
isStdDevSubtotal
public boolean isStdDevSubtotal()Gets the value of the stdDevSubtotal property.- Returns:
- possible object is
Boolean
-
setStdDevSubtotal
public void setStdDevSubtotal(java.lang.Boolean value)Sets the value of the stdDevSubtotal property.- Parameters:
value- allowed object isBoolean
-
isStdDevPSubtotal
public boolean isStdDevPSubtotal()Gets the value of the stdDevPSubtotal property.- Returns:
- possible object is
Boolean
-
setStdDevPSubtotal
public void setStdDevPSubtotal(java.lang.Boolean value)Sets the value of the stdDevPSubtotal property.- Parameters:
value- allowed object isBoolean
-
isVarSubtotal
public boolean isVarSubtotal()Gets the value of the varSubtotal property.- Returns:
- possible object is
Boolean
-
setVarSubtotal
public void setVarSubtotal(java.lang.Boolean value)Sets the value of the varSubtotal property.- Parameters:
value- allowed object isBoolean
-
isVarPSubtotal
public boolean isVarPSubtotal()Gets the value of the varPSubtotal property.- Returns:
- possible object is
Boolean
-
setVarPSubtotal
public void setVarPSubtotal(java.lang.Boolean value)Sets the value of the varPSubtotal property.- Parameters:
value- allowed object isBoolean
-
isShowPropCell
public boolean isShowPropCell()Gets the value of the showPropCell property.- Returns:
- possible object is
Boolean
-
setShowPropCell
public void setShowPropCell(java.lang.Boolean value)Sets the value of the showPropCell property.- Parameters:
value- allowed object isBoolean
-
isShowPropTip
public boolean isShowPropTip()Gets the value of the showPropTip property.- Returns:
- possible object is
Boolean
-
setShowPropTip
public void setShowPropTip(java.lang.Boolean value)Sets the value of the showPropTip property.- Parameters:
value- allowed object isBoolean
-
isShowPropAsCaption
public boolean isShowPropAsCaption()Gets the value of the showPropAsCaption property.- Returns:
- possible object is
Boolean
-
setShowPropAsCaption
public void setShowPropAsCaption(java.lang.Boolean value)Sets the value of the showPropAsCaption property.- Parameters:
value- allowed object isBoolean
-
isDefaultAttributeDrillState
public boolean isDefaultAttributeDrillState()Gets the value of the defaultAttributeDrillState property.- Returns:
- possible object is
Boolean
-
setDefaultAttributeDrillState
public void setDefaultAttributeDrillState(java.lang.Boolean value)Sets the value of the defaultAttributeDrillState property.- Parameters:
value- allowed object isBoolean
-
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(javax.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.
-