Class AAMVA.VehicleSafetyInspectionData
-
- All Implemented Interfaces:
public final class AAMVA.VehicleSafetyInspectionData extends GenericDocumentWrapper
Vehicle Safety Inspection Data. File type "VS".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AAMVA.VehicleSafetyInspectionData.FieldNames
public class
AAMVA.VehicleSafetyInspectionData.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
inspectionAddress
private final TextFieldWrapper
inspectionAirPollutionDeviceConditions
private final TextFieldWrapper
inspectionFacilityIdentifier
private final TextFieldWrapper
inspectionFormOrStickerNumberCurrent
private final TextFieldWrapper
inspectionFormOrStickerNumberPrevious
private final TextFieldWrapper
inspectionSmogCertificateIndicator
private final TextFieldWrapper
inspectionStationNumber
private final TextFieldWrapper
inspectorIdentificationNumber
private final TextFieldWrapper
odometerReadingAtInspection
private final TextFieldWrapper
vehicleBodyType
private final TextFieldWrapper
vehicleMake
private final TextFieldWrapper
vehicleModelYear
-
Constructor Summary
Constructors Constructor Description AAMVA.VehicleSafetyInspectionData(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getInspectionAddress()
Data element ID "IAN". final TextFieldWrapper
getInspectionAirPollutionDeviceConditions()
Data element ID "IPD". final TextFieldWrapper
getInspectionFacilityIdentifier()
Data element ID "IFI". final TextFieldWrapper
getInspectionFormOrStickerNumberCurrent()
Data element ID "INC". final TextFieldWrapper
getInspectionFormOrStickerNumberPrevious()
Data element ID "INP". final TextFieldWrapper
getInspectionSmogCertificateIndicator()
Data element ID "ISC". final TextFieldWrapper
getInspectionStationNumber()
Data element ID "ISN". final TextFieldWrapper
getInspectorIdentificationNumber()
Data element ID "IIN". final TextFieldWrapper
getOdometerReadingAtInspection()
Data element ID "ORI". final TextFieldWrapper
getVehicleBodyType()
Data element ID "VAO". final TextFieldWrapper
getVehicleMake()
Data element ID "VAK". final TextFieldWrapper
getVehicleModelYear()
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.
-
-
-
-