Package io.scanbot.barcodescanner.entity
Class SEPA
-
- All Implemented Interfaces:
public final class SEPA extends GenericDocumentWrapper
SEPA
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SEPA.FieldNames
public class
SEPA.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
amount
private final TextFieldWrapper
characterSet
private final TextFieldWrapper
identification
private final TextFieldWrapper
information
private final TextFieldWrapper
purpose
private final TextFieldWrapper
receiverBIC
private final TextFieldWrapper
receiverIBAN
private final TextFieldWrapper
receiverName
private final TextFieldWrapper
remittance
private final TextFieldWrapper
serviceTag
private final TextFieldWrapper
version
-
Constructor Summary
Constructors Constructor Description SEPA(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getAmount()
Amount final TextFieldWrapper
getCharacterSet()
Character Set final TextFieldWrapper
getIdentification()
Identification final TextFieldWrapper
getInformation()
Information final TextFieldWrapper
getPurpose()
Amount final TextFieldWrapper
getReceiverBIC()
Receiver BIC final TextFieldWrapper
getReceiverIBAN()
Receiver IBAN final TextFieldWrapper
getReceiverName()
Receiver Name final TextFieldWrapper
getRemittance()
Remittance final TextFieldWrapper
getServiceTag()
Service Tag final TextFieldWrapper
getVersion()
Version -
-
Constructor Detail
-
SEPA
SEPA(GenericDocument document)
-
-
Method Detail
-
getAmount
final TextFieldWrapper getAmount()
Amount
-
getCharacterSet
final TextFieldWrapper getCharacterSet()
Character Set
-
getIdentification
final TextFieldWrapper getIdentification()
Identification
-
getInformation
final TextFieldWrapper getInformation()
Information
-
getPurpose
final TextFieldWrapper getPurpose()
Amount
-
getReceiverBIC
final TextFieldWrapper getReceiverBIC()
Receiver BIC
-
getReceiverIBAN
final TextFieldWrapper getReceiverIBAN()
Receiver IBAN
-
getReceiverName
final TextFieldWrapper getReceiverName()
Receiver Name
-
getRemittance
final TextFieldWrapper getRemittance()
Remittance
-
getServiceTag
final TextFieldWrapper getServiceTag()
Service Tag
-
getVersion
final TextFieldWrapper getVersion()
Version
-
-
-
-