org.onebusaway.transit_data.model
Class StopWithArrivalsAndDeparturesBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.StopWithArrivalsAndDeparturesBean
All Implemented Interfaces:
Serializable

public class StopWithArrivalsAndDeparturesBean
extends ApplicationBean

See Also:
Serialized Form

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

Constructor Detail

StopWithArrivalsAndDeparturesBean

public StopWithArrivalsAndDeparturesBean()

StopWithArrivalsAndDeparturesBean

public StopWithArrivalsAndDeparturesBean(StopBean stop,
                                         List<ArrivalAndDepartureBean> arrivalsAndDepartures,
                                         List<StopBean> nearbyStops,
                                         List<ServiceAlertBean> situations)
Method Detail

getStop

public StopBean getStop()

getArrivalsAndDepartures

public List<ArrivalAndDepartureBean> getArrivalsAndDepartures()

getNearbyStops

public List<StopBean> getNearbyStops()

getSituations

public List<ServiceAlertBean> getSituations()


Copyright © 2012 OneBusAway. All Rights Reserved.