Class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy
- Enclosing class:
- LogicalModel.LocalDimensions.LocalDimension.Hierarchies
public static class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy
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="levels">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="level" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="levelAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="levelType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="orderAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aggregateAllNodes" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rootNodeVisibility" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="withRootNode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nodeStyle" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregateAllNodes property.Gets the value of the descriptions property.getId()Gets the value of the id property.Gets the value of the levels property.Gets the value of the nodeStyle property.Gets the value of the rootNodeVisibility property.Gets the value of the withRootNode property.voidsetAggregateAllNodes(String value) Sets the value of the aggregateAllNodes property.voidsetDescriptions(LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Descriptions value) Sets the value of the descriptions property.voidSets the value of the id property.voidSets the value of the levels property.voidsetNodeStyle(String value) Sets the value of the nodeStyle property.voidsetRootNodeVisibility(String value) Sets the value of the rootNodeVisibility property.voidsetWithRootNode(String value) Sets the value of the withRootNode property.
-
Field Details
-
descriptions
protected LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Descriptions descriptionsThe descriptions. -
levels
The levels. -
id
The id. -
aggregateAllNodes
The aggregate all nodes. -
rootNodeVisibility
The root node visibility. -
withRootNode
The with root node. -
nodeStyle
The node style.
-
-
Constructor Details
-
Hierarchy
public Hierarchy()
-
-
Method Details
-
getDescriptions
public LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Descriptions getDescriptions()Gets the value of the descriptions property.- Returns:
- possible object is
LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Descriptions
-
setDescriptions
public void setDescriptions(LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Descriptions value) Sets the value of the descriptions property.- Parameters:
value- allowed object isLogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Descriptions
-
getLevels
Gets the value of the levels property.- Returns:
- possible object is
LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels
-
setLevels
public void setLevels(LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels value) Sets the value of the levels property.- Parameters:
value- allowed object isLogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels
-
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
-
getAggregateAllNodes
Gets the value of the aggregateAllNodes property.- Returns:
- possible object is
String
-
setAggregateAllNodes
Sets the value of the aggregateAllNodes property.- Parameters:
value- allowed object isString
-
getRootNodeVisibility
Gets the value of the rootNodeVisibility property.- Returns:
- possible object is
String
-
setRootNodeVisibility
Sets the value of the rootNodeVisibility property.- Parameters:
value- allowed object isString
-
getWithRootNode
Gets the value of the withRootNode property.- Returns:
- possible object is
String
-
setWithRootNode
Sets the value of the withRootNode property.- Parameters:
value- allowed object isString
-
getNodeStyle
Gets the value of the nodeStyle property.- Returns:
- possible object is
String
-
setNodeStyle
Sets the value of the nodeStyle property.- Parameters:
value- allowed object isString
-