java.lang.Object
org.glassfish.grizzly.samples.jaxws.addclient.Add

public class Add extends Object

Java class for add complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="add">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value1" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="value2" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Add()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the value1 property.
    int
    Gets the value of the value2 property.
    void
    setValue1(int value)
    Sets the value of the value1 property.
    void
    setValue2(int value)
    Sets the value of the value2 property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value1

      protected int value1
    • value2

      protected int value2
  • Constructor Details

    • Add

      public Add()
  • Method Details

    • getValue1

      public int getValue1()
      Gets the value of the value1 property.
    • setValue1

      public void setValue1(int value)
      Sets the value of the value1 property.
    • getValue2

      public int getValue2()
      Gets the value of the value2 property.
    • setValue2

      public void setValue2(int value)
      Sets the value of the value2 property.