public class Vehicle extends Object
| Constructor and Description |
|---|
Vehicle() |
public Vehicle history(VehicleHistory history)
public VehicleHistory getHistory()
public void setHistory(VehicleHistory history)
public Vehicle recalls(VehicleRecall recalls)
public VehicleRecall getRecalls()
public void setRecalls(VehicleRecall recalls)
public String getReferenceNumber()
public void setReferenceNumber(String referenceNumber)
public Vehicle scoring(VehicleScoring scoring)
public VehicleScoring getScoring()
public void setScoring(VehicleScoring scoring)
public Vehicle vehicleInformation(VehicleInformation vehicleInformation)
public VehicleInformation getVehicleInformation()
public void setVehicleInformation(VehicleInformation vehicleInformation)
public Vehicle vehicleOwnerHistory(List<VehicleOwnershipActivity> vehicleOwnerHistory)
public Vehicle addVehicleOwnerHistoryItem(VehicleOwnershipActivity vehicleOwnerHistoryItem)
public List<VehicleOwnershipActivity> getVehicleOwnerHistory()
public void setVehicleOwnerHistory(List<VehicleOwnershipActivity> vehicleOwnerHistory)
Copyright © 2019. All rights reserved.