A B C D E F G H I K L M N O P R S T V 

A

add(Transaction) - Method in class org.jdtaus.banking.dtaus.Checksum
Adds a Transaction to the checksum.
addLogicalFile(Header) - Method in interface org.jdtaus.banking.dtaus.PhysicalFile
Adds a logical file to the physical file.
addTransaction(Transaction) - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Adds a C record to the logical file.
AlphaNumericText27 - Class in org.jdtaus.banking
Alpha numeric text with a maximum length of twenty seven characters.
analyse(File) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Detects the format by analysing the given File.
analyse(FileOperations) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Detects the format by analysing the given FileOperations.

B

Bankleitzahl - Class in org.jdtaus.banking
Unique identifier to a particular office (branch) of a german bank.
BankleitzahlenVerzeichnis - Interface in org.jdtaus.banking
Public directory of german bank codes.
BankleitzahlExpirationException - Exception in org.jdtaus.banking
Gets thrown whenever the BankleitzahlenVerzeichnis is queried for a Bankleitzahl which got deleted in the past.
BankleitzahlExpirationException(BankleitzahlInfo, BankleitzahlInfo) - Constructor for exception org.jdtaus.banking.BankleitzahlExpirationException
Creates a new BankleitzahlExpirationException taking the bankcode information of the expired Bankleitzahl.
BankleitzahlInfo - Class in org.jdtaus.banking
Record of the BankleitzahlenVerzeichnis.
BankleitzahlInfo() - Constructor for class org.jdtaus.banking.BankleitzahlInfo
Creates a new BankleitzahlInfo instance.

C

charAt(int) - Method in class org.jdtaus.banking.AlphaNumericText27
Returns the char value at the specified index.
checkAlphaNumeric(char) - Static method in class org.jdtaus.banking.AlphaNumericText27
Checks a given character to belong to the alpha-numeric alphabet.
checkBankleitzahl(Number) - Static method in class org.jdtaus.banking.Bankleitzahl
Checks a given number to conform to a Bankleitzahl.
checkKontonummer(Number) - Static method in class org.jdtaus.banking.Kontonummer
Checks a given number to conform to a Kontonummer.
checkReferenznummer10(Number) - Static method in class org.jdtaus.banking.Referenznummer10
Checks a given number to conform to a Referenznummer10.
checkReferenznummer11(Number) - Static method in class org.jdtaus.banking.Referenznummer11
Checks a given number to conform to a Referenznummer11.
Checksum - Class in org.jdtaus.banking.dtaus
"E" record.
Checksum() - Constructor for class org.jdtaus.banking.dtaus.Checksum
Creates a new Checksum instance.
clone() - Method in class org.jdtaus.banking.BankleitzahlInfo
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.banking.dtaus.Checksum
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.banking.dtaus.Header
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.banking.dtaus.Transaction
Creates and returns a copy of this object.
clone() - Method in class org.jdtaus.banking.Textschluessel
Creates and returns a copy of this object.
commit() - Method in interface org.jdtaus.banking.dtaus.PhysicalFile
Commits any pending changes.
compareTo(Object) - Method in class org.jdtaus.banking.AlphaNumericText27
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jdtaus.banking.Bankleitzahl
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jdtaus.banking.Kontonummer
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jdtaus.banking.Referenznummer10
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jdtaus.banking.Referenznummer11
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.jdtaus.banking.Textschluessel
Compares this object with the specified object for order.
CorruptedException - Exception in org.jdtaus.banking.dtaus
Gets thrown for any unexpected defects detected at runtime.
CorruptedException(Implementation, long) - Constructor for exception org.jdtaus.banking.dtaus.CorruptedException
Creates a new CorruptedException taking the absolute position to the defect.
createPhysicalFile(File, int) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Creates a new PhysicalFile on a given File.
createPhysicalFile(File, int, Properties) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Creates a new PhysicalFile on a given File taking properties to configure the implementation.
createPhysicalFile(FileOperations, int) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Creates a new PhysicalFile on given FileOperations.
createPhysicalFile(FileOperations, int, Properties) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Creates a new PhysicalFile on given FileOperations taking properties to configure the implementation.
CurrencyDirectory - Interface in org.jdtaus.banking
Directory holding currency information.

D

doubleValue() - Method in class org.jdtaus.banking.Bankleitzahl
Returns this Bankleitzahl as a double value.
doubleValue() - Method in class org.jdtaus.banking.Kontonummer
Returns this Kontonummer as a double value.
doubleValue() - Method in class org.jdtaus.banking.Referenznummer10
Returns this Referenznummer10 as a double value.
doubleValue() - Method in class org.jdtaus.banking.Referenznummer11
Returns this Referenznummer11 as a double value.

