|
||||||||||
| 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.XSDataInput
org.dawb.edna.mxv1.XSDataGeneratePredictionInput
org.dawb.edna.mxv1.XSDataIntegrationInput
public class XSDataIntegrationInput
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 |
|---|
public XSDataIntegrationInput()
| Method Detail |
|---|
public XSDataCrystal getCrystalRefined()
XSDataCrystalpublic void setCrystalRefined(XSDataCrystal value)
value - allowed object is
XSDataCrystalpublic XSDataExperimentalCondition getExperimentalConditionRefined()
XSDataExperimentalConditionpublic void setExperimentalConditionRefined(XSDataExperimentalCondition value)
value - allowed object is
XSDataExperimentalCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||