Class GetAccountStatementResponse
- java.lang.Object
- 
- jadex.webservice.examples.ws.banking.client.gen.GetAccountStatementResponse
 
- 
 public class GetAccountStatementResponse extends java.lang.Object- 
- 
Field SummaryFields Modifier and Type Field Description protected AccountStatement_return
 - 
Constructor SummaryConstructors Constructor Description GetAccountStatementResponse()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountStatementgetReturn()Gets the value of the return property.voidsetReturn(AccountStatement value)Sets the value of the return property.
 
- 
 - 
- 
Field Detail- 
_returnprotected AccountStatement _return 
 
- 
 - 
Method Detail- 
getReturnpublic AccountStatement getReturn() Gets the value of the return property.- Returns:
- possible object is
     AccountStatement
 
 - 
setReturnpublic void setReturn(AccountStatement value) Sets the value of the return property.- Parameters:
- value- allowed object is- AccountStatement
 
 
- 
 
- 
 
-