org.dawb.edna.mxv1
Class XSDataIndexingSolutionSelected

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataIndexingSolution
          extended by org.dawb.edna.mxv1.XSDataIndexingSolutionSelected

public class XSDataIndexingSolutionSelected
extends XSDataIndexingSolution

Java class for XSDataIndexingSolutionSelected complex type.

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

 <complexType name="XSDataIndexingSolutionSelected">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataIndexingSolution">
       <sequence>
         <element name="experimentalConditionRefined" type="{http://www.edna-site.org}XSDataExperimentalCondition"/>
         <element name="mosaicityEstimation" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="statistics" type="{http://www.edna-site.org}XSDataStatisticsIndexing"/>
         <element name="orientation" type="{http://www.edna-site.org}XSDataOrientation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataIndexingSolutionSelected()
           
 
Method Summary
 XSDataExperimentalCondition getExperimentalConditionRefined()
          Gets the value of the experimentalConditionRefined property.
 XSDataFloat getMosaicityEstimation()
          Gets the value of the mosaicityEstimation property.
 XSDataOrientation getOrientation()
          Gets the value of the orientation property.
 XSDataStatisticsIndexing getStatistics()
          Gets the value of the statistics property.
 void setExperimentalConditionRefined(XSDataExperimentalCondition value)
          Sets the value of the experimentalConditionRefined property.
 void setMosaicityEstimation(XSDataFloat value)
          Sets the value of the mosaicityEstimation property.
 void setOrientation(XSDataOrientation value)
          Sets the value of the orientation property.
 void setStatistics(XSDataStatisticsIndexing value)
          Sets the value of the statistics property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataIndexingSolution
getCrystal, getNumber, getPenalty, setCrystal, setNumber, setPenalty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataIndexingSolutionSelected

public XSDataIndexingSolutionSelected()
Method Detail

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

getMosaicityEstimation

public XSDataFloat getMosaicityEstimation()
Gets the value of the mosaicityEstimation property.

Returns:
possible object is XSDataFloat

setMosaicityEstimation

public void setMosaicityEstimation(XSDataFloat value)
Sets the value of the mosaicityEstimation property.

Parameters:
value - allowed object is XSDataFloat

getStatistics

public XSDataStatisticsIndexing getStatistics()
Gets the value of the statistics property.

Returns:
possible object is XSDataStatisticsIndexing

setStatistics

public void setStatistics(XSDataStatisticsIndexing value)
Sets the value of the statistics property.

Parameters:
value - allowed object is XSDataStatisticsIndexing

getOrientation

public XSDataOrientation getOrientation()
Gets the value of the orientation property.

Returns:
possible object is XSDataOrientation

setOrientation

public void setOrientation(XSDataOrientation value)
Sets the value of the orientation property.

Parameters:
value - allowed object is XSDataOrientation