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 classCTMdx.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 Modifier and Type Method Description CTMdxKPIaddNewK()Appends and returns a new empty "k" elementCTMdxSetaddNewMs()Appends and returns a new empty "ms" elementCTMdxMemeberPropaddNewP()Appends and returns a new empty "p" elementCTMdxTupleaddNewT()Appends and returns a new empty "t" elementSTMdxFunctionType.EnumgetF()Gets the "f" attributeCTMdxKPIgetK()Gets the "k" elementCTMdxSetgetMs()Gets the "ms" elementlonggetN()Gets the "n" attributeCTMdxMemeberPropgetP()Gets the "p" elementCTMdxTuplegetT()Gets the "t" elementbooleanisSetK()True if has "k" elementbooleanisSetMs()True if has "ms" elementbooleanisSetP()True if has "p" elementbooleanisSetT()True if has "t" elementvoidsetF(STMdxFunctionType.Enum f)Sets the "f" attributevoidsetK(CTMdxKPI k)Sets the "k" elementvoidsetMs(CTMdxSet ms)Sets the "ms" elementvoidsetN(long n)Sets the "n" attributevoidsetP(CTMdxMemeberProp p)Sets the "p" elementvoidsetT(CTMdxTuple t)Sets the "t" elementvoidunsetK()Unsets the "k" elementvoidunsetMs()Unsets the "ms" elementvoidunsetP()Unsets the "p" elementvoidunsetT()Unsets the "t" elementSTMdxFunctionTypexgetF()Gets (as xml) the "f" attributeXmlUnsignedIntxgetN()Gets (as xml) the "n" attributevoidxsetF(STMdxFunctionType f)Sets (as xml) the "f" attributevoidxsetN(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
-
-