| Package | Description |
|---|---|
| org.jdtaus.banking |
Payment system specifications.
|
| org.jdtaus.banking.dtaus |
Interface to the german DTAUS file format - Inlandszahlungsverkehr.
|
| Modifier and Type | Method and Description |
|---|---|
Bankleitzahl |
BankleitzahlInfo.getBankCode()
Getter for property
bankCode. |
Bankleitzahl |
BankleitzahlInfo.getReplacingBankCode()
Getter for property
replacingBankCode. |
static Bankleitzahl |
Bankleitzahl.parse(String bankCode)
Parses text from the beginning of the given string to produce a
Bankleitzahl. |
static Bankleitzahl |
Bankleitzahl.parse(String bankCode,
ParsePosition pos)
Parses text from a string to produce a
Bankleitzahl. |
static Bankleitzahl |
Bankleitzahl.valueOf(Number bankCode)
Gets a
Bankleitzahl for a given number. |
static Bankleitzahl |
Bankleitzahl.valueOf(String bankCode)
Parses text from the beginning of the given string to produce a
Bankleitzahl. |
| Modifier and Type | Method and Description |
|---|---|
BankleitzahlInfo[] |
BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl bankCode)
Gets the records of the branch offices for a given Bankleitzahl.
|
BankleitzahlInfo |
BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl bankCode)
Gets the record of the head office for a given Bankleitzahl.
|
void |
BankleitzahlInfo.setBankCode(Bankleitzahl value)
Setter for property
bankCode. |
void |
BankleitzahlInfo.setReplacingBankCode(Bankleitzahl value)
Setter for property
replacingBankCode. |
static String |
Bankleitzahl.toString(Bankleitzahl bankleitzahl)
Formats a Bankleitzahl to produce a string.
|
| Modifier and Type | Method and Description |
|---|---|
Bankleitzahl |
Header.getBank()
Getter for property
bank. |
Bankleitzahl |
Header.getBankData()
Getter for property
bankData. |
Bankleitzahl |
Transaction.getExecutiveBank()
Getter for property
executiveBank. |
Bankleitzahl |
Transaction.getPrimaryBank()
Getter for property
primaryBank. |
Bankleitzahl |
Transaction.getTargetBank()
Getter for property
targetBank. |
| Modifier and Type | Method and Description |
|---|---|
void |
Header.setBank(Bankleitzahl value)
Setter for property
bank. |
void |
Header.setBankData(Bankleitzahl value)
Setter for property
bankData. |
void |
Transaction.setExecutiveBank(Bankleitzahl value)
Setter for property
executiveBank. |
void |
Transaction.setPrimaryBank(Bankleitzahl value)
Setter for property
primaryBank. |
void |
Transaction.setTargetBank(Bankleitzahl value)
Setter for property
targetBank. |
Copyright © 2005–2014 jDTAUS. All rights reserved.