public class Document extends Object
Java-Klasse für Document complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der acctRptgReq-Eigenschaft ab.
|
void |
setAcctRptgReq(AccountReportingRequestV03 value)
Legt den Wert der acctRptgReq-Eigenschaft fest.
|
protected AccountReportingRequestV03 acctRptgReq
public AccountReportingRequestV03 getAcctRptgReq()
AccountReportingRequestV03public void setAcctRptgReq(AccountReportingRequestV03 value)
value - allowed object is
AccountReportingRequestV03Copyright © 2017. All rights reserved.