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

java.lang.Object
  extended by 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>
 


Field Summary
protected  TestClassifierResponseObject testReponse
           
 
Constructor Summary
TestClassifierResponse()
           
 
Method Summary
 TestClassifierResponseObject getTestReponse()
          Gets the value of the testReponse property.
 void setTestReponse(TestClassifierResponseObject value)
          Sets the value of the testReponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testReponse

protected TestClassifierResponseObject testReponse
Constructor Detail

TestClassifierResponse

public TestClassifierResponse()
Method Detail

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.