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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPivotHierarchy.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTMembersaddNewMembers()Appends and returns a new empty value (as xml) as the last "members" elementCTMemberPropertiesaddNewMps()Appends and returns a new empty "mps" elementjava.lang.StringgetCaption()Gets the "caption" attributebooleangetDragOff()Gets the "dragOff" attributebooleangetDragToCol()Gets the "dragToCol" attributebooleangetDragToData()Gets the "dragToData" attributebooleangetDragToPage()Gets the "dragToPage" attributebooleangetDragToRow()Gets the "dragToRow" attributeCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetIncludeNewItemsInFilter()Gets the "includeNewItemsInFilter" attributeCTMembers[]getMembersArray()Deprecated.CTMembersgetMembersArray(int i)Gets ith "members" elementjava.util.List<CTMembers>getMembersList()Gets a List of "members" elementsCTMemberPropertiesgetMps()Gets the "mps" elementbooleangetMultipleItemSelectionAllowed()Gets the "multipleItemSelectionAllowed" attributebooleangetOutline()Gets the "outline" attributebooleangetShowInFieldList()Gets the "showInFieldList" attributebooleangetSubtotalTop()Gets the "subtotalTop" attributeCTMembersinsertNewMembers(int i)Inserts and returns a new empty value (as xml) as the ith "members" elementbooleanisSetCaption()True if has "caption" attributebooleanisSetDragOff()True if has "dragOff" attributebooleanisSetDragToCol()True if has "dragToCol" attributebooleanisSetDragToData()True if has "dragToData" attributebooleanisSetDragToPage()True if has "dragToPage" attributebooleanisSetDragToRow()True if has "dragToRow" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetIncludeNewItemsInFilter()True if has "includeNewItemsInFilter" attributebooleanisSetMps()True if has "mps" elementbooleanisSetMultipleItemSelectionAllowed()True if has "multipleItemSelectionAllowed" attributebooleanisSetOutline()True if has "outline" attributebooleanisSetShowInFieldList()True if has "showInFieldList" attributebooleanisSetSubtotalTop()True if has "subtotalTop" attributevoidremoveMembers(int i)Removes the ith "members" elementvoidsetCaption(java.lang.String caption)Sets the "caption" attributevoidsetDragOff(boolean dragOff)Sets the "dragOff" attributevoidsetDragToCol(boolean dragToCol)Sets the "dragToCol" attributevoidsetDragToData(boolean dragToData)Sets the "dragToData" attributevoidsetDragToPage(boolean dragToPage)Sets the "dragToPage" attributevoidsetDragToRow(boolean dragToRow)Sets the "dragToRow" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetIncludeNewItemsInFilter(boolean includeNewItemsInFilter)Sets the "includeNewItemsInFilter" attributevoidsetMembersArray(int i, CTMembers members)Sets ith "members" elementvoidsetMembersArray(CTMembers[] membersArray)Sets array of all "members" elementvoidsetMps(CTMemberProperties mps)Sets the "mps" elementvoidsetMultipleItemSelectionAllowed(boolean multipleItemSelectionAllowed)Sets the "multipleItemSelectionAllowed" attributevoidsetOutline(boolean outline)Sets the "outline" attributevoidsetShowInFieldList(boolean showInFieldList)Sets the "showInFieldList" attributevoidsetSubtotalTop(boolean subtotalTop)Sets the "subtotalTop" attributeintsizeOfMembersArray()Returns number of "members" elementvoidunsetCaption()Unsets the "caption" attributevoidunsetDragOff()Unsets the "dragOff" attributevoidunsetDragToCol()Unsets the "dragToCol" attributevoidunsetDragToData()Unsets the "dragToData" attributevoidunsetDragToPage()Unsets the "dragToPage" attributevoidunsetDragToRow()Unsets the "dragToRow" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetIncludeNewItemsInFilter()Unsets the "includeNewItemsInFilter" attributevoidunsetMps()Unsets the "mps" elementvoidunsetMultipleItemSelectionAllowed()Unsets the "multipleItemSelectionAllowed" attributevoidunsetOutline()Unsets the "outline" attributevoidunsetShowInFieldList()Unsets the "showInFieldList" attributevoidunsetSubtotalTop()Unsets the "subtotalTop" attributeSTXstringxgetCaption()Gets (as xml) the "caption" attributeXmlBooleanxgetDragOff()Gets (as xml) the "dragOff" attributeXmlBooleanxgetDragToCol()Gets (as xml) the "dragToCol" attributeXmlBooleanxgetDragToData()Gets (as xml) the "dragToData" attributeXmlBooleanxgetDragToPage()Gets (as xml) the "dragToPage" attributeXmlBooleanxgetDragToRow()Gets (as xml) the "dragToRow" attributeXmlBooleanxgetIncludeNewItemsInFilter()Gets (as xml) the "includeNewItemsInFilter" attributeXmlBooleanxgetMultipleItemSelectionAllowed()Gets (as xml) the "multipleItemSelectionAllowed" attributeXmlBooleanxgetOutline()Gets (as xml) the "outline" attributeXmlBooleanxgetShowInFieldList()Gets (as xml) the "showInFieldList" attributeXmlBooleanxgetSubtotalTop()Gets (as xml) the "subtotalTop" attributevoidxsetCaption(STXstring caption)Sets (as xml) the "caption" attributevoidxsetDragOff(XmlBoolean dragOff)Sets (as xml) the "dragOff" attributevoidxsetDragToCol(XmlBoolean dragToCol)Sets (as xml) the "dragToCol" attributevoidxsetDragToData(XmlBoolean dragToData)Sets (as xml) the "dragToData" attributevoidxsetDragToPage(XmlBoolean dragToPage)Sets (as xml) the "dragToPage" attributevoidxsetDragToRow(XmlBoolean dragToRow)Sets (as xml) the "dragToRow" attributevoidxsetIncludeNewItemsInFilter(XmlBoolean includeNewItemsInFilter)Sets (as xml) the "includeNewItemsInFilter" attributevoidxsetMultipleItemSelectionAllowed(XmlBoolean multipleItemSelectionAllowed)Sets (as xml) the "multipleItemSelectionAllowed" attributevoidxsetOutline(XmlBoolean outline)Sets (as xml) the "outline" attributevoidxsetShowInFieldList(XmlBoolean showInFieldList)Sets (as xml) the "showInFieldList" attributevoidxsetSubtotalTop(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
@Deprecated CTMembers[] getMembersArray()
Deprecated.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
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(STXstring caption)
Sets (as xml) the "caption" attribute
-
unsetCaption
void unsetCaption()
Unsets the "caption" attribute
-
-