Class AddNumbersResponse


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:32-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 Detail

      • _return

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-04:00")
        protected int _return
    • Constructor Detail

      • AddNumbersResponse

        public AddNumbersResponse()
    • Method Detail

      • getReturn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-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-05-02T15:12:32-04:00")
        public void setReturn​(int value)
        Sets the value of the return property.