Class Layout.Shapes.Shape.UpperLeftCorner

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

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

    • value

      protected String value
      The value.
    • x

      protected Short x
      The x.
    • y

      protected Short y
      The y.
  • Constructor Details

    • UpperLeftCorner

      public UpperLeftCorner()
  • 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
    • getX

      public Short getX()
      Gets the value of the x property.
      Returns:
      possible object is Short
    • setX

      public void setX(Short value)
      Sets the value of the x property.
      Parameters:
      value - allowed object is Short
    • getY

      public Short getY()
      Gets the value of the y property.
      Returns:
      possible object is Short
    • setY

      public void setY(Short value)
      Sets the value of the y property.
      Parameters:
      value - allowed object is Short