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

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

public class Body
extends Object

Java class for body complex type.

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

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


Field Summary
protected  Instances instances
           
 
Constructor Summary
Body()
           
 
Method Summary
 Instances getInstances()
          Gets the value of the instances property.
 void setInstances(Instances value)
          Sets the value of the instances property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instances

protected Instances instances
Constructor Detail

Body

public Body()
Method Detail

getInstances

public Instances getInstances()
Gets the value of the instances property.

Returns:
possible object is Instances

setInstances

public void setInstances(Instances value)
Sets the value of the instances property.

Parameters:
value - allowed object is Instances


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