Class IsoIecHybrid1110System
java.lang.Object
org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
org.apache.commons.validator.routines.checkdigit.IsoIecHybrid1110System
- All Implemented Interfaces:
Serializable
,CheckDigit
,IsoIecConstants
Implements ISO/IEC 7064, MOD 11,10 check digit calculation/validation.
MOD 11,10 applies to numeric strings. See Wikipedia - ISO/IEC_7064 (de) for more details.
This MOD 11,10 module can also be used to validate TIN_DE, TIN_HR, the VATIN_DE and VATIN_HR used in VATINCheckDigit
- Since:
- 1.10.0
- Author:
- EUG https://github.com/homebeaver
- See Also:
-
Field Summary
Fields inherited from interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
ALPHABETIC, ALPHANUMERIC, ALPHANUMERIC_PLUS_STAR, MODULUS_1271, MODULUS_37, MODULUS_661, MODULUS_97, NUMERIC, NUMERIC_PLUS_X, RADIX_10, RADIX_2, RADIX_26, RADIX_36
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
The character set of the item to be protected.static CheckDigit
Gets the singleton instance of this validator.Methods inherited from class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
calculate, calculateModulus, isValid, toCheckDigit, toInt, weightedValue
Methods inherited from class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
getModulus, sumDigits
-
Method Details
-
getInstance
Gets the singleton instance of this validator.- Returns:
- A singleton instance of the class.
-
getCharacterSet
Description copied from class:IsoIec7064HybridSystem
The character set of the item to be protected.- Specified by:
getCharacterSet
in classIsoIec7064HybridSystem
- Returns:
- a String of characters (numeric, alphabetic or alphanumeric)
-