Interface CTMdx
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTMdx extends XmlObject
An XML CT_Mdx(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTMdx.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 CTMdxKPI
addNewK()
Appends and returns a new empty "k" elementCTMdxSet
addNewMs()
Appends and returns a new empty "ms" elementCTMdxMemeberProp
addNewP()
Appends and returns a new empty "p" elementCTMdxTuple
addNewT()
Appends and returns a new empty "t" elementSTMdxFunctionType.Enum
getF()
Gets the "f" attributeCTMdxKPI
getK()
Gets the "k" elementCTMdxSet
getMs()
Gets the "ms" elementlong
getN()
Gets the "n" attributeCTMdxMemeberProp
getP()
Gets the "p" elementCTMdxTuple
getT()
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
setF(STMdxFunctionType.Enum f)
Sets the "f" attributevoid
setK(CTMdxKPI k)
Sets the "k" elementvoid
setMs(CTMdxSet ms)
Sets the "ms" elementvoid
setN(long n)
Sets the "n" attributevoid
setP(CTMdxMemeberProp p)
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" elementSTMdxFunctionType
xgetF()
Gets (as xml) the "f" attributeXmlUnsignedInt
xgetN()
Gets (as xml) the "n" attributevoid
xsetF(STMdxFunctionType f)
Sets (as xml) the "f" attributevoid
xsetN(XmlUnsignedInt n)
Sets (as xml) the "n" 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
-
getT
CTMdxTuple getT()
Gets the "t" element
-
isSetT
boolean isSetT()
True if has "t" element
-
setT
void setT(CTMdxTuple t)
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
void setMs(CTMdxSet ms)
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
void setP(CTMdxMemeberProp p)
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
void setK(CTMdxKPI k)
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
void xsetN(XmlUnsignedInt n)
Sets (as xml) the "n" attribute
-
getF
STMdxFunctionType.Enum getF()
Gets the "f" attribute
-
xgetF
STMdxFunctionType xgetF()
Gets (as xml) the "f" attribute
-
setF
void setF(STMdxFunctionType.Enum f)
Sets the "f" attribute
-
xsetF
void xsetF(STMdxFunctionType f)
Sets (as xml) the "f" attribute
-
-