public class BbanStructureDTO
extends java.lang.Object
BBAN is short for Basic Bank Account Number. It represents a country-specific bank account number. The BBAN is the last part of the IBAN when used for international funds transfers. Every country has it's specific BBAN format and length depending on it's own standards.
Constructor and Description |
---|
BbanStructureDTO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry_coode()
Gets country code.
|
java.util.List<BbanStructureEntryDTO> |
getValidation_rules()
Gets validation rules list.
|
void |
setCountry_coode(java.lang.String country_coode)
Sets country code.
|
void |
setValidation_rules(java.util.List<BbanStructureEntryDTO> validation_rules)
Sets the validation rules list.
|
public java.util.List<BbanStructureEntryDTO> getValidation_rules()
public void setValidation_rules(java.util.List<BbanStructureEntryDTO> validation_rules)
validation_rules
- the validation rules list.public java.lang.String getCountry_coode()
public void setCountry_coode(java.lang.String country_coode)
country_coode
- the character type