org.dawb.edna.mxv1
Class XSDataInput

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataInput
Direct Known Subclasses:
XSDataGeneratePredictionInput, XSDataIndexingInput, XSDataInputCharacterisation, XSDataInputControlISPyB, XSDataInputInducedRadiationProcess, XSDataInputReadImageHeader, XSDataInputStrategy, XSDataInputSubWedgeAssemble, XSDataInputSubWedgeMerge, XSDataStrategyInput

public class XSDataInput
extends XSData

Java class for XSDataInput complex type.

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

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


Constructor Summary
XSDataInput()
           
 
Method Summary
 XSConfiguration getConfiguration()
          Gets the value of the configuration property.
 void setConfiguration(XSConfiguration value)
          Sets the value of the configuration property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataInput

public XSDataInput()
Method Detail

getConfiguration

public XSConfiguration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is XSConfiguration

setConfiguration

public void setConfiguration(XSConfiguration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is XSConfiguration