org.dawb.edna.mxv1
Class XSDataImage

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataFile
          extended by org.dawb.edna.mxv1.XSDataImage

public class XSDataImage
extends XSDataFile

Java class for XSDataImage complex type.

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

 <complexType name="XSDataImage">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataFile">
       <sequence>
         <element name="date" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
         <element name="number" type="{http://www.edna-site.org}XSDataInteger" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataImage()
           
 
Method Summary
 XSDataString getDate()
          Gets the value of the date property.
 XSDataInteger getNumber()
          Gets the value of the number property.
 void setDate(XSDataString value)
          Sets the value of the date property.
 void setNumber(XSDataInteger value)
          Sets the value of the number property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataFile
getPath, setPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataImage

public XSDataImage()
Method Detail

getDate

public XSDataString getDate()
Gets the value of the date property.

Returns:
possible object is XSDataString

setDate

public void setDate(XSDataString value)
Sets the value of the date property.

Parameters:
value - allowed object is XSDataString

getNumber

public XSDataInteger getNumber()
Gets the value of the number property.

Returns:
possible object is XSDataInteger

setNumber

public void setNumber(XSDataInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is XSDataInteger