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

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

public class TrainClustererResponse
extends Object

Java class for trainClustererResponse complex type.

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

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


Field Summary
protected  TrainClustererResponseObject trainReponse
           
 
Constructor Summary
TrainClustererResponse()
           
 
Method Summary
 TrainClustererResponseObject getTrainReponse()
          Gets the value of the trainReponse property.
 void setTrainReponse(TrainClustererResponseObject 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 TrainClustererResponseObject trainReponse
Constructor Detail

TrainClustererResponse

public TrainClustererResponse()
Method Detail

getTrainReponse

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

Returns:
possible object is TrainClustererResponseObject

setTrainReponse

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

Parameters:
value - allowed object is TrainClustererResponseObject


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