org.apache.hello_world_soap_http.types
Class AddNumbersResponse
java.lang.Object
org.apache.hello_world_soap_http.types.AddNumbersResponse
public class AddNumbersResponse
- extends Object
Java class for addNumbersResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addNumbersResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected int |
_return
|
|
Method Summary |
int |
getReturn()
Gets the value of the return property. |
void |
setReturn(int 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 |
_return
protected int _return
AddNumbersResponse
public AddNumbersResponse()
getReturn
public int getReturn()
- Gets the value of the return property.
setReturn
public void setReturn(int value)
- Sets the value of the return property.
Apache CXF