org.onebusaway.transit_data_federation.services.realtime
Class VehicleStatus

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.realtime.VehicleStatus

public class VehicleStatus
extends Object


Constructor Summary
VehicleStatus()
           
 
Method Summary
 List<VehicleLocationRecord> getAllRecords()
           
 VehicleLocationRecord getRecord()
           
 org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
           
 void setAllRecords(List<VehicleLocationRecord> allRecords)
           
 void setRecord(VehicleLocationRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleStatus

public VehicleStatus()
Method Detail

getRecord

public VehicleLocationRecord getRecord()

setRecord

public void setRecord(VehicleLocationRecord record)

getVehicleId

public org.onebusaway.gtfs.model.AgencyAndId getVehicleId()

getAllRecords

public List<VehicleLocationRecord> getAllRecords()

setAllRecords

public void setAllRecords(List<VehicleLocationRecord> allRecords)


Copyright © 2012 OneBusAway. All Rights Reserved.