public final class VINParsedResult extends ParsedResult
| Constructor and Description |
|---|
VINParsedResult(String
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
|
String |
getDisplayResult()
|
int |
getModelYear()
|
char |
getPlantCode()
|
String |
getSequentialNumber()
|
String |
getVehicleAttributes()
|
String |
getVehicleDescriptorSection()
|
String |
getVehicleIdentifierSection()
|
String |
getVIN()
|
String |
getWorldManufacturerID()
|
getType, maybeAppend, maybeAppend, toStringpublic StringgetVIN()
public StringgetWorldManufacturerID()
public StringgetVehicleDescriptorSection()
public StringgetVehicleIdentifierSection()
public StringgetCountryCode()
public StringgetVehicleAttributes()
public int getModelYear()
public char getPlantCode()
public StringgetSequentialNumber()
public StringgetDisplayResult()