|
||||||||||
| 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
public class XSDataGeneratePredictionInput
Java class for XSDataGeneratePredictionInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataGeneratePredictionInput">
<complexContent>
<extension base="{http://www.edna-site.org}XSDataInput">
<sequence>
<element name="dataCollection" type="{http://www.edna-site.org}XSDataCollection"/>
<element name="selectedIndexingSolution" type="{http://www.edna-site.org}XSDataIndexingSolutionSelected"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataGeneratePredictionInput()
|
|
| Method Summary | |
|---|---|
XSDataCollection |
getDataCollection()
Gets the value of the dataCollection property. |
XSDataIndexingSolutionSelected |
getSelectedIndexingSolution()
Gets the value of the selectedIndexingSolution property. |
void |
setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property. |
void |
setSelectedIndexingSolution(XSDataIndexingSolutionSelected value)
Sets the value of the selectedIndexingSolution 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 |
|---|
public XSDataGeneratePredictionInput()
| Method Detail |
|---|
public XSDataCollection getDataCollection()
XSDataCollectionpublic void setDataCollection(XSDataCollection value)
value - allowed object is
XSDataCollectionpublic XSDataIndexingSolutionSelected getSelectedIndexingSolution()
XSDataIndexingSolutionSelectedpublic void setSelectedIndexingSolution(XSDataIndexingSolutionSelected value)
value - allowed object is
XSDataIndexingSolutionSelected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||