Class AddResponse
java.lang.Object
org.glassfish.grizzly.samples.jaxws.addclient.AddResponse
Java class for addResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addResponse">
<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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_return
protected int _return
-
-
Constructor Details
-
AddResponse
public AddResponse()
-
-
Method Details
-
getReturn
public int getReturn()Gets the value of the return property. -
setReturn
public void setReturn(int value) Sets the value of the return property.
-