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

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

public class TrainClassifierResponse
extends Object

Java class for trainClassifierResponse complex type.

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

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


Field Summary
protected  TrainClassifierResponseObject trainReponse
           
 
Constructor Summary
TrainClassifierResponse()
           
 
Method Summary
 TrainClassifierResponseObject getTrainReponse()
          Gets the value of the trainReponse property.
 void setTrainReponse(TrainClassifierResponseObject value)
          Sets the value of the trainReponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trainReponse

protected TrainClassifierResponseObject trainReponse
Constructor Detail

TrainClassifierResponse

public TrainClassifierResponse()
Method Detail

getTrainReponse

public TrainClassifierResponseObject getTrainReponse()
Gets the value of the trainReponse property.

Returns:
possible object is TrainClassifierResponseObject

setTrainReponse

public void setTrainReponse(TrainClassifierResponseObject value)
Sets the value of the trainReponse property.

Parameters:
value - allowed object is TrainClassifierResponseObject


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