org.onebusaway.api.model.transit
Class StopCalendarV2Bean

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

public class StopCalendarV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopCalendarV2Bean()
           
 
Method Summary
 List<StopCalendarDayV2Bean> getStopCalendarDays()
           
 String getStopId()
           
 String getTimeZone()
           
 void setStopCalendarDays(List<StopCalendarDayV2Bean> stopCalendarDays)
           
 void setStopId(String stopId)
           
 void setTimeZone(String timeZone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopCalendarV2Bean

public StopCalendarV2Bean()
Method Detail

getStopId

public String getStopId()

setStopId

public void setStopId(String stopId)

getTimeZone

public String getTimeZone()

setTimeZone

public void setTimeZone(String timeZone)

getStopCalendarDays

public List<StopCalendarDayV2Bean> getStopCalendarDays()

setStopCalendarDays

public void setStopCalendarDays(List<StopCalendarDayV2Bean> stopCalendarDays)


Copyright © 2012 OneBusAway. All Rights Reserved.