Package | Description |
---|---|
org.jdtaus.banking |
Payment system specifications.
|
Modifier and Type | Method and Description |
---|---|
BankleitzahlInfo[] |
BankleitzahlenVerzeichnis.getBranchOffices(Bankleitzahl bankCode)
Gets the records of the branch offices for a given Bankleitzahl.
|
BankleitzahlInfo |
BankleitzahlExpirationException.getExpiredBankleitzahlInfo()
Gets information about the expired Bankleitzahl.
|
BankleitzahlInfo |
BankleitzahlenVerzeichnis.getHeadOffice(Bankleitzahl bankCode)
Gets the record of the head office for a given Bankleitzahl.
|
BankleitzahlInfo |
BankleitzahlExpirationException.getReplacingBankleitzahlInfo()
Gets information about the Bankleitzahl replacing the expired Bankleitzahl.
|
BankleitzahlInfo[] |
BankleitzahlenVerzeichnis.search(String name,
String postalCode,
String city,
boolean branchOffices)
|
BankleitzahlInfo[] |
BankleitzahlenVerzeichnis.searchBankleitzahlInfos(String name,
String postalCode,
String city,
Boolean headOffices,
Boolean branchOffices)
Searches the directory for records matching the given criteria.
|
Constructor and Description |
---|
BankleitzahlExpirationException(BankleitzahlInfo info,
BankleitzahlInfo replacement)
Creates a new
BankleitzahlExpirationException taking the bankcode information of the expired
Bankleitzahl. |
Copyright © 2005–2014 jDTAUS. All rights reserved.