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 CTExtensionList extLst  
    protected java.lang.String hierarchy  
    protected java.lang.String mdx  
    protected java.lang.String memberName  
    protected java.lang.String name  
    protected java.lang.String parent  
    protected java.lang.Boolean set  
    protected java.lang.Integer solveOrder  
  • Constructor Summary

    Constructors
    Constructor Description
    CTCalculatedMember()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.
    java.lang.String getHierarchy()
    Gets the value of the hierarchy property.
    java.lang.String getMdx()
    Gets the value of the mdx property.
    java.lang.String getMemberName()
    Gets the value of the memberName property.
    java.lang.String getName()
    Gets the value of the name property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.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​(java.lang.String value)
    Sets the value of the hierarchy property.
    void setMdx​(java.lang.String value)
    Sets the value of the mdx property.
    void setMemberName​(java.lang.String value)
    Sets the value of the memberName property.
    void setName​(java.lang.String value)
    Sets the value of the name property.
    void setParent​(java.lang.Object parent)  
    void setParent​(java.lang.String value)
    Sets the value of the parent property.
    void setSet​(java.lang.Boolean value)
    Sets the value of the set property.
    void setSolveOrder​(java.lang.Integer value)
    Sets the value of the solveOrder property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • extLst

      protected CTExtensionList 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

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is Integer
    • 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 is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.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.