com.mybank.account
Class GetAccountReportResponse
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accountReport
protected AccountReport accountReport
GetAccountReportResponse
public GetAccountReportResponse()
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