org.dawb.edna.mxv1
Class XSDataFile

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataFile
Direct Known Subclasses:
XSDataImage

public class XSDataFile
extends XSData

Java class for XSDataFile complex type.

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

 <complexType name="XSDataFile">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="path" type="{http://www.edna-site.org}XSDataString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataFile()
           
 
Method Summary
 XSDataString getPath()
          Gets the value of the path property.
 void setPath(XSDataString value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataFile

public XSDataFile()
Method Detail

getPath

public XSDataString getPath()
Gets the value of the path property.

Returns:
possible object is XSDataString

setPath

public void setPath(XSDataString value)
Sets the value of the path property.

Parameters:
value - allowed object is XSDataString