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

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

public class Dataset
extends Object

Java class for Dataset complex type.

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

 <complexType name="Dataset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="header" type="{http://weka.webservice.adams.waikato.ac.nz/}header"/>
         <element name="body" type="{http://weka.webservice.adams.waikato.ac.nz/}body"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="3.5.4" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Body body
           
protected  Header header
           
protected  String name
           
protected  String version
           
 
Constructor Summary
Dataset()
           
 
Method Summary
 Body getBody()
          Gets the value of the body property.
 Header getHeader()
          Gets the value of the header property.
 String getName()
          Gets the value of the name property.
 String getVersion()
          Gets the value of the version property.
 void setBody(Body value)
          Sets the value of the body property.
 void setHeader(Header value)
          Sets the value of the header property.
 void setName(String value)
          Sets the value of the name property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected Header header

body

protected Body body

name

protected String name

version

protected String version
Constructor Detail

Dataset

public Dataset()
Method Detail

getHeader

public Header getHeader()
Gets the value of the header property.

Returns:
possible object is Header

setHeader

public void setHeader(Header value)
Sets the value of the header property.

Parameters:
value - allowed object is Header

getBody

public Body getBody()
Gets the value of the body property.

Returns:
possible object is Body

setBody

public void setBody(Body value)
Sets the value of the body property.

Parameters:
value - allowed object is Body

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


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