Serialized Form


Package org.onebusaway.gtfs.impl

Class org.onebusaway.gtfs.impl.MultipleCalendarsForServiceIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L


Package org.onebusaway.gtfs.impl.calendar

Class org.onebusaway.gtfs.impl.calendar.UnknownAgencyTimezoneException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L


Package org.onebusaway.gtfs.model

Class org.onebusaway.gtfs.model.Agency extends IdentityBean<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

url

String url

timezone

String timezone

lang

String lang

phone

String phone

Class org.onebusaway.gtfs.model.AgencyAndId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

id

String id

Class org.onebusaway.gtfs.model.AgencyAndIdInstance extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

AgencyAndId id

serviceDate

long serviceDate

Class org.onebusaway.gtfs.model.FareAttribute extends IdentityBean<AgencyAndId> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

AgencyAndId id

price

float price

currencyType

String currencyType

paymentMethod

int paymentMethod

transfers

int transfers

transferDuration

int transferDuration

Class org.onebusaway.gtfs.model.FareRule extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

fare

FareAttribute fare

route

Route route

originId

String originId

destinationId

String destinationId

containsId

String containsId

Class org.onebusaway.gtfs.model.Frequency extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

trip

Trip trip

startTime

int startTime

endTime

int endTime

headwaySecs

int headwaySecs

exactTimes

int exactTimes

Class org.onebusaway.gtfs.model.IdentityBean extends Object implements Serializable

serialVersionUID: 1L

Class org.onebusaway.gtfs.model.Pathway extends IdentityBean<AgencyAndId> implements Serializable

serialVersionUID: -2404871423254094109L

Serialized Fields

id

AgencyAndId id

fromStop

Stop fromStop

toStop

Stop toStop

traversalTime

int traversalTime

wheelchairTraversalTime

int wheelchairTraversalTime

Class org.onebusaway.gtfs.model.Route extends IdentityBean<AgencyAndId> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

AgencyAndId id

agency

Agency agency

shortName

String shortName

longName

String longName

desc

String desc

type

int type

url

String url

color

String color

textColor

String textColor

bikesAllowed

int bikesAllowed

Class org.onebusaway.gtfs.model.ServiceCalendar extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

serviceId

AgencyAndId serviceId

monday

int monday

tuesday

int tuesday

wednesday

int wednesday

thursday

int thursday

friday

int friday

saturday

int saturday

sunday

int sunday

startDate

ServiceDate startDate

endDate

ServiceDate endDate

Class org.onebusaway.gtfs.model.ServiceCalendarDate extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

serviceId

AgencyAndId serviceId

date

ServiceDate date

exceptionType

int exceptionType

Class org.onebusaway.gtfs.model.ShapePoint extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

shapeId

AgencyAndId shapeId

sequence

int sequence

distTraveled

double distTraveled

lat

double lat

lon

double lon

Class org.onebusaway.gtfs.model.Stop extends IdentityBean<AgencyAndId> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

AgencyAndId id

code

String code

name

String name

desc

String desc

lat

double lat

lon

double lon

zoneId

String zoneId

url

String url

locationType

int locationType

parentStation

String parentStation

wheelchairBoarding

int wheelchairBoarding

direction

String direction

Class org.onebusaway.gtfs.model.StopTime extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

trip

Trip trip

stopSequence

int stopSequence

stop

Stop stop

arrivalTime

int arrivalTime

departureTime

int departureTime

stopHeadsign

String stopHeadsign

routeShortName

String routeShortName

pickupType

int pickupType

dropOffType

int dropOffType

shapeDistTraveled

double shapeDistTraveled

Class org.onebusaway.gtfs.model.Transfer extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

fromStop

Stop fromStop

toStop

Stop toStop

transferType

int transferType

minTransferTime

int minTransferTime

Class org.onebusaway.gtfs.model.Trip extends IdentityBean<AgencyAndId> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

AgencyAndId id

route

Route route

serviceId

AgencyAndId serviceId

tripShortName

String tripShortName

tripHeadsign

String tripHeadsign

routeShortName

String routeShortName

directionId

String directionId

blockId

String blockId

shapeId

AgencyAndId shapeId

wheelchairAccessible

int wheelchairAccessible

tripBikesAllowed

int tripBikesAllowed

Package org.onebusaway.gtfs.model.calendar

Class org.onebusaway.gtfs.model.calendar.CalendarServiceData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_timeZonesByAgencyId

Map<K,V> _timeZonesByAgencyId

_serviceDatesByServiceId

Map<K,V> _serviceDatesByServiceId

_datesByLocalizedServiceId

Map<K,V> _datesByLocalizedServiceId

_serviceIdsByDate

Map<K,V> _serviceIdsByDate

Class org.onebusaway.gtfs.model.calendar.LocalizedServiceId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

AgencyAndId id

timeZone

TimeZone timeZone

Class org.onebusaway.gtfs.model.calendar.ServiceDate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

year

int year

month

int month

day

int day

Class org.onebusaway.gtfs.model.calendar.ServiceIdIntervals extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_intervals

Map<K,V> _intervals

Class org.onebusaway.gtfs.model.calendar.ServiceInterval extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minArrival

int minArrival

minDeparture

int minDeparture

maxArrival

int maxArrival

maxDeparture

int maxDeparture

Package org.onebusaway.gtfs.serialization

Class org.onebusaway.gtfs.serialization.DuplicateEntityException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.gtfs.serialization.EntityReferenceNotFoundException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.gtfs.serialization.NoDefaultAgencyIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L


Package org.onebusaway.gtfs.serialization.mappings

Class org.onebusaway.gtfs.serialization.mappings.AgencyNotFoundForRouteException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L

Serialized Fields

_route

Route _route

_agencyId

String _agencyId

Class org.onebusaway.gtfs.serialization.mappings.InvalidStopTimeException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.gtfs.serialization.mappings.RouteNameException extends org.onebusaway.csv_entities.exceptions.CsvEntityException implements Serializable

serialVersionUID: 1L



Copyright © 2011 OneBusAway. All Rights Reserved.