Class CalculatedMember

java.lang.Object
org.openforis.collect.mondrian.CalculatedMember

public class CalculatedMember extends Object

Java class for CalculatedMember complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CalculatedMember">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Annotations" type="{}Annotations" minOccurs="0"/>
         <element name="Formula" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="CalculatedMemberProperty" type="{}CalculatedMemberProperty" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="formatString" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CalculatedMember

      public CalculatedMember()
  • Method Details

    • getAnnotations

      public Annotations getAnnotations()
      Gets the value of the annotations property.
      Returns:
      possible object is Annotations
    • setAnnotations

      public void setAnnotations(Annotations value)
      Sets the value of the annotations property.
      Parameters:
      value - allowed object is Annotations
    • getFormula

      public Object getFormula()
      Gets the value of the formula property.
      Returns:
      possible object is Object
    • setFormula

      public void setFormula(Object value)
      Sets the value of the formula property.
      Parameters:
      value - allowed object is Object
    • getCalculatedMemberProperty

      public List<CalculatedMemberProperty> getCalculatedMemberProperty()
      Gets the value of the calculatedMemberProperty property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the calculatedMemberProperty property.

      For example, to add a new item, do as follows:

          getCalculatedMemberProperty().add(newItem);
       

      Objects of the following type(s) are allowed in the list CalculatedMemberProperty

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getFormatString

      public String getFormatString()
      Gets the value of the formatString property.
      Returns:
      possible object is String
    • setFormatString

      public void setFormatString(String value)
      Sets the value of the formatString property.
      Parameters:
      value - allowed object is String
    • getCaption

      public String getCaption()
      Gets the value of the caption property.
      Returns:
      possible object is String
    • setCaption

      public void setCaption(String value)
      Sets the value of the caption property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getDimension

      public String getDimension()
      Gets the value of the dimension property.
      Returns:
      possible object is String
    • setDimension

      public void setDimension(String value)
      Sets the value of the dimension property.
      Parameters:
      value - allowed object is String
    • isVisible

      public boolean isVisible()
      Gets the value of the visible property.
      Returns:
      possible object is Boolean
    • setVisible

      public void setVisible(Boolean value)
      Sets the value of the visible property.
      Parameters:
      value - allowed object is Boolean