| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.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()
XSDataLengthpublic void setX(XSDataLength value)
value - allowed object is
     XSDataLengthpublic XSDataLength getY()
XSDataLengthpublic void setY(XSDataLength value)
value - allowed object is
     XSDataLengthpublic XSDataLength getZ()
XSDataLengthpublic 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 | |||||||||