Class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels
- Enclosing class:
- LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy
public static class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels
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="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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe level. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
level
protected List<LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level> levelThe level.
-
-
Constructor Details
-
Levels
public Levels()
-
-
Method Details
-
getLevel
public List<LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level> getLevel()Gets the value of the level 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 asetmethod for the level property. For example, to add a new item, do as follows:getLevel().add(newItem);Objects of the following type(s) are allowed in the listLogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level- Returns:
- the level
-