Class CalculationScenario

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.CalculationScenario

public class CalculationScenario 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 ref="{}origin"/>
         <element ref="{}descriptions"/>
         <element ref="{}metadata"/>
         <element ref="{}defaultSchema"/>
         <element ref="{}localVariables"/>
         <element ref="{}variableMappings"/>
         <element ref="{}dataSources"/>
         <element ref="{}calculationViews"/>
         <element ref="{}logicalModel"/>
         <element ref="{}layout"/>
       </sequence>
       <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="applyPrivilegeType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="checkAnalyticPrivileges" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="defaultClient" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="defaultLanguage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hierarchiesSQLEnabled" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="translationRelevant" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visibility" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="calculationScenarioType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dataCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enforceSqlExecution" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="executionSemantic" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="outputViewType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • origin

      protected String origin
      The origin.
    • descriptions

      protected Descriptions descriptions
      The descriptions.
    • metadata

      protected Metadata metadata
      The metadata.
    • defaultSchema

      protected DefaultSchema defaultSchema
      The default schema.
    • localVariables

      protected String localVariables
      The local variables.
    • variableMappings

      protected String variableMappings
      The variable mappings.
    • dataSources

      protected DataSources dataSources
      The data sources.
    • calculationViews

      protected CalculationViews calculationViews
      The calculation views.
    • logicalModel

      protected LogicalModel logicalModel
      The logical model.
    • layout

      protected Layout layout
      The layout.
    • schemaVersion

      protected Float schemaVersion
      The schema version.
    • id

      protected String id
      The id.
    • applyPrivilegeType

      protected String applyPrivilegeType
      The apply privilege type.
    • checkAnalyticPrivileges

      protected String checkAnalyticPrivileges
      The check analytic privileges.
    • defaultClient

      protected String defaultClient
      The default client.
    • defaultLanguage

      protected String defaultLanguage
      The default language.
    • hierarchiesSQLEnabled

      protected String hierarchiesSQLEnabled
      The hierarchies SQL enabled.
    • translationRelevant

      protected String translationRelevant
      The translation relevant.
    • visibility

      protected String visibility
      The visibility.
    • calculationScenarioType

      protected String calculationScenarioType
      The calculation scenario type.
    • dataCategory

      protected String dataCategory
      The data category.
    • enforceSqlExecution

      protected String enforceSqlExecution
      The enforce sql execution.
    • executionSemantic

      protected String executionSemantic
      The execution semantic.
    • outputViewType

      protected String outputViewType
      The output view type.
  • Constructor Details

    • CalculationScenario

      public CalculationScenario()
  • Method Details

    • getOrigin

      public String getOrigin()
      Gets the value of the origin property.
      Returns:
      possible object is String
    • setOrigin

      public void setOrigin(String value)
      Sets the value of the origin property.
      Parameters:
      value - allowed object is String
    • getDescriptions

      public Descriptions getDescriptions()
      Gets the value of the descriptions property.
      Returns:
      possible object is Descriptions
    • setDescriptions

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

      public Metadata getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is Metadata
    • setMetadata

      public void setMetadata(Metadata value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is Metadata
    • getDefaultSchema

      public DefaultSchema getDefaultSchema()
      Gets the value of the defaultSchema property.
      Returns:
      possible object is DefaultSchema
    • setDefaultSchema

      public void setDefaultSchema(DefaultSchema value)
      Sets the value of the defaultSchema property.
      Parameters:
      value - allowed object is DefaultSchema
    • getLocalVariables

      public String getLocalVariables()
      Gets the value of the localVariables property.
      Returns:
      possible object is String
    • setLocalVariables

      public void setLocalVariables(String value)
      Sets the value of the localVariables property.
      Parameters:
      value - allowed object is String
    • getVariableMappings

      public String getVariableMappings()
      Gets the value of the variableMappings property.
      Returns:
      possible object is String
    • setVariableMappings

      public void setVariableMappings(String value)
      Sets the value of the variableMappings property.
      Parameters:
      value - allowed object is String
    • getDataSources

      public DataSources getDataSources()
      Gets the value of the dataSources property.
      Returns:
      possible object is DataSources
    • setDataSources

      public void setDataSources(DataSources value)
      Sets the value of the dataSources property.
      Parameters:
      value - allowed object is DataSources
    • getCalculationViews

      public CalculationViews getCalculationViews()
      Gets the value of the calculationViews property.
      Returns:
      possible object is CalculationViews
    • setCalculationViews

      public void setCalculationViews(CalculationViews value)
      Sets the value of the calculationViews property.
      Parameters:
      value - allowed object is CalculationViews
    • getLogicalModel

      public LogicalModel getLogicalModel()
      Gets the value of the logicalModel property.
      Returns:
      possible object is LogicalModel
    • setLogicalModel

      public void setLogicalModel(LogicalModel value)
      Sets the value of the logicalModel property.
      Parameters:
      value - allowed object is LogicalModel
    • getLayout

      public Layout getLayout()
      Gets the value of the layout property.
      Returns:
      possible object is Layout
    • setLayout

      public void setLayout(Layout value)
      Sets the value of the layout property.
      Parameters:
      value - allowed object is Layout
    • getSchemaVersion

      public Float getSchemaVersion()
      Gets the value of the schemaVersion property.
      Returns:
      possible object is Float
    • setSchemaVersion

      public void setSchemaVersion(Float value)
      Sets the value of the schemaVersion property.
      Parameters:
      value - allowed object is Float
    • 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
    • getApplyPrivilegeType

      public String getApplyPrivilegeType()
      Gets the value of the applyPrivilegeType property.
      Returns:
      possible object is String
    • setApplyPrivilegeType

      public void setApplyPrivilegeType(String value)
      Sets the value of the applyPrivilegeType property.
      Parameters:
      value - allowed object is String
    • getCheckAnalyticPrivileges

      public String getCheckAnalyticPrivileges()
      Gets the value of the checkAnalyticPrivileges property.
      Returns:
      possible object is String
    • setCheckAnalyticPrivileges

      public void setCheckAnalyticPrivileges(String value)
      Sets the value of the checkAnalyticPrivileges property.
      Parameters:
      value - allowed object is String
    • getDefaultClient

      public String getDefaultClient()
      Gets the value of the defaultClient property.
      Returns:
      possible object is String
    • setDefaultClient

      public void setDefaultClient(String value)
      Sets the value of the defaultClient property.
      Parameters:
      value - allowed object is String
    • getDefaultLanguage

      public String getDefaultLanguage()
      Gets the value of the defaultLanguage property.
      Returns:
      possible object is String
    • setDefaultLanguage

      public void setDefaultLanguage(String value)
      Sets the value of the defaultLanguage property.
      Parameters:
      value - allowed object is String
    • getHierarchiesSQLEnabled

      public String getHierarchiesSQLEnabled()
      Gets the value of the hierarchiesSQLEnabled property.
      Returns:
      possible object is String
    • setHierarchiesSQLEnabled

      public void setHierarchiesSQLEnabled(String value)
      Sets the value of the hierarchiesSQLEnabled property.
      Parameters:
      value - allowed object is String
    • getTranslationRelevant

      public String getTranslationRelevant()
      Gets the value of the translationRelevant property.
      Returns:
      possible object is String
    • setTranslationRelevant

      public void setTranslationRelevant(String value)
      Sets the value of the translationRelevant property.
      Parameters:
      value - allowed object is String
    • getVisibility

      public String getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is String
    • setVisibility

      public void setVisibility(String value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is String
    • getCalculationScenarioType

      public String getCalculationScenarioType()
      Gets the value of the calculationScenarioType property.
      Returns:
      possible object is String
    • setCalculationScenarioType

      public void setCalculationScenarioType(String value)
      Sets the value of the calculationScenarioType property.
      Parameters:
      value - allowed object is String
    • getDataCategory

      public String getDataCategory()
      Gets the value of the dataCategory property.
      Returns:
      possible object is String
    • setDataCategory

      public void setDataCategory(String value)
      Sets the value of the dataCategory property.
      Parameters:
      value - allowed object is String
    • getEnforceSqlExecution

      public String getEnforceSqlExecution()
      Gets the value of the enforceSqlExecution property.
      Returns:
      possible object is String
    • setEnforceSqlExecution

      public void setEnforceSqlExecution(String value)
      Sets the value of the enforceSqlExecution property.
      Parameters:
      value - allowed object is String
    • getExecutionSemantic

      public String getExecutionSemantic()
      Gets the value of the executionSemantic property.
      Returns:
      possible object is String
    • setExecutionSemantic

      public void setExecutionSemantic(String value)
      Sets the value of the executionSemantic property.
      Parameters:
      value - allowed object is String
    • getOutputViewType

      public String getOutputViewType()
      Gets the value of the outputViewType property.
      Returns:
      possible object is String
    • setOutputViewType

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