Package org.xlsx4j.sml
Class CTMdx
java.lang.Object
org.xlsx4j.sml.CTMdx
- All Implemented Interfaces:
Child
public class CTMdx extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected STMdxFunctionTypefprotected CTMdxKPIkprotected CTMdxSetmsprotected longnprotected CTMdxMemeberProppprotected CTMdxTuplet -
Constructor Summary
Constructors Constructor Description CTMdx() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STMdxFunctionTypegetF()Gets the value of the f property.CTMdxKPIgetK()Gets the value of the k property.CTMdxSetgetMs()Gets the value of the ms property.longgetN()Gets the value of the n property.CTMdxMemeberPropgetP()Gets the value of the p property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTMdxTuplegetT()Gets the value of the t property.voidsetF(STMdxFunctionType value)Sets the value of the f property.voidsetK(CTMdxKPI value)Sets the value of the k property.voidsetMs(CTMdxSet value)Sets the value of the ms property.voidsetN(long value)Sets the value of the n property.voidsetP(CTMdxMemeberProp value)Sets the value of the p property.voidsetParent(java.lang.Object parent)voidsetT(CTMdxTuple value)Sets the value of the t property.
-
Field Details
-
Constructor Details
-
CTMdx
public CTMdx()
-
-
Method Details
-
getT
Gets the value of the t property.- Returns:
- possible object is
CTMdxTuple
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isCTMdxTuple
-
getMs
Gets the value of the ms property.- Returns:
- possible object is
CTMdxSet
-
setMs
Sets the value of the ms property.- Parameters:
value- allowed object isCTMdxSet
-
getP
Gets the value of the p property.- Returns:
- possible object is
CTMdxMemeberProp
-
setP
Sets the value of the p property.- Parameters:
value- allowed object isCTMdxMemeberProp
-
getK
Gets the value of the k property.- Returns:
- possible object is
CTMdxKPI
-
setK
Sets the value of the k property.- Parameters:
value- allowed object isCTMdxKPI
-
getN
public long getN()Gets the value of the n property. -
setN
public void setN(long value)Sets the value of the n property. -
getF
Gets the value of the f property.- Returns:
- possible object is
STMdxFunctionType
-
setF
Sets the value of the f property.- Parameters:
value- allowed object isSTMdxFunctionType
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-