org.onebusaway.transit_data.model
Class StopsWithArrivalsAndDeparturesBean

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

public class StopsWithArrivalsAndDeparturesBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopsWithArrivalsAndDeparturesBean()
           
StopsWithArrivalsAndDeparturesBean(List<StopBean> stops, List<ArrivalAndDepartureBean> arrivalsAndDepartures, List<StopBean> nearbyStops, List<ServiceAlertBean> situations)
           
 
Method Summary
 List<ArrivalAndDepartureBean> getArrivalsAndDepartures()
           
 List<StopBean> getNearbyStops()
           
 List<ServiceAlertBean> getSituations()
           
 List<StopBean> getStops()
           
 String getTimeZone()
           
 void setArrivalsAndDepartures(List<ArrivalAndDepartureBean> arrivalsAndDepartures)
           
 void setNearbyStops(List<StopBean> nearbyStops)
           
 void setSituations(List<ServiceAlertBean> situations)
           
 void setStops(List<StopBean> stops)
           
 void setTimeZone(String timeZone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopsWithArrivalsAndDeparturesBean

public StopsWithArrivalsAndDeparturesBean()

StopsWithArrivalsAndDeparturesBean

public StopsWithArrivalsAndDeparturesBean(List<StopBean> stops,
                                          List<ArrivalAndDepartureBean> arrivalsAndDepartures,
                                          List<StopBean> nearbyStops,
                                          List<ServiceAlertBean> situations)
Method Detail

getStops

public List<StopBean> getStops()

setStops

public void setStops(List<StopBean> stops)

getArrivalsAndDepartures

public List<ArrivalAndDepartureBean> getArrivalsAndDepartures()

setArrivalsAndDepartures

public void setArrivalsAndDepartures(List<ArrivalAndDepartureBean> arrivalsAndDepartures)

getNearbyStops

public List<StopBean> getNearbyStops()

setNearbyStops

public void setNearbyStops(List<StopBean> nearbyStops)

getSituations

public List<ServiceAlertBean> getSituations()

setSituations

public void setSituations(List<ServiceAlertBean> situations)

getTimeZone

public String getTimeZone()

setTimeZone

public void setTimeZone(String timeZone)


Copyright © 2012 OneBusAway. All Rights Reserved.