Class Layout.Shapes.Shape.RectangleSize

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.Layout.Shapes.Shape.RectangleSize
Enclosing class:
Layout.Shapes.Shape

public static class Layout.Shapes.Shape.RectangleSize 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="height" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}byte" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
      The value.
    • height

      protected Byte height
      The height.
    • width

      protected Byte width
      The width.
  • Constructor Details

    • RectangleSize

      public RectangleSize()
  • 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
    • getHeight

      public Byte getHeight()
      Gets the value of the height property.
      Returns:
      possible object is Byte
    • setHeight

      public void setHeight(Byte value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is Byte
    • getWidth

      public Byte getWidth()
      Gets the value of the width property.
      Returns:
      possible object is Byte
    • setWidth

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