Class LogicalModel.CalculatedMeasures.Measure

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.CalculatedMeasures.Measure
Enclosing class:
LogicalModel.CalculatedMeasures

public static class LogicalModel.CalculatedMeasures.Measure extends Object
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="descriptions">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="defaultDescription" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="exceptionAggregation">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="attribute" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="exceptionAggregationType" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="formula" type="{http://www.w3.org/2001/XMLSchema}byte"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="aggregationType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="measureType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="calculatedMeasureType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Measure

      public Measure()
  • Method Details

    • getDescriptions

      Gets the value of the descriptions property.
      Returns:
      possible object is LogicalModel.CalculatedMeasures.Measure.Descriptions
    • setDescriptions

      public void setDescriptions(LogicalModel.CalculatedMeasures.Measure.Descriptions value)
      Sets the value of the descriptions property.
      Parameters:
      value - allowed object is LogicalModel.CalculatedMeasures.Measure.Descriptions
    • getExceptionAggregation

      Gets the value of the exceptionAggregation property.
      Returns:
      possible object is LogicalModel.CalculatedMeasures.Measure.ExceptionAggregation
    • setExceptionAggregation

      public void setExceptionAggregation(LogicalModel.CalculatedMeasures.Measure.ExceptionAggregation value)
      Sets the value of the exceptionAggregation property.
      Parameters:
      value - allowed object is LogicalModel.CalculatedMeasures.Measure.ExceptionAggregation
    • getFormula

      public byte getFormula()
      Gets the value of the formula property.
      Returns:
      the formula
    • setFormula

      public void setFormula(byte value)
      Sets the value of the formula property.
      Parameters:
      value - the new formula
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getHidden

      public String getHidden()
      Gets the value of the hidden property.
      Returns:
      possible object is String
    • setHidden

      public void setHidden(String value)
      Sets the value of the hidden property.
      Parameters:
      value - allowed object is String
    • getOrder

      public Byte getOrder()
      Gets the value of the order property.
      Returns:
      possible object is Byte
    • setOrder

      public void setOrder(Byte value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is Byte
    • getAggregationType

      public String getAggregationType()
      Gets the value of the aggregationType property.
      Returns:
      possible object is String
    • setAggregationType

      public void setAggregationType(String value)
      Sets the value of the aggregationType property.
      Parameters:
      value - allowed object is String
    • getMeasureType

      public String getMeasureType()
      Gets the value of the measureType property.
      Returns:
      possible object is String
    • setMeasureType

      public void setMeasureType(String value)
      Sets the value of the measureType property.
      Parameters:
      value - allowed object is String
    • getCalculatedMeasureType

      public String getCalculatedMeasureType()
      Gets the value of the calculatedMeasureType property.
      Returns:
      possible object is String
    • setCalculatedMeasureType

      public void setCalculatedMeasureType(String value)
      Sets the value of the calculatedMeasureType property.
      Parameters:
      value - allowed object is String
    • getDatatype

      public String getDatatype()
      Gets the value of the datatype property.
      Returns:
      possible object is String
    • setDatatype

      public void setDatatype(String value)
      Sets the value of the datatype property.
      Parameters:
      value - allowed object is String
    • getExpressionLanguage

      public String getExpressionLanguage()
      Gets the value of the expressionLanguage property.
      Returns:
      possible object is String
    • setExpressionLanguage

      public void setExpressionLanguage(String value)
      Sets the value of the expressionLanguage property.
      Parameters:
      value - allowed object is String