public class GetAccountStatementResponse
extends java.lang.Object
Java class for getAccountStatementResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getAccountStatementResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://jadex.webservice.examples.ws.banking/}accountStatement" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AccountStatement |
_return |
Constructor and Description |
---|
GetAccountStatementResponse() |
Modifier and Type | Method and Description |
---|---|
AccountStatement |
getReturn()
Gets the value of the return property.
|
void |
setReturn(AccountStatement value)
Sets the value of the return property.
|
protected AccountStatement _return
public AccountStatement getReturn()
AccountStatement
public void setReturn(AccountStatement value)
value
- allowed object is
AccountStatement