Class AAMVA.VehicleSafetyInspectionData
-
- All Implemented Interfaces:
public final class AAMVA.VehicleSafetyInspectionData extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAAMVA.VehicleSafetyInspectionData.FieldNamespublic classAAMVA.VehicleSafetyInspectionData.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperinspectionAddressprivate final TextFieldWrapperinspectionAirPollutionDeviceConditionsprivate final TextFieldWrapperinspectionFacilityIdentifierprivate final TextFieldWrapperinspectionFormOrStickerNumberCurrentprivate final TextFieldWrapperinspectionFormOrStickerNumberPreviousprivate final TextFieldWrapperinspectionSmogCertificateIndicatorprivate final TextFieldWrapperinspectionStationNumberprivate final TextFieldWrapperinspectorIdentificationNumberprivate final TextFieldWrapperodometerReadingAtInspectionprivate final TextFieldWrappervehicleBodyTypeprivate final TextFieldWrappervehicleMakeprivate final TextFieldWrappervehicleModelYear
-
Constructor Summary
Constructors Constructor Description AAMVA.VehicleSafetyInspectionData(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetInspectionAddress()Data element ID "IAN". final TextFieldWrappergetInspectionAirPollutionDeviceConditions()Data element ID "IPD". final TextFieldWrappergetInspectionFacilityIdentifier()Data element ID "IFI". final TextFieldWrappergetInspectionFormOrStickerNumberCurrent()Data element ID "INC". final TextFieldWrappergetInspectionFormOrStickerNumberPrevious()Data element ID "INP". final TextFieldWrappergetInspectionSmogCertificateIndicator()Data element ID "ISC". final TextFieldWrappergetInspectionStationNumber()Data element ID "ISN". final TextFieldWrappergetInspectorIdentificationNumber()Data element ID "IIN". final TextFieldWrappergetOdometerReadingAtInspection()Data element ID "ORI". final TextFieldWrappergetVehicleBodyType()Data element ID "VAO". final TextFieldWrappergetVehicleMake()Data element ID "VAK". final TextFieldWrappergetVehicleModelYear()Data element ID "VAL". -
-
Constructor Detail
-
AAMVA.VehicleSafetyInspectionData
AAMVA.VehicleSafetyInspectionData(GenericDocument document)
-
-
Method Detail
-
getInspectionAddress
final TextFieldWrapper getInspectionAddress()
Data element ID "IAN". The street name and number, city, state and zip code of the inspection facility.
-
getInspectionAirPollutionDeviceConditions
final TextFieldWrapper getInspectionAirPollutionDeviceConditions()
Data element ID "IPD". Identifies whether the pollution control devices meet the minimum inspection criteria.
-
getInspectionFacilityIdentifier
final TextFieldWrapper getInspectionFacilityIdentifier()
Data element ID "IFI". The unique number assigned to an inspection facility.
-
getInspectionFormOrStickerNumberCurrent
final TextFieldWrapper getInspectionFormOrStickerNumberCurrent()
Data element ID "INC". A unique number assigned to a current vehicle inspection form for identification purposes or a preprinted unique number on the motor vehicle inspection sticker currently issued to a motor vehicle which has passed inspection.
-
getInspectionFormOrStickerNumberPrevious
final TextFieldWrapper getInspectionFormOrStickerNumberPrevious()
Data element ID "INP". The number of the last inspection form excluding the current inspection or the certification number of the last inspection sticker, excluding the current inspection.
-
getInspectionSmogCertificateIndicator
final TextFieldWrapper getInspectionSmogCertificateIndicator()
Data element ID "ISC". An indicator that specifies whether or not the vehicle has a current smog certificate.
-
getInspectionStationNumber
final TextFieldWrapper getInspectionStationNumber()
Data element ID "ISN". Station number performing the inspection.
-
getInspectorIdentificationNumber
final TextFieldWrapper getInspectorIdentificationNumber()
Data element ID "IIN". A unique number assigned to each licensed vehicle inspector.
-
getOdometerReadingAtInspection
final TextFieldWrapper getOdometerReadingAtInspection()
Data element ID "ORI". The vehicle’s odometer reading (to the nearest mile or kilometer) at the time of inspection.
-
getVehicleBodyType
final TextFieldWrapper getVehicleBodyType()
Data element ID "VAO". The general configuration or shape of a vehicle distinguished by characteristics such as number of doors, seats, windows, roofline, and type of top. The vehicle body type is 2- character alphanumeric.
-
getVehicleMake
final TextFieldWrapper getVehicleMake()
Data element ID "VAK". The distinctive (coded) name applied to a group of vehicles by a manufacturer.
-
getVehicleModelYear
final TextFieldWrapper getVehicleModelYear()
Data element ID "VAL". The year which is assigned to a vehicle by the manufacturer. The format is CCYY.
-
-
-
-