org.onebusaway.gtfs.model
Class Trip
java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
org.onebusaway.gtfs.model.Trip
- All Implemented Interfaces:
- Serializable
public final class Trip
- extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
Trip
public Trip()
Trip
public Trip(Trip obj)
getId
public AgencyAndId getId()
- Specified by:
getId in class IdentityBean<AgencyAndId>
setId
public void setId(AgencyAndId id)
- Specified by:
setId in class IdentityBean<AgencyAndId>
getRoute
public Route getRoute()
setRoute
public void setRoute(Route route)
getServiceId
public AgencyAndId getServiceId()
setServiceId
public void setServiceId(AgencyAndId serviceId)
getTripShortName
public String getTripShortName()
setTripShortName
public void setTripShortName(String tripShortName)
getTripHeadsign
public String getTripHeadsign()
setTripHeadsign
public void setTripHeadsign(String tripHeadsign)
getRouteShortName
public String getRouteShortName()
setRouteShortName
public void setRouteShortName(String routeShortName)
getDirectionId
public String getDirectionId()
setDirectionId
public void setDirectionId(String directionId)
getBlockId
public String getBlockId()
setBlockId
public void setBlockId(String blockId)
getShapeId
public AgencyAndId getShapeId()
setShapeId
public void setShapeId(AgencyAndId shapeId)
setWheelchairAccessible
public void setWheelchairAccessible(int wheelchairAccessible)
getWheelchairAccessible
public int getWheelchairAccessible()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 OneBusAway. All Rights Reserved.