|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.TestClassifierResponseObject
public class TestClassifierResponseObject
Java class for testClassifierResponseObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testClassifierResponseObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="returnDataset" type="{http://weka.webservice.adams.waikato.ac.nz/}Dataset" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
errorMessage
|
protected Dataset |
returnDataset
|
| Constructor Summary | |
|---|---|
TestClassifierResponseObject()
|
|
| Method Summary | |
|---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property. |
Dataset |
getReturnDataset()
Gets the value of the returnDataset property. |
void |
setErrorMessage(String value)
Sets the value of the errorMessage property. |
void |
setReturnDataset(Dataset value)
Sets the value of the returnDataset property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Dataset returnDataset
protected String errorMessage
| Constructor Detail |
|---|
public TestClassifierResponseObject()
| Method Detail |
|---|
public Dataset getReturnDataset()
Datasetpublic void setReturnDataset(Dataset value)
value - allowed object is
Datasetpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||