org.onebusaway.api.model.transit
Class ReferencesBean
java.lang.Object
org.onebusaway.api.model.transit.ReferencesBean
public class ReferencesBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferencesBean
public ReferencesBean()
getAgencies
public List<AgencyV2Bean> getAgencies()
setAgencies
public void setAgencies(List<AgencyV2Bean> agencies)
addAgency
public void addAgency(AgencyV2Bean bean)
getRoutes
public List<RouteV2Bean> getRoutes()
setRoutes
public void setRoutes(List<RouteV2Bean> routes)
addRoute
public void addRoute(RouteV2Bean route)
getStops
public List<StopV2Bean> getStops()
setStops
public void setStops(List<StopV2Bean> stops)
addStop
public void addStop(StopV2Bean stop)
getTrips
public List<TripV2Bean> getTrips()
setTrips
public void setTrips(List<TripV2Bean> trips)
addTrip
public void addTrip(TripV2Bean trip)
getSituations
public List<SituationV2Bean> getSituations()
setSituations
public void setSituations(List<SituationV2Bean> situations)
addSituation
public void addSituation(SituationV2Bean situation)
Copyright © 2012 OneBusAway. All Rights Reserved.