E

ELECTRONIC_FORMAT - Static variable in class org.jdtaus.banking.Bankleitzahl
Constant for the electronic format of a Bankleitzahl.
ELECTRONIC_FORMAT - Static variable in class org.jdtaus.banking.Kontonummer
Constant for the electronic format of a Kontonummer.
ELECTRONIC_FORMAT - Static variable in class org.jdtaus.banking.Referenznummer10
Constant for the electronic format of a Referenznummer10.
ELECTRONIC_FORMAT - Static variable in class org.jdtaus.banking.Referenznummer11
Constant for the electronic format of a Referenznummer11.
equals(Object) - Method in class org.jdtaus.banking.AlphaNumericText27
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.banking.Bankleitzahl
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.banking.BankleitzahlInfo
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.banking.dtaus.Checksum
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.banking.dtaus.Header
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.banking.dtaus.Transaction
Indicates whether some other object is equal to this one by comparing the values of all properties.
equals(Object) - Method in class org.jdtaus.banking.Kontonummer
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.banking.Referenznummer10
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.banking.Referenznummer11
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.jdtaus.banking.Textschluessel
Indicates whether some other object is equal to this one by comparing the values of all properties.

F

floatValue() - Method in class org.jdtaus.banking.Bankleitzahl
Returns this Bankleitzahl as a float value.
floatValue() - Method in class org.jdtaus.banking.Kontonummer
Returns this Kontonummer as a float value.
floatValue() - Method in class org.jdtaus.banking.Referenznummer10
Returns this Referenznummer10 as a float value.
floatValue() - Method in class org.jdtaus.banking.Referenznummer11
Returns this Referenznummer11 as a float value.
format(StringBuffer) - Method in class org.jdtaus.banking.AlphaNumericText27
Formats alpha-numeric characters and appends the resulting text to the given string buffer.
format() - Method in class org.jdtaus.banking.AlphaNumericText27
Formats alpha-numeric characters to produce a string.
format(int, StringBuffer) - Method in class org.jdtaus.banking.Bankleitzahl
Formats a Bankleitzahl and appends the resulting text to the given string buffer.
format(int) - Method in class org.jdtaus.banking.Bankleitzahl
Formats a Bankleitzahl to produce a string.
format(int, StringBuffer) - Method in class org.jdtaus.banking.Kontonummer
Formats a Kontonummer and appends the resulting text to the given string buffer.
format(int) - Method in class org.jdtaus.banking.Kontonummer
Formats a Kontonummer to produce a string.
format(int, StringBuffer) - Method in class org.jdtaus.banking.Referenznummer10
Formats a Referenznummer10 and appends the resulting text to the given string buffer.
format(int) - Method in class org.jdtaus.banking.Referenznummer10
Formats a Referenznummer10 to produce a string.
format(int, StringBuffer) - Method in class org.jdtaus.banking.Referenznummer11
Formats a Referenznummer11 and appends the resulting text to the given string buffer.
format(int) - Method in class org.jdtaus.banking.Referenznummer11
Formats a Referenznummer11 to produce a string.
FORMAT_DISK - Static variable in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Constant for the DTAUS disk format.
FORMAT_TAPE - Static variable in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Constant for the DTAUS tape format.

G

