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" elementlong
getN()
Gets the "n" attributegetP()
Gets the "p" elementgetT()
Gets the "t" elementboolean
isSetK()
True if has "k" elementboolean
isSetMs()
True if has "ms" elementboolean
isSetP()
True if has "p" elementboolean
isSetT()
True if has "t" elementvoid
Sets the "f" attributevoid
Sets the "k" elementvoid
Sets the "ms" elementvoid
setN
(long n) Sets the "n" attributevoid
Sets the "p" elementvoid
setT
(CTMdxTuple t) Sets the "t" elementvoid
unsetK()
Unsets the "k" elementvoid
unsetMs()
Unsets the "ms" elementvoid
unsetP()
Unsets the "p" elementvoid
unsetT()
Unsets the "t" elementxgetF()
Gets (as xml) the "f" attributexgetN()
Gets (as xml) the "n" attributevoid
Sets (as xml) the "f" attributevoid
Sets (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, 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 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
-