USADriveIdCodetext

USADriveIdCodetext class

Class for encoding and decoding the text embedded in the USA Driving License PDF417 code.

public class USADriveIdCodetext : IComplexCodetext

Constructors

NameDescription
USADriveIdCodetext(object)Initializes a new instance of the USADriveIdCodetext class.

Methods

NameDescription
addSubfileDesignator(object)Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
getAAMVAVersionNumberAAMVA Version Number 00-99.
getBarcodeTypeReturns barcode type of USA DL (Pdf417).
getConstructedCodetextConstruct codetext from USA DL data.
getIssuerIdentificationNumberThis number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded.
getJurisdictionSpecificSubfileJurisdiction Specific Fields.
getJurisdictionVersionNumberJurisdiction Version Number 00-99.
getMandatoryElementsMandatory elements (fields) of the card.
getNumberOfEntriesNumber 00-99 of subfiles.
getOptionalElementsOptional elements (fields) of the card.
getSubfileDesignatorContains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.
init
initFromString(object)Initialize USA DL object from codetext.
saveToXml
setAAMVAVersionNumber(object)AAMVA Version Number 00-99.
setIssuerIdentificationNumber(object)This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded.
setJurisdictionSpecificSubfile(object)Jurisdiction Specific Fields.
setJurisdictionVersionNumber(object)Jurisdiction Version Number 00-99.
setMandatoryElements(object)Mandatory elements (fields) of the card.
setNumberOfEntries(object)Number 00-99 of subfiles.
setOptionalElements(object)Optional elements (fields) of the card.
setSubfileDesignator(object)Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically.

Fields

NameDescription
javaClassName

See Also