Package | Description |
---|---|
org.jdtaus.banking.dtaus |
Interface to the german DTAUS file format - Inlandszahlungsverkehr.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
LogicalFile.getTransaction(int index)
Gets a C record for an index.
|
Transaction |
LogicalFile.removeTransaction(int index)
Removes a C record at a given index.
|
Transaction |
LogicalFile.setTransaction(int index,
Transaction transaction)
Updates a C record at a given index.
|
Modifier and Type | Method and Description |
---|---|
void |
Checksum.add(Transaction transaction)
Adds a
Transaction to the checksum. |
int |
LogicalFile.addTransaction(Transaction transaction)
Adds a C record to the logical file.
|
void |
LogicalFile.createTransaction(Transaction transaction)
Deprecated.
This method got replaced by
LogicalFile.addTransaction(Transaction) which is capable of returning the
index of the transaction in the file. |
Transaction |
LogicalFile.setTransaction(int index,
Transaction transaction)
Updates a C record at a given index.
|
void |
Checksum.substract(Transaction transaction)
Deprecated.
Deprecated by
subtract . |
void |
Checksum.subtract(Transaction transaction)
Subtracts a
Transaction from the checksum. |
Copyright © 2005–2014 jDTAUS. All rights reserved.