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