Package org.apache.cxf.calculator.types
Class AddNumbersResponse
java.lang.Object
org.apache.cxf.calculator.types.AddNumbersResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected int _return
-
-
Constructor Details
-
AddNumbersResponse
public AddNumbersResponse()
-
-
Method Details
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public int getReturn()Gets the value of the return property. -
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setReturn(int value) Sets the value of the return property.
-