Interface GtfsTripSchema
- All Superinterfaces:
org.mobilitydata.gtfsvalidator.table.GtfsEntity
public interface GtfsTripSchema
extends org.mobilitydata.gtfsvalidator.table.GtfsEntity
-
Method Summary
Methods inherited from interface org.mobilitydata.gtfsvalidator.table.GtfsEntity
csvRowNumber
-
Method Details
-
tripId
String tripId() -
routeId
String routeId() -
serviceId
String serviceId() -
tripHeadsign
String tripHeadsign() -
tripShortName
String tripShortName() -
directionId
org.mobilitydata.gtfsvalidator.table.GtfsTripDirectionId directionId() -
blockId
String blockId() -
shapeId
String shapeId() -
wheelchairAccessible
org.mobilitydata.gtfsvalidator.table.GtfsWheelchairBoarding wheelchairAccessible() -
bikesAllowed
org.mobilitydata.gtfsvalidator.table.GtfsBikesAllowed bikesAllowed()
-