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

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

public class DisplayClassifier
extends Object

Java class for displayClassifier complex type.

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

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


Field Summary
protected  String model
           
 
Constructor Summary
DisplayClassifier()
           
 
Method Summary
 String getModel()
          Gets the value of the model 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
Constructor Detail

DisplayClassifier

public DisplayClassifier()
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


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