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