|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.Dataset
public class Dataset
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 |
|---|
protected Header header
protected Body body
protected String name
protected String version
| Constructor Detail |
|---|
public Dataset()
| Method Detail |
|---|
public Header getHeader()
Headerpublic void setHeader(Header value)
value - allowed object is
Headerpublic Body getBody()
Bodypublic void setBody(Body value)
value - allowed object is
Bodypublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||