Common Access Card Barcode Result

Defined in package com.scandit.datacapture.id.capture

CommonAccessCardBarcodeResult
class CommonAccessCardBarcodeResult

Added in version 6.18.0

Information obtained from the PDF417 barcode present on the front of a Common Access Card.

version
@NonNull String getVersion()

Added in version 6.18.0

The document’s version.

personDesignatorDocument
int getPersonDesignatorDocument()

Added in version 6.18.0

The holder’s designator identifier (usually, the cardholder’s SSN).

personDesignatorTypeCode
@NonNull String getPersonDesignatorTypeCode()

Added in version 6.18.0

The card’s person designator type code.

ediPersonIdentifier
@NonNull String getEdiPersonIdentifier()

Added in version 6.18.0

The holder’s DEERS-assigned numeric identifier.

personnelCategoryCode
@NonNull String getPersonnelCategoryCode()

Added in version 6.18.0

The holder’s personnel category code.

branchOfService
@NonNull String getBranchOfService()

Added in version 6.18.0

The holder’s branch of service.

personnelEntitlementConditionType
@NonNull String getPersonnelEntitlementConditionType()

Added in version 6.18.0

The holder’s personnel entitlement condition type code.

rank
@NonNull String getRank()

Added in version 6.18.0

The holder’s rank.

payPlanCode
@NonNull String getPayPlanCode()

Added in version 6.18.0

The holder’s pay plan code.

payPlanGradeCode
@NonNull String getPayPlanGradeCode()

Added in version 6.18.0

The holder’s pay plan grade code.

cardInstanceIdentifier
@NonNull String getCardInstanceIdentifier()

Added in version 6.18.0

Machine-generated code that is used for security purposes.

personMiddleInitial
@NonNull String getPersonMiddleInitial()

Added in version 6.18.0

The holder’s middle name initial.

equals(other)
boolean equals(@Nullable Object other)

Added in version 6.18.0

Indicates whether some other object is equal to this one.

hashCode()
int hashCode()

Added in version 6.18.0

Returns a hash code value for the object.