org.onebusaway.api.model.transit
Class VehicleLocationRecordV2Bean
java.lang.Object
org.onebusaway.api.model.transit.VehicleLocationRecordV2Bean
- All Implemented Interfaces:
- Serializable
public class VehicleLocationRecordV2Bean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleLocationRecordV2Bean
public VehicleLocationRecordV2Bean()
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getBlockId
public String getBlockId()
setBlockId
public void setBlockId(String blockId)
getTripId
public String getTripId()
setTripId
public void setTripId(String tripId)
getVehicleId
public String getVehicleId()
setVehicleId
public void setVehicleId(String vehicleId)
getTimeOfRecord
public long getTimeOfRecord()
setTimeOfRecord
public void setTimeOfRecord(long timeOfRecord)
getTimeOfLocationUpdate
public long getTimeOfLocationUpdate()
setTimeOfLocationUpdate
public void setTimeOfLocationUpdate(long timeOfLocationUpdate)
getScheduleDeviation
public Double getScheduleDeviation()
setScheduleDeviation
public void setScheduleDeviation(Double scheduleDeviation)
getDistanceAlongBlock
public Double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(Double distanceAlongBlock)
getCurrentLocation
public CoordinatePoint getCurrentLocation()
setCurrentLocation
public void setCurrentLocation(CoordinatePoint currentLocation)
getCurrentOrientation
public Double getCurrentOrientation()
setCurrentOrientation
public void setCurrentOrientation(Double currentOrientation)
getPhase
public String getPhase()
setPhase
public void setPhase(String phase)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
Copyright © 2012 OneBusAway. All Rights Reserved.