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 classAAMVA.FieldNamespublic classAAMVA.NormalizedFieldNamespublic final classAAMVA.TitleDatapublic final classAAMVA.RegistrationDatapublic final classAAMVA.MotorCarrierDatapublic final classAAMVA.RegistrantAndVehicleDatapublic final classAAMVA.VehicleOwnerDatapublic final classAAMVA.VehicleDatapublic final classAAMVA.VehicleSafetyInspectionDatapublic classAAMVA.DLIDpublic final classAAMVA.DriverLicensepublic final classAAMVA.IDCardpublic final classAAMVA.EnhancedDriverLicensepublic final classAAMVA.RawDocument
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperissuerIdentificationNumberprivate final TextFieldWrapperjurisdictionVersionNumberprivate final TextFieldWrapperversionprivate final AAMVA.TitleDatatitleDataprivate final AAMVA.RegistrationDataregistrationDataprivate final AAMVA.MotorCarrierDatamotorCarrierDataprivate final AAMVA.RegistrantAndVehicleDataregistrantAndVehicleDataprivate final AAMVA.VehicleOwnerDatavehicleOwnerDataprivate final AAMVA.VehicleDatavehicleDataprivate final AAMVA.VehicleSafetyInspectionDatavehicleSafetyInspectionDataprivate final AAMVA.DriverLicensedriverLicenseprivate final AAMVA.IDCardidCardprivate final AAMVA.EnhancedDriverLicenseenhancedDriverLicenseprivate final AAMVA.RawDocumentrawDocument
-
Constructor Summary
Constructors Constructor Description AAMVA(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetIssuerIdentificationNumber()Issuer Identification Number final TextFieldWrappergetJurisdictionVersionNumber()Jurisdiction Version Number final TextFieldWrappergetVersion()Version final AAMVA.TitleDatagetTitleData()The child document of type "TitleData". final AAMVA.RegistrationDatagetRegistrationData()The child document of type "RegistrationData". final AAMVA.MotorCarrierDatagetMotorCarrierData()The child document of type "MotorCarrierData". final AAMVA.RegistrantAndVehicleDatagetRegistrantAndVehicleData()The child document of type "RegistrantAndVehicleData". final AAMVA.VehicleOwnerDatagetVehicleOwnerData()The child document of type "VehicleOwnerData". final AAMVA.VehicleDatagetVehicleData()The child document of type "VehicleData". final AAMVA.VehicleSafetyInspectionDatagetVehicleSafetyInspectionData()The child document of type "VehicleSafetyInspectionData". final AAMVA.DriverLicensegetDriverLicense()The child document of type "DriverLicense". final AAMVA.IDCardgetIdCard()The child document of type "IDCard". final AAMVA.EnhancedDriverLicensegetEnhancedDriverLicense()The child document of type "EnhancedDriverLicense". final AAMVA.RawDocumentgetRawDocument()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".
-
-
-
-