nz.ac.waikato.adams.webservice.weka
Class TrainClustererResponse
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trainReponse
protected TrainClustererResponseObject trainReponse
TrainClustererResponse
public TrainClustererResponse()
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.