GB - Static variable in class org.jdtaus.banking.dtaus.LogicalFileType
Constant for a logical file holding remittance orders sent by a bank.
getAccount() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property account.
getAmount() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property amount.
getBank() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property bank.
getBankCode() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property bankCode.
getBankData() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property bankData.
getBic() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property bic.
getBranchOffices(Bankleitzahl) - Method in interface org.jdtaus.banking.BankleitzahlenVerzeichnis
Gets the records of the branch offices for a given Bankleitzahl.
getChangeLabel() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property changeLabel.
getChecksum() - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Gets the E record of the logical file.
getCity() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property city.
getClearingAreaCode() - Method in class org.jdtaus.banking.Bankleitzahl
Gets the clearing area code of this Bankleitzahl.
getCode() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Getter for property code.
getCreateDate() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property createDate.
getCreationDate() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property creationDate.
getCurrency() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property currency.
getCurrency() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property currency.
getCustomer() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property customer.
getDateOfExpiration() - Method in interface org.jdtaus.banking.BankleitzahlenVerzeichnis
Gets the date of expiration of the data.
getDeletionDate() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property deletionDate.
getDescription() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property description.
getDescriptions() - Method in class org.jdtaus.banking.dtaus.Transaction
Gets all descriptions of the transaction.
getDtausCurrencies(Date) - Method in interface org.jdtaus.banking.CurrencyDirectory
Gets all DTAUS currencies known to the directory for a given date.
getExecutionDate() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property executionDate.
getExecutiveAccount() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property executiveAccount.
getExecutiveBank() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property executiveBank.
getExecutiveExt() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property executiveExt.
getExecutiveName() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property executiveName.
getExpiredBankleitzahlInfo() - Method in exception org.jdtaus.banking.BankleitzahlExpirationException
Gets information about the expired Bankleitzahl.
getExtension() - Method in class org.jdtaus.banking.Textschluessel
Getter for property extension.
getHeader() - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Gets the A record of the logical file.
getHeadOffice(Bankleitzahl) - Method in interface org.jdtaus.banking.BankleitzahlenVerzeichnis
Gets the record of the head office for a given Bankleitzahl.
getIbanRuleLabel() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property ibanRuleLabel.
getIbanRuleVersion() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property ibanRuleVersion.
getInstituteCode() - Method in class org.jdtaus.banking.Bankleitzahl
Gets the institute code of this Bankleitzahl.
getKey() - Method in class org.jdtaus.banking.Textschluessel
Getter for property key.
getLocales() - Method in class org.jdtaus.banking.Textschluessel
Gets all locales for which the instance holds short descriptions.
getLocalityCode() - Method in class org.jdtaus.banking.Bankleitzahl
Gets the locality code of this Bankleitzahl.
getLogicalFile(int) - Method in interface org.jdtaus.banking.dtaus.PhysicalFile
Gets a logical file for an index.
getLogicalFileCount() - Method in interface org.jdtaus.banking.dtaus.PhysicalFile
Gets the number of logical files stored in the physical file.
getMessage() - Method in exception org.jdtaus.banking.BankleitzahlExpirationException
Returns the message of the exception.
getMessage() - Method in exception org.jdtaus.banking.dtaus.CorruptedException
Returns the message of the exception.
getMessage() - Method in exception org.jdtaus.banking.dtaus.IllegalHeaderException
Returns the message of the exception.
getMessage() - Method in exception org.jdtaus.banking.dtaus.IllegalTransactionException
Returns the message of the exception.
getMessage() - Method in exception org.jdtaus.banking.dtaus.PhysicalFileException
Returns the message of the exception.
getMessage() - Method in exception org.jdtaus.banking.IllegalTextschluesselException
Returns the message of the exception.
getMessages() - Method in exception org.jdtaus.banking.dtaus.IllegalHeaderException
Gets all messages describing the exception.
getMessages(String) - Method in exception org.jdtaus.banking.dtaus.IllegalHeaderException
Gets messages bound to a property removing these messages from the instance.
getMessages() - Method in exception org.jdtaus.banking.dtaus.IllegalTransactionException
Gets all messages describing the exception.
getMessages(String) - Method in exception org.jdtaus.banking.dtaus.IllegalTransactionException
Gets messages bound to a property removing these messages from the instance.
getMessages() - Method in exception org.jdtaus.banking.dtaus.PhysicalFileException
Getter for property messages.
getMessages() - Method in exception org.jdtaus.banking.IllegalTextschluesselException
Gets all messages describing the exception.
getMessages(String) - Method in exception org.jdtaus.banking.IllegalTextschluesselException
Gets messages bound to a property removing these messages from the instance.
getModificationDate() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property modificationDate.
getName() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property name.
getNetworkCode() - Method in class org.jdtaus.banking.Bankleitzahl
Gets the network code of this Bankleitzahl.
getPanInstituteNumber() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property panInstituteNumber.
getPhysicalFile(File) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Reads a PhysicalFile from a given File.
getPhysicalFile(File, Properties) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Reads a PhysicalFile from a given File taking properties to configure the implementation.
getPhysicalFile(FileOperations) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Reads a PhysicalFile from given FileOperations.
getPhysicalFile(FileOperations, Properties) - Method in interface org.jdtaus.banking.dtaus.PhysicalFileFactory
Reads a PhysicalFile from given FileOperations taking properties to configure the implementation.
getPosition() - Method in exception org.jdtaus.banking.dtaus.CorruptedException
Gets the absolute file position causing this exception to be thrown.
getPostalCode() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property postalCode.
getPrimaryBank() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property primaryBank.
getPropertyNames() - Method in exception org.jdtaus.banking.dtaus.IllegalHeaderException
Gets the names of all properties for which the exception holds messages.
getPropertyNames() - Method in exception org.jdtaus.banking.dtaus.IllegalTransactionException
Gets the names of all properties for which the exception holds messages.
getPropertyNames() - Method in exception org.jdtaus.banking.IllegalTextschluesselException
Gets the names of all properties for which the exception holds messages.
getReference() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property reference.
getReference() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property reference.
getReplacingBankCode() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property replacingBankCode.
getReplacingBankleitzahlInfo() - Method in exception org.jdtaus.banking.BankleitzahlExpirationException
Gets information about the Bankleitzahl replacing the expired Bankleitzahl.
getSerialNumber() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property serialNumber.
getShortDescription(Locale) - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Gets the short description of the file type for a given locale.
getShortDescription(Locale) - Method in class org.jdtaus.banking.Textschluessel
Gets the short description of the Textschlüssel for a given locale.
getSumAmount() - Method in class org.jdtaus.banking.dtaus.Checksum
Getter for property sumAmount.
getSumTargetAccount() - Method in class org.jdtaus.banking.dtaus.Checksum
Getter for property sumTargetAccount.
getSumTargetBank() - Method in class org.jdtaus.banking.dtaus.Checksum
Getter for property sumTargetBank.
getTargetAccount() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property targetAccount.
getTargetBank() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property targetBank.
getTargetExt() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property targetExt.
getTargetName() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property targetName.
getTextschluessel() - Method in interface org.jdtaus.banking.TextschluesselVerzeichnis
Gets all Textschlüssel instances of the directory.
getTextschluessel(int, int) - Method in interface org.jdtaus.banking.TextschluesselVerzeichnis
Gets a Textschlüssel instance of the directory.
getTextschluessel(int, int, Date) - Method in interface org.jdtaus.banking.TextschluesselVerzeichnis
Gets a Textschlüssel instance of the directory for a given date.
getTransaction(int) - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Gets a C record for an index.
getTransactionCount() - Method in class org.jdtaus.banking.dtaus.Checksum
Getter for property transactionCount.
getType() - Method in class org.jdtaus.banking.dtaus.Header
Getter for property type.
getType() - Method in class org.jdtaus.banking.dtaus.Transaction
Getter for property type.
getValidationLabel() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property validationLabel.
getValidFrom() - Method in class org.jdtaus.banking.Textschluessel
Gets the date of validity of the Textschlüssel.
getValidTo() - Method in class org.jdtaus.banking.Textschluessel
Gets the date of expiration of the Textschlüssel.
GK - Static variable in class org.jdtaus.banking.dtaus.LogicalFileType
Constant for a logical file holding remittance orders sent by a customer.

