Class 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://meka.webservice.adams.waikato.ac.nz/}Dataset"/>
             <element name="actorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • 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