public class AddResponse extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
_return |
| Constructor and Description |
|---|
AddResponse() |
Copyright © 2013 Oracle Corporation. All rights reserved.