H

hashCode() - Method in class org.jdtaus.banking.AlphaNumericText27
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.Bankleitzahl
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.BankleitzahlInfo
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.dtaus.Checksum
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.dtaus.Header
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.dtaus.Transaction
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.Kontonummer
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.Referenznummer10
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.Referenznummer11
Returns a hash code value for this object.
hashCode() - Method in class org.jdtaus.banking.Textschluessel
Returns a hash code value for this object.
Header - Class in org.jdtaus.banking.dtaus
"A" record.
Header() - Constructor for class org.jdtaus.banking.dtaus.Header
Creates a new Header instance.

I

IllegalHeaderException - Exception in org.jdtaus.banking.dtaus
Gets thrown whenever an illegal header is passed to a method expecting a legal header.
IllegalHeaderException() - Constructor for exception org.jdtaus.banking.dtaus.IllegalHeaderException
Creates a new IllegalHeaderException instance.
IllegalTextschluesselException - Exception in org.jdtaus.banking
Gets thrown whenever an illegal Textschlüssel is passed to a method expecting a legal Textschlüssel.
IllegalTextschluesselException() - Constructor for exception org.jdtaus.banking.IllegalTextschluesselException
Creates a new IllegalTextschluesselException instance.
IllegalTransactionException - Exception in org.jdtaus.banking.dtaus
Gets thrown whenever an illegal transaction is passed to a method expecting a legal transaction.
IllegalTransactionException() - Constructor for exception org.jdtaus.banking.dtaus.IllegalTransactionException
Creates a new IllegalTransactionException instance.
intValue() - Method in class org.jdtaus.banking.Bankleitzahl
Returns this Bankleitzahl as an int value.
intValue() - Method in class org.jdtaus.banking.Kontonummer
Returns this Kontonummer as an int value.
intValue() - Method in class org.jdtaus.banking.Referenznummer10
Returns this Referenznummer10 as an int value.
intValue() - Method in class org.jdtaus.banking.Referenznummer11
Returns this Referenznummer11 as an int value.
isClearingAreaCodeSupported() - Method in class org.jdtaus.banking.Bankleitzahl
Gets a flag indicating that this Bankleitzahl provides a clearing area code.
isDebit() - Method in class org.jdtaus.banking.Textschluessel
Flag indicating if a transaction of this type is a debit.
isDebitAllowed() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Flag indicating if a logical file may hold debit orders.
isEmpty() - Method in class org.jdtaus.banking.AlphaNumericText27
Flag indicating that the instance contains no text.
isHeadOffice() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property headOffice.
isLocalityCodeSupported() - Method in class org.jdtaus.banking.Bankleitzahl
Gets a flag indicating that this Bankleitzahl provides a locality code.
isMarkedForDeletion() - Method in class org.jdtaus.banking.BankleitzahlInfo
Getter for property markedForDeletion.
isNetworkCodeSupported() - Method in class org.jdtaus.banking.Bankleitzahl
Gets a flag indicating that this Bankleitzahl provides a network code.
isRemittance() - Method in class org.jdtaus.banking.Textschluessel
Flag indicating if a transaction of this type is a remittance.
isRemittanceAllowed() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Flag indicating if a logical file may hold remittance orders.
isSendByBank() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Flag indicating if a logical file is allowed to be created by a bank.
isSendByCustomer() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Flag indicating if a logical file is allowed to be created by a customer.
isValidAt(Date) - Method in class org.jdtaus.banking.Textschluessel
Gets a flag indicating that the Textschlüssel is valid at a given date.
isVariable() - Method in class org.jdtaus.banking.Textschluessel
Flag indicating if the extension holds non-identifying, variable data.

