Class Layout.Shapes.Shape.UpperLeftCorner
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.Layout.Shapes.Shape.UpperLeftCorner
- 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="x" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The value. -
x
The x. -
y
The y.
-
-
Constructor Details
-
UpperLeftCorner
public UpperLeftCorner()
-
-
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
-
getX
Gets the value of the x property.- Returns:
- possible object is
Short
-
setX
Sets the value of the x property.- Parameters:
value- allowed object isShort
-
getY
Gets the value of the y property.- Returns:
- possible object is
Short
-
setY
Sets the value of the y property.- Parameters:
value- allowed object isShort
-