Package org.xlsx4j.sml
Class CTCalculatedMember
java.lang.Object
org.xlsx4j.sml.CTCalculatedMember
- All Implemented Interfaces:
Child
public class CTCalculatedMember extends java.lang.Object implements Child
Java class for CT_CalculatedMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CalculatedMember">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="mdx" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="memberName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="hierarchy" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="parent" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="solveOrder" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="set" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtensionListextLstprotected java.lang.Stringhierarchyprotected java.lang.Stringmdxprotected java.lang.StringmemberNameprotected java.lang.Stringnameprotected java.lang.Stringparentprotected java.lang.Booleansetprotected java.lang.IntegersolveOrder -
Constructor Summary
Constructors Constructor Description CTCalculatedMember() -
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.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetHierarchy()Gets the value of the hierarchy property.java.lang.StringgetMdx()Gets the value of the mdx property.java.lang.StringgetMemberName()Gets the value of the memberName property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetParentAttr()Gets the value of the parent property.intgetSolveOrder()Gets the value of the solveOrder property.booleanisSet()Gets the value of the set property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetHierarchy(java.lang.String value)Sets the value of the hierarchy property.voidsetMdx(java.lang.String value)Sets the value of the mdx property.voidsetMemberName(java.lang.String value)Sets the value of the memberName property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetParent(java.lang.String value)Sets the value of the parent property.voidsetSet(java.lang.Boolean value)Sets the value of the set property.voidsetSolveOrder(java.lang.Integer value)Sets the value of the solveOrder property.
-
Field Details
-
extLst
-
name
protected java.lang.String name -
mdx
protected java.lang.String mdx -
memberName
protected java.lang.String memberName -
hierarchy
protected java.lang.String hierarchy -
parent
protected java.lang.String parent -
solveOrder
protected java.lang.Integer solveOrder -
set
protected java.lang.Boolean set
-
-
Constructor Details
-
CTCalculatedMember
public CTCalculatedMember()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMdx
public java.lang.String getMdx()Gets the value of the mdx property.- Returns:
- possible object is
String
-
setMdx
public void setMdx(java.lang.String value)Sets the value of the mdx property.- Parameters:
value- allowed object isString
-
getMemberName
public java.lang.String getMemberName()Gets the value of the memberName property.- Returns:
- possible object is
String
-
setMemberName
public void setMemberName(java.lang.String value)Sets the value of the memberName property.- Parameters:
value- allowed object isString
-
getHierarchy
public java.lang.String getHierarchy()Gets the value of the hierarchy property.- Returns:
- possible object is
String
-
setHierarchy
public void setHierarchy(java.lang.String value)Sets the value of the hierarchy property.- Parameters:
value- allowed object isString
-
getParentAttr
public java.lang.String getParentAttr()Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
public void setParent(java.lang.String value)Sets the value of the parent property.- Parameters:
value- allowed object isString
-
getSolveOrder
public int getSolveOrder()Gets the value of the solveOrder property.- Returns:
- possible object is
Integer
-
setSolveOrder
public void setSolveOrder(java.lang.Integer value)Sets the value of the solveOrder property.- Parameters:
value- allowed object isInteger
-
isSet
public boolean isSet()Gets the value of the set property.- Returns:
- possible object is
Boolean
-
setSet
public void setSet(java.lang.Boolean value)Sets the value of the set property.- Parameters:
value- allowed object isBoolean
-
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.
-