K

Kontonummer - Class in org.jdtaus.banking
Unique identifier to a particular bank account at a german bank.

L

LB - Static variable in class org.jdtaus.banking.dtaus.LogicalFileType
Constant for a logical file holding debit orders sent by a bank.
length() - Method in class org.jdtaus.banking.AlphaNumericText27
Returns the length of this character sequence.
LETTER_FORMAT - Static variable in class org.jdtaus.banking.Bankleitzahl
Constant for the letter format of a Bankleitzahl.
LETTER_FORMAT - Static variable in class org.jdtaus.banking.Kontonummer
Constant for the letter format of a Kontonummer.
LETTER_FORMAT - Static variable in class org.jdtaus.banking.Referenznummer10
Constant for the letter format of a Referenznummer10.
LETTER_FORMAT - Static variable in class org.jdtaus.banking.Referenznummer11
Constant for the letter format of a Referenznummer11.
LK - Static variable in class org.jdtaus.banking.dtaus.LogicalFileType
Constant for a logical file holding debit orders sent by a customer.
LogicalFile - Interface in org.jdtaus.banking.dtaus
Logical DTAUS file (Inlandszahlungsverkehr).
LogicalFileType - Class in org.jdtaus.banking.dtaus
Type of a logical file.
longValue() - Method in class org.jdtaus.banking.Bankleitzahl
Returns this Bankleitzahl as a long value.
longValue() - Method in class org.jdtaus.banking.Kontonummer
Returns this Kontonummer as a long value.
longValue() - Method in class org.jdtaus.banking.Referenznummer10
Returns this Referenznummer10 as a long value.
longValue() - Method in class org.jdtaus.banking.Referenznummer11
Returns this Referenznummer11 as a long value.

M

MAX_CHARACTERS - Static variable in class org.jdtaus.banking.Bankleitzahl
Maximum number of characters of a Bankleitzahl.
MAX_CHARACTERS - Static variable in class org.jdtaus.banking.Kontonummer
Maximum number of characters of a Kontonummer.
MAX_CHARACTERS - Static variable in class org.jdtaus.banking.Referenznummer10
Maximum number of characters of a Referenznummer10.
MAX_CHARACTERS - Static variable in class org.jdtaus.banking.Referenznummer11
Maximum number of characters of a Referenznummer11.
MAX_DIGITS - Static variable in class org.jdtaus.banking.Bankleitzahl
Maximum number of digits of a Bankleitzahl.
MAX_DIGITS - Static variable in class org.jdtaus.banking.Kontonummer
Maximum number of digits of a Kontonummer.
MAX_DIGITS - Static variable in class org.jdtaus.banking.Referenznummer10
Maximum number of digits of a Referenznummer10.
MAX_DIGITS - Static variable in class org.jdtaus.banking.Referenznummer11
Maximum number of digits of a Referenznummer11.
MAX_LENGTH - Static variable in class org.jdtaus.banking.AlphaNumericText27
Constant for the maximum length allowed for an instance.

