Package org.xlsx4j.sml
Class CTMdx
java.lang.Object
org.xlsx4j.sml.CTMdx
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STMdxFunctionTypeprotected CTMdxKPIprotected CTMdxSetprotected longprotected CTMdxMemeberPropprotected CTMdxTuple -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getF()Gets the value of the f property.getK()Gets the value of the k property.getMs()Gets the value of the ms property.longgetN()Gets the value of the n property.getP()Gets the value of the p property.Gets the parent object in the object tree representing the unmarshalled xml document.getT()Gets the value of the t property.voidsetF(STMdxFunctionType value) Sets the value of the f property.voidSets the value of the k property.voidSets 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.voidvoidsetT(CTMdxTuple value) Sets the value of the t property.
-
Field Details
-
t
-
ms
-
p
-
k
-
n
protected long n -
f
-
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-