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

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.EJaxbBounds
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

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

Java class for Bounds complex type.

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

 <complexType name="Bounds">
   <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" />
       <attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double height
           
protected  double width
           
protected  double x
           
protected  double y
           
 
Constructor Summary
EJaxbBounds()
           
 
Method Summary
 double getHeight()
          Gets the value of the height property.
 double getWidth()
          Gets the value of the width property.
 double getX()
          Gets the value of the x property.
 double getY()
          Gets the value of the y property.
 boolean isSetHeight()
           
 boolean isSetWidth()
           
 boolean isSetX()
           
 boolean isSetY()
           
 void setHeight(double value)
          Sets the value of the height property.
 void setWidth(double value)
          Sets the value of the width property.
 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

width

protected double width

height

protected double height
Constructor Detail

EJaxbBounds

public EJaxbBounds()
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()

getWidth

public double getWidth()
Gets the value of the width property.


setWidth

public void setWidth(double value)
Sets the value of the width property.


isSetWidth

public boolean isSetWidth()

getHeight

public double getHeight()
Gets the value of the height property.


setHeight

public void setHeight(double value)
Sets the value of the height property.


isSetHeight

public boolean isSetHeight()


Copyright © 2011 Petals Link. All Rights Reserved.