Class Add
java.lang.Object
org.glassfish.grizzly.samples.jaxws.addclient.Add
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 -
Constructor Summary
Constructors -
Method Summary
-
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.
-