Package org.onebusaway.gtfs.model
Class DirectionEntry
- All Implemented Interfaces:
Serializable,HasExtensions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLine()getNotes()voidsetAgencyId(String agencyId) voidsetDaytimeRoutes(String daytimeRoutes) voidsetGtfsStopIdDirection0(String gtfsStopIdDirection0) voidsetGtfsStopIdDirection1(String gtfsStopIdDirection1) voidsetHeadsignDirection0(String headsignDirection0) voidsetHeadsignDirection1(String headsignDirection1) voidvoidvoidvoidsetStationId(String stationId) voidsetStopName(String stopName) Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
DirectionEntry
public DirectionEntry()
-
-
Method Details
-
getId
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
- Specified by:
setIdin classIdentityBean<Integer>
-
getAgencyId
-
setAgencyId
-
getStationId
-
setStationId
-
getGtfsStopIdDirection0
-
setGtfsStopIdDirection0
-
getGtfsStopIdDirection1
-
setGtfsStopIdDirection1
-
getLine
-
setLine
-
getStopName
-
setStopName
-
getDaytimeRoutes
-
setDaytimeRoutes
-
getHeadsignDirection0
-
setHeadsignDirection0
-
getHeadsignDirection1
-
setHeadsignDirection1
-
getNotes
-
setNotes
-