Class AAMVA.VehicleOwnerData
-
- All Implemented Interfaces:
public final class AAMVA.VehicleOwnerData extends GenericDocumentWrapper
Vehicle Owner Data. File type "OW".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AAMVA.VehicleOwnerData.FieldNames
public class
AAMVA.VehicleOwnerData.NormalizedFieldNames
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AAMVA.VehicleOwnerData(GenericDocument document)
-
Method Summary
-
-
Constructor Detail
-
AAMVA.VehicleOwnerData
AAMVA.VehicleOwnerData(GenericDocument document)
-
-
Method Detail
-
getFirstOwnerIdNumber
final TextFieldWrapper getFirstOwnerIdNumber()
Data element ID "NAX". The unique customer number/ID of the first vehicle owner.
-
getFirstOwnerLastName
final TextFieldWrapper getFirstOwnerLastName()
Data element ID "NAB". Last Name or Surname of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.
-
getFirstOwnerLegalStatus
final TextFieldWrapper getFirstOwnerLegalStatus()
Data element ID "NBA". The legal status of the first vehicle owner. This is only used when a vehicle has multiple owners. A legal status may be ("AND", "OR").
-
getFirstOwnerMiddleName
final TextFieldWrapper getFirstOwnerMiddleName()
Data element ID "NAD". Middle Name(s) or Initial(s) of the Owner. Hyphenated names acceptable, spaces, between names acceptable, but no other use of special symbols.
-
getFirstOwnerName
final TextFieldWrapper getFirstOwnerName()
Data element ID "NAC". First Name or Given Name of the Owner. Hyphenated names acceptable, but no other use of special symbols.
-
getFirstOwnerTotalName
final TextFieldWrapper getFirstOwnerTotalName()
Data element ID "NAA". Name of the (or one of the) individual(s) who owns the Vehicle as defined in the ANSI D- 20 Data Element Dictionary. (Lastname@Firstname@MI@Suffix if any.)
-
getMailingAddress1
final TextFieldWrapper getMailingAddress1()
Data element ID "NAR". Street address line 1. (Mailing)
-
getMailingAddress2
final TextFieldWrapper getMailingAddress2()
Data element ID "NAS". Street address line 2. (Mailing)
-
getMailingCity
final TextFieldWrapper getMailingCity()
Data element ID "NAT". Name of city for mailing address.
-
getMailingJurisdictionCode
final TextFieldWrapper getMailingJurisdictionCode()
Data element ID "NAU". Jurisdiction code for mailing address. Conforms to Canadian, Mexican and US jurisdictions as appropriate. Codes for provinces (Canada) and states (US and Mexico).
-
getMailingZipCode
final TextFieldWrapper getMailingZipCode()
Data element ID "NAV". The ZIP code or Postal code used for mailing. (As used by Canadian, Mexican and US jurisdictions.)
-
getResidenceAddress1
final TextFieldWrapper getResidenceAddress1()
Data element ID "NAM". Street address line 1. (Mailing)
-
getResidenceAddress2
final TextFieldWrapper getResidenceAddress2()
Data element ID "NAN". Street address line 2. (Mailing)
-
getResidenceCity
final TextFieldWrapper getResidenceCity()
Data element ID "NAO". Name of city for mailing address.
-
getResidenceJurisdictionCode
final TextFieldWrapper getResidenceJurisdictionCode()
Data element ID "NAP". Jurisdiction code for mailing address. Conforms to Canadian, Mexican and US jurisdictions as appropriate. Codes for provinces (Canada) and states (US and Mexico).
-
getResidenceZipCode
final TextFieldWrapper getResidenceZipCode()
Data element ID "NAQ". The ZIP code or Postal code used for mailing. (As used by Canadian, Mexican and US jurisdictions).
-
getSecondOwnerIdNumber
final TextFieldWrapper getSecondOwnerIdNumber()
Data element ID "NAY". The unique customer number/ID of the second vehicle owner.
-
getSecondOwnerLastName
final TextFieldWrapper getSecondOwnerLastName()
Data element ID "NAF". Last Name or Surname of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.
-
getSecondOwnerLegalStatus
final TextFieldWrapper getSecondOwnerLegalStatus()
Data element ID "NBB". The legal status of the second vehicle owner. This is only used when a vehicle has multiple owners. A legal status may be ("AND", "OR").
-
getSecondOwnerMiddleName
final TextFieldWrapper getSecondOwnerMiddleName()
Data element ID "NAH". Middle Name(s) or Initial(s) of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.
-
getSecondOwnerName
final TextFieldWrapper getSecondOwnerName()
Data element ID "NAG". First Name or Given Name of the Owner. Hyphenated names acceptable, but no other use of special symbols.
-
getSecondOwnerTotalName
final TextFieldWrapper getSecondOwnerTotalName()
Data element ID "NAE". Name of the (or one of the) individual(s) who owns the Vehicle as defined in the ANSI D- 20 Data Element Dictionary. (Lastname@Firstname@MI@Suffix if any.)
-
-
-
-