|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataIndexingSolution
org.dawb.edna.mxv1.XSDataIndexingSolutionSelected
public class XSDataIndexingSolutionSelected
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 |
---|
public XSDataIndexingSolutionSelected()
Method Detail |
---|
public XSDataExperimentalCondition getExperimentalConditionRefined()
XSDataExperimentalCondition
public void setExperimentalConditionRefined(XSDataExperimentalCondition value)
value
- allowed object is
XSDataExperimentalCondition
public XSDataFloat getMosaicityEstimation()
XSDataFloat
public void setMosaicityEstimation(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataStatisticsIndexing getStatistics()
XSDataStatisticsIndexing
public void setStatistics(XSDataStatisticsIndexing value)
value
- allowed object is
XSDataStatisticsIndexing
public XSDataOrientation getOrientation()
XSDataOrientation
public void setOrientation(XSDataOrientation value)
value
- allowed object is
XSDataOrientation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |