Class InformationModelLayout

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.InformationModelLayout

public class InformationModelLayout 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="relativeWidthScenario" type="{http://www.w3.org/2001/XMLSchema}byte" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
      The value.
    • relativeWidthScenario

      protected Byte relativeWidthScenario
      The relative width scenario.
  • Constructor Details

    • InformationModelLayout

      public InformationModelLayout()
  • 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
    • getRelativeWidthScenario

      public Byte getRelativeWidthScenario()
      Gets the value of the relativeWidthScenario property.
      Returns:
      possible object is Byte
    • setRelativeWidthScenario

      public void setRelativeWidthScenario(Byte value)
      Sets the value of the relativeWidthScenario property.
      Parameters:
      value - allowed object is Byte