org.onebusaway.api.model.transit
Class TripStopTimesV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.TripStopTimesV2Bean
All Implemented Interfaces:
Serializable

public final class TripStopTimesV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TripStopTimesV2Bean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripStopTimesV2Bean

public TripStopTimesV2Bean()
Method Detail

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.