Class AddNumbers
java.lang.Object
org.apache.hello_world_soap_http.types.AddNumbers
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class AddNumbers
extends Object
Java class for addNumbers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addNumbers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="arg0" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="arg1" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arg0
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected int arg0 -
arg1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected int arg1
-
-
Constructor Details
-
AddNumbers
public AddNumbers()
-
-
Method Details
-
getArg0
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public int getArg0()Gets the value of the arg0 property. -
setArg0
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setArg0(int value) Sets the value of the arg0 property. -
getArg1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public int getArg1()Gets the value of the arg1 property. -
setArg1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setArg1(int value) Sets the value of the arg1 property.
-