org.onebusaway.api.model.transit.schedule
Class StopTimeV2Bean
java.lang.Object
org.onebusaway.api.model.transit.schedule.StopTimeV2Bean
public class StopTimeV2Bean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopTimeV2Bean
public StopTimeV2Bean()
getStopId
public String getStopId()
setStopId
public void setStopId(String stopId)
getArrivalTime
public int getArrivalTime()
setArrivalTime
public void setArrivalTime(int arrivalTime)
getDepartureTime
public int getDepartureTime()
setDepartureTime
public void setDepartureTime(int departureTime)
getPickupType
public int getPickupType()
setPickupType
public void setPickupType(int pickupType)
getDropOffType
public int getDropOffType()
setDropOffType
public void setDropOffType(int dropOffType)
Copyright © 2012 OneBusAway. All Rights Reserved.