org.dawb.edna.thumbnail
Class XSDataSize

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataSize

public class XSDataSize
extends XSData

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

XSDataSize

public XSDataSize()
Method Detail

getX

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

Returns:
possible object is XSDataLength

setX

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

Parameters:
value - allowed object is XSDataLength

getY

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

Returns:
possible object is XSDataLength

setY

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

Parameters:
value - allowed object is XSDataLength

getZ

public XSDataLength getZ()
Gets the value of the z property.

Returns:
possible object is XSDataLength

setZ

public void setZ(XSDataLength value)
Sets the value of the z property.

Parameters:
value - allowed object is XSDataLength