nz.ac.waikato.adams.webservice.weka
Class DisplayClustererResponse
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayString
protected DisplayClustererResponseObject displayString
DisplayClustererResponse
public DisplayClustererResponse()
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.