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="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()
Gets the value of the bkToCstmrStmt property.
|
void |
setBkToCstmrStmt(BankToCustomerStatementV06 value)
Sets the value of the bkToCstmrStmt property.
|
protected BankToCustomerStatementV06 bkToCstmrStmt
public BankToCustomerStatementV06 getBkToCstmrStmt()
BankToCustomerStatementV06public void setBkToCstmrStmt(BankToCustomerStatementV06 value)
value - allowed object is
BankToCustomerStatementV06Copyright © 2018. All rights reserved.