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

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.TrainClassifierResponseObject

public class TrainClassifierResponseObject
extends Object

Java class for trainClassifierResponseObject complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="trainClassifierResponseObject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="model" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String errorMessage
           
protected  String model
           
 
Constructor Summary
TrainClassifierResponseObject()
           
 
Method Summary
 String getErrorMessage()
          Gets the value of the errorMessage property.
 String getModel()
          Gets the value of the model property.
 void setErrorMessage(String value)
          Sets the value of the errorMessage property.
 void setModel(String value)
          Sets the value of the model property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected String model

errorMessage

protected String errorMessage
Constructor Detail

TrainClassifierResponseObject

public TrainClassifierResponseObject()
Method Detail

getModel

public String getModel()
Gets the value of the model property.

Returns:
possible object is String

setModel

public void setModel(String value)
Sets the value of the model property.

Parameters:
value - allowed object is String

getErrorMessage

public String getErrorMessage()
Gets the value of the errorMessage property.

Returns:
possible object is String

setErrorMessage

public void setErrorMessage(String value)
Sets the value of the errorMessage property.

Parameters:
value - allowed object is String


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.