org.dawb.edna.mxv1
Class XSDataIndexingResult

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataResult
          extended by org.dawb.edna.mxv1.XSDataIndexingResult

public class XSDataIndexingResult
extends XSDataResult

Java class for XSDataIndexingResult complex type.

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

 <complexType name="XSDataIndexingResult">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataResult">
       <sequence>
         <element name="image" type="{http://www.edna-site.org}XSDataImage" maxOccurs="unbounded"/>
         <element name="indexingLogFile" type="{http://www.edna-site.org}XSDataFile" minOccurs="0"/>
         <element name="predictionResult" type="{http://www.edna-site.org}XSDataGeneratePredictionResult" minOccurs="0"/>
         <element name="solution" type="{http://www.edna-site.org}XSDataIndexingSolution" maxOccurs="unbounded" minOccurs="0"/>
         <element name="selectedSolution" type="{http://www.edna-site.org}XSDataIndexingSolutionSelected" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataIndexingResult()
           
 
Method Summary
 java.util.List<XSDataImage> getImage()
          Gets the value of the image property.
 XSDataFile getIndexingLogFile()
          Gets the value of the indexingLogFile property.
 XSDataGeneratePredictionResult getPredictionResult()
          Gets the value of the predictionResult property.
 XSDataIndexingSolutionSelected getSelectedSolution()
          Gets the value of the selectedSolution property.
 java.util.List<XSDataIndexingSolution> getSolution()
          Gets the value of the solution property.
 void setIndexingLogFile(XSDataFile value)
          Sets the value of the indexingLogFile property.
 void setPredictionResult(XSDataGeneratePredictionResult value)
          Sets the value of the predictionResult property.
 void setSelectedSolution(XSDataIndexingSolutionSelected value)
          Sets the value of the selectedSolution property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataIndexingResult

public XSDataIndexingResult()
Method Detail

getImage

public java.util.List<XSDataImage> getImage()
Gets the value of the image property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the image property.

For example, to add a new item, do as follows:

    getImage().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataImage


getIndexingLogFile

public XSDataFile getIndexingLogFile()
Gets the value of the indexingLogFile property.

Returns:
possible object is XSDataFile

setIndexingLogFile

public void setIndexingLogFile(XSDataFile value)
Sets the value of the indexingLogFile property.

Parameters:
value - allowed object is XSDataFile

getPredictionResult

public XSDataGeneratePredictionResult getPredictionResult()
Gets the value of the predictionResult property.

Returns:
possible object is XSDataGeneratePredictionResult

setPredictionResult

public void setPredictionResult(XSDataGeneratePredictionResult value)
Sets the value of the predictionResult property.

Parameters:
value - allowed object is XSDataGeneratePredictionResult

getSolution

public java.util.List<XSDataIndexingSolution> getSolution()
Gets the value of the solution property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the solution property.

For example, to add a new item, do as follows:

    getSolution().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataIndexingSolution


getSelectedSolution

public XSDataIndexingSolutionSelected getSelectedSolution()
Gets the value of the selectedSolution property.

Returns:
possible object is XSDataIndexingSolutionSelected

setSelectedSolution

public void setSelectedSolution(XSDataIndexingSolutionSelected value)
Sets the value of the selectedSolution property.

Parameters:
value - allowed object is XSDataIndexingSolutionSelected