Package io.anyline.plugin.result
Class Aamva
-
- All Implemented Interfaces:
public class Aamva
Holds all encoded barcode information according to the AAMVA standard
-
-
Constructor Summary
Constructors Constructor Description Aamva()
-
Method Summary
Modifier and Type Method Description BodyPart
getBodyPart()
void
setBodyPart(BodyPart bodyPart)
Integer
getAAMVAVersion()
void
setAAMVAVersion(Integer aAMVAVersion)
String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getBodyPart
BodyPart getBodyPart()
-
setBodyPart
void setBodyPart(BodyPart bodyPart)
-
getAAMVAVersion
Integer getAAMVAVersion()
-
setAAMVAVersion
void setAAMVAVersion(Integer aAMVAVersion)
-
hashCode
int hashCode()
-
-
-
-