N

normalize(String) - Static method in class org.jdtaus.banking.AlphaNumericText27
Normalizes text to conform to the alpha-numeric alphabet.

O

org.jdtaus.banking - package org.jdtaus.banking
Payment system specifications.
org.jdtaus.banking.dtaus - package org.jdtaus.banking.dtaus
Interface to the german DTAUS file format - Inlandszahlungsverkehr.

P

parse(String, ParsePosition) - Static method in class org.jdtaus.banking.AlphaNumericText27
Parses text from a string to produce an AlphaNumericText27 instance.
parse(String) - Static method in class org.jdtaus.banking.AlphaNumericText27
Parses text from the beginning of the given string to produce an AlphaNumericText27 instance.
parse(String, ParsePosition) - Static method in class org.jdtaus.banking.Bankleitzahl
Parses text from a string to produce a Bankleitzahl.
parse(String) - Static method in class org.jdtaus.banking.Bankleitzahl
Parses text from the beginning of the given string to produce a Bankleitzahl.
parse(String, ParsePosition) - Static method in class org.jdtaus.banking.Kontonummer
Parses text from a string to produce a Kontonummer.
parse(String) - Static method in class org.jdtaus.banking.Kontonummer
Parses text from the beginning of the given string to produce a Kontonummer.
parse(String, ParsePosition) - Static method in class org.jdtaus.banking.Referenznummer10
Parses text from a string to produce a Referenznummer10.
parse(String) - Static method in class org.jdtaus.banking.Referenznummer10
Parses text from the beginning of the given string to produce a Referenznummer10.
parse(String, ParsePosition) - Static method in class org.jdtaus.banking.Referenznummer11
Parses text from a string to produce a Referenznummer11.
parse(String) - Static method in class org.jdtaus.banking.Referenznummer11
Parses text from the beginning of the given string to produce a Referenznummer11.
PhysicalFile - Interface in org.jdtaus.banking.dtaus
Physical DTAUS file (Inlandszahlungsverkehr).
PhysicalFileException - Exception in org.jdtaus.banking.dtaus
Gets thrown by methods prepared to handle invalid files.
PhysicalFileException(Message[]) - Constructor for exception org.jdtaus.banking.dtaus.PhysicalFileException
Creates a new PhysicalFileException instance taking an array of messages describing the exception.
PhysicalFileFactory - Interface in org.jdtaus.banking.dtaus
Factory for PhysicalFile instances.
PROP_ACCOUNT - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property account.
PROP_AMOUNT - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property amount.
PROP_BANK - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property bank.
PROP_BANKDATA - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property bankData.
PROP_CREATEDATE - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property createDate.
PROP_CURRENCY - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property currency.
PROP_CURRENCY - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property currency.
PROP_CUSTOMER - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property customer.
PROP_DEBIT - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property debit.
PROP_DESCRIPTIONS - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property descriptions.
PROP_EXECUTIONDATE - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property executionDate.
PROP_EXECUTIVEACCOUNT - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property executiveAccount.
PROP_EXECUTIVEBANK - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property executiveBank.
PROP_EXECUTIVEEXT - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property executiveExt.
PROP_EXECUTIVENAME - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property executiveName.
PROP_EXTENSION - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property extension.
PROP_KEY - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property key.
PROP_PRIMARYBANK - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property primaryBank.
PROP_REFERENCE - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property reference.
PROP_REFERENCE - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property reference.
PROP_REMITTANCE - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property remittance.
PROP_SHORTDESCRIPTION - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property shortDescription.
PROP_TARGETACCOUNT - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property targetAccount.
PROP_TARGETBANK - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property targetBank.
PROP_TARGETEXT - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property targetExt.
PROP_TARGETNAME - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property targetName.
PROP_TYPE - Static variable in class org.jdtaus.banking.dtaus.Header
Constant for the name of property type.
PROP_TYPE - Static variable in class org.jdtaus.banking.dtaus.Transaction
Constant for the name of property type.
PROP_VALID_FROM - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property validFrom.
PROP_VALID_TO - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property validTo.
PROP_VARIABLE - Static variable in class org.jdtaus.banking.Textschluessel
Constant for the name of property variable.

R

Referenznummer10 - Class in org.jdtaus.banking
Unique entity identifier.
Referenznummer11 - Class in org.jdtaus.banking
Unique entity identifier.
removeLogicalFile(int) - Method in interface org.jdtaus.banking.dtaus.PhysicalFile
Removes a logical file from the physical file.
removeTransaction(int) - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Removes a C record at a given index.

