Class AAMVA.MotorCarrierData
-
- All Implemented Interfaces:
public final class AAMVA.MotorCarrierData extends GenericDocumentWrapper
Motor Carrier Data. File type "MC".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AAMVA.MotorCarrierData.FieldNames
public class
AAMVA.MotorCarrierData.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
carrierName
private final TextFieldWrapper
city
private final TextFieldWrapper
jurisdiction
private final TextFieldWrapper
streetAddress
private final TextFieldWrapper
usdotNumber
private final TextFieldWrapper
zip
-
Constructor Summary
Constructors Constructor Description AAMVA.MotorCarrierData(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getCarrierName()
Data element ID "MAA". final TextFieldWrapper
getCity()
Data element ID "MAL". final TextFieldWrapper
getJurisdiction()
Data element ID "MAI". final TextFieldWrapper
getStreetAddress()
Data element ID "MAK". final TextFieldWrapper
getUsdotNumber()
Data element ID "MAN". final TextFieldWrapper
getZip()
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.
-
-
-
-