Package org.apache.handlers.types
Class AddNumbersResponse
- java.lang.Object
-
- org.apache.handlers.types.AddNumbersResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class AddNumbersResponse extends ObjectJava 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 Modifier and Type Field Description protected int_return
-
Constructor Summary
Constructors Constructor Description AddNumbersResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReturn()Gets the value of the return property.voidsetReturn(int value)Sets the value of the return property.
-
-
-
Method Detail
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public int getReturn()Gets the value of the return property.
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public void setReturn(int value)Sets the value of the return property.
-
-