com.mybank.account
Class GetAccountReportResponse

java.lang.Object
  extended by com.mybank.account.GetAccountReportResponse

public class GetAccountReportResponse
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accountReport" type="{http://www.mybank.com/account}AccountReport"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AccountReport accountReport
           
 
Constructor Summary
GetAccountReportResponse()
           
 
Method Summary
 AccountReport getAccountReport()
          Gets the value of the accountReport property.
 void setAccountReport(AccountReport value)
          Sets the value of the accountReport property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountReport

protected AccountReport accountReport
Constructor Detail

GetAccountReportResponse

public GetAccountReportResponse()
Method Detail

getAccountReport

public AccountReport getAccountReport()
Gets the value of the accountReport property.

Returns:
possible object is AccountReport

setAccountReport

public void setAccountReport(AccountReport value)
Sets the value of the accountReport property.

Parameters:
value - allowed object is AccountReport