public class CTMdx extends Object implements Child
Java class for CT_Mdx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Mdx">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MdxTuple"/>
<element name="ms" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MdxSet"/>
<element name="p" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MdxMemeberProp"/>
<element name="k" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MdxKPI"/>
</choice>
<attribute name="n" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="f" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_MdxFunctionType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STMdxFunctionType |
f |
protected CTMdxKPI |
k |
protected CTMdxSet |
ms |
protected long |
n |
protected CTMdxMemeberProp |
p |
protected CTMdxTuple |
t |
| Constructor and Description |
|---|
CTMdx() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STMdxFunctionType |
getF()
Gets the value of the f property.
|
CTMdxKPI |
getK()
Gets the value of the k property.
|
CTMdxSet |
getMs()
Gets the value of the ms property.
|
long |
getN()
Gets the value of the n property.
|
CTMdxMemeberProp |
getP()
Gets the value of the p property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTMdxTuple |
getT()
Gets the value of the t property.
|
void |
setF(STMdxFunctionType value)
Sets the value of the f property.
|
void |
setK(CTMdxKPI value)
Sets the value of the k property.
|
void |
setMs(CTMdxSet value)
Sets the value of the ms property.
|
void |
setN(long value)
Sets the value of the n property.
|
void |
setP(CTMdxMemeberProp value)
Sets the value of the p property.
|
void |
setParent(Object parent) |
void |
setT(CTMdxTuple value)
Sets the value of the t property.
|
protected CTMdxTuple t
protected CTMdxSet ms
protected CTMdxMemeberProp p
protected CTMdxKPI k
protected long n
protected STMdxFunctionType f
public CTMdxTuple getT()
CTMdxTuplepublic void setT(CTMdxTuple value)
value - allowed object is
CTMdxTuplepublic CTMdxSet getMs()
CTMdxSetpublic void setMs(CTMdxSet value)
value - allowed object is
CTMdxSetpublic CTMdxMemeberProp getP()
CTMdxMemeberProppublic void setP(CTMdxMemeberProp value)
value - allowed object is
CTMdxMemeberProppublic void setK(CTMdxKPI value)
value - allowed object is
CTMdxKPIpublic long getN()
public void setN(long value)
public STMdxFunctionType getF()
STMdxFunctionTypepublic void setF(STMdxFunctionType value)
value - allowed object is
STMdxFunctionTypepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.