Class BankAccountDetailsV2Bban
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.bankaccountdetails.BankAccountDetailsV2Bban
-
- All Implemented Interfaces:
PositionData
public class BankAccountDetailsV2Bban extends BaseField
Full extraction of BBAN, including: branch code, bank code, account and key.
-
-
Constructor Summary
Constructors Constructor Description BankAccountDetailsV2Bban()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBbanBankCode()
The BBAN bank code outputted as a string.String
getBbanBranchCode()
The BBAN branch code outputted as a string.String
getBbanKey()
The BBAN key outputted as a string.String
getBbanNumber()
The BBAN Account number outputted as a string.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
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.
-
-