com.ibm.ram.internal.jaxb
Class Coordinates

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.Coordinates

public class Coordinates
extends java.lang.Object

X and Y coordinates for visual layout

Java class for Coordinates complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Coordinates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
       <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer x
           
protected  java.lang.Integer y
           
 
Constructor Summary
Coordinates()
           
 
Method Summary
 int getX()
          Gets the value of the x property.
 int getY()
          Gets the value of the y property.
 void setX(java.lang.Integer value)
          Sets the value of the x property.
 void setY(java.lang.Integer value)
          Sets the value of the y property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected java.lang.Integer x

y

protected java.lang.Integer y
Constructor Detail

Coordinates

public Coordinates()
Method Detail

getX

public int getX()
Gets the value of the x property.

Returns:
possible object is Integer

setX

public void setX(java.lang.Integer value)
Sets the value of the x property.

Parameters:
value - allowed object is Integer

getY

public int getY()
Gets the value of the y property.

Returns:
possible object is Integer

setY

public void setY(java.lang.Integer value)
Sets the value of the y property.

Parameters:
value - allowed object is Integer