- IllegalAmountMessage - Class in org.jdtaus.banking.messages
-
Message stating that an amount is invalid.
- IllegalAmountMessage(BigInteger) - Constructor for class org.jdtaus.banking.messages.IllegalAmountMessage
-
Creates a new IllegalAmountMessage
taking an amount.
- IllegalCurrencyMessage - Class in org.jdtaus.banking.messages
-
Message stating that a currency is invalid at a given date.
- IllegalCurrencyMessage(String, Date) - Constructor for class org.jdtaus.banking.messages.IllegalCurrencyMessage
-
Creates a new IllegalCurrencyMessage
instance taking the ISO currency code of the illegal currency at a
given date.
- IllegalDataMessage - Class in org.jdtaus.banking.messages
-
Message stating that a field holds invalid data.
- IllegalDataMessage(int, int, long, String) - Constructor for class org.jdtaus.banking.messages.IllegalDataMessage
-
Creates a new IllegalDataMessage
instance taking information about the illegal data.
- IllegalDateMessage - Class in org.jdtaus.banking.messages
-
Message stating that a date is invalid.
- IllegalDateMessage(Date, Date, Date) - Constructor for class org.jdtaus.banking.messages.IllegalDateMessage
-
Creates a new IllegalDateMessage
instance taking the illegal date and the range of dates for which a
date is considered legal.
- IllegalDescriptionCountMessage - Class in org.jdtaus.banking.messages
-
Message stating that in illegal amount of descriptions is used.
- IllegalDescriptionCountMessage(int, int) - Constructor for class org.jdtaus.banking.messages.IllegalDescriptionCountMessage
-
Creates a new IllegalDescriptionCountMessage
instance taking the maximum number of supported descriptions
and the number of requested descriptions.
- IllegalFileLengthMessage - Class in org.jdtaus.banking.messages
-
Message stating that a file has an invalid length.
- IllegalFileLengthMessage(long, int) - Constructor for class org.jdtaus.banking.messages.IllegalFileLengthMessage
-
Creates a new IllegalFileLengthMessage
instance taking the length of a file incompatible to a given block
size.
- IllegalScheduleMessage - Class in org.jdtaus.banking.messages
-
Message stating that a given schedule is invalid.
- IllegalScheduleMessage(Date, Date, int) - Constructor for class org.jdtaus.banking.messages.IllegalScheduleMessage
-
Creates a new IllegalScheduleMessage
instance taking the create date and the date of execution not
forming a valid schedule for a maximum number of days between them.
- TextschluesselConstraintMessage - Class in org.jdtaus.banking.messages
-
Message stating that a Textschluessel
cannot be used in combination with a logical file type.
- TextschluesselConstraintMessage(LogicalFileType, Textschluessel) - Constructor for class org.jdtaus.banking.messages.TextschluesselConstraintMessage
-
Creates a new TextschluesselConstraintMessage
taking the logical file's type and the incompatible
Textschluessel
.
- TYPE_ALPHA - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for DTAUS alphabet fields.
- TYPE_ALPHA_NUMERIC - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for alpha-numeric DTAUS alphabet fields.
- TYPE_BANKLEITZAHL - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for Bankleitzahl
fields.
- TYPE_CONSTANT - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for well-known constant value fields.
- TYPE_CURRENCY - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for currency fields.
- TYPE_FILETYPE - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for field 3 of an A record.
- TYPE_KONTONUMMER - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for Kontonummer
fields.
- TYPE_LONGDATE - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for four-digit year information date fields.
- TYPE_NUMERIC - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for numeric DTAUS alphabet fields.
- TYPE_PACKET_POSITIVE - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for EBCDIC packed number fields.
- TYPE_REFERENZNUMMER - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for either a Referenznummer10
or
Referenznummer11
fields.
- TYPE_RESERVED - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for reserved fields.
- TYPE_SHORTDATE - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for two-digit year information date fields.
- TYPE_TEXTSCHLUESSEL - Static variable in class org.jdtaus.banking.messages.IllegalDataMessage
-
Constant for Textschluessel
fields.