public class CTCalculatedMember extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected String |
hierarchy |
protected String |
mdx |
protected String |
memberName |
protected String |
name |
protected String |
parent |
protected Boolean |
set |
protected Integer |
solveOrder |
| Constructor and Description |
|---|
CTCalculatedMember() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getHierarchy()
Gets the value of the hierarchy property.
|
String |
getMdx()
Gets the value of the mdx property.
|
String |
getMemberName()
Gets the value of the memberName property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getParentAttr()
Gets the value of the parent property.
|
int |
getSolveOrder()
Gets the value of the solveOrder property.
|
boolean |
isSet()
Gets the value of the set property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHierarchy(String value)
Sets the value of the hierarchy property.
|
void |
setMdx(String value)
Sets the value of the mdx property.
|
void |
setMemberName(String value)
Sets the value of the memberName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setSet(Boolean value)
Sets the value of the set property.
|
void |
setSolveOrder(Integer value)
Sets the value of the solveOrder property.
|
protected CTExtensionList extLst
protected String name
protected String mdx
protected String memberName
protected String hierarchy
protected String parent
protected Integer solveOrder
protected Boolean set
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMdx()
Stringpublic void setMdx(String value)
value - allowed object is
Stringpublic String getMemberName()
Stringpublic void setMemberName(String value)
value - allowed object is
Stringpublic String getHierarchy()
Stringpublic void setHierarchy(String value)
value - allowed object is
Stringpublic String getParentAttr()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic int getSolveOrder()
Integerpublic void setSolveOrder(Integer value)
value - allowed object is
Integerpublic boolean isSet()
Booleanpublic void setSet(Boolean value)
value - allowed object is
Booleanpublic 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-2021. All Rights Reserved.