org.onebusaway.api.model.transit
Class TripV2Bean
java.lang.Object
org.onebusaway.api.model.transit.TripV2Bean
- All Implemented Interfaces:
- Serializable, HasId
public final class TripV2Bean
- extends Object
- implements Serializable, HasId
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripV2Bean
public TripV2Bean()
getId
public String getId()
- Specified by:
getId
in interface HasId
setId
public void setId(String id)
getRouteId
public String getRouteId()
setRouteId
public void setRouteId(String routeId)
getRouteShortName
public String getRouteShortName()
setRouteShortName
public void setRouteShortName(String routeShortName)
getTripShortName
public String getTripShortName()
setTripShortName
public void setTripShortName(String tripShortName)
getTripHeadsign
public String getTripHeadsign()
setTripHeadsign
public void setTripHeadsign(String tripHeadsign)
getServiceId
public String getServiceId()
setServiceId
public void setServiceId(String serviceId)
getShapeId
public String getShapeId()
setShapeId
public void setShapeId(String shapeId)
getTimeZone
public String getTimeZone()
setTimeZone
public void setTimeZone(String timeZone)
getDirectionId
public String getDirectionId()
setDirectionId
public void setDirectionId(String directionId)
getBlockId
public String getBlockId()
setBlockId
public void setBlockId(String blockId)
Copyright © 2012 OneBusAway. All Rights Reserved.