Interface CTMdx
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Mdx(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewK()Appends and returns a new empty "k" elementaddNewMs()Appends and returns a new empty "ms" elementaddNewP()Appends and returns a new empty "p" elementaddNewT()Appends and returns a new empty "t" elementgetF()Gets the "f" attributegetK()Gets the "k" elementgetMs()Gets the "ms" elementlonggetN()Gets the "n" attributegetP()Gets the "p" elementgetT()Gets the "t" elementbooleanisSetK()True if has "k" elementbooleanisSetMs()True if has "ms" elementbooleanisSetP()True if has "p" elementbooleanisSetT()True if has "t" elementvoidSets the "f" attributevoidSets the "k" elementvoidSets the "ms" elementvoidsetN(long n) Sets the "n" attributevoidSets the "p" elementvoidsetT(CTMdxTuple t) Sets the "t" elementvoidunsetK()Unsets the "k" elementvoidunsetMs()Unsets the "ms" elementvoidunsetP()Unsets the "p" elementvoidunsetT()Unsets the "t" elementxgetF()Gets (as xml) the "f" attributexgetN()Gets (as xml) the "n" attributevoidSets (as xml) the "f" attributevoidSets (as xml) the "n" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getT
CTMdxTuple getT()Gets the "t" element -
isSetT
boolean isSetT()True if has "t" element -
setT
Sets the "t" element -
addNewT
CTMdxTuple addNewT()Appends and returns a new empty "t" element -
unsetT
void unsetT()Unsets the "t" element -
getMs
CTMdxSet getMs()Gets the "ms" element -
isSetMs
boolean isSetMs()True if has "ms" element -
setMs
Sets the "ms" element -
addNewMs
CTMdxSet addNewMs()Appends and returns a new empty "ms" element -
unsetMs
void unsetMs()Unsets the "ms" element -
getP
CTMdxMemeberProp getP()Gets the "p" element -
isSetP
boolean isSetP()True if has "p" element -
setP
Sets the "p" element -
addNewP
CTMdxMemeberProp addNewP()Appends and returns a new empty "p" element -
unsetP
void unsetP()Unsets the "p" element -
getK
CTMdxKPI getK()Gets the "k" element -
isSetK
boolean isSetK()True if has "k" element -
setK
Sets the "k" element -
addNewK
CTMdxKPI addNewK()Appends and returns a new empty "k" element -
unsetK
void unsetK()Unsets the "k" element -
getN
long getN()Gets the "n" attribute -
xgetN
XmlUnsignedInt xgetN()Gets (as xml) the "n" attribute -
setN
void setN(long n) Sets the "n" attribute -
xsetN
Sets (as xml) the "n" attribute -
getF
STMdxFunctionType.Enum getF()Gets the "f" attribute -
xgetF
STMdxFunctionType xgetF()Gets (as xml) the "f" attribute -
setF
Sets the "f" attribute -
xsetF
Sets (as xml) the "f" attribute
-