org.onebusaway.transit_data.model
Class TripStopTimesBean
java.lang.Object
org.onebusaway.transit_data.model.TripStopTimesBean
- All Implemented Interfaces:
- Serializable
public final class TripStopTimesBean
- 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 |
TripStopTimesBean
public TripStopTimesBean()
getStopTimes
public List<TripStopTimeBean> getStopTimes()
setStopTimes
public void setStopTimes(List<TripStopTimeBean> stopTimes)
addStopTime
public void addStopTime(TripStopTimeBean stopTime)
getPreviousTrip
public TripBean getPreviousTrip()
setPreviousTrip
public void setPreviousTrip(TripBean previousTrip)
getNextTrip
public TripBean getNextTrip()
setNextTrip
public void setNextTrip(TripBean nextTrip)
getTimeZone
public String getTimeZone()
setTimeZone
public void setTimeZone(String timeZone)
getFrequency
public FrequencyBean getFrequency()
setFrequency
public void setFrequency(FrequencyBean frequency)
Copyright © 2012 OneBusAway. All Rights Reserved.