|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.com.ebmwebsourcing.easybpmn.bpmndi._2.EJaxbBounds
public class EJaxbBounds
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 |
|---|
protected double x
protected double y
protected double width
protected double height
| Constructor Detail |
|---|
public EJaxbBounds()
| Method Detail |
|---|
public double getX()
public void setX(double value)
public boolean isSetX()
public double getY()
public void setY(double value)
public boolean isSetY()
public double getWidth()
public void setWidth(double value)
public boolean isSetWidth()
public double getHeight()
public void setHeight(double value)
public boolean isSetHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||