org.ow2.frascati.examples.soapcalc.api
Class DivResponse

java.lang.Object
  extended by org.ow2.frascati.examples.soapcalc.api.DivResponse

public class DivResponse
extends Object

Java class for divResponse complex type.

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

 <complexType name="divResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double _return
           
 
Constructor Summary
DivResponse()
           
 
Method Summary
 double getReturn()
          Gets the value of the return property.
 void setReturn(double value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected double _return
Constructor Detail

DivResponse

public DivResponse()
Method Detail

getReturn

public double getReturn()
Gets the value of the return property.


setReturn

public void setReturn(double value)
Sets the value of the return property.



Copyright © 2011. All Rights Reserved.