Class Dataset


  • public class Dataset
    extends Object

    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://meka.webservice.adams.waikato.ac.nz/}header"/>
             <element name="body" type="{http://meka.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>
     
    • Constructor Detail

      • Dataset

        public Dataset()
    • Method Detail

      • getHeader

        public Header getHeader()
        Gets the value of the header property.
        Returns:
        possible object is Header
      • setHeader

        public void setHeader​(Header value)
        Sets the value of the header property.
        Parameters:
        value - allowed object is Header
      • getBody

        public Body getBody()
        Gets the value of the body property.
        Returns:
        possible object is Body
      • setBody

        public void setBody​(Body value)
        Sets the value of the body property.
        Parameters:
        value - allowed object is Body
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

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