org.dawb.edna.mxv1
Class XSDataGeneratePredictionResult

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

public class XSDataGeneratePredictionResult
extends XSDataResult

Java class for XSDataGeneratePredictionResult complex type.

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

 <complexType name="XSDataGeneratePredictionResult">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataResult">
       <sequence>
         <element name="predictionImage" type="{http://www.edna-site.org}XSDataImage" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataGeneratePredictionResult()
           
 
Method Summary
 java.util.List<XSDataImage> getPredictionImage()
          Gets the value of the predictionImage property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataGeneratePredictionResult

public XSDataGeneratePredictionResult()
Method Detail

getPredictionImage

public java.util.List<XSDataImage> getPredictionImage()
Gets the value of the predictionImage 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 predictionImage property.

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

    getPredictionImage().add(newItem);
 

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