public class CTPivotHierarchy extends java.lang.Object implements Child
Java class for CT_PivotHierarchy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotHierarchy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mps" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MemberProperties" minOccurs="0"/>
<element name="members" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Members" maxOccurs="unbounded" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="multipleItemSelectionAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="subtotalTop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showInFieldList" 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="dragToPage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="dragToData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dragOff" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="includeNewItemsInFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="caption" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
caption |
protected java.lang.Boolean |
dragOff |
protected java.lang.Boolean |
dragToCol |
protected java.lang.Boolean |
dragToData |
protected java.lang.Boolean |
dragToPage |
protected java.lang.Boolean |
dragToRow |
protected CTExtensionList |
extLst |
protected java.lang.Boolean |
includeNewItemsInFilter |
protected java.util.List<CTMembers> |
members |
protected CTMemberProperties |
mps |
protected java.lang.Boolean |
multipleItemSelectionAllowed |
protected java.lang.Boolean |
outline |
protected java.lang.Boolean |
showInFieldList |
protected java.lang.Boolean |
subtotalTop |
| Constructor and Description |
|---|
CTPivotHierarchy() |
| 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.
|
java.lang.String |
getCaption()
Gets the value of the caption property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.util.List<CTMembers> |
getMembers()
Gets the value of the members property.
|
CTMemberProperties |
getMps()
Gets the value of the mps property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
isIncludeNewItemsInFilter()
Gets the value of the includeNewItemsInFilter property.
|
boolean |
isMultipleItemSelectionAllowed()
Gets the value of the multipleItemSelectionAllowed property.
|
boolean |
isOutline()
Gets the value of the outline property.
|
boolean |
isShowInFieldList()
Gets the value of the showInFieldList property.
|
boolean |
isSubtotalTop()
Gets the value of the subtotalTop property.
|
void |
setCaption(java.lang.String value)
Sets the value of the caption property.
|
void |
setDragOff(java.lang.Boolean value)
Sets the value of the dragOff property.
|
void |
setDragToCol(java.lang.Boolean value)
Sets the value of the dragToCol property.
|
void |
setDragToData(java.lang.Boolean value)
Sets the value of the dragToData property.
|
void |
setDragToPage(java.lang.Boolean value)
Sets the value of the dragToPage property.
|
void |
setDragToRow(java.lang.Boolean value)
Sets the value of the dragToRow property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIncludeNewItemsInFilter(java.lang.Boolean value)
Sets the value of the includeNewItemsInFilter property.
|
void |
setMps(CTMemberProperties value)
Sets the value of the mps property.
|
void |
setMultipleItemSelectionAllowed(java.lang.Boolean value)
Sets the value of the multipleItemSelectionAllowed property.
|
void |
setOutline(java.lang.Boolean value)
Sets the value of the outline property.
|
void |
setParent(java.lang.Object parent) |
void |
setShowInFieldList(java.lang.Boolean value)
Sets the value of the showInFieldList property.
|
void |
setSubtotalTop(java.lang.Boolean value)
Sets the value of the subtotalTop property.
|
protected CTMemberProperties mps
protected java.util.List<CTMembers> members
protected CTExtensionList extLst
protected java.lang.Boolean outline
protected java.lang.Boolean multipleItemSelectionAllowed
protected java.lang.Boolean subtotalTop
protected java.lang.Boolean showInFieldList
protected java.lang.Boolean dragToRow
protected java.lang.Boolean dragToCol
protected java.lang.Boolean dragToPage
protected java.lang.Boolean dragToData
protected java.lang.Boolean dragOff
protected java.lang.Boolean includeNewItemsInFilter
protected java.lang.String caption
public CTMemberProperties getMps()
CTMemberPropertiespublic void setMps(CTMemberProperties value)
value - allowed object is
CTMemberPropertiespublic java.util.List<CTMembers> getMembers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the members property.
For example, to add a new item, do as follows:
getMembers().add(newItem);
Objects of the following type(s) are allowed in the list
CTMembers
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isOutline()
Booleanpublic void setOutline(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isMultipleItemSelectionAllowed()
Booleanpublic void setMultipleItemSelectionAllowed(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSubtotalTop()
Booleanpublic void setSubtotalTop(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowInFieldList()
Booleanpublic void setShowInFieldList(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDragToRow()
Booleanpublic void setDragToRow(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDragToCol()
Booleanpublic void setDragToCol(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDragToPage()
Booleanpublic void setDragToPage(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDragToData()
Booleanpublic void setDragToData(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDragOff()
Booleanpublic void setDragOff(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isIncludeNewItemsInFilter()
Booleanpublic void setIncludeNewItemsInFilter(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCaption()
Stringpublic void setCaption(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–2023. All rights reserved.