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

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

public class DisplayClustererResponse
extends Object

Java class for displayClustererResponse complex type.

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

 <complexType name="displayClustererResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="displayString" type="{http://weka.webservice.adams.waikato.ac.nz/}displayClustererResponseObject"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DisplayClustererResponseObject displayString
           
 
Constructor Summary
DisplayClustererResponse()
           
 
Method Summary
 DisplayClustererResponseObject getDisplayString()
          Gets the value of the displayString property.
 void setDisplayString(DisplayClustererResponseObject value)
          Sets the value of the displayString property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayString

protected DisplayClustererResponseObject displayString
Constructor Detail

DisplayClustererResponse

public DisplayClustererResponse()
Method Detail

getDisplayString

public DisplayClustererResponseObject getDisplayString()
Gets the value of the displayString property.

Returns:
possible object is DisplayClustererResponseObject

setDisplayString

public void setDisplayString(DisplayClustererResponseObject value)
Sets the value of the displayString property.

Parameters:
value - allowed object is DisplayClustererResponseObject


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