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