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="BkToCstmrStmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BankToCustomerStatementV06"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BankToCustomerStatementV06 |
bkToCstmrStmt |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
BankToCustomerStatementV06 |
getBkToCstmrStmt()
Ruft den Wert der bkToCstmrStmt-Eigenschaft ab.
|
void |
setBkToCstmrStmt(BankToCustomerStatementV06 value)
Legt den Wert der bkToCstmrStmt-Eigenschaft fest.
|
protected BankToCustomerStatementV06 bkToCstmrStmt
public BankToCustomerStatementV06 getBkToCstmrStmt()
BankToCustomerStatementV06public void setBkToCstmrStmt(BankToCustomerStatementV06 value)
value - allowed object is
BankToCustomerStatementV06Copyright © 2017. All rights reserved.