S

searchBankleitzahlInfos(String, String, String, Boolean, Boolean) - Method in interface org.jdtaus.banking.BankleitzahlenVerzeichnis
Searches the directory for records matching the given criteria.
searchLogicalFileTypes(Boolean, Boolean, Boolean, Boolean) - Static method in class org.jdtaus.banking.dtaus.LogicalFileType
Searches the implementation for LogicalFileType instances according to the given arguments.
searchTextschluessel(Boolean, Boolean, Date) - Method in interface org.jdtaus.banking.TextschluesselVerzeichnis
Searches the directory for Textschlüssel instances.
setAccount(Kontonummer) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property account.
setAmount(BigInteger) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property amount.
setBank(Bankleitzahl) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property bank.
setBankCode(Bankleitzahl) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property bankCode.
setBankData(Bankleitzahl) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property bankData.
setBic(String) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property bic.
setChangeLabel(char) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property changeLabel.
setCity(String) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property city.
setCreateDate(Date) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property createDate.
setCreationDate(Date) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property creationDate.
setCurrency(Currency) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property currency.
setCurrency(Currency) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property currency.
setCustomer(AlphaNumericText27) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property customer.
setDebit(boolean) - Method in class org.jdtaus.banking.Textschluessel
Setter for property debit.
setDeletionDate(Date) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property deletionDate.
setDescription(String) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property description.
setDescriptions(AlphaNumericText27[]) - Method in class org.jdtaus.banking.dtaus.Transaction
Sets all descriptions of the transaction.
setExecutionDate(Date) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property executionDate.
setExecutiveAccount(Kontonummer) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property executiveAccount.
setExecutiveBank(Bankleitzahl) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property executiveBank.
setExecutiveExt(AlphaNumericText27) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property executiveExt.
setExecutiveName(AlphaNumericText27) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property executiveName.
setExtension(int) - Method in class org.jdtaus.banking.Textschluessel
Setter for property extension.
setHeader(Header) - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Updates the A record of the logical file.
setHeadOffice(boolean) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property headOffice.
setIbanRuleLabel(Integer) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property ibanRuleLabel.
setIbanRuleVersion(Integer) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property ibanRuleVersion.
setKey(int) - Method in class org.jdtaus.banking.Textschluessel
Setter for property key.
setMarkedForDeletion(boolean) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property markedForDeletion.
setModificationDate(Date) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property modificationDate.
setName(String) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property name.
setPanInstituteNumber(int) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property panInstituteNumber.
setPostalCode(int) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property postalCode.
setPrimaryBank(Bankleitzahl) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property primaryBank.
setReference(Referenznummer10) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property reference.
setReference(Referenznummer11) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property reference.
setRemittance(boolean) - Method in class org.jdtaus.banking.Textschluessel
Setter for property remittance.
setReplacingBankCode(Bankleitzahl) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property replacingBankCode.
setSerialNumber(Integer) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property serialNumber.
setShortDescription(Locale, String) - Method in class org.jdtaus.banking.Textschluessel
Setter for property shortDescription.
setSumAmount(long) - Method in class org.jdtaus.banking.dtaus.Checksum
Setter for property sumAmount.
setSumTargetAccount(long) - Method in class org.jdtaus.banking.dtaus.Checksum
Setter for property sumTargetAccount.
setSumTargetBank(long) - Method in class org.jdtaus.banking.dtaus.Checksum
Setter for property sumTargetBank.
setTargetAccount(Kontonummer) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property targetAccount.
setTargetBank(Bankleitzahl) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property targetBank.
setTargetExt(AlphaNumericText27) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property targetExt.
setTargetName(AlphaNumericText27) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property targetName.
setTransaction(int, Transaction) - Method in interface org.jdtaus.banking.dtaus.LogicalFile
Updates a C record at a given index.
setTransactionCount(int) - Method in class org.jdtaus.banking.dtaus.Checksum
Setter for property transactionCount.
setType(LogicalFileType) - Method in class org.jdtaus.banking.dtaus.Header
Setter for property type.
setType(Textschluessel) - Method in class org.jdtaus.banking.dtaus.Transaction
Setter for property type.
setValidationLabel(String) - Method in class org.jdtaus.banking.BankleitzahlInfo
Setter for property validationLabel.
setValidFrom(Date) - Method in class org.jdtaus.banking.Textschluessel
Sets the date of validity of the Textschlüssel.
setValidTo(Date) - Method in class org.jdtaus.banking.Textschluessel
Sets the date of expiration of the Textschlüssel.
setVariable(boolean) - Method in class org.jdtaus.banking.Textschluessel
Setter for property variable.
subSequence(int, int) - Method in class org.jdtaus.banking.AlphaNumericText27
Returns a new CharSequence that is a subsequence of this sequence.
subtract(Transaction) - Method in class org.jdtaus.banking.dtaus.Checksum
Subtracts a Transaction from the checksum.

