Class TestClassifierResponseObject


  • public class TestClassifierResponseObject
    extends Object

    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://meka.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 Detail

      • returnDataset

        protected Dataset returnDataset
      • errorMessage

        protected String errorMessage
    • Constructor Detail

      • TestClassifierResponseObject

        public TestClassifierResponseObject()
    • Method Detail

      • getReturnDataset

        public Dataset getReturnDataset()
        Gets the value of the returnDataset property.
        Returns:
        possible object is Dataset
      • setReturnDataset

        public void setReturnDataset​(Dataset value)
        Sets the value of the returnDataset property.
        Parameters:
        value - allowed object is Dataset
      • getErrorMessage

        public String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String