Class Body


  • public class Body
    extends Object

    Java class for body complex type.

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

     <complexType name="body">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="instances" type="{http://meka.webservice.adams.waikato.ac.nz/}instances"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • Body

        public Body()
    • Method Detail

      • getInstances

        public Instances getInstances()
        Gets the value of the instances property.
        Returns:
        possible object is Instances
      • setInstances

        public void setInstances​(Instances value)
        Sets the value of the instances property.
        Parameters:
        value - allowed object is Instances