nz.ac.waikato.adams.webservice.weka
Class TestClassifierResponse
java.lang.Object
nz.ac.waikato.adams.webservice.weka.TestClassifierResponse
public class TestClassifierResponse
- extends Object
Java class for testClassifierResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testClassifierResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="testReponse" type="{http://weka.webservice.adams.waikato.ac.nz/}testClassifierResponseObject"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testReponse
protected TestClassifierResponseObject testReponse
TestClassifierResponse
public TestClassifierResponse()
getTestReponse
public TestClassifierResponseObject getTestReponse()
- Gets the value of the testReponse property.
- Returns:
- possible object is
TestClassifierResponseObject
setTestReponse
public void setTestReponse(TestClassifierResponseObject value)
- Sets the value of the testReponse property.
- Parameters:
value - allowed object is
TestClassifierResponseObject
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.