public class CTPivotHierarchy extends 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 String |
caption |
protected Boolean |
dragOff |
protected Boolean |
dragToCol |
protected Boolean |
dragToData |
protected Boolean |
dragToPage |
protected Boolean |
dragToRow |
protected CTExtensionList |
extLst |
protected Boolean |
includeNewItemsInFilter |
protected List<CTMembers> |
members |
protected CTMemberProperties |
mps |
protected Boolean |
multipleItemSelectionAllowed |
protected Boolean |
outline |
protected Boolean |
showInFieldList |
protected Boolean |
subtotalTop |
| Constructor and Description |
|---|
CTPivotHierarchy() |
| 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.
|
String |
getCaption()
Gets the value of the caption property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
List<CTMembers> |
getMembers()
Gets the value of the members property.
|
CTMemberProperties |
getMps()
Gets the value of the mps property.
|
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(String value)
Sets the value of the caption 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 |
setIncludeNewItemsInFilter(Boolean value)
Sets the value of the includeNewItemsInFilter property.
|
void |
setMps(CTMemberProperties value)
Sets the value of the mps property.
|
void |
setMultipleItemSelectionAllowed(Boolean value)
Sets the value of the multipleItemSelectionAllowed property.
|
void |
setOutline(Boolean value)
Sets the value of the outline property.
|
void |
setParent(Object parent) |
void |
setShowInFieldList(Boolean value)
Sets the value of the showInFieldList property.
|
void |
setSubtotalTop(Boolean value)
Sets the value of the subtotalTop property.
|
protected CTMemberProperties mps
protected CTExtensionList extLst
protected Boolean outline
protected Boolean multipleItemSelectionAllowed
protected Boolean subtotalTop
protected Boolean showInFieldList
protected Boolean dragToRow
protected Boolean dragToCol
protected Boolean dragToPage
protected Boolean dragToData
protected Boolean dragOff
protected Boolean includeNewItemsInFilter
protected String caption
public CTMemberProperties getMps()
CTMemberPropertiespublic void setMps(CTMemberProperties value)
value - allowed object is
CTMemberPropertiespublic 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(Boolean value)
value - allowed object is
Booleanpublic boolean isMultipleItemSelectionAllowed()
Booleanpublic void setMultipleItemSelectionAllowed(Boolean value)
value - allowed object is
Booleanpublic boolean isSubtotalTop()
Booleanpublic void setSubtotalTop(Boolean value)
value - allowed object is
Booleanpublic boolean isShowInFieldList()
Booleanpublic void setShowInFieldList(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 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 isIncludeNewItemsInFilter()
Booleanpublic void setIncludeNewItemsInFilter(Boolean value)
value - allowed object is
Booleanpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic 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-2022. All Rights Reserved.