Class LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels.Level
Enclosing class:
LogicalModel.LocalDimensions.LocalDimension.Hierarchies.Hierarchy.Levels

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 Details

    • value

      protected String value
      The value.
    • levelAttribute

      protected String levelAttribute
      The level attribute.
    • levelType

      protected String levelType
      The level type.
    • order

      protected Byte order
      The order.
    • orderAttribute

      protected String orderAttribute
      The order attribute.
  • Constructor Details

    • Level

      public Level()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getLevelAttribute

      public String getLevelAttribute()
      Gets the value of the levelAttribute property.
      Returns:
      possible object is String
    • setLevelAttribute

      public void setLevelAttribute(String value)
      Sets the value of the levelAttribute property.
      Parameters:
      value - allowed object is String
    • getLevelType

      public String getLevelType()
      Gets the value of the levelType property.
      Returns:
      possible object is String
    • setLevelType

      public void setLevelType(String value)
      Sets the value of the levelType property.
      Parameters:
      value - allowed object is String
    • getOrder

      public Byte getOrder()
      Gets the value of the order property.
      Returns:
      possible object is Byte
    • setOrder

      public void setOrder(Byte value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is Byte
    • getOrderAttribute

      public String getOrderAttribute()
      Gets the value of the orderAttribute property.
      Returns:
      possible object is String
    • setOrderAttribute

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