Interface CTPivotHierarchy
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPivotHierarchy extends XmlObject
An XML CT_PivotHierarchy(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTPivotHierarchy>
Factory
static SchemaType
type
-
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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTMembers
addNewMembers()
Appends and returns a new empty value (as xml) as the last "members" elementCTMemberProperties
addNewMps()
Appends and returns a new empty "mps" elementjava.lang.String
getCaption()
Gets the "caption" attributeboolean
getDragOff()
Gets the "dragOff" attributeboolean
getDragToCol()
Gets the "dragToCol" attributeboolean
getDragToData()
Gets the "dragToData" attributeboolean
getDragToPage()
Gets the "dragToPage" attributeboolean
getDragToRow()
Gets the "dragToRow" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getIncludeNewItemsInFilter()
Gets the "includeNewItemsInFilter" attributeCTMembers[]
getMembersArray()
Gets array of all "members" elementsCTMembers
getMembersArray(int i)
Gets ith "members" elementjava.util.List<CTMembers>
getMembersList()
Gets a List of "members" elementsCTMemberProperties
getMps()
Gets the "mps" elementboolean
getMultipleItemSelectionAllowed()
Gets the "multipleItemSelectionAllowed" attributeboolean
getOutline()
Gets the "outline" attributeboolean
getShowInFieldList()
Gets the "showInFieldList" attributeboolean
getSubtotalTop()
Gets the "subtotalTop" attributeCTMembers
insertNewMembers(int i)
Inserts and returns a new empty value (as xml) as the ith "members" elementboolean
isSetCaption()
True if has "caption" attributeboolean
isSetDragOff()
True if has "dragOff" attributeboolean
isSetDragToCol()
True if has "dragToCol" attributeboolean
isSetDragToData()
True if has "dragToData" attributeboolean
isSetDragToPage()
True if has "dragToPage" attributeboolean
isSetDragToRow()
True if has "dragToRow" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetIncludeNewItemsInFilter()
True if has "includeNewItemsInFilter" attributeboolean
isSetMps()
True if has "mps" elementboolean
isSetMultipleItemSelectionAllowed()
True if has "multipleItemSelectionAllowed" attributeboolean
isSetOutline()
True if has "outline" attributeboolean
isSetShowInFieldList()
True if has "showInFieldList" attributeboolean
isSetSubtotalTop()
True if has "subtotalTop" attributevoid
removeMembers(int i)
Removes the ith "members" elementvoid
setCaption(java.lang.String caption)
Sets the "caption" attributevoid
setDragOff(boolean dragOff)
Sets the "dragOff" attributevoid
setDragToCol(boolean dragToCol)
Sets the "dragToCol" attributevoid
setDragToData(boolean dragToData)
Sets the "dragToData" attributevoid
setDragToPage(boolean dragToPage)
Sets the "dragToPage" attributevoid
setDragToRow(boolean dragToRow)
Sets the "dragToRow" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setIncludeNewItemsInFilter(boolean includeNewItemsInFilter)
Sets the "includeNewItemsInFilter" attributevoid
setMembersArray(int i, CTMembers members)
Sets ith "members" elementvoid
setMembersArray(CTMembers[] membersArray)
Sets array of all "members" elementvoid
setMps(CTMemberProperties mps)
Sets the "mps" elementvoid
setMultipleItemSelectionAllowed(boolean multipleItemSelectionAllowed)
Sets the "multipleItemSelectionAllowed" attributevoid
setOutline(boolean outline)
Sets the "outline" attributevoid
setShowInFieldList(boolean showInFieldList)
Sets the "showInFieldList" attributevoid
setSubtotalTop(boolean subtotalTop)
Sets the "subtotalTop" attributeint
sizeOfMembersArray()
Returns number of "members" elementvoid
unsetCaption()
Unsets the "caption" attributevoid
unsetDragOff()
Unsets the "dragOff" attributevoid
unsetDragToCol()
Unsets the "dragToCol" attributevoid
unsetDragToData()
Unsets the "dragToData" attributevoid
unsetDragToPage()
Unsets the "dragToPage" attributevoid
unsetDragToRow()
Unsets the "dragToRow" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetIncludeNewItemsInFilter()
Unsets the "includeNewItemsInFilter" attributevoid
unsetMps()
Unsets the "mps" elementvoid
unsetMultipleItemSelectionAllowed()
Unsets the "multipleItemSelectionAllowed" attributevoid
unsetOutline()
Unsets the "outline" attributevoid
unsetShowInFieldList()
Unsets the "showInFieldList" attributevoid
unsetSubtotalTop()
Unsets the "subtotalTop" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
xgetCaption()
Gets (as xml) the "caption" attributeXmlBoolean
xgetDragOff()
Gets (as xml) the "dragOff" attributeXmlBoolean
xgetDragToCol()
Gets (as xml) the "dragToCol" attributeXmlBoolean
xgetDragToData()
Gets (as xml) the "dragToData" attributeXmlBoolean
xgetDragToPage()
Gets (as xml) the "dragToPage" attributeXmlBoolean
xgetDragToRow()
Gets (as xml) the "dragToRow" attributeXmlBoolean
xgetIncludeNewItemsInFilter()
Gets (as xml) the "includeNewItemsInFilter" attributeXmlBoolean
xgetMultipleItemSelectionAllowed()
Gets (as xml) the "multipleItemSelectionAllowed" attributeXmlBoolean
xgetOutline()
Gets (as xml) the "outline" attributeXmlBoolean
xgetShowInFieldList()
Gets (as xml) the "showInFieldList" attributeXmlBoolean
xgetSubtotalTop()
Gets (as xml) the "subtotalTop" attributevoid
xsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption)
Sets (as xml) the "caption" attributevoid
xsetDragOff(XmlBoolean dragOff)
Sets (as xml) the "dragOff" attributevoid
xsetDragToCol(XmlBoolean dragToCol)
Sets (as xml) the "dragToCol" attributevoid
xsetDragToData(XmlBoolean dragToData)
Sets (as xml) the "dragToData" attributevoid
xsetDragToPage(XmlBoolean dragToPage)
Sets (as xml) the "dragToPage" attributevoid
xsetDragToRow(XmlBoolean dragToRow)
Sets (as xml) the "dragToRow" attributevoid
xsetIncludeNewItemsInFilter(XmlBoolean includeNewItemsInFilter)
Sets (as xml) the "includeNewItemsInFilter" attributevoid
xsetMultipleItemSelectionAllowed(XmlBoolean multipleItemSelectionAllowed)
Sets (as xml) the "multipleItemSelectionAllowed" attributevoid
xsetOutline(XmlBoolean outline)
Sets (as xml) the "outline" attributevoid
xsetShowInFieldList(XmlBoolean showInFieldList)
Sets (as xml) the "showInFieldList" attributevoid
xsetSubtotalTop(XmlBoolean subtotalTop)
Sets (as xml) the "subtotalTop" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTPivotHierarchy> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getMps
CTMemberProperties getMps()
Gets the "mps" element
-
isSetMps
boolean isSetMps()
True if has "mps" element
-
setMps
void setMps(CTMemberProperties mps)
Sets the "mps" element
-
addNewMps
CTMemberProperties addNewMps()
Appends and returns a new empty "mps" element
-
unsetMps
void unsetMps()
Unsets the "mps" element
-
getMembersList
java.util.List<CTMembers> getMembersList()
Gets a List of "members" elements
-
getMembersArray
CTMembers[] getMembersArray()
Gets array of all "members" elements
-
getMembersArray
CTMembers getMembersArray(int i)
Gets ith "members" element
-
sizeOfMembersArray
int sizeOfMembersArray()
Returns number of "members" element
-
setMembersArray
void setMembersArray(CTMembers[] membersArray)
Sets array of all "members" element
-
setMembersArray
void setMembersArray(int i, CTMembers members)
Sets ith "members" element
-
insertNewMembers
CTMembers insertNewMembers(int i)
Inserts and returns a new empty value (as xml) as the ith "members" element
-
addNewMembers
CTMembers addNewMembers()
Appends and returns a new empty value (as xml) as the last "members" element
-
removeMembers
void removeMembers(int i)
Removes the ith "members" 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
-
getOutline
boolean getOutline()
Gets the "outline" attribute
-
xgetOutline
XmlBoolean xgetOutline()
Gets (as xml) the "outline" attribute
-
isSetOutline
boolean isSetOutline()
True if has "outline" attribute
-
setOutline
void setOutline(boolean outline)
Sets the "outline" attribute
-
xsetOutline
void xsetOutline(XmlBoolean outline)
Sets (as xml) the "outline" attribute
-
unsetOutline
void unsetOutline()
Unsets the "outline" attribute
-
getMultipleItemSelectionAllowed
boolean getMultipleItemSelectionAllowed()
Gets the "multipleItemSelectionAllowed" attribute
-
xgetMultipleItemSelectionAllowed
XmlBoolean xgetMultipleItemSelectionAllowed()
Gets (as xml) the "multipleItemSelectionAllowed" attribute
-
isSetMultipleItemSelectionAllowed
boolean isSetMultipleItemSelectionAllowed()
True if has "multipleItemSelectionAllowed" attribute
-
setMultipleItemSelectionAllowed
void setMultipleItemSelectionAllowed(boolean multipleItemSelectionAllowed)
Sets the "multipleItemSelectionAllowed" attribute
-
xsetMultipleItemSelectionAllowed
void xsetMultipleItemSelectionAllowed(XmlBoolean multipleItemSelectionAllowed)
Sets (as xml) the "multipleItemSelectionAllowed" attribute
-
unsetMultipleItemSelectionAllowed
void unsetMultipleItemSelectionAllowed()
Unsets the "multipleItemSelectionAllowed" attribute
-
getSubtotalTop
boolean getSubtotalTop()
Gets the "subtotalTop" attribute
-
xgetSubtotalTop
XmlBoolean xgetSubtotalTop()
Gets (as xml) the "subtotalTop" attribute
-
isSetSubtotalTop
boolean isSetSubtotalTop()
True if has "subtotalTop" attribute
-
setSubtotalTop
void setSubtotalTop(boolean subtotalTop)
Sets the "subtotalTop" attribute
-
xsetSubtotalTop
void xsetSubtotalTop(XmlBoolean subtotalTop)
Sets (as xml) the "subtotalTop" attribute
-
unsetSubtotalTop
void unsetSubtotalTop()
Unsets the "subtotalTop" attribute
-
getShowInFieldList
boolean getShowInFieldList()
Gets the "showInFieldList" attribute
-
xgetShowInFieldList
XmlBoolean xgetShowInFieldList()
Gets (as xml) the "showInFieldList" attribute
-
isSetShowInFieldList
boolean isSetShowInFieldList()
True if has "showInFieldList" attribute
-
setShowInFieldList
void setShowInFieldList(boolean showInFieldList)
Sets the "showInFieldList" attribute
-
xsetShowInFieldList
void xsetShowInFieldList(XmlBoolean showInFieldList)
Sets (as xml) the "showInFieldList" attribute
-
unsetShowInFieldList
void unsetShowInFieldList()
Unsets the "showInFieldList" attribute
-
getDragToRow
boolean getDragToRow()
Gets the "dragToRow" attribute
-
xgetDragToRow
XmlBoolean xgetDragToRow()
Gets (as xml) the "dragToRow" attribute
-
isSetDragToRow
boolean isSetDragToRow()
True if has "dragToRow" attribute
-
setDragToRow
void setDragToRow(boolean dragToRow)
Sets the "dragToRow" attribute
-
xsetDragToRow
void xsetDragToRow(XmlBoolean dragToRow)
Sets (as xml) the "dragToRow" attribute
-
unsetDragToRow
void unsetDragToRow()
Unsets the "dragToRow" attribute
-
getDragToCol
boolean getDragToCol()
Gets the "dragToCol" attribute
-
xgetDragToCol
XmlBoolean xgetDragToCol()
Gets (as xml) the "dragToCol" attribute
-
isSetDragToCol
boolean isSetDragToCol()
True if has "dragToCol" attribute
-
setDragToCol
void setDragToCol(boolean dragToCol)
Sets the "dragToCol" attribute
-
xsetDragToCol
void xsetDragToCol(XmlBoolean dragToCol)
Sets (as xml) the "dragToCol" attribute
-
unsetDragToCol
void unsetDragToCol()
Unsets the "dragToCol" attribute
-
getDragToPage
boolean getDragToPage()
Gets the "dragToPage" attribute
-
xgetDragToPage
XmlBoolean xgetDragToPage()
Gets (as xml) the "dragToPage" attribute
-
isSetDragToPage
boolean isSetDragToPage()
True if has "dragToPage" attribute
-
setDragToPage
void setDragToPage(boolean dragToPage)
Sets the "dragToPage" attribute
-
xsetDragToPage
void xsetDragToPage(XmlBoolean dragToPage)
Sets (as xml) the "dragToPage" attribute
-
unsetDragToPage
void unsetDragToPage()
Unsets the "dragToPage" attribute
-
getDragToData
boolean getDragToData()
Gets the "dragToData" attribute
-
xgetDragToData
XmlBoolean xgetDragToData()
Gets (as xml) the "dragToData" attribute
-
isSetDragToData
boolean isSetDragToData()
True if has "dragToData" attribute
-
setDragToData
void setDragToData(boolean dragToData)
Sets the "dragToData" attribute
-
xsetDragToData
void xsetDragToData(XmlBoolean dragToData)
Sets (as xml) the "dragToData" attribute
-
unsetDragToData
void unsetDragToData()
Unsets the "dragToData" attribute
-
getDragOff
boolean getDragOff()
Gets the "dragOff" attribute
-
xgetDragOff
XmlBoolean xgetDragOff()
Gets (as xml) the "dragOff" attribute
-
isSetDragOff
boolean isSetDragOff()
True if has "dragOff" attribute
-
setDragOff
void setDragOff(boolean dragOff)
Sets the "dragOff" attribute
-
xsetDragOff
void xsetDragOff(XmlBoolean dragOff)
Sets (as xml) the "dragOff" attribute
-
unsetDragOff
void unsetDragOff()
Unsets the "dragOff" attribute
-
getIncludeNewItemsInFilter
boolean getIncludeNewItemsInFilter()
Gets the "includeNewItemsInFilter" attribute
-
xgetIncludeNewItemsInFilter
XmlBoolean xgetIncludeNewItemsInFilter()
Gets (as xml) the "includeNewItemsInFilter" attribute
-
isSetIncludeNewItemsInFilter
boolean isSetIncludeNewItemsInFilter()
True if has "includeNewItemsInFilter" attribute
-
setIncludeNewItemsInFilter
void setIncludeNewItemsInFilter(boolean includeNewItemsInFilter)
Sets the "includeNewItemsInFilter" attribute
-
xsetIncludeNewItemsInFilter
void xsetIncludeNewItemsInFilter(XmlBoolean includeNewItemsInFilter)
Sets (as xml) the "includeNewItemsInFilter" attribute
-
unsetIncludeNewItemsInFilter
void unsetIncludeNewItemsInFilter()
Unsets the "includeNewItemsInFilter" attribute
-
getCaption
java.lang.String getCaption()
Gets the "caption" attribute
-
xgetCaption
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCaption()
Gets (as xml) the "caption" attribute
-
isSetCaption
boolean isSetCaption()
True if has "caption" attribute
-
setCaption
void setCaption(java.lang.String caption)
Sets the "caption" attribute
-
xsetCaption
void xsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption)
Sets (as xml) the "caption" attribute
-
unsetCaption
void unsetCaption()
Unsets the "caption" attribute
-
-