org.onebusaway.transit_data_federation.services
Class ArrivalAndDepartureQuery
java.lang.Object
org.onebusaway.transit_data_federation.services.ArrivalAndDepartureQuery
public class ArrivalAndDepartureQuery
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrivalAndDepartureQuery
public ArrivalAndDepartureQuery()
getStop
public StopEntry getStop()
setStop
public void setStop(StopEntry stop)
getStopSequence
public int getStopSequence()
setStopSequence
public void setStopSequence(int stopSequence)
getTrip
public TripEntry getTrip()
setTrip
public void setTrip(TripEntry trip)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getVehicleId
public org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
setVehicleId
public void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
getTime
public long getTime()
setTime
public void setTime(long time)
Copyright © 2012 OneBusAway. All Rights Reserved.