Class CalculationScenario
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.CalculationScenario
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe apply privilege type.protected StringThe calculation scenario type.protected CalculationViewsThe calculation views.protected StringThe check analytic privileges.protected StringThe data category.protected DataSourcesThe data sources.protected StringThe default client.protected StringThe default language.protected DefaultSchemaThe default schema.protected DescriptionsThe descriptions.protected StringThe enforce sql execution.protected StringThe execution semantic.protected StringThe hierarchies SQL enabled.protected StringThe id.protected LayoutThe layout.protected StringThe local variables.protected LogicalModelThe logical model.protected MetadataThe metadata.protected StringThe origin.protected StringThe output view type.protected FloatThe schema version.protected StringThe translation relevant.protected StringThe variable mappings.protected StringThe visibility. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applyPrivilegeType property.Gets the value of the calculationScenarioType property.Gets the value of the calculationViews property.Gets the value of the checkAnalyticPrivileges property.Gets the value of the dataCategory property.Gets the value of the dataSources property.Gets the value of the defaultClient property.Gets the value of the defaultLanguage property.Gets the value of the defaultSchema property.Gets the value of the descriptions property.Gets the value of the enforceSqlExecution property.Gets the value of the executionSemantic property.Gets the value of the hierarchiesSQLEnabled property.getId()Gets the value of the id property.Gets the value of the layout property.Gets the value of the localVariables property.Gets the value of the logicalModel property.Gets the value of the metadata property.Gets the value of the origin property.Gets the value of the outputViewType property.Gets the value of the schemaVersion property.Gets the value of the translationRelevant property.Gets the value of the variableMappings property.Gets the value of the visibility property.voidsetApplyPrivilegeType(String value) Sets the value of the applyPrivilegeType property.voidsetCalculationScenarioType(String value) Sets the value of the calculationScenarioType property.voidSets the value of the calculationViews property.voidsetCheckAnalyticPrivileges(String value) Sets the value of the checkAnalyticPrivileges property.voidsetDataCategory(String value) Sets the value of the dataCategory property.voidsetDataSources(DataSources value) Sets the value of the dataSources property.voidsetDefaultClient(String value) Sets the value of the defaultClient property.voidsetDefaultLanguage(String value) Sets the value of the defaultLanguage property.voidsetDefaultSchema(DefaultSchema value) Sets the value of the defaultSchema property.voidsetDescriptions(Descriptions value) Sets the value of the descriptions property.voidsetEnforceSqlExecution(String value) Sets the value of the enforceSqlExecution property.voidsetExecutionSemantic(String value) Sets the value of the executionSemantic property.voidsetHierarchiesSQLEnabled(String value) Sets the value of the hierarchiesSQLEnabled property.voidSets the value of the id property.voidSets the value of the layout property.voidsetLocalVariables(String value) Sets the value of the localVariables property.voidsetLogicalModel(LogicalModel value) Sets the value of the logicalModel property.voidsetMetadata(Metadata value) Sets the value of the metadata property.voidSets the value of the origin property.voidsetOutputViewType(String value) Sets the value of the outputViewType property.voidsetSchemaVersion(Float value) Sets the value of the schemaVersion property.voidsetTranslationRelevant(String value) Sets the value of the translationRelevant property.voidsetVariableMappings(String value) Sets the value of the variableMappings property.voidsetVisibility(String value) Sets the value of the visibility property.
-
Field Details
-
origin
The origin. -
descriptions
The descriptions. -
metadata
The metadata. -
defaultSchema
The default schema. -
localVariables
The local variables. -
variableMappings
The variable mappings. -
dataSources
The data sources. -
calculationViews
The calculation views. -
logicalModel
The logical model. -
layout
The layout. -
schemaVersion
The schema version. -
id
The id. -
applyPrivilegeType
The apply privilege type. -
checkAnalyticPrivileges
The check analytic privileges. -
defaultClient
The default client. -
defaultLanguage
The default language. -
hierarchiesSQLEnabled
The hierarchies SQL enabled. -
translationRelevant
The translation relevant. -
visibility
The visibility. -
calculationScenarioType
The calculation scenario type. -
dataCategory
The data category. -
enforceSqlExecution
The enforce sql execution. -
executionSemantic
The execution semantic. -
outputViewType
The output view type.
-
-
Constructor Details
-
CalculationScenario
public CalculationScenario()
-
-
Method Details
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isString
-
getDescriptions
Gets the value of the descriptions property.- Returns:
- possible object is
Descriptions
-
setDescriptions
Sets the value of the descriptions property.- Parameters:
value- allowed object isDescriptions
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
Metadata
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadata
-
getDefaultSchema
Gets the value of the defaultSchema property.- Returns:
- possible object is
DefaultSchema
-
setDefaultSchema
Sets the value of the defaultSchema property.- Parameters:
value- allowed object isDefaultSchema
-
getLocalVariables
Gets the value of the localVariables property.- Returns:
- possible object is
String
-
setLocalVariables
Sets the value of the localVariables property.- Parameters:
value- allowed object isString
-
getVariableMappings
Gets the value of the variableMappings property.- Returns:
- possible object is
String
-
setVariableMappings
Sets the value of the variableMappings property.- Parameters:
value- allowed object isString
-
getDataSources
Gets the value of the dataSources property.- Returns:
- possible object is
DataSources
-
setDataSources
Sets the value of the dataSources property.- Parameters:
value- allowed object isDataSources
-
getCalculationViews
Gets the value of the calculationViews property.- Returns:
- possible object is
CalculationViews
-
setCalculationViews
Sets the value of the calculationViews property.- Parameters:
value- allowed object isCalculationViews
-
getLogicalModel
Gets the value of the logicalModel property.- Returns:
- possible object is
LogicalModel
-
setLogicalModel
Sets the value of the logicalModel property.- Parameters:
value- allowed object isLogicalModel
-
getLayout
Gets the value of the layout property.- Returns:
- possible object is
Layout
-
setLayout
Sets the value of the layout property.- Parameters:
value- allowed object isLayout
-
getSchemaVersion
Gets the value of the schemaVersion property.- Returns:
- possible object is
Float
-
setSchemaVersion
Sets the value of the schemaVersion property.- Parameters:
value- allowed object isFloat
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getApplyPrivilegeType
Gets the value of the applyPrivilegeType property.- Returns:
- possible object is
String
-
setApplyPrivilegeType
Sets the value of the applyPrivilegeType property.- Parameters:
value- allowed object isString
-
getCheckAnalyticPrivileges
Gets the value of the checkAnalyticPrivileges property.- Returns:
- possible object is
String
-
setCheckAnalyticPrivileges
Sets the value of the checkAnalyticPrivileges property.- Parameters:
value- allowed object isString
-
getDefaultClient
Gets the value of the defaultClient property.- Returns:
- possible object is
String
-
setDefaultClient
Sets the value of the defaultClient property.- Parameters:
value- allowed object isString
-
getDefaultLanguage
Gets the value of the defaultLanguage property.- Returns:
- possible object is
String
-
setDefaultLanguage
Sets the value of the defaultLanguage property.- Parameters:
value- allowed object isString
-
getHierarchiesSQLEnabled
Gets the value of the hierarchiesSQLEnabled property.- Returns:
- possible object is
String
-
setHierarchiesSQLEnabled
Sets the value of the hierarchiesSQLEnabled property.- Parameters:
value- allowed object isString
-
getTranslationRelevant
Gets the value of the translationRelevant property.- Returns:
- possible object is
String
-
setTranslationRelevant
Sets the value of the translationRelevant property.- Parameters:
value- allowed object isString
-
getVisibility
Gets the value of the visibility property.- Returns:
- possible object is
String
-
setVisibility
Sets the value of the visibility property.- Parameters:
value- allowed object isString
-
getCalculationScenarioType
Gets the value of the calculationScenarioType property.- Returns:
- possible object is
String
-
setCalculationScenarioType
Sets the value of the calculationScenarioType property.- Parameters:
value- allowed object isString
-
getDataCategory
Gets the value of the dataCategory property.- Returns:
- possible object is
String
-
setDataCategory
Sets the value of the dataCategory property.- Parameters:
value- allowed object isString
-
getEnforceSqlExecution
Gets the value of the enforceSqlExecution property.- Returns:
- possible object is
String
-
setEnforceSqlExecution
Sets the value of the enforceSqlExecution property.- Parameters:
value- allowed object isString
-
getExecutionSemantic
Gets the value of the executionSemantic property.- Returns:
- possible object is
String
-
setExecutionSemantic
Sets the value of the executionSemantic property.- Parameters:
value- allowed object isString
-
getOutputViewType
Gets the value of the outputViewType property.- Returns:
- possible object is
String
-
setOutputViewType
Sets the value of the outputViewType property.- Parameters:
value- allowed object isString
-