|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataSize
public class XSDataSize
Java class for XSDataSize complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataSize"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="x" type="{http://www.edna-site.org}XSDataLength"/> <element name="y" type="{http://www.edna-site.org}XSDataLength"/> <element name="z" type="{http://www.edna-site.org}XSDataLength"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataSize()
|
Method Summary | |
---|---|
XSDataLength |
getX()
Gets the value of the x property. |
XSDataLength |
getY()
Gets the value of the y property. |
XSDataLength |
getZ()
Gets the value of the z property. |
void |
setX(XSDataLength value)
Sets the value of the x property. |
void |
setY(XSDataLength value)
Sets the value of the y property. |
void |
setZ(XSDataLength value)
Sets the value of the z property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataSize()
Method Detail |
---|
public XSDataLength getX()
XSDataLength
public void setX(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataLength getY()
XSDataLength
public void setY(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataLength getZ()
XSDataLength
public void setZ(XSDataLength value)
value
- allowed object is
XSDataLength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |