org.dawb.edna.mxv1
Class XSDataIntegrationInput

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

public class XSDataIntegrationInput
extends XSDataGeneratePredictionInput

Java class for XSDataIntegrationInput complex type.

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

 <complexType name="XSDataIntegrationInput">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataGeneratePredictionInput">
       <sequence>
         <element name="crystalRefined" type="{http://www.edna-site.org}XSDataCrystal" minOccurs="0"/>
         <element name="experimentalConditionRefined" type="{http://www.edna-site.org}XSDataExperimentalCondition" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataIntegrationInput()
           
 
Method Summary
 XSDataCrystal getCrystalRefined()
          Gets the value of the crystalRefined property.
 XSDataExperimentalCondition getExperimentalConditionRefined()
          Gets the value of the experimentalConditionRefined property.
 void setCrystalRefined(XSDataCrystal value)
          Sets the value of the crystalRefined property.
 void setExperimentalConditionRefined(XSDataExperimentalCondition value)
          Sets the value of the experimentalConditionRefined property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataGeneratePredictionInput
getDataCollection, getSelectedIndexingSolution, setDataCollection, setSelectedIndexingSolution
 
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

XSDataIntegrationInput

public XSDataIntegrationInput()
Method Detail

getCrystalRefined

public XSDataCrystal getCrystalRefined()
Gets the value of the crystalRefined property.

Returns:
possible object is XSDataCrystal

setCrystalRefined

public void setCrystalRefined(XSDataCrystal value)
Sets the value of the crystalRefined property.

Parameters:
value - allowed object is XSDataCrystal

getExperimentalConditionRefined

public XSDataExperimentalCondition getExperimentalConditionRefined()
Gets the value of the experimentalConditionRefined property.

Returns:
possible object is XSDataExperimentalCondition

setExperimentalConditionRefined

public void setExperimentalConditionRefined(XSDataExperimentalCondition value)
Sets the value of the experimentalConditionRefined property.

Parameters:
value - allowed object is XSDataExperimentalCondition