org.onebusaway.api.model.where
Class StopWithArrivalsAndDeparturesBeanV1
java.lang.Object
org.onebusaway.api.model.where.StopWithArrivalsAndDeparturesBeanV1
- All Implemented Interfaces:
- Serializable
public class StopWithArrivalsAndDeparturesBeanV1
- 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 |
StopWithArrivalsAndDeparturesBeanV1
public StopWithArrivalsAndDeparturesBeanV1()
StopWithArrivalsAndDeparturesBeanV1
public StopWithArrivalsAndDeparturesBeanV1(StopBean stop,
List<ArrivalAndDepartureBeanV1> arrivalsAndDepartures,
List<StopBean> nearbyStops)
getStop
public StopBean getStop()
getArrivalsAndDepartures
public List<ArrivalAndDepartureBeanV1> getArrivalsAndDepartures()
getNearbyStops
public List<StopBean> getNearbyStops()
Copyright © 2012 OneBusAway. All Rights Reserved.