Package org.xlsx4j.sml
Class CTCalculatedMember
java.lang.Object
org.xlsx4j.sml.CTCalculatedMember
- All Implemented Interfaces:
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 -
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.Gets the value of the extLst property.Gets the value of the hierarchy property.getMdx()Gets the value of the mdx property.Gets the value of the memberName property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the parent property.intGets 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(String value) Sets the value of the hierarchy property.voidSets the value of the mdx property.voidsetMemberName(String value) Sets the value of the memberName property.voidSets the value of the name property.voidvoidSets the value of the parent property.voidSets the value of the set property.voidsetSolveOrder(Integer value) Sets the value of the solveOrder property.
-
Field Details
-
extLst
-
name
-
mdx
-
memberName
-
hierarchy
-
parent
-
solveOrder
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMdx
Gets the value of the mdx property.- Returns:
- possible object is
String
-
setMdx
Sets the value of the mdx property.- Parameters:
value- allowed object isString
-
getMemberName
Gets the value of the memberName property.- Returns:
- possible object is
String
-
setMemberName
Sets the value of the memberName property.- Parameters:
value- allowed object isString
-
getHierarchy
Gets the value of the hierarchy property.- Returns:
- possible object is
String
-
setHierarchy
Sets the value of the hierarchy property.- Parameters:
value- allowed object isString
-
getParentAttr
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
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
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
Sets the value of the set property.- Parameters:
value- allowed object isBoolean
-
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.
-