Class GetAccountStatementResponse
- java.lang.Object
-
- jadex.webservice.examples.ws.banking.client.gen.GetAccountStatementResponse
-
public class GetAccountStatementResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AccountStatement
_return
-
Constructor Summary
Constructors Constructor Description GetAccountStatementResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountStatement
getReturn()
Gets the value of the return property.void
setReturn(AccountStatement value)
Sets the value of the return property.
-
-
-
Field Detail
-
_return
protected AccountStatement _return
-
-
Method Detail
-
getReturn
public AccountStatement getReturn()
Gets the value of the return property.- Returns:
- possible object is
AccountStatement
-
setReturn
public void setReturn(AccountStatement value)
Sets the value of the return property.- Parameters:
value
- allowed object isAccountStatement
-
-
-