public class IdentificationCardTrackThree
extends java.lang.Object
Constructor and Description |
---|
IdentificationCardTrackThree() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCdsVersion()
Gets the CDS protocol version number.
|
java.lang.String |
getDiscretionaryData()
Gets vendor-specific discretionary data.
|
java.lang.String |
getEndorsements()
Gets license endorsements.
|
java.lang.String |
getEyeColor()
Gets the card-holder eye color.
|
java.lang.String |
getHairColor()
Gets the card-holder hair color.
|
java.lang.String |
getHeight()
Gets the card-holder height
|
java.lang.String |
getJurisdictionVersion()
Gets the jurisdiction version from the card.
|
java.lang.String |
getLicenseClass()
Gets the license class.
|
java.lang.String |
getPostalCode()
Gets the postal code from the card.
|
java.lang.String |
getRestrictions()
Gets the license restrictions.
|
IdentificationSex |
getSex()
Gets card-holder gender.
|
java.lang.String |
getWeight()
Gets the card-holder weight.
|
static IdentificationCardTrackThree |
parse(java.lang.String trackData)
This method attempts to parse track three data out of the raw strip
string.
|
java.lang.String |
toString()
Returns this object as a human readable string.
|
public static IdentificationCardTrackThree parse(java.lang.String trackData)
trackData
- Track data to parse.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getCdsVersion()
public java.lang.String getJurisdictionVersion()
public java.lang.String getPostalCode()
public java.lang.String getLicenseClass()
public java.lang.String getRestrictions()
public java.lang.String getEndorsements()
public IdentificationSex getSex()
public java.lang.String getHeight()
public java.lang.String getWeight()
public java.lang.String getHairColor()
public java.lang.String getEyeColor()
public java.lang.String getDiscretionaryData()