- bankCode(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
-
- bankCode(String) - Method in class org.iban4j.Iban.Builder
-
Sets iban's bank code.
- BbanEntryType - Enum in org.iban4j.bban
-
Basic Bank Account Number Entry Types.
- BbanStructure - Class in org.iban4j.bban
-
Class which represents bban structure
- BbanStructureEntry - Class in org.iban4j.bban
-
Bban Structure Entry representation.
- BbanStructureEntry.EntryCharacterType - Enum in org.iban4j.bban
-
- Bic - Class in org.iban4j
-
Business Identifier Codes (also known as SWIFT-BIC, BIC code, SWIFT ID or SWIFT code).
- BicFormatException - Exception in org.iban4j
-
Thrown to indicate that the application has attempted to convert
a string to Bic or to validate Bic's string representation, but the string does not
have the appropriate format.
- BicFormatException() - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with no detail message.
- BicFormatException(String) - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with the
specified detail message.
- BicFormatException(String, Throwable) - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with the
specified detail message and cause.
- BicFormatException(BicFormatException.BicFormatViolation, Object, Object, String) - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with the
specified violation, actual value, expected value and detail message.
- BicFormatException(BicFormatException.BicFormatViolation, String) - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with the
specified violation and detail message.
- BicFormatException(BicFormatException.BicFormatViolation, Object, String) - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with the
specified violation, actual value and detail message.
- BicFormatException(Throwable) - Constructor for exception org.iban4j.BicFormatException
-
Constructs a BicFormatException with the
specified cause.
- BicFormatException.BicFormatViolation - Enum in org.iban4j
-
- BicUtil - Class in org.iban4j
-
Bic Utility Class
- BicUtil() - Constructor for class org.iban4j.BicUtil
-
- branchCode(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
-
- branchCode(String) - Method in class org.iban4j.Iban.Builder
-
Sets iban's branch code.
- build() - Method in class org.iban4j.Iban.Builder
-
Builds new iban instance.
- build(boolean) - Method in class org.iban4j.Iban.Builder
-
Builds new iban instance.
- Builder() - Constructor for class org.iban4j.Iban.Builder
-
Creates an Iban Builder instance.
- buildRandom() - Method in class org.iban4j.Iban.Builder
-
Builds random iban instance.
- getAccountNumber() - Method in class org.iban4j.Iban
-
Returns iban's account number.
- getAccountNumber(String) - Static method in class org.iban4j.IbanUtil
-
Returns iban's account number.
- getAccountType() - Method in class org.iban4j.Iban
-
Returns iban's account type.
- getActual() - Method in exception org.iban4j.BicFormatException
-
- getActual() - Method in exception org.iban4j.IbanFormatException
-
- getActual() - Method in exception org.iban4j.InvalidCheckDigitException
-
- getAlpha2() - Method in enum org.iban4j.CountryCode
-
- getAlpha3() - Method in enum org.iban4j.CountryCode
-
- getBankCode() - Method in class org.iban4j.Bic
-
Returns the bank code from the Bic.
- getBankCode() - Method in class org.iban4j.Iban
-
Returns iban's bank code.
- getBankCode(String) - Static method in class org.iban4j.IbanUtil
-
Returns iban's bank code.
- getBban() - Method in class org.iban4j.Iban
-
Returns iban's bban (Basic Bank Account Number).
- getBban(String) - Static method in class org.iban4j.IbanUtil
-
Returns iban's bban (Basic Bank Account Number).
- getBbanEntryType() - Method in exception org.iban4j.IbanFormatException
-
- getBbanLength() - Method in class org.iban4j.bban.BbanStructure
-
Returns the length of bban.
- getBranchCode() - Method in class org.iban4j.Bic
-
Returns the branch code from the Bic.
- getBranchCode() - Method in class org.iban4j.Iban
-
Returns iban's branch code.
- getByCode(String) - Static method in enum org.iban4j.CountryCode
-
Get a CountryCode that corresponds to the given ISO 3166-1
alpha-2 or
alpha-3 code.
- getCharacterType() - Method in class org.iban4j.bban.BbanStructureEntry
-
- getCheckDigit() - Method in class org.iban4j.Iban
-
Returns iban's check digit.
- getCheckDigit(String) - Static method in class org.iban4j.IbanUtil
-
Returns iban's check digit.
- getCountryCode() - Method in class org.iban4j.Bic
-
Returns the country code from the Bic.
- getCountryCode() - Method in class org.iban4j.Iban
-
Returns iban's country code.
- getCountryCode(String) - Static method in class org.iban4j.IbanUtil
-
Returns iban's country code.
- getCountryCode() - Method in exception org.iban4j.UnsupportedCountryException
-
- getCountryCodeAndCheckDigit(String) - Static method in class org.iban4j.IbanUtil
-
Returns iban's country code and check digit.
- getEntries() - Method in class org.iban4j.bban.BbanStructure
-
- getEntryType() - Method in class org.iban4j.bban.BbanStructureEntry
-
- getExpected() - Method in exception org.iban4j.BicFormatException
-
- getExpected() - Method in exception org.iban4j.IbanFormatException
-
- getExpected() - Method in exception org.iban4j.InvalidCheckDigitException
-
- getFormatViolation() - Method in exception org.iban4j.BicFormatException
-
- getFormatViolation() - Method in exception org.iban4j.IbanFormatException
-
- getIbanLength(CountryCode) - Static method in class org.iban4j.IbanUtil
-
Returns iban length for the specified country.
- getIdentificationNumber() - Method in class org.iban4j.Iban
-
Returns iban's identification number.
- getInvalidCharacter() - Method in exception org.iban4j.IbanFormatException
-
- getLength() - Method in class org.iban4j.bban.BbanStructureEntry
-
- getLocationCode() - Method in class org.iban4j.Bic
-
Returns the location code from the Bic.
- getName() - Method in enum org.iban4j.CountryCode
-
Get the country name.
- getNationalCheckDigit() - Method in class org.iban4j.Iban
-
Returns iban's national check digit.
- getOwnerAccountType() - Method in class org.iban4j.Iban
-
Returns iban's owner account type.
- getRandom() - Method in class org.iban4j.bban.BbanStructureEntry
-
- Iban - Class in org.iban4j
-
- Iban.Builder - Class in org.iban4j
-
Iban Builder Class
- Iban4jException - Exception in org.iban4j
-
Base Runtime Exception Class for the library exceptions.
- Iban4jException() - Constructor for exception org.iban4j.Iban4jException
-
- Iban4jException(String) - Constructor for exception org.iban4j.Iban4jException
-
- Iban4jException(String, Throwable) - Constructor for exception org.iban4j.Iban4jException
-
- Iban4jException(Throwable) - Constructor for exception org.iban4j.Iban4jException
-
- IbanFormat - Enum in org.iban4j
-
Iban Format Enum
- IbanFormatException - Exception in org.iban4j
-
Thrown to indicate that the application has attempted to convert
a string to Iban, but that the string does not
have the appropriate format.
- IbanFormatException() - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with no detail message.
- IbanFormatException(String) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified detail message.
- IbanFormatException(String, Throwable) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified detail message and cause.
- IbanFormatException(Throwable) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified cause.
- IbanFormatException(IbanFormatException.IbanFormatViolation, Object, Object, String) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified violation, actual value, expected value and detail message.
- IbanFormatException(IbanFormatException.IbanFormatViolation, Object, String) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified violation, actual value and detail message.
- IbanFormatException(IbanFormatException.IbanFormatViolation, BbanEntryType, Object, char, String) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified violation, entryType, actual value,
invalidCharacter and detail message.
- IbanFormatException(IbanFormatException.IbanFormatViolation, String) - Constructor for exception org.iban4j.IbanFormatException
-
Constructs a IbanFormatException with the
specified violation and detail message.
- IbanFormatException.IbanFormatViolation - Enum in org.iban4j
-
- IbanUtil - Class in org.iban4j
-
Iban Utility Class
- identificationNumber(int, char) - Static method in class org.iban4j.bban.BbanStructureEntry
-
- identificationNumber(String) - Method in class org.iban4j.Iban.Builder
-
Sets iban's identification number.
- InvalidCheckDigitException - Exception in org.iban4j
-
Thrown to indicate that Iban's check digit is invalid
- InvalidCheckDigitException() - Constructor for exception org.iban4j.InvalidCheckDigitException
-
Constructs a InvalidCheckDigitException with no detail message.
- InvalidCheckDigitException(String) - Constructor for exception org.iban4j.InvalidCheckDigitException
-
Constructs a InvalidCheckDigitException with the
specified detail message.
- InvalidCheckDigitException(String, String, String) - Constructor for exception org.iban4j.InvalidCheckDigitException
-
Constructs a InvalidCheckDigitException with the
specified actual, expected and detail message.
- InvalidCheckDigitException(String, Throwable) - Constructor for exception org.iban4j.InvalidCheckDigitException
-
Constructs a InvalidCheckDigitException with the
specified detail message and cause.
- InvalidCheckDigitException(Throwable) - Constructor for exception org.iban4j.InvalidCheckDigitException
-
Constructs a InvalidCheckDigitException with the
specified cause.
- isSupportedCountry(CountryCode) - Static method in class org.iban4j.IbanUtil
-
Checks whether country is supporting iban.
- validate(String) - Static method in class org.iban4j.BicUtil
-
Validates bic.
- validate(String) - Static method in class org.iban4j.IbanUtil
-
Validates iban.
- validate(String, IbanFormat) - Static method in class org.iban4j.IbanUtil
-
Validates iban.
- valueOf(String) - Static method in enum org.iban4j.bban.BbanEntryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.iban4j.bban.BbanStructureEntry.EntryCharacterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.iban4j.Bic
-
Returns a Bic object holding the value of the specified String.
- valueOf(String) - Static method in enum org.iban4j.BicFormatException.BicFormatViolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.iban4j.CountryCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.iban4j.Iban
-
Returns an Iban object holding the value of the specified String.
- valueOf(String, IbanFormat) - Static method in class org.iban4j.Iban
-
Returns an Iban object holding the value of the specified String.
- valueOf(String) - Static method in enum org.iban4j.IbanFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.iban4j.IbanFormatException.IbanFormatViolation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.iban4j.bban.BbanEntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.iban4j.bban.BbanStructureEntry.EntryCharacterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.iban4j.BicFormatException.BicFormatViolation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.iban4j.CountryCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.iban4j.IbanFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.iban4j.IbanFormatException.IbanFormatViolation
-
Returns an array containing the constants of this enum type, in
the order they are declared.