org.dawb.edna.mxv1
Class XSDataInputReadImageHeader

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataInput
          extended by org.dawb.edna.mxv1.XSDataInputReadImageHeader

public class XSDataInputReadImageHeader
extends XSDataInput

Java class for XSDataInputReadImageHeader complex type.

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

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


Constructor Summary
XSDataInputReadImageHeader()
           
 
Method Summary
 XSDataFile getImage()
          Gets the value of the image property.
 void setImage(XSDataFile value)
          Sets the value of the image property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataInput
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataInputReadImageHeader

public XSDataInputReadImageHeader()
Method Detail

getImage

public XSDataFile getImage()
Gets the value of the image property.

Returns:
possible object is XSDataFile

setImage

public void setImage(XSDataFile value)
Sets the value of the image property.

Parameters:
value - allowed object is XSDataFile