Class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level
public static class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level
extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the levelAttribute property.Gets the value of the levelType property.getOrder()Gets the value of the order property.Gets the value of the orderAttribute property.getValue()Gets the value of the value property.voidsetLevelAttribute(String value) Sets the value of the levelAttribute property.voidsetLevelType(String value) Sets the value of the levelType property.voidSets the value of the order property.voidsetOrderAttribute(String value) Sets the value of the orderAttribute property.voidSets the value of the value property.
-
Field Details
-
value
The value. -
levelAttribute
The level attribute. -
levelType
The level type. -
order
The order. -
orderAttribute
The order attribute.
-
-
Constructor Details
-
Level
public Level()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLevelAttribute
Gets the value of the levelAttribute property.- Returns:
- possible object is
String
-
setLevelAttribute
Sets the value of the levelAttribute property.- Parameters:
value- allowed object isString
-
getLevelType
Gets the value of the levelType property.- Returns:
- possible object is
String
-
setLevelType
Sets the value of the levelType property.- Parameters:
value- allowed object isString
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
Byte
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isByte
-
getOrderAttribute
Gets the value of the orderAttribute property.- Returns:
- possible object is
String
-
setOrderAttribute
Sets the value of the orderAttribute property.- Parameters:
value- allowed object isString
-