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

java.lang.Object
  extended by 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>
 


Field Summary
protected  DisplayClassifierResponseObject returnedDisplay
           
 
Constructor Summary
DisplayClassifierResponse()
           
 
Method Summary
 DisplayClassifierResponseObject getReturnedDisplay()
          Gets the value of the returnedDisplay property.
 void setReturnedDisplay(DisplayClassifierResponseObject value)
          Sets the value of the returnedDisplay property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnedDisplay

protected DisplayClassifierResponseObject returnedDisplay
Constructor Detail

DisplayClassifierResponse

public DisplayClassifierResponse()
Method Detail

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.