nz.ac.waikato.adams.webservice.weka
Class DisplayClassifierResponse
java.lang.Object
nz.ac.waikato.adams.webservice.weka.DisplayClassifierResponse
public class DisplayClassifierResponse
- extends Object
Java class for displayClassifierResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="displayClassifierResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="returnedDisplay" type="{http://weka.webservice.adams.waikato.ac.nz/}displayClassifierResponseObject"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
returnedDisplay
protected DisplayClassifierResponseObject returnedDisplay
DisplayClassifierResponse
public DisplayClassifierResponse()
getReturnedDisplay
public DisplayClassifierResponseObject getReturnedDisplay()
- Gets the value of the returnedDisplay property.
- Returns:
- possible object is
DisplayClassifierResponseObject
setReturnedDisplay
public void setReturnedDisplay(DisplayClassifierResponseObject value)
- Sets the value of the returnedDisplay property.
- Parameters:
value - allowed object is
DisplayClassifierResponseObject
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.