interface |
Bic |
The annotated element must be a valid BIC (Business Identifier Code in the past also known as
Bank Identifier Code).
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
If ignoreWhiteSpaces is set to true, whitespaces are removed before
test is done.
It's a formal test, against format definition, size and SWIFT country list.
There is no test of validity of the BIC!
|
interface |
BicValue |
The annotated element must be a valid BIC (Business Identifier Code in the past also known as
Bank Identifier Code).
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
If ignoreWhiteSpaces is set to true, whitespaces are removed before
test is done.
It's a formal test, against format definition, size and SWIFT country list.
There is no test of validity of the BIC!
|
interface |
Gtin |
The annotated element must be a valid Global Trade Item Number (until 2009 known as European
Article Number) in the long (13 digits) or short (8 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
There are numeric, size and checksum tests by apache commons validation routines.
|
interface |
Isbn |
The annotated element must be a valid International Standard Book Number in the long (13 digits)
or short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
|
interface |
IsbnFormated |
The annotated element must be a valid International Standard Book Number in the long (13 digits)
or short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements
are considered valid.
|