T

Textschluessel - Class in org.jdtaus.banking
Type of a transaction in germany.
Textschluessel() - Constructor for class org.jdtaus.banking.Textschluessel
Creates a new Textschluessel instance.
TextschluesselVerzeichnis - Interface in org.jdtaus.banking
Directory of german transaction types.
toString(AlphaNumericText27) - Static method in class org.jdtaus.banking.AlphaNumericText27
Formats alpha-numeric characters to produce a string.
toString() - Method in class org.jdtaus.banking.AlphaNumericText27
Returns a string containing the characters in this sequence in the same order as this sequence.
toString(Bankleitzahl) - Static method in class org.jdtaus.banking.Bankleitzahl
Formats a Bankleitzahl to produce a string.
toString() - Method in class org.jdtaus.banking.Bankleitzahl
Returns a string representation of the object.
toString() - Method in class org.jdtaus.banking.BankleitzahlInfo
Returns a string representation of the object.
toString() - Method in class org.jdtaus.banking.dtaus.Checksum
Returns a string representation of the object.
toString() - Method in class org.jdtaus.banking.dtaus.Header
Returns a string representation of the object.
toString() - Method in class org.jdtaus.banking.dtaus.LogicalFileType
Returns a string representation of the object.
toString() - Method in exception org.jdtaus.banking.dtaus.PhysicalFileException
Returns a string representation of the object.
toString() - Method in class org.jdtaus.banking.dtaus.Transaction
Returns a string representation of the object.
toString(Kontonummer) - Static method in class org.jdtaus.banking.Kontonummer
Formats a Kontonummer to produce a string.
toString() - Method in class org.jdtaus.banking.Kontonummer
Returns a string representation of the object.
toString(Referenznummer10) - Static method in class org.jdtaus.banking.Referenznummer10
Formats a Referenznummer10 to produce a string.
toString() - Method in class org.jdtaus.banking.Referenznummer10
Returns a string representation of the object.
toString(Referenznummer11) - Static method in class org.jdtaus.banking.Referenznummer11
Formats a Referenznummer11 to produce a string.
toString() - Method in class org.jdtaus.banking.Referenznummer11
Returns a string representation of the object.
toString() - Method in class org.jdtaus.banking.Textschluessel
Returns a string representation of the object.
Transaction - Class in org.jdtaus.banking.dtaus
"C" record.
Transaction() - Constructor for class org.jdtaus.banking.dtaus.Transaction
Creates a new Transaction instance.

V

valueOf(String) - Static method in class org.jdtaus.banking.AlphaNumericText27
Parses text from the beginning of the given string to produce an AlphaNumericText27 instance.
valueOf(Number) - Static method in class org.jdtaus.banking.Bankleitzahl
Gets a Bankleitzahl for a given number.
valueOf(String) - Static method in class org.jdtaus.banking.Bankleitzahl
Parses text from the beginning of the given string to produce a Bankleitzahl.
valueOf(String) - Static method in class org.jdtaus.banking.dtaus.LogicalFileType
Returns an instance for the type identified by a DTAUS code.
valueOf(Number) - Static method in class org.jdtaus.banking.Kontonummer
Returns an instance for the Kontonummer identified by the given number.
valueOf(String) - Static method in class org.jdtaus.banking.Kontonummer
Parses text from the beginning of the given string to produce a Kontonummer.
valueOf(Number) - Static method in class org.jdtaus.banking.Referenznummer10
Returns an instance for the Referenznummer10 identified by the given number.
valueOf(String) - Static method in class org.jdtaus.banking.Referenznummer10
Parses text from the beginning of the given string to produce a Referenznummer10.
valueOf(Number) - Static method in class org.jdtaus.banking.Referenznummer11
Returns an instance for the Referenznummer11 identified by the given number.
valueOf(String) - Static method in class org.jdtaus.banking.Referenznummer11
Parses text from the beginning of the given string to produce a Referenznummer11.
A B C D E F G H I K L M N O P R S T V 

Copyright © 2005–2014 jDTAUS. All rights reserved.