public class Document extends Object
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcctRptgReq" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}AccountReportingRequestV03"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountReportingRequestV03 |
acctRptgReq |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
AccountReportingRequestV03 |
getAcctRptgReq()
Gets the value of the acctRptgReq property.
|
void |
setAcctRptgReq(AccountReportingRequestV03 value)
Sets the value of the acctRptgReq property.
|
protected AccountReportingRequestV03 acctRptgReq
public AccountReportingRequestV03 getAcctRptgReq()
AccountReportingRequestV03public void setAcctRptgReq(AccountReportingRequestV03 value)
value - allowed object is
AccountReportingRequestV03Copyright © 2017. All rights reserved.