org.dawb.edna.mxv1
Class XSDataStrategyInput

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

public class XSDataStrategyInput
extends XSDataInput

Java class for XSDataStrategyInput complex type.

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

 <complexType name="XSDataStrategyInput">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataInput">
       <sequence>
         <element name="bestFileContentDat" type="{http://www.edna-site.org}XSDataString"/>
         <element name="bestFileContentHKL" type="{http://www.edna-site.org}XSDataString" maxOccurs="unbounded"/>
         <element name="bestFileContentPar" type="{http://www.edna-site.org}XSDataString"/>
         <element name="crystalRefined" type="{http://www.edna-site.org}XSDataCrystal"/>
         <element name="diffractionPlan" type="{http://www.edna-site.org}XSDataDiffractionPlan"/>
         <element name="experimentalCondition" type="{http://www.edna-site.org}XSDataExperimentalCondition"/>
         <element name="sample" type="{http://www.edna-site.org}XSDataSampleCrystalMM"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataStrategyInput()
           
 
Method Summary
 XSDataString getBestFileContentDat()
          Gets the value of the bestFileContentDat property.
 java.util.List<XSDataString> getBestFileContentHKL()
          Gets the value of the bestFileContentHKL property.
 XSDataString getBestFileContentPar()
          Gets the value of the bestFileContentPar property.
 XSDataCrystal getCrystalRefined()
          Gets the value of the crystalRefined property.
 XSDataDiffractionPlan getDiffractionPlan()
          Gets the value of the diffractionPlan property.
 XSDataExperimentalCondition getExperimentalCondition()
          Gets the value of the experimentalCondition property.
 XSDataSampleCrystalMM getSample()
          Gets the value of the sample property.
 void setBestFileContentDat(XSDataString value)
          Sets the value of the bestFileContentDat property.
 void setBestFileContentPar(XSDataString value)
          Sets the value of the bestFileContentPar property.
 void setCrystalRefined(XSDataCrystal value)
          Sets the value of the crystalRefined property.
 void setDiffractionPlan(XSDataDiffractionPlan value)
          Sets the value of the diffractionPlan property.
 void setExperimentalCondition(XSDataExperimentalCondition value)
          Sets the value of the experimentalCondition property.
 void setSample(XSDataSampleCrystalMM value)
          Sets the value of the sample 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

XSDataStrategyInput

public XSDataStrategyInput()
Method Detail

getBestFileContentDat

public XSDataString getBestFileContentDat()
Gets the value of the bestFileContentDat property.

Returns:
possible object is XSDataString

setBestFileContentDat

public void setBestFileContentDat(XSDataString value)
Sets the value of the bestFileContentDat property.

Parameters:
value - allowed object is XSDataString

getBestFileContentHKL

public java.util.List<XSDataString> getBestFileContentHKL()
Gets the value of the bestFileContentHKL property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bestFileContentHKL property.

For example, to add a new item, do as follows:

    getBestFileContentHKL().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataString


getBestFileContentPar

public XSDataString getBestFileContentPar()
Gets the value of the bestFileContentPar property.

Returns:
possible object is XSDataString

setBestFileContentPar

public void setBestFileContentPar(XSDataString value)
Sets the value of the bestFileContentPar property.

Parameters:
value - allowed object is XSDataString

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

getDiffractionPlan

public XSDataDiffractionPlan getDiffractionPlan()
Gets the value of the diffractionPlan property.

Returns:
possible object is XSDataDiffractionPlan

setDiffractionPlan

public void setDiffractionPlan(XSDataDiffractionPlan value)
Sets the value of the diffractionPlan property.

Parameters:
value - allowed object is XSDataDiffractionPlan

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

getSample

public XSDataSampleCrystalMM getSample()
Gets the value of the sample property.

Returns:
possible object is XSDataSampleCrystalMM

setSample

public void setSample(XSDataSampleCrystalMM value)
Sets the value of the sample property.

Parameters:
value - allowed object is XSDataSampleCrystalMM