easybox.com.ebmwebsourcing.easybpmn.bpmndi._2
Class EJaxbPoint

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbPoint
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbPoint
extends com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject

Java class for Point complex type.

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

 <complexType name="Point">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double x
           
protected  double y
           
 
Constructor Summary
EJaxbPoint()
           
 
Method Summary
 double getX()
          Gets the value of the x property.
 double getY()
          Gets the value of the y property.
 boolean isSetX()
           
 boolean isSetY()
           
 void setX(double value)
          Sets the value of the x property.
 void setY(double value)
          Sets the value of the y property.
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject
getParent, getXmlObject, setXmlObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected double x

y

protected double y
Constructor Detail

EJaxbPoint

public EJaxbPoint()
Method Detail

getX

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


setX

public void setX(double value)
Sets the value of the x property.


isSetX

public boolean isSetX()

getY

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


setY

public void setY(double value)
Sets the value of the y property.


isSetY

public boolean isSetY()


Copyright © 2011 Petals Link. All Rights Reserved.