Class BankAccountDetailsV2Bban

  • All Implemented Interfaces:
    PositionData

    public class BankAccountDetailsV2Bban
    extends BaseField
    Full extraction of BBAN, including: branch code, bank code, account and key.
    • Constructor Detail

      • BankAccountDetailsV2Bban

        public BankAccountDetailsV2Bban()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toFieldList

        public String toFieldList()
        Output the object in a format suitable for inclusion in an rST field list.
      • getBbanBankCode

        public String getBbanBankCode()
        The BBAN bank code outputted as a string.
      • getBbanBranchCode

        public String getBbanBranchCode()
        The BBAN branch code outputted as a string.
      • getBbanKey

        public String getBbanKey()
        The BBAN key outputted as a string.
      • getBbanNumber

        public String getBbanNumber()
        The BBAN Account number outputted as a string.