nz.ac.waikato.adams.webservice.weka
Class PredictClassifierResponse

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.PredictClassifierResponse

public class PredictClassifierResponse
extends Object

Java class for predictClassifierResponse complex type.

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

 <complexType name="predictClassifierResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="predictResponse" type="{http://weka.webservice.adams.waikato.ac.nz/}predictClassifierResponseObject"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PredictClassifierResponseObject predictResponse
           
 
Constructor Summary
PredictClassifierResponse()
           
 
Method Summary
 PredictClassifierResponseObject getPredictResponse()
          Gets the value of the predictResponse property.
 void setPredictResponse(PredictClassifierResponseObject value)
          Sets the value of the predictResponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

predictResponse

protected PredictClassifierResponseObject predictResponse
Constructor Detail

PredictClassifierResponse

public PredictClassifierResponse()
Method Detail

getPredictResponse

public PredictClassifierResponseObject getPredictResponse()
Gets the value of the predictResponse property.

Returns:
possible object is PredictClassifierResponseObject

setPredictResponse

public void setPredictResponse(PredictClassifierResponseObject value)
Sets the value of the predictResponse property.

Parameters:
value - allowed object is PredictClassifierResponseObject


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.