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

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

public class DisplayClusterer
extends Object

Java class for displayClusterer complex type.

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

 <complexType name="displayClusterer">
   <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
DisplayClusterer()
           
 
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

DisplayClusterer

public DisplayClusterer()
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.