org.onebusaway.api.model.transit
Class TripStopTimesV2Bean
java.lang.Object
org.onebusaway.api.model.transit.TripStopTimesV2Bean
- All Implemented Interfaces:
- Serializable
public final class TripStopTimesV2Bean
- 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 |
TripStopTimesV2Bean
public TripStopTimesV2Bean()
getTimeZone
public String getTimeZone()
setTimeZone
public void setTimeZone(String timeZone)
getStopTimes
public List<TripStopTimeV2Bean> getStopTimes()
setStopTimes
public void setStopTimes(List<TripStopTimeV2Bean> stopTimes)
getPreviousTripId
public String getPreviousTripId()
setPreviousTripId
public void setPreviousTripId(String previousTripId)
getNextTripId
public String getNextTripId()
setNextTripId
public void setNextTripId(String nextTripId)
getFrequency
public FrequencyV2Bean getFrequency()
setFrequency
public void setFrequency(FrequencyV2Bean frequency)
Copyright © 2012 OneBusAway. All Rights Reserved.