org.onebusaway.transit_data_federation.services
Class ArrivalAndDepartureQuery

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.ArrivalAndDepartureQuery

public class ArrivalAndDepartureQuery
extends Object


Constructor Summary
ArrivalAndDepartureQuery()
           
 
Method Summary
 long getServiceDate()
           
 StopEntry getStop()
           
 int getStopSequence()
           
 long getTime()
           
 TripEntry getTrip()
           
 org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
           
 void setServiceDate(long serviceDate)
           
 void setStop(StopEntry stop)
           
 void setStopSequence(int stopSequence)
           
 void setTime(long time)
           
 void setTrip(TripEntry trip)
           
 void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrivalAndDepartureQuery

public ArrivalAndDepartureQuery()
Method Detail

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.