org.onebusaway.api.model.transit.schedule
Class StopTimeV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.schedule.StopTimeV2Bean

public class StopTimeV2Bean
extends Object


Constructor Summary
StopTimeV2Bean()
           
 
Method Summary
 int getArrivalTime()
           
 int getDepartureTime()
           
 int getDropOffType()
           
 int getPickupType()
           
 String getStopId()
           
 void setArrivalTime(int arrivalTime)
           
 void setDepartureTime(int departureTime)
           
 void setDropOffType(int dropOffType)
           
 void setPickupType(int pickupType)
           
 void setStopId(String stopId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTimeV2Bean

public StopTimeV2Bean()
Method Detail

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.