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