org.onebusaway.api.model.transit
Class VehicleLocationRecordV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.VehicleLocationRecordV2Bean
All Implemented Interfaces:
Serializable

public class VehicleLocationRecordV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VehicleLocationRecordV2Bean()
           
 
Method Summary
 String getBlockId()
           
 CoordinatePoint getCurrentLocation()
           
 Double getCurrentOrientation()
           
 Double getDistanceAlongBlock()
           
 String getPhase()
           
 Double getScheduleDeviation()
           
 long getServiceDate()
           
 String getStatus()
           
 long getTimeOfLocationUpdate()
           
 long getTimeOfRecord()
           
 String getTripId()
           
 String getVehicleId()
           
 void setBlockId(String blockId)
           
 void setCurrentLocation(CoordinatePoint currentLocation)
           
 void setCurrentOrientation(Double currentOrientation)
           
 void setDistanceAlongBlock(Double distanceAlongBlock)
           
 void setPhase(String phase)
           
 void setScheduleDeviation(Double scheduleDeviation)
           
 void setServiceDate(long serviceDate)
           
 void setStatus(String status)
           
 void setTimeOfLocationUpdate(long timeOfLocationUpdate)
           
 void setTimeOfRecord(long timeOfRecord)
           
 void setTripId(String tripId)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationRecordV2Bean

public VehicleLocationRecordV2Bean()
Method Detail

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.