Class Layout.Shapes.Shape.RectangleSize
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.Layout.Shapes.Shape.RectangleSize
- Enclosing class:
- Layout.Shapes.Shape
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the height property.getValue()Gets the value of the value property.getWidth()Gets the value of the width property.voidSets the value of the height property.voidSets the value of the value property.voidSets the value of the width property.
-
Field Details
-
value
The value. -
height
The height. -
width
The width.
-
-
Constructor Details
-
RectangleSize
public RectangleSize()
-
-
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
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
Byte
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isByte
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Byte
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isByte
-