Class AAMVA.RegistrationData
-
- All Implemented Interfaces:
public final class AAMVA.RegistrationData extends GenericDocumentWrapper
Registration Data. File type "RG".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AAMVA.RegistrationData.FieldNames
public class
AAMVA.RegistrationData.NormalizedFieldNames
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AAMVA.RegistrationData(GenericDocument document)
-
Method Summary
-
-
Constructor Detail
-
AAMVA.RegistrationData
AAMVA.RegistrationData(GenericDocument document)
-
-
Method Detail
-
getAddressCity
final TextFieldWrapper getAddressCity()
Data element ID "RBK". City portion of the owner’s address.
-
getAddressJurisdictionCode
final TextFieldWrapper getAddressJurisdictionCode()
Data element ID "RBL". Jurisdiction portion of the owner’s address.
-
getAddressStreet
final TextFieldWrapper getAddressStreet()
Data element ID "RBI". Street portion of the owner’s address.
-
getAddressZipCode
final TextFieldWrapper getAddressZipCode()
Data element ID "RBM". The Zip code or Postal code of the vehicle owner’s residence address.
-
getAxles
final TextFieldWrapper getAxles()
Data element ID "VBC". The number of common axles of rotation of one or more wheels of a vehicle, whether power driven or freely rotating.
-
getBusinessName
final TextFieldWrapper getBusinessName()
Data element ID "BBC". The business name of the first registrant of a vehicle.
-
getFuel
final TextFieldWrapper getFuel()
Data element ID "FUL". The type of fuel used by the vehicle. In most cases, the fuel type would be diesel.
-
getGrossVehicleWeight
final TextFieldWrapper getGrossVehicleWeight()
Data element ID "VAT". The unladen weight of the vehicle (e.g., the single-unit truck, truck combination) plus the weight of the load being carried at a specific point in time.
-
getRegistrantFamilyName
final TextFieldWrapper getRegistrantFamilyName()
Data element ID "RBD". Family name (commonly called surname or last name) of the registered owner of a vehicle.
-
getRegistrantGivenName
final TextFieldWrapper getRegistrantGivenName()
Data element ID "RBE". Given name or names (includes all of what are commonly referred to as first and middle names) of the registered owner of a vehicle.
-
getRegistrationExpiryDate
final TextFieldWrapper getRegistrationExpiryDate()
Data element ID "RAG". The date in which the registration expired. The format is ISO8601 with delimiters.
-
getRegistrationIssueDate
final TextFieldWrapper getRegistrationIssueDate()
Data element ID "RBB". The date in which the registration was issued. The format is ISO8601 with delimiters.
-
getRegistrationPlateNumber
final TextFieldWrapper getRegistrationPlateNumber()
Data element ID "RAM". The characters assigned to a registration plate or tag affixed to the vehicle, assigned by the jurisdiction.
-
getRegistrationWindowStickerDecal
final TextFieldWrapper getRegistrationWindowStickerDecal()
Data element ID "RBU". A unique number printed on the tab/decal and stored as part of the registration record.
-
getRegistrationYear
final TextFieldWrapper getRegistrationYear()
Data element ID "RBT". The year of registration.
-
getVehicleBodyStyle
final TextFieldWrapper getVehicleBodyStyle()
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.
-
getVehicleColor
final TextFieldWrapper getVehicleColor()
Data element ID "VBD". Where the vehicle is one color, this is the appropriate code describing that color. When the vehicle is two colors, this is the code for the top-most or front-most color.
-
getVehicleIdentificationNumber
final TextFieldWrapper getVehicleIdentificationNumber()
Data element ID "VAD". A unique combination of alphanumeric characters that identifies a specific vehicle or component. The VIN is affixed to the vehicle in specific locations and formulated by the manufacturer. State agencies under some controlled instances my assign a VIN to a vehicle.
-
getVehicleMake
final TextFieldWrapper getVehicleMake()
Data element ID "VAK". The distinctive (coded) name applied to a group of vehicles by a manufacturer.
-
getVehicleModel
final TextFieldWrapper getVehicleModel()
Data element ID "VAM". A code denoting a family of vehicles (within a make), which has a degree of similarity in construction, such as body, chassis, etc. The field does not necessarily contain a standard code; it may contain a value provided by the originator of the field.
-
getVehicleModelYear
final TextFieldWrapper getVehicleModelYear()
Data element ID "VAL". The year which is assigned to a vehicle by the manufacturer. The format is CCYY.
-
getVehicleUse
final TextFieldWrapper getVehicleUse()
Data element ID "VPC". Indicates the use of the vehicle.
-
-
-
-