Class AAMVA.MotorCarrierData
-
- All Implemented Interfaces:
public final class AAMVA.MotorCarrierData extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAAMVA.MotorCarrierData.FieldNamespublic classAAMVA.MotorCarrierData.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrappercarrierNameprivate final TextFieldWrappercityprivate final TextFieldWrapperjurisdictionprivate final TextFieldWrapperstreetAddressprivate final TextFieldWrapperusdotNumberprivate final TextFieldWrapperzip
-
Constructor Summary
Constructors Constructor Description AAMVA.MotorCarrierData(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetCarrierName()Data element ID "MAA". final TextFieldWrappergetCity()Data element ID "MAL". final TextFieldWrappergetJurisdiction()Data element ID "MAI". final TextFieldWrappergetStreetAddress()Data element ID "MAK". final TextFieldWrappergetUsdotNumber()Data element ID "MAN". final TextFieldWrappergetZip()Data element ID "MAO". -
-
Constructor Detail
-
AAMVA.MotorCarrierData
AAMVA.MotorCarrierData(GenericDocument document)
-
-
Method Detail
-
getCarrierName
final TextFieldWrapper getCarrierName()
Data element ID "MAA". The name of the carrier responsible for safety. This can be an individual, partnership or corporation responsible for the transportation of persons or property. This is the name that is recognized by law.
-
getCity
final TextFieldWrapper getCity()
Data element ID "MAL". This is the city for the mailing address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.
-
getJurisdiction
final TextFieldWrapper getJurisdiction()
Data element ID "MAI". This is the jurisdiction of the residential address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.
-
getStreetAddress
final TextFieldWrapper getStreetAddress()
Data element ID "MAK". This is the mailing address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.
-
getUsdotNumber
final TextFieldWrapper getUsdotNumber()
Data element ID "MAN". A unique identifier assigned to the carrier responsible for safety issued by the U.S. Department of Transportation – Federal Motor Carrier Safety Administration.
-
getZip
final TextFieldWrapper getZip()
Data element ID "MAO". The ZIP or Postal code of the resident address of the vehicle owner.
-
-
-
-