Class AAMVA.TitleData
-
- All Implemented Interfaces:
public final class AAMVA.TitleData extends GenericDocumentWrapper
Title Data. File type "TD".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AAMVA.TitleData.FieldNames
public class
AAMVA.TitleData.NormalizedFieldNames
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AAMVA.TitleData(GenericDocument document)
-
Method Summary
-
-
Constructor Detail
-
AAMVA.TitleData
AAMVA.TitleData(GenericDocument document)
-
-
Method Detail
-
getAddressCity
final TextFieldWrapper getAddressCity()
Data element ID "NAT". City portion of the owner’s address.
-
getAddressJurisdictionCode
final TextFieldWrapper getAddressJurisdictionCode()
Data element ID "NAU". Jurisdiction portion of the owner’s address.
-
getAddressStreet
final TextFieldWrapper getAddressStreet()
Data element ID "NAR". Street portion of the owner’s address.
-
getAddressZipCode
final TextFieldWrapper getAddressZipCode()
Data element ID "NAV". The ZIP code or Postal code portion of the owner’s address.
-
getBusinessName
final TextFieldWrapper getBusinessName()
Data element ID "BBC". The name of business that owns the vehicle.
-
getFamilyName
final TextFieldWrapper getFamilyName()
Data element ID "NAA". Family name (commonly called surname or last name) of the owner of the vehicle.
-
getFirstLienHolderId
final TextFieldWrapper getFirstLienHolderId()
Data element ID "LAF". A code that uniquely identifies the first holder of a lien.
-
getFirstLienHolderName
final TextFieldWrapper getFirstLienHolderName()
Data element ID "LAA". Name of the first lien holder of the vehicle.
-
getGivenName
final TextFieldWrapper getGivenName()
Data element ID "NAE". Given name or names (includes all of what are commonly referred to as first and middle names) of the owner of the vehicle.
-
getNewUsedIndicator
final TextFieldWrapper getNewUsedIndicator()
Data element ID "TAW". This code represents whether the vehicle/vessel is new or used. Note: jurisdictions’ definitions of these classifications may vary a little due to state regulations on demo vehicles, slates between dealers, application of state taxes, etc. N = New, U = Used.
-
getOdometerDate
final TextFieldWrapper getOdometerDate()
Data element ID "TAH". The date the odometer reading was recorded by the jurisdiction.
-
getOdometerDisclosure
final TextFieldWrapper getOdometerDisclosure()
Data element ID "TAG". This is the federal odometer mileage disclosure. The mandatory information is: (1) Actual vehicle mileage; (2) Mileage exceeds mechanical limitations; (3) Not actual mileage; (4) Mileage disclosure not required.
-
getOdometerReadingKilometers
final TextFieldWrapper getOdometerReadingKilometers()
Data element ID "TAI". This is the odometer reading registered with the DMV either at the time of titling or registration renewal in kilometers.
-
getOdometerReadingMileage
final TextFieldWrapper getOdometerReadingMileage()
Data element ID "TAF". This is the odometer reading registered with the DMV either at the time of titling or registration renewal.
-
getPreviousTitleNumber
final TextFieldWrapper getPreviousTitleNumber()
Data element ID "TAZ". The title number assigned to the vehicle by the previous titling jurisdiction.
-
getPreviousTitlingJurisdiction
final TextFieldWrapper getPreviousTitlingJurisdiction()
Data element ID "TPJ". The code for the jurisdiction (U.S., Canadian, or Mexican) that titled the vehicle immediately prior to the current titling jurisdiction.
-
getTitleBrand
final TextFieldWrapper getTitleBrand()
Data element ID "TAY". Code providing information about the brand applied to the title.
-
getTitleIssueDate
final TextFieldWrapper getTitleIssueDate()
Data element ID "TAV". The date the jurisdiction’s titling authority issued a title to the owner of the vehicle. The format is CCYYMMDD.
-
getTitleNumber
final TextFieldWrapper getTitleNumber()
Data element ID "TAA". The date the jurisdiction’s titling authority issued a title to the owner of the vehicle. The format is CCYYMMDD.
-
getTitlingJurisdiction
final TextFieldWrapper getTitlingJurisdiction()
Data element ID "TAC". A unique set of alphanumeric characters assigned by the titling jurisdiction to the certificate of title of a vehicle.
-
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/vessel 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 may 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 that is assigned to a vehicle by the manufacturer. The format is CCYY.
-
getVehiclePurchaseDate
final TextFieldWrapper getVehiclePurchaseDate()
Data element ID "TAU". The date a vehicle was purchased by the current owner. The format is ISO8601 with delimiters.
-
-
-
-