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

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

public class Header
extends Object

Java class for header complex type.

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

 <complexType name="header">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributes" type="{http://weka.webservice.adams.waikato.ac.nz/}attributes"/>
         <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Attributes attributes
           
protected  String notes
           
 
Constructor Summary
Header()
           
 
Method Summary
 Attributes getAttributes()
          Gets the value of the attributes property.
 String getNotes()
          Gets the value of the notes property.
 void setAttributes(Attributes value)
          Sets the value of the attributes property.
 void setNotes(String value)
          Sets the value of the notes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected Attributes attributes

notes

protected String notes
Constructor Detail

Header

public Header()
Method Detail

getAttributes

public Attributes getAttributes()
Gets the value of the attributes property.

Returns:
possible object is Attributes

setAttributes

public void setAttributes(Attributes value)
Sets the value of the attributes property.

Parameters:
value - allowed object is Attributes

getNotes

public String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String


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