org.onebusaway.api.model.where
Class StopWithArrivalsAndDeparturesBeanV1

java.lang.Object
  extended by org.onebusaway.api.model.where.StopWithArrivalsAndDeparturesBeanV1
All Implemented Interfaces:
Serializable

public class StopWithArrivalsAndDeparturesBeanV1
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopWithArrivalsAndDeparturesBeanV1()
           
StopWithArrivalsAndDeparturesBeanV1(StopBean stop, List<ArrivalAndDepartureBeanV1> arrivalsAndDepartures, List<StopBean> nearbyStops)
           
 
Method Summary
 List<ArrivalAndDepartureBeanV1> getArrivalsAndDepartures()
           
 List<StopBean> getNearbyStops()
           
 StopBean getStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWithArrivalsAndDeparturesBeanV1

public StopWithArrivalsAndDeparturesBeanV1()

StopWithArrivalsAndDeparturesBeanV1

public StopWithArrivalsAndDeparturesBeanV1(StopBean stop,
                                           List<ArrivalAndDepartureBeanV1> arrivalsAndDepartures,
                                           List<StopBean> nearbyStops)
Method Detail

getStop

public StopBean getStop()

getArrivalsAndDepartures

public List<ArrivalAndDepartureBeanV1> getArrivalsAndDepartures()

getNearbyStops

public List<StopBean> getNearbyStops()


Copyright © 2012 OneBusAway. All Rights Reserved.