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 |
---|---|
static Kontonummer |
Kontonummer.parse(String accountCode)
Parses text from the beginning of the given string to produce a
Kontonummer . |
static Kontonummer |
Kontonummer.parse(String accountCode,
ParsePosition pos)
Parses text from a string to produce a
Kontonummer . |
static Kontonummer |
Kontonummer.valueOf(Number accountCode)
Returns an instance for the Kontonummer identified by the given number.
|
static Kontonummer |
Kontonummer.valueOf(String accountCode)
Parses text from the beginning of the given string to produce a
Kontonummer . |
Modifier and Type | Method and Description |
---|---|
static String |
Kontonummer.toString(Kontonummer kontonummer)
Formats a Kontonummer to produce a string.
|
Modifier and Type | Method and Description |
---|---|
Kontonummer |
Header.getAccount()
Getter for property
account . |
Kontonummer |
Transaction.getExecutiveAccount()
Getter for property
executiveAccount . |
Kontonummer |
Transaction.getTargetAccount()
Getter for property
targetAccount . |
Modifier and Type | Method and Description |
---|---|
void |
Header.setAccount(Kontonummer value)
Setter for property
account . |
void |
Transaction.setExecutiveAccount(Kontonummer value)
Setter for property
executiveAccount . |
void |
Transaction.setTargetAccount(Kontonummer value)
Setter for property
targetAccount . |
Copyright © 2005–2014 jDTAUS. All rights reserved.