org.onebusaway.api.model.transit
public final class TripStopTimesV2Bean extends Object implements Serializable
Constructor and Description |
---|
TripStopTimesV2Bean() |
Modifier and Type | Method and Description |
---|---|
FrequencyV2Bean |
getFrequency() |
String |
getNextTripId() |
String |
getPreviousTripId() |
List<TripStopTimeV2Bean> |
getStopTimes() |
String |
getTimeZone() |
void |
setFrequency(FrequencyV2Bean frequency) |
void |
setNextTripId(String nextTripId) |
void |
setPreviousTripId(String previousTripId) |
void |
setStopTimes(List<TripStopTimeV2Bean> stopTimes) |
void |
setTimeZone(String timeZone) |
public String getTimeZone()
public void setTimeZone(String timeZone)
public List<TripStopTimeV2Bean> getStopTimes()
public void setStopTimes(List<TripStopTimeV2Bean> stopTimes)
public String getPreviousTripId()
public void setPreviousTripId(String previousTripId)
public String getNextTripId()
public void setNextTripId(String nextTripId)
public FrequencyV2Bean getFrequency()
public void setFrequency(FrequencyV2Bean frequency)
Copyright © 2014 OneBusAway. All Rights Reserved.