org.dawb.edna.mxv1
Class XSDataDate

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataString
          extended by org.dawb.edna.mxv1.XSDataDate

public class XSDataDate
extends XSDataString

Java class for XSDataDate complex type.

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

 <complexType name="XSDataDate">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataString">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataDate()
           
 
Method Summary
 
Methods inherited from class org.dawb.edna.mxv1.XSDataString
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataDate

public XSDataDate()