org.dawb.edna.mxv1
Class XSDataIndexingInput

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

public class XSDataIndexingInput
extends XSDataInput

Java class for XSDataIndexingInput complex type.

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

 <complexType name="XSDataIndexingInput">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataInput">
       <sequence>
         <element name="crystal" type="{http://www.edna-site.org}XSDataCrystal" minOccurs="0"/>
         <element name="dataCollection" type="{http://www.edna-site.org}XSDataCollection"/>
         <element name="experimentalCondition" type="{http://www.edna-site.org}XSDataExperimentalCondition" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataIndexingInput()
           
 
Method Summary
 XSDataCrystal getCrystal()
          Gets the value of the crystal property.
 XSDataCollection getDataCollection()
          Gets the value of the dataCollection property.
 XSDataExperimentalCondition getExperimentalCondition()
          Gets the value of the experimentalCondition property.
 void setCrystal(XSDataCrystal value)
          Sets the value of the crystal property.
 void setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.
 void setExperimentalCondition(XSDataExperimentalCondition value)
          Sets the value of the experimentalCondition 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

XSDataIndexingInput

public XSDataIndexingInput()
Method Detail

getCrystal

public XSDataCrystal getCrystal()
Gets the value of the crystal property.

Returns:
possible object is XSDataCrystal

setCrystal

public void setCrystal(XSDataCrystal value)
Sets the value of the crystal property.

Parameters:
value - allowed object is XSDataCrystal

getDataCollection

public XSDataCollection getDataCollection()
Gets the value of the dataCollection property.

Returns:
possible object is XSDataCollection

setDataCollection

public void setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property.

Parameters:
value - allowed object is XSDataCollection

getExperimentalCondition

public XSDataExperimentalCondition getExperimentalCondition()
Gets the value of the experimentalCondition property.

Returns:
possible object is XSDataExperimentalCondition

setExperimentalCondition

public void setExperimentalCondition(XSDataExperimentalCondition value)
Sets the value of the experimentalCondition property.

Parameters:
value - allowed object is XSDataExperimentalCondition