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

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

public class OptimizeReturnObject
extends Object

Java class for optimizeReturnObject complex type.

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

 <complexType name="optimizeReturnObject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BestClassifierSetup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WarningMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String bestClassifierSetup
           
protected  String errorMessage
           
protected  String warningMessage
           
 
Constructor Summary
OptimizeReturnObject()
           
 
Method Summary
 String getBestClassifierSetup()
          Gets the value of the bestClassifierSetup property.
 String getErrorMessage()
          Gets the value of the errorMessage property.
 String getWarningMessage()
          Gets the value of the warningMessage property.
 void setBestClassifierSetup(String value)
          Sets the value of the bestClassifierSetup property.
 void setErrorMessage(String value)
          Sets the value of the errorMessage property.
 void setWarningMessage(String value)
          Sets the value of the warningMessage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bestClassifierSetup

protected String bestClassifierSetup

errorMessage

protected String errorMessage

warningMessage

protected String warningMessage
Constructor Detail

OptimizeReturnObject

public OptimizeReturnObject()
Method Detail

getBestClassifierSetup

public String getBestClassifierSetup()
Gets the value of the bestClassifierSetup property.

Returns:
possible object is String

setBestClassifierSetup

public void setBestClassifierSetup(String value)
Sets the value of the bestClassifierSetup 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

getWarningMessage

public String getWarningMessage()
Gets the value of the warningMessage property.

Returns:
possible object is String

setWarningMessage

public void setWarningMessage(String value)
Sets the value of the warningMessage property.

Parameters:
value - allowed object is String


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