| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBankCode()
Returns the bank code from the Bic.
|
String |
getBranchCode()
Returns the branch code from the Bic.
|
CountryCode |
getCountryCode()
Returns the country code from the Bic.
|
String |
getLocationCode()
Returns the location code from the Bic.
|
int |
hashCode() |
String |
toString() |
static Bic |
valueOf(String bic)
Returns a Bic object holding the value of the specified String.
|
public static Bic valueOf(String bic) throws BicFormatException, UnsupportedCountryException
bic - the String to be parsed.BicFormatException - if the String doesn't contain parsable Bic.
UnsupportedCountryException if bic's country is not supported.UnsupportedCountryExceptionpublic String getBankCode()
public CountryCode getCountryCode()
public String getLocationCode()
public String getBranchCode()
Copyright © 2020. All rights reserved.