org.dawb.edna.mxv1
Class XSDataGeneratePredictionInput

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataInput
          extended by org.dawb.edna.mxv1.XSDataGeneratePredictionInput
Direct Known Subclasses:
XSDataIntegrationInput

public class XSDataGeneratePredictionInput
extends XSDataInput

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

XSDataGeneratePredictionInput

public XSDataGeneratePredictionInput()
Method Detail

getDataCollection

public XSDataCollection getDataCollection()
Gets the value of the dataCollection property.

Returns:
possible object is XSDataCollection

setDataCollection

public void setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property.

Parameters:
value - allowed object is XSDataCollection

getSelectedIndexingSolution

public XSDataIndexingSolutionSelected getSelectedIndexingSolution()
Gets the value of the selectedIndexingSolution property.

Returns:
possible object is XSDataIndexingSolutionSelected

setSelectedIndexingSolution

public void setSelectedIndexingSolution(XSDataIndexingSolutionSelected value)
Sets the value of the selectedIndexingSolution property.

Parameters:
value - allowed object is XSDataIndexingSolutionSelected