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 AlphaNumericText27 |
AlphaNumericText27.parse(String text)
Parses text from the beginning of the given string to produce an
AlphaNumericText27 instance. |
static AlphaNumericText27 |
AlphaNumericText27.parse(String text,
ParsePosition pos)
Parses text from a string to produce an
AlphaNumericText27 instance. |
static AlphaNumericText27 |
AlphaNumericText27.valueOf(String text)
Parses text from the beginning of the given string to produce an
AlphaNumericText27 instance. |
Modifier and Type | Method and Description |
---|---|
static String |
AlphaNumericText27.toString(AlphaNumericText27 alphaNumericText27)
Formats alpha-numeric characters to produce a string.
|
Modifier and Type | Method and Description |
---|---|
AlphaNumericText27 |
Header.getCustomer()
Getter for property
customer . |
AlphaNumericText27[] |
Transaction.getDescriptions()
Gets all descriptions of the transaction.
|
AlphaNumericText27 |
Transaction.getExecutiveExt()
Getter for property
executiveExt . |
AlphaNumericText27 |
Transaction.getExecutiveName()
Getter for property
executiveName . |
AlphaNumericText27 |
Transaction.getTargetExt()
Getter for property
targetExt . |
AlphaNumericText27 |
Transaction.getTargetName()
Getter for property
targetName . |
Modifier and Type | Method and Description |
---|---|
void |
Header.setCustomer(AlphaNumericText27 value)
Setter for property
customer . |
void |
Transaction.setDescriptions(AlphaNumericText27[] value)
Sets all descriptions of the transaction.
|
void |
Transaction.setExecutiveExt(AlphaNumericText27 value)
Setter for property
executiveExt . |
void |
Transaction.setExecutiveName(AlphaNumericText27 value)
Setter for property
executiveName . |
void |
Transaction.setTargetExt(AlphaNumericText27 value)
Setter for property
targetExt . |
void |
Transaction.setTargetName(AlphaNumericText27 value)
Setter for property
targetName . |
Copyright © 2005–2014 jDTAUS. All rights reserved.