- getBankIdentifier() - Method in class org.jdtaus.iso13616.IBAN
-
Gets the bank identifier part of the BBAN of the IBAN.
- getBranchIdentifier() - Method in class org.jdtaus.iso13616.IBAN
-
Gets the branch identifier part of the BBAN of the IBAN.
- getCheckDigits() - Method in exception org.jdtaus.iso13616.IbanCheckDigitsException
-
Gets the invalid check digits.
- getCountryCode() - Method in class org.jdtaus.iso13616.IBAN
-
Gets the two-letter ISO 3166-1 country code identifying the country the IBAN belongs to.
- getCountryCodes() - Static method in class org.jdtaus.iso13616.IBAN
-
Gets an array holding two-letter ISO 3166-1 country codes of all countries that have implemented the IBAN
standard.
- getErrorIndex() - Method in exception org.jdtaus.iso13616.IbanSyntaxException
-
Gets the position at which parsing failed.
- getIban() - Method in exception org.jdtaus.iso13616.IbanCheckDigitsException
-
Gets the IBAN failing check digits validation.
- getLocalizedMessage(Locale) - Method in exception org.jdtaus.iso13616.IbanCheckDigitsException
-
Gets a localized message describing the exception for a given locale.
- getLocalizedMessage(Locale) - Method in exception org.jdtaus.iso13616.IbanSyntaxException
-
Gets a localized message describing the exception for a given locale.
- getMalformedText() - Method in exception org.jdtaus.iso13616.IbanSyntaxException
-
Gets the malformed text causing the exception.
- getMessage() - Method in exception org.jdtaus.iso13616.IbanCheckDigitsException
-
Gets a message describing the exception.
- getMessage() - Method in exception org.jdtaus.iso13616.IbanSyntaxException
-
Gets a message describing the exception.