|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.prowidesoftware.swift.model.BIC
public class BIC
Helper class to validate a BIC
Constructor Summary | |
---|---|
BIC()
Default constructor |
|
BIC(java.lang.String bic)
Constructor with bic code |
Method Summary | |
---|---|
java.lang.String |
getBic()
Get the bic code of this bic. |
java.lang.String |
getInvalidCause()
Get a human readable (english) string that gives information about why the bic was found invalid. |
boolean |
isValid()
Validate a bic. |
void |
setBic(java.lang.String bic)
Set the bic code for this bic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BIC(java.lang.String bic)
bic
- the bic code to use in this bicpublic BIC()
Method Detail |
---|
public java.lang.String getBic()
isValid()
public void setBic(java.lang.String bic)
bic
- the bic codepublic java.lang.String getInvalidCause()
null
if there's no invalid cause setpublic boolean isValid()
true
if the bic is found to be valid and false
in other case
java.lang.IllegalStateException
- if bic is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |