A C E F G H I L M O P S T V 

A

append(IbanFormat, Appendable) - Method in class org.jdtaus.iso13616.IBAN
Formats an IBAN and appends the resulting text to a given Appendable.

C

charAt(int) - Method in class org.jdtaus.iso13616.IBAN
Returns the char value at the specified index.
compareTo(IBAN) - Method in class org.jdtaus.iso13616.IBAN
Compares this object with the specified object for order.

E

equals(Object) - Method in class org.jdtaus.iso13616.IBAN
Indicates whether some other object is equal to this one.

F

formatTo(Formatter, int, int, int) - Method in class org.jdtaus.iso13616.IBAN
Formats the object using the provided Formatter.

G

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.

H

hashCode() - Method in class org.jdtaus.iso13616.IBAN
Gets the hash code value of the object.

I

IBAN - Class in org.jdtaus.iso13616
International Bank Account Number.
IbanCheckDigitsException - Exception in org.jdtaus.iso13616
Gets thrown whenever validation of the check digits of an international bank account number fails.
IbanCheckDigitsException(String, Number) - Constructor for exception org.jdtaus.iso13616.IbanCheckDigitsException
Creates a new IbanCheckDigitsException instance taking the IBAN failing check digits validation and the invalid check digits.
IbanFormat - Enum in org.jdtaus.iso13616
Format of an international bank account number.
IbanSyntaxException - Exception in org.jdtaus.iso13616
Gets thrown whenever parsing text to produce an international bank account number fails.
IbanSyntaxException(String, int) - Constructor for exception org.jdtaus.iso13616.IbanSyntaxException
Creates a new IbanSyntaxException instance taking malformed text and a position at which parsing failed.
isIbanAlphabet(char) - Static method in class org.jdtaus.iso13616.IBAN
Checks a given character to belong to the IBAN alphabet.
isSepaCountry(String) - Static method in class org.jdtaus.iso13616.IBAN
Tests a given two-letter ISO 3166-1 country code to identify a country that is part of the Single Euro Payments Area.
isSepaCountry() - Method in class org.jdtaus.iso13616.IBAN
Gets a flag indicating the country of the IBAN to be part of the Single Euro Payments Area.

L

length() - Method in class org.jdtaus.iso13616.IBAN
Returns the length of this character sequence.

M

MAX_CHARACTERS - Static variable in class org.jdtaus.iso13616.IBAN
Maximum number of characters of an IBAN.

O

org.jdtaus.iso13616 - package org.jdtaus.iso13616
International Bank Account Number.

P

parse(String, String) - Static method in class org.jdtaus.iso13616.IBAN
Parses text from a BBAN string to produce an IBAN instance.
parse(String, ParsePosition) - Static method in class org.jdtaus.iso13616.IBAN
Parses text from a string to produce an IBAN instance.
parse(String) - Static method in class org.jdtaus.iso13616.IBAN
Parses text from the beginning of the given string to produce an IBAN instance.
peekIban(String) - Static method in class org.jdtaus.iso13616.IBAN
Parses text from a string to peek at a national IBAN format.

S

subSequence(int, int) - Method in class org.jdtaus.iso13616.IBAN
Returns a new CharSequence that is a subsequence of this sequence.

T

toString(IbanFormat) - Method in class org.jdtaus.iso13616.IBAN
Formats an IBAN to produce a string.
toString() - Method in class org.jdtaus.iso13616.IBAN
Gets a string representation of the object.

V

valueOf(String) - Static method in class org.jdtaus.iso13616.IBAN
Parses text from the beginning of the given string to produce an IBAN instance.
valueOf(String, String) - Static method in class org.jdtaus.iso13616.IBAN
Parses text from a BBAN string to produce an IBAN instance.
valueOf(String) - Static method in enum org.jdtaus.iso13616.IbanFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jdtaus.iso13616.IbanFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I L M O P S T V 

Copyright © 2013 jDTAUS. All rights reserved.