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

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

public class Transform
extends Object

Java class for transform complex type.

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

 <complexType name="transform">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataset" type="{http://weka.webservice.adams.waikato.ac.nz/}Dataset"/>
         <element name="actorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String actorName
           
protected  Dataset dataset
           
 
Constructor Summary
Transform()
           
 
Method Summary
 String getActorName()
          Gets the value of the actorName property.
 Dataset getDataset()
          Gets the value of the dataset property.
 void setActorName(String value)
          Sets the value of the actorName property.
 void setDataset(Dataset value)
          Sets the value of the dataset property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataset

protected Dataset dataset

actorName

protected String actorName
Constructor Detail

Transform

public Transform()
Method Detail

getDataset

public Dataset getDataset()
Gets the value of the dataset property.

Returns:
possible object is Dataset

setDataset

public void setDataset(Dataset value)
Sets the value of the dataset property.

Parameters:
value - allowed object is Dataset

getActorName

public String getActorName()
Gets the value of the actorName property.

Returns:
possible object is String

setActorName

public void setActorName(String value)
Sets the value of the actorName property.

Parameters:
value - allowed object is String


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