Package io.scanbot.sdk.barcode.entity
Class AAMVA
-
- All Implemented Interfaces:
public final class AAMVA extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AAMVA.FieldNames
public class
AAMVA.NormalizedFieldNames
public final class
AAMVA.TitleData
public final class
AAMVA.RegistrationData
public final class
AAMVA.MotorCarrierData
public final class
AAMVA.RegistrantAndVehicleData
public final class
AAMVA.VehicleOwnerData
public final class
AAMVA.VehicleData
public final class
AAMVA.VehicleSafetyInspectionData
public class
AAMVA.DLID
public final class
AAMVA.DriverLicense
public final class
AAMVA.IDCard
public final class
AAMVA.EnhancedDriverLicense
public final class
AAMVA.RawDocument
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
issuerIdentificationNumber
private final TextFieldWrapper
jurisdictionVersionNumber
private final TextFieldWrapper
version
private final AAMVA.TitleData
titleData
private final AAMVA.RegistrationData
registrationData
private final AAMVA.MotorCarrierData
motorCarrierData
private final AAMVA.RegistrantAndVehicleData
registrantAndVehicleData
private final AAMVA.VehicleOwnerData
vehicleOwnerData
private final AAMVA.VehicleData
vehicleData
private final AAMVA.VehicleSafetyInspectionData
vehicleSafetyInspectionData
private final AAMVA.DriverLicense
driverLicense
private final AAMVA.IDCard
idCard
private final AAMVA.EnhancedDriverLicense
enhancedDriverLicense
private final AAMVA.RawDocument
rawDocument
-
Constructor Summary
Constructors Constructor Description AAMVA(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getIssuerIdentificationNumber()
Issuer Identification Number final TextFieldWrapper
getJurisdictionVersionNumber()
Jurisdiction Version Number final TextFieldWrapper
getVersion()
Version final AAMVA.TitleData
getTitleData()
The child document of type "TitleData". final AAMVA.RegistrationData
getRegistrationData()
The child document of type "RegistrationData". final AAMVA.MotorCarrierData
getMotorCarrierData()
The child document of type "MotorCarrierData". final AAMVA.RegistrantAndVehicleData
getRegistrantAndVehicleData()
The child document of type "RegistrantAndVehicleData". final AAMVA.VehicleOwnerData
getVehicleOwnerData()
The child document of type "VehicleOwnerData". final AAMVA.VehicleData
getVehicleData()
The child document of type "VehicleData". final AAMVA.VehicleSafetyInspectionData
getVehicleSafetyInspectionData()
The child document of type "VehicleSafetyInspectionData". final AAMVA.DriverLicense
getDriverLicense()
The child document of type "DriverLicense". final AAMVA.IDCard
getIdCard()
The child document of type "IDCard". final AAMVA.EnhancedDriverLicense
getEnhancedDriverLicense()
The child document of type "EnhancedDriverLicense". final AAMVA.RawDocument
getRawDocument()
The child document of type "RawDocument".
-
-
-
Constructor Detail
-
AAMVA
AAMVA(GenericDocument document)
-
-
Method Detail
-
getIssuerIdentificationNumber
final TextFieldWrapper getIssuerIdentificationNumber()
Issuer Identification Number
-
getJurisdictionVersionNumber
final TextFieldWrapper getJurisdictionVersionNumber()
Jurisdiction Version Number
-
getVersion
final TextFieldWrapper getVersion()
Version
-
getTitleData
final AAMVA.TitleData getTitleData()
The child document of type "TitleData".
-
getRegistrationData
final AAMVA.RegistrationData getRegistrationData()
The child document of type "RegistrationData".
-
getMotorCarrierData
final AAMVA.MotorCarrierData getMotorCarrierData()
The child document of type "MotorCarrierData".
-
getRegistrantAndVehicleData
final AAMVA.RegistrantAndVehicleData getRegistrantAndVehicleData()
The child document of type "RegistrantAndVehicleData".
-
getVehicleOwnerData
final AAMVA.VehicleOwnerData getVehicleOwnerData()
The child document of type "VehicleOwnerData".
-
getVehicleData
final AAMVA.VehicleData getVehicleData()
The child document of type "VehicleData".
-
getVehicleSafetyInspectionData
final AAMVA.VehicleSafetyInspectionData getVehicleSafetyInspectionData()
The child document of type "VehicleSafetyInspectionData".
-
getDriverLicense
final AAMVA.DriverLicense getDriverLicense()
The child document of type "DriverLicense".
-
getIdCard
final AAMVA.IDCard getIdCard()
The child document of type "IDCard".
-
getEnhancedDriverLicense
final AAMVA.EnhancedDriverLicense getEnhancedDriverLicense()
The child document of type "EnhancedDriverLicense".
-
getRawDocument
final AAMVA.RawDocument getRawDocument()
The child document of type "RawDocument".
-
-