org.onebusaway.transit_data_federation.impl.realtime.history
Class BlockLocationArchiveRecord
java.lang.Object
org.onebusaway.transit_data_federation.impl.realtime.history.BlockLocationArchiveRecord
public class BlockLocationArchiveRecord
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockLocationArchiveRecord
public BlockLocationArchiveRecord()
getId
public String getId()
setId
public void setId(String id)
getBlockId
public org.onebusaway.gtfs.model.AgencyAndId getBlockId()
setBlockId
public void setBlockId(org.onebusaway.gtfs.model.AgencyAndId blockId)
getTripId
public org.onebusaway.gtfs.model.AgencyAndId getTripId()
setTripId
public void setTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getTime
public long getTime()
setTime
public void setTime(long time)
getScheduleDeviation
public Double getScheduleDeviation()
setScheduleDeviation
public void setScheduleDeviation(Double scheduleDeviation)
getDistanceAlongBlock
public Double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(Double distanceAlongBlock)
getDistanceAlongTrip
public Double getDistanceAlongTrip()
setDistanceAlongTrip
public void setDistanceAlongTrip(Double distanceAlongTrip)
getLocationLat
public Double getLocationLat()
setLocationLat
public void setLocationLat(Double locationLat)
getLocationLon
public Double getLocationLon()
setLocationLon
public void setLocationLon(Double locationLon)
getOrientation
public Double getOrientation()
setOrientation
public void setOrientation(Double orientation)
getTimepointId
public org.onebusaway.gtfs.model.AgencyAndId getTimepointId()
setTimepointId
public void setTimepointId(org.onebusaway.gtfs.model.AgencyAndId timepointId)
getTimepointScheduledTime
public long getTimepointScheduledTime()
setTimepointScheduledTime
public void setTimepointScheduledTime(long timepointScheduledTime)
getTimepointPredictedTime
public long getTimepointPredictedTime()
setTimepointPredictedTime
public void setTimepointPredictedTime(long timepointPredictedTime)
getPhase
public EVehiclePhase getPhase()
setPhase
public void setPhase(EVehiclePhase phase)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getVehicleId
public org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
setVehicleId
public void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
Copyright © 2012 OneBusAway. All Rights Reserved.