Serialized Form


Package org.asteriskjava.fastagi

Class org.asteriskjava.fastagi.AgiException extends Exception implements Serializable

serialVersionUID: 1215836054948768757L

Class org.asteriskjava.fastagi.AgiHangupException extends org.asteriskjava.fastagi.AgiException implements Serializable

serialVersionUID: 3256444698691252274L

Class org.asteriskjava.fastagi.AgiNetworkException extends org.asteriskjava.fastagi.AgiException implements Serializable

serialVersionUID: 3256445789629723703L

Class org.asteriskjava.fastagi.AgiSpeechException extends org.asteriskjava.fastagi.AgiException implements Serializable

serialVersionUID: 0L

Class org.asteriskjava.fastagi.InvalidCommandSyntaxException extends org.asteriskjava.fastagi.AgiException implements Serializable

serialVersionUID: 3257002168165807929L

Serialized Fields

synopsis

String synopsis

usage

String usage

Class org.asteriskjava.fastagi.InvalidOrUnknownCommandException extends org.asteriskjava.fastagi.AgiException implements Serializable

serialVersionUID: 3257002168165807929L

Class org.asteriskjava.fastagi.SpeechRecognitionResult extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

agiReply

org.asteriskjava.fastagi.reply.AgiReply agiReply

Class org.asteriskjava.fastagi.SpeechRecognitionResult.SpeechResult extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

score

int score

text

String text

grammar

String grammar

Package org.asteriskjava.fastagi.command

Class org.asteriskjava.fastagi.command.AbstractAgiCommand extends Object implements Serializable

serialVersionUID: 3257849874518456633L

Class org.asteriskjava.fastagi.command.AgiReplyCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

_parameters

Map<K,V> _parameters

_statusCode

int _statusCode

_result

int _result

Class org.asteriskjava.fastagi.command.AgiRequestCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

_parameters

Map<K,V> _parameters

Class org.asteriskjava.fastagi.command.AnswerCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3762248656229053753L

Class org.asteriskjava.fastagi.command.AsyncAgiBreakCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Class org.asteriskjava.fastagi.command.ChannelStatusCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3904959746380281145L

Serialized Fields

channel

String channel

Class org.asteriskjava.fastagi.command.ControlStreamFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3978141041352128820L

Serialized Fields

file

String file

escapeDigits

String escapeDigits

offset

int offset

forwardDigit

String forwardDigit

rewindDigit

String rewindDigit

pauseDigit

String pauseDigit

Class org.asteriskjava.fastagi.command.DatabaseDelCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

family

String family

keyTree

String keyTree

Class org.asteriskjava.fastagi.command.DatabaseDelTreeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

family

String family

keyTree

String keyTree

Class org.asteriskjava.fastagi.command.DatabaseGetCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

family

String family

key

String key

Class org.asteriskjava.fastagi.command.DatabasePutCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

family

String family

key

String key

value

String value

Class org.asteriskjava.fastagi.command.ExecCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3904959746380281145L

Serialized Fields

application

String application

options

String options

Class org.asteriskjava.fastagi.command.GetDataCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3978141041352128820L

Serialized Fields

file

String file

timeout

long timeout

maxDigits

int maxDigits

Class org.asteriskjava.fastagi.command.GetFullVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

variable

String variable

channel

String channel

Class org.asteriskjava.fastagi.command.GetOptionCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3978141041352128820L

Serialized Fields

file

String file

escapeDigits

String escapeDigits

timeout

long timeout

Class org.asteriskjava.fastagi.command.GetVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

variable

String variable

Class org.asteriskjava.fastagi.command.HangupCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3904959746380281145L

Serialized Fields

channel

String channel

Class org.asteriskjava.fastagi.command.NoopCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3762248656229053753L

Class org.asteriskjava.fastagi.command.ReceiveCharCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

timeout

int timeout

Class org.asteriskjava.fastagi.command.ReceiveTextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

timeout

int timeout

Class org.asteriskjava.fastagi.command.RecordFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3978141041352128820L

Serialized Fields

file

String file

format

String format

escapeDigits

String escapeDigits

timeout

int timeout

offset

int offset

beep

boolean beep

maxSilence

int maxSilence

Class org.asteriskjava.fastagi.command.SayAlphaCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256721797012404276L

Serialized Fields

text

String text

escapeDigits

String escapeDigits

Class org.asteriskjava.fastagi.command.SayDateTimeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: -976344744239948036L

Serialized Fields

time

long time

escapeDigits

String escapeDigits

format

String format

timezone

String timezone

Class org.asteriskjava.fastagi.command.SayDigitsCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3907207173934101552L

Serialized Fields

digits

String digits

escapeDigits

String escapeDigits

Class org.asteriskjava.fastagi.command.SayNumberCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3833744404153644087L

Serialized Fields

number

String number

escapeDigits

String escapeDigits

Class org.asteriskjava.fastagi.command.SayPhoneticCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256721797012404276L

Serialized Fields

text

String text

escapeDigits

String escapeDigits

Class org.asteriskjava.fastagi.command.SayTimeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256721797012404276L

Serialized Fields

time

long time

escapeDigits

String escapeDigits

Class org.asteriskjava.fastagi.command.SendImageCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3904959746380281145L

Serialized Fields

image

String image

Class org.asteriskjava.fastagi.command.SendTextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3904959746380281145L

Serialized Fields

text

String text

Class org.asteriskjava.fastagi.command.SetAutoHangupCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3257562923458443314L

Serialized Fields

time

int time

Class org.asteriskjava.fastagi.command.SetCallerIdCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256721797012404276L

Serialized Fields

callerId

String callerId

Class org.asteriskjava.fastagi.command.SetContextCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

context

String context

Class org.asteriskjava.fastagi.command.SetExtensionCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

extension

String extension

Class org.asteriskjava.fastagi.command.SetMusicOffCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3762248656229053753L

Class org.asteriskjava.fastagi.command.SetMusicOnCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3762248656229053753L

Serialized Fields

musicOnHoldClass

String musicOnHoldClass

Class org.asteriskjava.fastagi.command.SetPriorityCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

priority

String priority

Class org.asteriskjava.fastagi.command.SetVariableCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

variable

String variable

value

String value

Class org.asteriskjava.fastagi.command.SpeechActivateGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.asteriskjava.fastagi.command.SpeechCreateCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

engine

String engine

Class org.asteriskjava.fastagi.command.SpeechDeactivateGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.asteriskjava.fastagi.command.SpeechDestroyCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Class org.asteriskjava.fastagi.command.SpeechLoadGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

path

String path

Class org.asteriskjava.fastagi.command.SpeechRecognizeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

prompt

String prompt

timeout

int timeout

offset

int offset

Class org.asteriskjava.fastagi.command.SpeechSetCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

String value

Class org.asteriskjava.fastagi.command.SpeechUnloadGrammarCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.asteriskjava.fastagi.command.StreamFileCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3978141041352128820L

Serialized Fields

file

String file

escapeDigits

String escapeDigits

offset

int offset

Class org.asteriskjava.fastagi.command.TddModeCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3258411746401268532L

Serialized Fields

mode

String mode

Class org.asteriskjava.fastagi.command.VerboseCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3256719598056387384L

Serialized Fields

message

String message

level

int level

Class org.asteriskjava.fastagi.command.WaitForDigitCommand extends org.asteriskjava.fastagi.command.AbstractAgiCommand implements Serializable

serialVersionUID: 3257562923458443314L

Serialized Fields

timeout

long timeout

Package org.asteriskjava.fastagi.internal

Class org.asteriskjava.fastagi.internal.AgiReplyImpl extends Object implements Serializable

serialVersionUID: 3256727294671337012L

Serialized Fields

lines

List<E> lines

firstLine

String firstLine

result

String result

status

Integer status

attributes

Map<K,V> attributes

extra

String extra

synopsis

String synopsis

usage

String usage

extraCreated

boolean extraCreated

Package org.asteriskjava.util.internal

Class org.asteriskjava.util.internal.Log4JLogger extends Object implements Serializable

serialVersionUID: 3545240215095883829L

Serialized Fields

name

String name

Class org.asteriskjava.util.internal.Slf4JLogger extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

clazz

Class<T> clazz

Package org.onebusaway.api.actions

Class org.onebusaway.api.actions.CrossdomainAction extends OneBusAwayApiActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.api.actions.OneBusAwayApiActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L


Package org.onebusaway.api.actions.api

Class org.onebusaway.api.actions.api.AlarmCallbackAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_alarmService

AlarmService _alarmService

_id

String _id

Class org.onebusaway.api.actions.api.ApiActionSupport extends OneBusAwayApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_defaultVersion

int _defaultVersion

_response

ResponseBean _response

_version

int _version

_key

String _key

_includeReferences

boolean _includeReferences

Class org.onebusaway.api.actions.api.ApiKeyInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_keyService

ApiKeyPermissionService _keyService

_handlerSelector

org.apache.struts2.rest.ContentTypeHandlerManager _handlerSelector

Class org.onebusaway.api.actions.api.ExceptionInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_handlerSelector

org.apache.struts2.rest.ContentTypeHandlerManager _handlerSelector

Package org.onebusaway.api.actions.api.datacollection

Class org.onebusaway.api.actions.api.datacollection.ExistingDataAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

DataCollectionService _data

Class org.onebusaway.api.actions.api.datacollection.UploadDataAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

DataCollectionService _data

_id

String _id

_file

File _file

Package org.onebusaway.api.actions.api.where

Class org.onebusaway.api.actions.api.where.AgenciesWithCoverageAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_maxCount

MaxCountSupport _maxCount

_service

TransitDataService _service

Class org.onebusaway.api.actions.api.where.AgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.ArrivalAndDepartureForStopAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_query

ArrivalAndDepartureForStopQueryBean _query

Class org.onebusaway.api.actions.api.where.ArrivalsAndDeparturesForStopAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_query

ArrivalsAndDeparturesQueryBean _query

Class org.onebusaway.api.actions.api.where.BlockAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.BlockInstanceAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_serviceDate

long _serviceDate

Class org.onebusaway.api.actions.api.where.CancelAlarmAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_alarmService

AlarmService _alarmService

_id

String _id

Class org.onebusaway.api.actions.api.where.CancelAlarmsAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_alarmService

AlarmService _alarmService

_ids

List<E> _ids

Class org.onebusaway.api.actions.api.where.CurrentTimeAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.api.actions.api.where.EstimateCurrentVehicleAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_query

CurrentVehicleEstimateQueryBean _query

_data

String _data

Class org.onebusaway.api.actions.api.where.MinTravelTimeToStopsAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_lat

double _lat

_lon

double _lon

_time

long _time

_constraints

TransitShedConstraintsBean _constraints

Class org.onebusaway.api.actions.api.where.PlanTripAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_from

TransitLocationBean _from

_to

TransitLocationBean _to

_time

long _time

_includeSelectedItinerary

String _includeSelectedItinerary

_constraints

ConstraintsBean _constraints

Class org.onebusaway.api.actions.api.where.RegisterAlarmForArrivalAndDepartureAtStopAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_alarmService

AlarmService _alarmService

_query

ArrivalAndDepartureForStopQueryBean _query

_alarm

RegisterAlarmQueryBean _alarm

_data

String _data

Class org.onebusaway.api.actions.api.where.ReportProblemWithPlannedTripAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_from

TransitLocationBean _from

_to

TransitLocationBean _to

_time

long _time

_includeSelectedItinerary

String _includeSelectedItinerary

_constraints

ConstraintsBean _constraints

_problemReport

PlannedTripProblemReportBean _problemReport

Class org.onebusaway.api.actions.api.where.ReportProblemWithStopAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_model

StopProblemReportBean _model

Class org.onebusaway.api.actions.api.where.ReportProblemWithTripAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_model

TripProblemReportBean _model

Class org.onebusaway.api.actions.api.where.RouteAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.RouteIdsForAgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.RoutesForAgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.RoutesForLocationAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_lat

double _lat

_lon

double _lon

_radius

double _radius

_latSpan

double _latSpan

_lonSpan

double _lonSpan

_query

String _query

_maxCount

MaxCountSupport _maxCount

Class org.onebusaway.api.actions.api.where.ScheduleForStopAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_date

Date _date

Class org.onebusaway.api.actions.api.where.ShapeAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.ShapeIdsForAgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.SituationAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.StopAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.StopIdsForAgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.StopsForLocationAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_lat

double _lat

_lon

double _lon

_radius

double _radius

_latSpan

double _latSpan

_lonSpan

double _lonSpan

_maxCount

MaxCountSupport _maxCount

_query

String _query

Class org.onebusaway.api.actions.api.where.StopsForRouteAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_includePolylines

boolean _includePolylines

Class org.onebusaway.api.actions.api.where.StreetGraphForRegionAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_latFrom

double _latFrom

_lonFrom

double _lonFrom

_latTo

double _latTo

_lonTo

double _lonTo

Class org.onebusaway.api.actions.api.where.TripAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

Class org.onebusaway.api.actions.api.where.TripDetailsAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_serviceDate

Date _serviceDate

_time

Date _time

_vehicleId

String _vehicleId

_includeTrip

boolean _includeTrip

_includeSchedule

boolean _includeSchedule

_includeStatus

boolean _includeStatus

Class org.onebusaway.api.actions.api.where.TripForVehicleAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_time

Date _time

_includeTrip

boolean _includeTrip

_includeSchedule

boolean _includeSchedule

_includeStatus

boolean _includeStatus

Class org.onebusaway.api.actions.api.where.TripsForAgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_time

Date _time

_maxCount

MaxCountSupport _maxCount

_includeTrip

boolean _includeTrip

_includeStatus

boolean _includeStatus

_includeSchedule

boolean _includeSchedule

Class org.onebusaway.api.actions.api.where.TripsForLocationAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_searchBoundsFactory

SearchBoundsFactory _searchBoundsFactory

_time

long _time

_maxCount

MaxCountSupport _maxCount

_includeTrip

boolean _includeTrip

_includeStatus

boolean _includeStatus

_includeSchedule

boolean _includeSchedule

Class org.onebusaway.api.actions.api.where.TripsForRouteAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_time

long _time

_maxCount

MaxCountSupport _maxCount

_includeTrip

boolean _includeTrip

_includeStatus

boolean _includeStatus

_includeSchedule

boolean _includeSchedule

Class org.onebusaway.api.actions.api.where.VehicleAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_time

long _time

Class org.onebusaway.api.actions.api.where.VehicleLocationRecordForVehicleAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_time

long _time

Class org.onebusaway.api.actions.api.where.VehicleLocationRecordsAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_query

VehicleLocationRecordQueryBean _query

_vehicleId

String _vehicleId

Class org.onebusaway.api.actions.api.where.VehiclesForAgencyAction extends ApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_time

long _time

Package org.onebusaway.api.actions.siri

Class org.onebusaway.api.actions.siri.StopMonitoringAction extends OneBusAwayApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_response

Object _response

_request

javax.servlet.http.HttpServletRequest _request

_transitDataService

TransitDataService _transitDataService

_time

Date _time

Class org.onebusaway.api.actions.siri.VehicleMonitoringAction extends OneBusAwayApiActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_response

Object _response

_request

javax.servlet.http.HttpServletRequest _request

_transitDataService

TransitDataService _transitDataService

_time

Date _time

Package org.onebusaway.api.impl

Class org.onebusaway.api.impl.XmlResult extends org.apache.struts2.dispatcher.StrutsResultSupport implements Serializable

serialVersionUID: 1L


Package org.onebusaway.api.model

Class org.onebusaway.api.model.ResponseBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

version

int version

code

int code

currentTime

long currentTime

text

String text

data

Object data

Class org.onebusaway.api.model.TimeBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

time

long time

readableTime

String readableTime

Package org.onebusaway.api.model.transit

Class org.onebusaway.api.model.transit.AgencyV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

url

String url

timezone

String timezone

lang

String lang

phone

String phone

disclaimer

String disclaimer

privateService

boolean privateService

Class org.onebusaway.api.model.transit.AgencyWithCoverageV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

lat

double lat

lon

double lon

latSpan

double latSpan

lonSpan

double lonSpan

Class org.onebusaway.api.model.transit.ArrivalAndDepartureV2Bean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

routeId

String routeId

tripId

String tripId

serviceDate

long serviceDate

vehicleId

String vehicleId

stopId

String stopId

stopSequence

int stopSequence

blockTripSequence

int blockTripSequence

routeShortName

String routeShortName

routeLongName

String routeLongName

tripHeadsign

String tripHeadsign

departureEnabled

boolean departureEnabled

scheduledDepartureTime

long scheduledDepartureTime

scheduledDepartureInterval

TimeIntervalV2 scheduledDepartureInterval

predictedDepartureTime

long predictedDepartureTime

predictedDepartureInterval

TimeIntervalV2 predictedDepartureInterval

arrivalEnabled

boolean arrivalEnabled

scheduledArrivalTime

long scheduledArrivalTime

scheduledArrivalInterval

TimeIntervalV2 scheduledArrivalInterval

frequency

FrequencyV2Bean frequency

status

String status

predicted

boolean predicted

lastUpdateTime

Long lastUpdateTime

predictedArrivalTime

long predictedArrivalTime

predictedArrivalInterval

TimeIntervalV2 predictedArrivalInterval

distanceFromStop

double distanceFromStop

numberOfStopsAway

int numberOfStopsAway

tripStatus

TripStatusV2Bean tripStatus

situationIds

List<E> situationIds

Class org.onebusaway.api.model.transit.EntryWithReferencesBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

references

ReferencesBean references

entry

Object entry

Class org.onebusaway.api.model.transit.FrequencyV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTime

long startTime

endTime

long endTime

headway

int headway

Class org.onebusaway.api.model.transit.ListWithRangeAndReferencesBean extends ListWithReferencesBean<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

outOfRange

boolean outOfRange

Class org.onebusaway.api.model.transit.ListWithReferencesBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

references

ReferencesBean references

list

List<E> list

limitExceeded

boolean limitExceeded

Class org.onebusaway.api.model.transit.RouteV2Bean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

shortName

String shortName

longName

String longName

description

String description

type

int type

url

String url

color

String color

textColor

String textColor

agencyId

String agencyId

Class org.onebusaway.api.model.transit.ScheduleFrequencyInstanceV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceDate

long serviceDate

startTime

long startTime

endTime

long endTime

headway

int headway

serviceId

String serviceId

tripId

String tripId

stopHeadsign

String stopHeadsign

arrivalEnabled

boolean arrivalEnabled

departureEnabled

boolean departureEnabled

Class org.onebusaway.api.model.transit.ScheduleStopTimeInstanceV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

arrivalEnabled

boolean arrivalEnabled

arrivalTime

long arrivalTime

departureEnabled

boolean departureEnabled

departureTime

long departureTime

serviceId

String serviceId

tripId

String tripId

stopHeadsign

String stopHeadsign

Class org.onebusaway.api.model.transit.StopCalendarDayV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

date

long date

group

int group

Class org.onebusaway.api.model.transit.StopCalendarV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

String stopId

timeZone

String timeZone

stopCalendarDays

List<E> stopCalendarDays

Class org.onebusaway.api.model.transit.StopRouteDirectionScheduleV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripHeadsign

String tripHeadsign

scheduleStopTimes

List<E> scheduleStopTimes

scheduleFrequencies

List<E> scheduleFrequencies

Class org.onebusaway.api.model.transit.StopRouteScheduleV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeId

String routeId

stopRouteDirectionSchedules

List<E> stopRouteDirectionSchedules

Class org.onebusaway.api.model.transit.StopScheduleV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

date

long date

stopId

String stopId

stopRouteSchedules

List<E> stopRouteSchedules

Class org.onebusaway.api.model.transit.StopsForRouteV2Bean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

routeId

String routeId

stopIds

List<E> stopIds

stopGroupings

List<E> stopGroupings

polylines

List<E> polylines

Class org.onebusaway.api.model.transit.StopV2Bean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

lat

double lat

lon

double lon

direction

String direction

name

String name

code

String code

locationType

int locationType

wheelchairBoarding

EAccessibility wheelchairBoarding

routeIds

List<E> routeIds

Class org.onebusaway.api.model.transit.StopWithArrivalsAndDeparturesV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

String stopId

arrivalsAndDepartures

List<E> arrivalsAndDepartures

nearbyStopIds

List<E> nearbyStopIds

situationIds

List<E> situationIds

Class org.onebusaway.api.model.transit.TimeIntervalV2 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

from

long from

to

long to

Class org.onebusaway.api.model.transit.TripDetailsV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripId

String tripId

serviceDate

long serviceDate

frequency

FrequencyV2Bean frequency

status

TripStatusV2Bean status

schedule

TripStopTimesV2Bean schedule

situationIds

List<E> situationIds

Class org.onebusaway.api.model.transit.TripStatusV2Bean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

activeTripId

String activeTripId
These are fields that we can supply from schedule data


blockTripSequence

int blockTripSequence

serviceDate

long serviceDate

frequency

FrequencyV2Bean frequency

scheduledDistanceAlongTrip

Double scheduledDistanceAlongTrip

totalDistanceAlongTrip

Double totalDistanceAlongTrip

position

CoordinatePoint position
These are fields that we can supply from schedule data, but also update from real-time data when available


orientation

Double orientation

closestStop

String closestStop

closestStopTimeOffset

int closestStopTimeOffset

nextStop

String nextStop

nextStopTimeOffset

int nextStopTimeOffset

phase

String phase

status

String status

predicted

boolean predicted
These are fields that we can supply only from real-time data


lastUpdateTime

Long lastUpdateTime

lastLocationUpdateTime

Long lastLocationUpdateTime

lastKnownDistanceAlongTrip

Double lastKnownDistanceAlongTrip

lastKnownLocation

CoordinatePoint lastKnownLocation

lastKnownOrientation

Double lastKnownOrientation

scheduleDeviation

Integer scheduleDeviation

distanceAlongTrip

Double distanceAlongTrip

vehicleId

String vehicleId

situationIds

List<E> situationIds

Class org.onebusaway.api.model.transit.TripStopTimesV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeZone

String timeZone

stopTimes

List<E> stopTimes

previousTripId

String previousTripId

nextTripId

String nextTripId

frequency

FrequencyV2Bean frequency

Class org.onebusaway.api.model.transit.TripStopTimeV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

arrivalTime

int arrivalTime

departureTime

int departureTime

stopId

String stopId

stopHeadsign

String stopHeadsign

distanceAlongTrip

double distanceAlongTrip

Class org.onebusaway.api.model.transit.TripV2Bean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

routeId

String routeId

routeShortName

String routeShortName

tripShortName

String tripShortName

tripHeadsign

String tripHeadsign

serviceId

String serviceId

shapeId

String shapeId

timeZone

String timeZone

directionId

String directionId

blockId

String blockId

Class org.onebusaway.api.model.transit.VehicleLocationRecordV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceDate

long serviceDate

blockId

String blockId

tripId

String tripId

vehicleId

String vehicleId

timeOfRecord

long timeOfRecord

timeOfLocationUpdate

long timeOfLocationUpdate

scheduleDeviation

Double scheduleDeviation
schedule deviation, in seconds, (+deviation is late, -deviation is early)


distanceAlongBlock

Double distanceAlongBlock

currentLocation

CoordinatePoint currentLocation

currentOrientation

Double currentOrientation
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South


phase

String phase

status

String status

Class org.onebusaway.api.model.transit.VehicleStatusV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

vehicleId

String vehicleId

phase

String phase

status

String status

lastUpdateTime

long lastUpdateTime

lastLocationUpdateTime

Long lastLocationUpdateTime

location

CoordinatePoint location

tripId

String tripId

tripStatus

TripStatusV2Bean tripStatus

Package org.onebusaway.api.model.transit.blocks

Class org.onebusaway.api.model.transit.blocks.BlockConfigurationV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

activeServiceIds

List<E> activeServiceIds

inactiveServiceIds

List<E> inactiveServiceIds

trips

List<E> trips

Package org.onebusaway.api.model.transit.realtime

Class org.onebusaway.api.model.transit.realtime.CurrentVehicleEstimateV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

probability

double probability

tripStatus

TripStatusV2Bean tripStatus

debug

String debug

Package org.onebusaway.api.model.transit.service_alerts

Class org.onebusaway.api.model.transit.service_alerts.NaturalLanguageStringV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

lang

String lang

Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedAgencyV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedApplicationV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

apiKey

String apiKey

Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedCallV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

String stopId

Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedStopV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

String stopId

Class org.onebusaway.api.model.transit.service_alerts.SituationAffectedVehicleJourneyV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lineId

String lineId
A Line in SIRI/TransModel speak is equivalent to a Route Collection in OBA


directionId

String directionId

calls

List<E> calls

tripIds

List<E> tripIds

Class org.onebusaway.api.model.transit.service_alerts.SituationAffectsV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

routeId

String routeId

directionId

String directionId

tripId

String tripId

stopId

String stopId

applicationId

String applicationId

Class org.onebusaway.api.model.transit.service_alerts.SituationConditionDetailsV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

diversionPath

EncodedPolylineBean diversionPath

diversionStopIds

List<E> diversionStopIds

Class org.onebusaway.api.model.transit.service_alerts.SituationConsequenceV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

condition

String condition

conditionDetails

SituationConditionDetailsV2Bean conditionDetails

Class org.onebusaway.api.model.transit.service_alerts.SituationV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

creationTime

long creationTime

activeWindows

List<E> activeWindows

publicationWindows

List<E> publicationWindows

reason

String reason

summary

NaturalLanguageStringV2Bean summary

description

NaturalLanguageStringV2Bean description

url

NaturalLanguageStringV2Bean url

allAffects

List<E> allAffects

consequences

List<E> consequences

severity

String severity

Class org.onebusaway.api.model.transit.service_alerts.TimeRangeV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

from

long from

to

long to

Package org.onebusaway.api.model.transit.tripplanning

Class org.onebusaway.api.model.transit.tripplanning.EdgeV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fromId

String fromId

toId

String toId

name

String name

path

String path

tags

Map<K,V> tags

Class org.onebusaway.api.model.transit.tripplanning.LocationV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

location

CoordinatePoint location

stopId

String stopId

Class org.onebusaway.api.model.transit.tripplanning.MinTravelTimeToStopV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

String stopId

location

CoordinatePoint location

travelTime

long travelTime

Class org.onebusaway.api.model.transit.tripplanning.StreetLegV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

streetName

String streetName

path

String path

distance

double distance

Class org.onebusaway.api.model.transit.tripplanning.TransitLegV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripId

String tripId

serviceDate

long serviceDate

vehicleId

String vehicleId

frequency

FrequencyV2Bean frequency

fromStopId

String fromStopId

fromStopSequence

Integer fromStopSequence

toStopId

String toStopId

toStopSequence

Integer toStopSequence

routeShortName

String routeShortName

routeLongName

String routeLongName

tripHeadsign

String tripHeadsign

path

String path

scheduledDepartureTime

long scheduledDepartureTime

scheduledDepartureInterval

TimeIntervalV2 scheduledDepartureInterval

predictedDepartureTime

long predictedDepartureTime

predictedDepartureInterval

TimeIntervalV2 predictedDepartureInterval

scheduledArrivalTime

long scheduledArrivalTime

scheduledArrivalInterval

TimeIntervalV2 scheduledArrivalInterval

predictedArrivalTime

long predictedArrivalTime

predictedArrivalInterval

TimeIntervalV2 predictedArrivalInterval

situationIds

List<E> situationIds

Class org.onebusaway.api.model.transit.tripplanning.VertexV2Bean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

location

CoordinatePoint location

tags

Map<K,V> tags

Package org.onebusaway.api.model.where

Class org.onebusaway.api.model.where.ArrivalAndDepartureBeanV1 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeId

String routeId

routeShortName

String routeShortName

tripId

String tripId

tripHeadsign

String tripHeadsign

stopId

String stopId

predictedArrivalTime

long predictedArrivalTime

scheduledArrivalTime

long scheduledArrivalTime

predictedDepartureTime

long predictedDepartureTime

scheduledDepartureTime

long scheduledDepartureTime

status

String status

Class org.onebusaway.api.model.where.StopWithArrivalsAndDeparturesBeanV1 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stop

StopBean stop

arrivalsAndDepartures

List<E> arrivalsAndDepartures

nearbyStops

List<E> nearbyStops

Package org.onebusaway.container.cache

Class org.onebusaway.container.cache.CacheKeyInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

Serializable key

cacheRefreshIndicated

boolean cacheRefreshIndicated

Class org.onebusaway.container.cache.DefaultCacheableKeyFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_keyFactories

CacheableObjectKeyFactory[] _keyFactories

Class org.onebusaway.container.cache.DefaultCacheableObjectKeyFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_cacheRefreshCheck

boolean _cacheRefreshCheck

Class org.onebusaway.container.cache.PropertyPathExpressionCacheableObjectKeyFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_expression

org.onebusaway.collections.PropertyPathExpression _expression

_objectKeyFactory

CacheableObjectKeyFactory _objectKeyFactory

Package org.onebusaway.container.model

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

serialVersionUID: 1L


Package org.onebusaway.exceptions

Class org.onebusaway.exceptions.InternalErrorServiceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.InvalidArgumentServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Serialized Fields

_fieldName

String _fieldName

_errorMessage

String _errorMessage

Class org.onebusaway.exceptions.InvalidSelectionServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.MultipleServiceAreasServiceException extends ServiceAreaServiceException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.NoSuchAgencyServiceException extends ServiceAreaServiceException implements Serializable

serialVersionUID: 1L

Serialized Fields

_agencyId

String _agencyId

Class org.onebusaway.exceptions.NoSuchRouteServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.NoSuchServicePatternServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.NoSuchStopServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopId

String _stopId

Class org.onebusaway.exceptions.NoSuchTripServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Serialized Fields

_tripId

String _tripId

Class org.onebusaway.exceptions.OutOfServiceAreaServiceException extends ServiceAreaServiceException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.ServiceAreaServiceException extends ServiceException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.exceptions.ServiceException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.onebusaway.federations

Class org.onebusaway.federations.FederatedServiceRegistryEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceUrl

String serviceUrl

serviceClass

String serviceClass

properties

Map<K,V> properties

enabled

boolean enabled

Package org.onebusaway.geocoder.impl

Class org.onebusaway.geocoder.impl.GoogleGeocoderResult extends GeocoderResult implements Serializable

serialVersionUID: 1L


Package org.onebusaway.geocoder.model

Class org.onebusaway.geocoder.model.GeocoderResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

latitude

double latitude

longitude

double longitude

address

String address

city

String city

administrativeArea

String administrativeArea

postalCode

String postalCode

country

String country

Class org.onebusaway.geocoder.model.GeocoderResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

results

List<E> results

Package org.onebusaway.geospatial.model

Class org.onebusaway.geospatial.model.CoordinateBounds extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_empty

boolean _empty

_minLat

double _minLat

_minLon

double _minLon

_maxLat

double _maxLat

_maxLon

double _maxLon

Class org.onebusaway.geospatial.model.CoordinatePoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lat

double lat

lon

double lon

Class org.onebusaway.geospatial.model.EncodedPolygonBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_outerRing

EncodedPolylineBean _outerRing

_innerRings

List<E> _innerRings

Class org.onebusaway.geospatial.model.EncodedPolylineBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

points

String points

levels

String levels

length

int length

Class org.onebusaway.geospatial.model.XYPoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

double x

y

double y

Package org.onebusaway.geospatial.services

Class org.onebusaway.geospatial.services.Proj4Projection extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

_spec

String[] _spec

Class org.onebusaway.geospatial.services.UTMProjection extends Proj4Projection implements Serializable

serialVersionUID: 1L

Serialized Fields

_zone

int _zone

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.phone.actions

Class org.onebusaway.phone.actions.AbstractAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_currentUserService

CurrentUserService _currentUserService

_currentUser

UserBean _currentUser

_serviceAreaService

ServiceAreaService _serviceAreaService

_userInteractionLoggingService

UserInteractionLoggingService _userInteractionLoggingService

Class org.onebusaway.phone.actions.DefaultAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.phone.actions.RegistrationAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_currentUserService

CurrentUserService _currentUserService

Class org.onebusaway.phone.actions.RegistrationCancelAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_currentUserService

CurrentUserService _currentUserService

Class org.onebusaway.phone.actions.RegistrationHandleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_code

String _code

_currentUserService

CurrentUserService _currentUserService

Class org.onebusaway.phone.actions.WelcomeAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_currentUserService

CurrentUserService _currentUserService

Package org.onebusaway.phone.actions.bookmarks

Class org.onebusaway.phone.actions.bookmarks.BookmarkStopAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_stops

List<E> _stops

_bookmarkPresentationService

BookmarkPresentationService _bookmarkPresentationService

Class org.onebusaway.phone.actions.bookmarks.DeleteBookmarkAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_index

int _index

Class org.onebusaway.phone.actions.bookmarks.GetBookmarksAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_bookmarkPresentationService

BookmarkPresentationService _bookmarkPresentationService

_bookmarks

List<E> _bookmarks

Package org.onebusaway.phone.actions.search

Class org.onebusaway.phone.actions.search.IndexAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.phone.actions.search.NavigateDownAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopSelectionService

StopSelectionService _stopSelectionService

_navigation

NavigationBean _navigation

_index

int _index

_stop

StopBean _stop

Class org.onebusaway.phone.actions.search.NavigateToAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_navigation

NavigationBean _navigation

_index

int _index

Class org.onebusaway.phone.actions.search.NavigationBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_route

RouteBean _route

_stopsForRoute

StopsForRouteBean _stopsForRoute

_selectionIndices

List<E> _selectionIndices

_currentIndex

int _currentIndex

_selection

StopSelectionBean _selection

_names

List<E> _names

Class org.onebusaway.phone.actions.search.RouteForNameAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_routeName

String _routeName

_route

RouteBean _route

_routes

List<E> _routes

Class org.onebusaway.phone.actions.search.StopAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_stop

StopBean _stop

Class org.onebusaway.phone.actions.search.StopsForRouteAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopSelectionService

StopSelectionService _stopSelectionService

_route

RouteBean _route

_navigation

NavigationBean _navigation

_stop

StopBean _stop

Package org.onebusaway.phone.actions.settings

Class org.onebusaway.phone.actions.settings.AskForDefaultSearchLocationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.phone.actions.settings.IndexAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.phone.actions.settings.SetDefaultSearchLocationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

SetUserDefaultSearchFromGeocoderService _service

_location

String _location

_records

List<E> _records

Class org.onebusaway.phone.actions.settings.SetRememerPreferencesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_currentUserService

CurrentUserService _currentUserService

_enabled

boolean _enabled

Package org.onebusaway.phone.actions.stops

Class org.onebusaway.phone.actions.stops.ArrivalsAndDeparturesForRouteAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_route

String _route

_model

PhoneArrivalsAndDeparturesModel _model

Class org.onebusaway.phone.actions.stops.ArrivalsAndDeparturesForStopIdAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_model

PhoneArrivalsAndDeparturesModel _model

Class org.onebusaway.phone.actions.stops.IndexAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.phone.actions.stops.MostRecentStopAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopIds

List<E> _stopIds

Class org.onebusaway.phone.actions.stops.StopForCodeAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopCode

String _stopCode

_stopIds

List<E> _stopIds

_stops

List<E> _stops

Package org.onebusaway.phone.impl

Class org.onebusaway.phone.impl.IntegrationTestingInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Class org.onebusaway.phone.impl.MessageTemplateDispatcher extends org.onebusaway.probablecalls.agitemplates.AgiTemplateDispatcher implements Serializable

serialVersionUID: 1L

Serialized Fields

_message

String _message

_nextAction

String _nextAction

Package org.onebusaway.presentation.impl

Class org.onebusaway.presentation.impl.NextActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_session

Map<K,V> _session

Class org.onebusaway.presentation.impl.ProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

_target

String _target

_source

String _source

Class org.onebusaway.presentation.impl.StackInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L


Package org.onebusaway.presentation.impl.configuration

Class org.onebusaway.presentation.impl.configuration.ConfigAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_configurationService

ConfigurationService _configurationService

_forceRefresh

boolean _forceRefresh

_model

Map<K,V> _model

Class org.onebusaway.presentation.impl.configuration.ConfigurationInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_configurationService

ConfigurationService _configurationService

Package org.onebusaway.presentation.impl.resources

Class org.onebusaway.presentation.impl.resources.ClientBundleServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

_factory

ClientBundleFactory _factory

Class org.onebusaway.presentation.impl.resources.ResourceAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_resourceService

ResourceService _resourceService

_id

String _id

_resource

Resource _resource

Class org.onebusaway.presentation.impl.resources.ResourcesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_factory

ClientBundleFactory _factory

_id

String _id

_contentType

String _contentType

_inputStream

InputStream _inputStream

Package org.onebusaway.presentation.impl.users

Class org.onebusaway.presentation.impl.users.CurrentUserInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_currentUserService

CurrentUserService _currentUserService

Class org.onebusaway.presentation.impl.users.IsSetupInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_initialSetupService

InitialSetupService _initialSetupService

Class org.onebusaway.presentation.impl.users.PhoneNumberLoginInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_indexedUserDetailsService

IndexedUserDetailsService _indexedUserDetailsService

_phoneNumberParameterName

String _phoneNumberParameterName

Class org.onebusaway.presentation.impl.users.RequestContextInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L


Package org.onebusaway.presentation.model

Class org.onebusaway.presentation.model.BookmarkWithStopsBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

stops

List<E> stops

routes

List<E> routes

Class org.onebusaway.presentation.model.StopSelectionBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_selected

List<E> _selected

_names

Map<K,V> _names

_stops

List<E> _stops

Class org.onebusaway.presentation.model.StopSelectionTreeBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_stop

StopBean _stop

_branches

Map<K,V> _branches

Package org.onebusaway.presentation.services.cachecontrol

Class org.onebusaway.presentation.services.cachecontrol.CacheControlInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L


Package org.onebusaway.presentation.tags

Class org.onebusaway.presentation.tags.DateTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_format

String _format

_dateStyle

String _dateStyle

_timeStyle

String _timeStyle

_value

String _value

_timeZone

String _timeZone

Class org.onebusaway.presentation.tags.GroupTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

Class org.onebusaway.presentation.tags.JsonTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

_escapeJavaScript

boolean _escapeJavaScript

_ignoreHierarchy

boolean _ignoreHierarchy

_excludeNullProperties

boolean _excludeNullProperties

Class org.onebusaway.presentation.tags.MessageTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_key

String _key

Class org.onebusaway.presentation.tags.NameTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

Class org.onebusaway.presentation.tags.PhoneNumberTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

Class org.onebusaway.presentation.tags.ResourcesUrlTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

String _id

Class org.onebusaway.presentation.tags.ResourceUrlTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

Class org.onebusaway.presentation.tags.RouteDescriptionTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

Class org.onebusaway.presentation.tags.RouteNameTag extends org.apache.struts2.views.jsp.ContextBeanTag implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

String _value

Package org.onebusaway.quickstart.bootstrap.gui

Class org.onebusaway.quickstart.bootstrap.gui.GtfsPathPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

_model

GuiQuickstartDataModel _model

gtfsPathTextField

JCustomTextField gtfsPathTextField

Class org.onebusaway.quickstart.bootstrap.gui.GtfsRealtimePathsPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

model

GuiQuickstartDataModel model

tripUpdatesUrlTextField

JCustomTextField tripUpdatesUrlTextField

vehiclePositionsUrlTextField

JCustomTextField vehiclePositionsUrlTextField

alertsUrlTextField

JCustomTextField alertsUrlTextField

Class org.onebusaway.quickstart.bootstrap.gui.JConsoleDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

contentPanel

JPanel contentPanel

_consoleTextPane

JTextPane _consoleTextPane

Class org.onebusaway.quickstart.bootstrap.gui.QuickStartTypePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

model

GuiQuickstartDataModel model

buildOnlyRadioButton

JRadioButton buildOnlyRadioButton

runOnlyRadioButton

JRadioButton runOnlyRadioButton

buildAndRunRadioButton

JRadioButton buildAndRunRadioButton

Class org.onebusaway.quickstart.bootstrap.gui.RunPanel extends JPanel implements Serializable

serialVersionUID: 1L

Class org.onebusaway.quickstart.bootstrap.gui.TransitDataBundlePathPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

model

GuiQuickstartDataModel model

transitDataBundlePathTextField

JCustomTextField transitDataBundlePathTextField

Class org.onebusaway.quickstart.bootstrap.gui.WelcomePanel extends JPanel implements Serializable

serialVersionUID: 1L


Package org.onebusaway.quickstart.bootstrap.gui.widgets

Class org.onebusaway.quickstart.bootstrap.gui.widgets.JCustomTextField extends JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

_handler

org.onebusaway.quickstart.bootstrap.gui.widgets.JCustomTextField.DocumentChangeHandler _handler

Package org.onebusaway.quickstart.bootstrap.gui.wizard

Class org.onebusaway.quickstart.bootstrap.gui.wizard.WizardDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

wizardController

WizardController wizardController

contentPanel

JPanel contentPanel

nextButton

JButton nextButton

backButton

JButton backButton

Package org.onebusaway.realtime.api

Class org.onebusaway.realtime.api.TimepointPredictionRecord extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timepointId

org.onebusaway.gtfs.model.AgencyAndId timepointId

timepointScheduledTime

long timepointScheduledTime

timepointPredictedTime

long timepointPredictedTime

Class org.onebusaway.realtime.api.VehicleLocationRecord extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceDate

long serviceDate

blockId

org.onebusaway.gtfs.model.AgencyAndId blockId

tripId

org.onebusaway.gtfs.model.AgencyAndId tripId

vehicleId

org.onebusaway.gtfs.model.AgencyAndId vehicleId

timeOfRecord

long timeOfRecord

timeOfLocationUpdate

long timeOfLocationUpdate

scheduleDeviation

double scheduleDeviation
schedule deviation, in seconds, (+deviation is late, -deviation is early)


distanceAlongBlock

double distanceAlongBlock

currentLocationLat

double currentLocationLat

currentLocationLon

double currentLocationLon

currentOrientation

double currentOrientation
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South


timepointPredictions

List<E> timepointPredictions

phase

EVehiclePhase phase

status

String status

Package org.onebusaway.sms.actions.sms

Class org.onebusaway.sms.actions.sms.AbstractTextmarksAction extends NextActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_currentUserService

CurrentUserService _currentUserService

_text

String _text

_userInteractionLoggingService

UserInteractionLoggingService _userInteractionLoggingService

Class org.onebusaway.sms.actions.sms.ArrivalsAndDeparturesAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_args

String[] _args

_model

SmsArrivalsAndDeparturesModel _model

Class org.onebusaway.sms.actions.sms.CancelAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_selectedIndex

int _selectedIndex

Class org.onebusaway.sms.actions.sms.CommandAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_command

String _command

_arg

String _arg

Class org.onebusaway.sms.actions.sms.CommandBookmarksAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_bookmarkPresentationService

BookmarkPresentationService _bookmarkPresentationService

_arg

String _arg

_bookmarks

List<E> _bookmarks

_stopIds

List<E> _stopIds
Used when chaining to "arrivals-and-departures"


_routeFilter

Set<E> _routeFilter
Used when chaining to "arrivals-and-departures"

Class org.onebusaway.sms.actions.sms.CommandDebugAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_user

UserBean _user

Class org.onebusaway.sms.actions.sms.CommandHelpAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_command

String _command

_arg

String _arg

Class org.onebusaway.sms.actions.sms.CommandRegisterAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_arg

String _arg

Class org.onebusaway.sms.actions.sms.CommandResetAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_arg

String _arg

_defaultSearchLocationService

DefaultSearchLocationService _defaultSearchLocationService

Class org.onebusaway.sms.actions.sms.CommandSetSearchLocationAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.sms.actions.sms.HandleMultiSelectionAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_selectedIndex

int _selectedIndex

Class org.onebusaway.sms.actions.sms.QueryDefaultSearchLocationAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.sms.actions.sms.SetDefaultSearchLocationAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_geocoderResultPresentation

GeocoderResultPresentationService _geocoderResultPresentation

_service

SetUserDefaultSearchFromGeocoderService _service

_records

List<E> _records

Class org.onebusaway.sms.actions.sms.StopByNumberAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_serviceAreaService

ServiceAreaService _serviceAreaService

_stopQuery

String _stopQuery

_stops

List<E> _stops

_selectedIndex

int _selectedIndex

_stopId

String _stopId

_args

String[] _args

Class org.onebusaway.sms.actions.sms.TextmarksAction extends AbstractTextmarksAction implements Serializable

serialVersionUID: 1L


Package org.onebusaway.sms.impl

Class org.onebusaway.sms.impl.TextmarksSessionInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 1L

Serialized Fields

_sessionManager

SessionManager _sessionManager

_phoneNumberParameterName

String _phoneNumberParameterName

Package org.onebusaway.transit_data_federation.bundle

Class org.onebusaway.transit_data_federation.bundle.UnknownTaskException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

_taskName

String _taskName

Package org.onebusaway.transit_data_federation.bundle.tasks.history

Class org.onebusaway.transit_data_federation.bundle.tasks.history.BlockLocationHistoryTask.BlockLocationArchiveRecordMap extends org.onebusaway.collections.FactoryMap<org.onebusaway.gtfs.model.AgencyAndIdInstance,List<BlockLocationArchiveRecord>> implements Serializable

serialVersionUID: 1L


Package org.onebusaway.transit_data_federation.bundle.tasks.transit_graph

Class org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.DistanceAlongShapeException extends Exception implements Serializable

serialVersionUID: 1L

Class org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.InvalidStopToShapeMappingException extends DistanceAlongShapeLibrary.DistanceAlongShapeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_trip

TripEntry _trip

Class org.onebusaway.transit_data_federation.bundle.tasks.transit_graph.DistanceAlongShapeLibrary.StopIsTooFarFromShapeException extends DistanceAlongShapeLibrary.DistanceAlongShapeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopTime

StopTimeEntry _stopTime

_pointAndIndex

PointAndIndex _pointAndIndex

_point

CoordinatePoint _point

Package org.onebusaway.transit_data_federation.impl.narrative

Class org.onebusaway.transit_data_federation.impl.narrative.NarrativeProviderImpl extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

_agencyNarratives

Map<K,V> _agencyNarratives

_stopNarratives

Map<K,V> _stopNarratives

_routeCollectionNarratives

Map<K,V> _routeCollectionNarratives

_tripNarratives

Map<K,V> _tripNarratives

_stopTimeNarrativesByTripIdAndStopTimeSequence

Map<K,V> _stopTimeNarrativesByTripIdAndStopTimeSequence

_shapePointsById

Map<K,V> _shapePointsById

Package org.onebusaway.transit_data_federation.impl.otp

Class org.onebusaway.transit_data_federation.impl.otp.OBATraverseOptions extends org.opentripplanner.routing.core.TraverseOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

currentTime

long currentTime

useRealtime

boolean useRealtime

maxTripDuration

long maxTripDuration
Maximum trip duration, in milliseconds. A value of -1 indicates no upper limit.


maxInitialWaitTime

long maxInitialWaitTime

extraSpecialMode

boolean extraSpecialMode

numItineraries

int numItineraries

lookaheadTime

int lookaheadTime

Package org.onebusaway.transit_data_federation.impl.realtime

Class org.onebusaway.transit_data_federation.impl.realtime.BlockLocationRecordCollection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockInstance

BlockInstance blockInstance

vehicleId

org.onebusaway.gtfs.model.AgencyAndId vehicleId

fromTime

long fromTime

toTime

long toTime

measuredLastUpdateTime

long measuredLastUpdateTime
When we are running in simulator mode, we might be simulating a trip that occurred in the past, which makes pruning records based on the currnt time tricky. To deal with this, we record the measured time of the last updaate according to our local clock, as opposed to whatever the record indicated.


records

SortedMap<K,V> records
Vehicle location records at particular points in time. Key = unix time ms


Package org.onebusaway.transit_data_federation.impl.realtime.history

Class org.onebusaway.transit_data_federation.impl.realtime.history.ScheduleDeviationHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripId

org.onebusaway.gtfs.model.AgencyAndId tripId

scheduleTimes

double[] scheduleTimes

scheduleDeviations

double[][] scheduleDeviations

Package org.onebusaway.transit_data_federation.impl.realtime.mybus

Class org.onebusaway.transit_data_federation.impl.realtime.mybus.TimepointPrediction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockId

org.onebusaway.gtfs.model.AgencyAndId blockId

tripId

org.onebusaway.gtfs.model.AgencyAndId tripId

timepointId

org.onebusaway.gtfs.model.AgencyAndId timepointId

timepointScheduledTime

int timepointScheduledTime

timepointPredictedTime

int timepointPredictedTime

scheduleDeviation

int scheduleDeviation

vehicleId

org.onebusaway.gtfs.model.AgencyAndId vehicleId

predictorType

String predictorType

timeOfPrediction

int timeOfPrediction

Package org.onebusaway.transit_data_federation.impl.reporting

Class org.onebusaway.transit_data_federation.impl.reporting.StopProblemReportRecord extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

time

long time

stopId

org.onebusaway.gtfs.model.AgencyAndId stopId

data

String data

userComment

String userComment

userLat

Double userLat

userLon

Double userLon

userLocationAccuracy

Double userLocationAccuracy

status

EProblemReportStatus status
Custom Hibernate mapping so that the vehicle phase enum gets mapped to a string as opposed to an integer, allowing for safe expansion of the enum in the future and more legibility in the raw SQL. Additionally, the phase string can be a little shorter than the default length.

Class org.onebusaway.transit_data_federation.impl.reporting.TripProblemReportRecord extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

time

long time

blockId

org.onebusaway.gtfs.model.AgencyAndId blockId

tripId

org.onebusaway.gtfs.model.AgencyAndId tripId

serviceDate

long serviceDate

vehicleId

org.onebusaway.gtfs.model.AgencyAndId vehicleId

stopId

org.onebusaway.gtfs.model.AgencyAndId stopId

data

String data

userComment

String userComment

userOnVehicle

boolean userOnVehicle

userVehicleNumber

String userVehicleNumber

userLat

Double userLat

userLon

Double userLon

userLocationAccuracy

Double userLocationAccuracy

vehicleLat

Double vehicleLat

vehicleLon

Double vehicleLon

predicted

boolean predicted

distanceAlongBlock

Double distanceAlongBlock

scheduleDeviation

Double scheduleDeviation

matchedVehicleId

org.onebusaway.gtfs.model.AgencyAndId matchedVehicleId

status

EProblemReportStatus status
Custom Hibernate mapping so that the vehicle phase enum gets mapped to a string as opposed to an integer, allowing for safe expansion of the enum in the future and more legibility in the raw SQL. Additionally, the phase string can be a little shorter than the default length.


label

String label

Package org.onebusaway.transit_data_federation.impl.transit_graph

Class org.onebusaway.transit_data_federation.impl.transit_graph.AgencyEntryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

String _id

_stops

List<E> _stops

_routeCollections

List<E> _routeCollections

Class org.onebusaway.transit_data_federation.impl.transit_graph.BlockConfigurationEntryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

block

BlockEntry block

serviceIds

ServiceIdActivation serviceIds

trips

List<E> trips

totalBlockDistance

double totalBlockDistance

blockStopTimes

org.onebusaway.transit_data_federation.impl.transit_graph.BlockConfigurationEntryImpl.BlockStopTimeList blockStopTimes

tripIndices

int[] tripIndices

accumulatedStopTimeIndices

int[] accumulatedStopTimeIndices

frequencies

List<E> frequencies
We make this one field non-final because it makes it easier to add Frequency information after the fact.

Class org.onebusaway.transit_data_federation.impl.transit_graph.BlockEntryImpl extends Object implements Serializable

serialVersionUID: 3L

Serialized Fields

_id

org.onebusaway.gtfs.model.AgencyAndId _id

_configurations

List<E> _configurations

Class org.onebusaway.transit_data_federation.impl.transit_graph.BlockTripEntryImpl extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

blockConfiguration

BlockConfigurationEntry blockConfiguration

trip

TripEntry trip

sequence

short sequence

accumulatedStopTimeIndex

short accumulatedStopTimeIndex

accumulatedSlackTime

int accumulatedSlackTime

distanceAlongBlock

double distanceAlongBlock

previousTrip

BlockTripEntry previousTrip

nextTrip

BlockTripEntry nextTrip

pattern

AbstractBlockTripIndex pattern

Class org.onebusaway.transit_data_federation.impl.transit_graph.FrequencyEntryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTime

int startTime

endTime

int endTime

headwaySecs

int headwaySecs

Class org.onebusaway.transit_data_federation.impl.transit_graph.RouteCollectionEntryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

org.onebusaway.gtfs.model.AgencyAndId _id

_children

List<E> _children

Class org.onebusaway.transit_data_federation.impl.transit_graph.RouteEntryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

org.onebusaway.gtfs.model.AgencyAndId _id

_parent

RouteCollectionEntry _parent

_trips

List<E> _trips

Class org.onebusaway.transit_data_federation.impl.transit_graph.StopEntryImpl extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialization Support

Throws:
IOException
ClassNotFoundException
Serialized Fields

_id

org.onebusaway.gtfs.model.AgencyAndId _id

_lat

double _lat

_lon

double _lon

_wheelchairBoarding

EAccessibility _wheelchairBoarding

Class org.onebusaway.transit_data_federation.impl.transit_graph.StopTimeEntryImpl extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

_stopTimeId

int _stopTimeId

_arrivalTime

int _arrivalTime

_departureTime

int _departureTime

_sequence

int _sequence

_dropOffType

int _dropOffType

_pickupType

int _pickupType

_shapePointIndex

int _shapePointIndex

_shapeDistTraveled

double _shapeDistTraveled

_accumulatedSlackTime

int _accumulatedSlackTime

_stop

StopEntryImpl _stop

_trip

TripEntryImpl _trip

Class org.onebusaway.transit_data_federation.impl.transit_graph.TransitGraphImpl extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_agencies

List<E> _agencies

_stops

List<E> _stops

_trips

List<E> _trips

_blocks

List<E> _blocks

_routeCollections

List<E> _routeCollections

_routes

List<E> _routes

Class org.onebusaway.transit_data_federation.impl.transit_graph.TripEntryImpl extends Object implements Serializable

serialVersionUID: 6L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialization

Throws:
IOException
ClassNotFoundException
Serialized Fields

_id

org.onebusaway.gtfs.model.AgencyAndId _id

_route

RouteEntryImpl _route

_directionId

String _directionId

_block

BlockEntryImpl _block

_serviceId

org.onebusaway.gtfs.model.calendar.LocalizedServiceId _serviceId

_shapeId

org.onebusaway.gtfs.model.AgencyAndId _shapeId

_stopTimes

List<E> _stopTimes

_totalTripDistance

double _totalTripDistance

_frequencyLabel

FrequencyEntry _frequencyLabel

Package org.onebusaway.transit_data_federation.impl.tripplanner

Class org.onebusaway.transit_data_federation.impl.tripplanner.StopHopData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

org.onebusaway.gtfs.model.AgencyAndId stopId

minTravelTime

int minTravelTime

Class org.onebusaway.transit_data_federation.impl.tripplanner.StopTransferAndHopData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

transferData

Map<K,V> transferData

hopData

Map<K,V> hopData

Class org.onebusaway.transit_data_federation.impl.tripplanner.StopTransferData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopId

org.onebusaway.gtfs.model.AgencyAndId stopId

minTransferTime

int minTransferTime

distance

double distance

Package org.onebusaway.transit_data_federation.model

Class org.onebusaway.transit_data_federation.model.ProjectedPoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lat

double lat

lon

double lon

x

double x

y

double y

srid

int srid

Class org.onebusaway.transit_data_federation.model.ServiceDateAndId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceDate

long serviceDate

id

org.onebusaway.gtfs.model.AgencyAndId id

Class org.onebusaway.transit_data_federation.model.ServiceDateSummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

allServiceIds

Set<E> allServiceIds

serviceDates

List<E> serviceDates

Class org.onebusaway.transit_data_federation.model.ShapePoints extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

shapeId

org.onebusaway.gtfs.model.AgencyAndId shapeId

lats

double[] lats

lons

double[] lons

distTraveled

double[] distTraveled

Class org.onebusaway.transit_data_federation.model.StopSequence extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Integer id

route

org.onebusaway.gtfs.model.Route route

stops

List<E> stops

trips

List<E> trips

tripCount

int tripCount

directionId

String directionId

shapeId

org.onebusaway.gtfs.model.AgencyAndId shapeId

Class org.onebusaway.transit_data_federation.model.StopSequenceCollection extends IdentityBean<StopSequenceCollectionKey> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

StopSequenceCollectionKey id

publicId

String publicId

description

String description

stopSequences

List<E> stopSequences

startLat

double startLat

startLon

double startLon

startLocation

com.vividsolutions.jts.geom.Point startLocation

endLat

double endLat

endLon

double endLon

endLocation

com.vividsolutions.jts.geom.Point endLocation

Class org.onebusaway.transit_data_federation.model.StopSequenceCollectionKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

route

org.onebusaway.gtfs.model.Route route

id

String id

Class org.onebusaway.transit_data_federation.model.TargetTime extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

currentTime

long currentTime

targetTime

long targetTime

Package org.onebusaway.transit_data_federation.model.narrative

Class org.onebusaway.transit_data_federation.model.narrative.AgencyNarrative extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

url

String url

timezone

String timezone

lang

String lang

phone

String phone

disclaimer

String disclaimer

privateService

boolean privateService
If true, indicates the agency provides private service that is not available to the general public.

Class org.onebusaway.transit_data_federation.model.narrative.RouteCollectionNarrative extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

shortName

String shortName

longName

String longName

description

String description

type

int type

url

String url

color

String color

textColor

String textColor

Class org.onebusaway.transit_data_federation.model.narrative.StopNarrative extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

code

String code

name

String name

description

String description

url

String url

locationType

int locationType

direction

String direction

Class org.onebusaway.transit_data_federation.model.narrative.StopTimeNarrative extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopHeadsign

String stopHeadsign

routeShortName

String routeShortName

Class org.onebusaway.transit_data_federation.model.narrative.TripNarrative extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripShortName

String tripShortName

tripHeadsign

String tripHeadsign

routeShortName

String routeShortName

Package org.onebusaway.transit_data_federation.model.oba

Class org.onebusaway.transit_data_federation.model.oba.Place extends IdentityBean<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

lat

double lat

lon

double lon

Package org.onebusaway.transit_data_federation.model.tripplanner

Class org.onebusaway.transit_data_federation.model.tripplanner.WalkNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

location

ProjectedPoint location

Package org.onebusaway.transit_data_federation.services.blocks

Class org.onebusaway.transit_data_federation.services.blocks.BlockConfigurationReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockId

org.onebusaway.gtfs.model.AgencyAndId blockId

configurationIndex

int configurationIndex

Class org.onebusaway.transit_data_federation.services.blocks.BlockLayoverIndexData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_blockTripReferences

List<E> _blockTripReferences

_layoverIntervalBlock

LayoverIntervalBlock _layoverIntervalBlock

Class org.onebusaway.transit_data_federation.services.blocks.BlockTripIndexData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_blockTripReferences

List<E> _blockTripReferences

_serviceIntervalBlock

ServiceIntervalBlock _serviceIntervalBlock

Class org.onebusaway.transit_data_federation.services.blocks.BlockTripReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockConfigurationReference

BlockConfigurationReference blockConfigurationReference

tripIndex

int tripIndex

Class org.onebusaway.transit_data_federation.services.blocks.FrequencyBlockTripIndexData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_trips

List<E> _trips

_frequencies

List<E> _frequencies

_serviceIntervalBlock

FrequencyServiceIntervalBlock _serviceIntervalBlock

Class org.onebusaway.transit_data_federation.services.blocks.FrequencyServiceIntervalBlock extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTimes

int[] startTimes

endTimes

int[] endTimes

Class org.onebusaway.transit_data_federation.services.blocks.LayoverIntervalBlock extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTimes

int[] startTimes

endTimes

int[] endTimes

Class org.onebusaway.transit_data_federation.services.blocks.ServiceIntervalBlock extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minArrivals

int[] minArrivals

minDepartures

int[] minDepartures

maxArrivals

int[] maxArrivals

maxDepartures

int[] maxDepartures

Package org.onebusaway.transit_data_federation.services.service_alerts

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.Affects extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

agencyId_

Object agencyId_

routeId_

ServiceAlerts.Id routeId_

directionId_

Object directionId_

tripId_

ServiceAlerts.Id tripId_

stopId_

ServiceAlerts.Id stopId_

applicationId_

Object applicationId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.Consequence extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

effect_

ServiceAlerts.Consequence.Effect effect_

detourPath_

Object detourPath_

detourStopIds_

List<E> detourStopIds_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.Id extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

agencyId_

Object agencyId_

id_

Object id_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.ServiceAlert extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

ServiceAlerts.Id id_

creationTime_

long creationTime_

modifiedTime_

long modifiedTime_

activeWindow_

List<E> activeWindow_

publicationWindow_

List<E> publicationWindow_

summary_

ServiceAlerts.TranslatedString summary_

description_

ServiceAlerts.TranslatedString description_

cause_

ServiceAlerts.ServiceAlert.Cause cause_

affects_

List<E> affects_

consequence_

List<E> consequence_

severity_

ServiceAlerts.ServiceAlert.Severity severity_

url_

ServiceAlerts.TranslatedString url_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.ServiceAlertsCollection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

serviceAlerts_

List<E> serviceAlerts_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.TimeRange extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

start_

long start_

end_

long end_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.TranslatedString extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

translation_

List<E> translation_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.onebusaway.transit_data_federation.services.service_alerts.ServiceAlerts.TranslatedString.Translation extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

text_

Object text_

language_

Object language_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package org.onebusaway.transit_data_federation.services.transit_graph

Class org.onebusaway.transit_data_federation.services.transit_graph.ServiceIdActivation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

activeServiceIds

List<E> activeServiceIds

inactiveServiceIds

List<E> inactiveServiceIds

Package org.onebusaway.transit_data_federation.services.tripplanner

Class org.onebusaway.transit_data_federation.services.tripplanner.CompactedTransferPattern extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopIndices

short[] _stopIndices

_parentIndices

int[] _parentIndices

_exitAllowedOffset

int _exitAllowedOffset

_hubOffset

int _hubOffset

Package org.onebusaway.transit_data.model

Class org.onebusaway.transit_data.model.AgencyBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

url

String url

timezone

String timezone

lang

String lang

phone

String phone

disclaimer

String disclaimer

privateService

boolean privateService

Class org.onebusaway.transit_data.model.AgencyWithCoverageBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agency

AgencyBean agency

lat

double lat

lon

double lon

latSpan

double latSpan

lonSpan

double lonSpan

Class org.onebusaway.transit_data.model.ApplicationBean extends Object implements Serializable

serialVersionUID: 1L

Class org.onebusaway.transit_data.model.ArrivalAndDepartureBean extends ApplicationBean implements Serializable

serialVersionUID: 3L

Serialized Fields

trip

TripBean trip

serviceDate

long serviceDate

vehicleId

String vehicleId

stop

StopBean stop

stopSequence

int stopSequence

blockTripSequence

int blockTripSequence

arrivalEnabled

boolean arrivalEnabled

scheduledArrivalTime

long scheduledArrivalTime

scheduledArrivalInterval

TimeIntervalBean scheduledArrivalInterval

predictedArrivalTime

long predictedArrivalTime

predictedArrivalInterval

TimeIntervalBean predictedArrivalInterval

departureEnabled

boolean departureEnabled

scheduledDepartureTime

long scheduledDepartureTime

scheduledDepartureInterval

TimeIntervalBean scheduledDepartureInterval

predictedDepartureTime

long predictedDepartureTime

predictedDepartureInterval

TimeIntervalBean predictedDepartureInterval

frequency

FrequencyBean frequency

predicted

boolean predicted

lastUpdateTime

Long lastUpdateTime

status

String status

distanceFromStop

double distanceFromStop

numberOfStopsAway

int numberOfStopsAway

routeShortName

String routeShortName

tripHeadsign

String tripHeadsign

tripStatus

TripStatusBean tripStatus

situations

List<E> situations

scheduleDeviationHistogram

HistogramBean scheduleDeviationHistogram

Class org.onebusaway.transit_data.model.ArrivalAndDepartureForStopQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripId

String tripId

serviceDate

long serviceDate

vehicleId

String vehicleId

stopId

String stopId

stopSequence

int stopSequence

time

long time

Class org.onebusaway.transit_data.model.ArrivalsAndDeparturesQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

time

long time

minutesBefore

int minutesBefore

minutesAfter

int minutesAfter

frequencyMinutesBefore

int frequencyMinutesBefore

frequencyMinutesAfter

int frequencyMinutesAfter

Class org.onebusaway.transit_data.model.ListBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

list

List<E> list

limitExceeded

boolean limitExceeded

Class org.onebusaway.transit_data.model.NameBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

names

List<E> names

Class org.onebusaway.transit_data.model.NearbyRoutesBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_nearbyRoutes

List<E> _nearbyRoutes

_nearbyStopsByRoute

Map<K,V> _nearbyStopsByRoute

Class org.onebusaway.transit_data.model.PathBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

_lat

double[] _lat

_lon

double[] _lon

Class org.onebusaway.transit_data.model.PolygonBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

_lat

double[] _lat

_lon

double[] _lon

Class org.onebusaway.transit_data.model.RegisterAlarmQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

onArrival

boolean onArrival

alarmTimeOffset

int alarmTimeOffset

url

String url

Class org.onebusaway.transit_data.model.RouteBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

shortName

String shortName

longName

String longName

description

String description

type

int type

url

String url

color

String color

textColor

String textColor

agency

AgencyBean agency

Class org.onebusaway.transit_data.model.RouteGroupBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

Class org.onebusaway.transit_data.model.RoutesAndStopsBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routes

RoutesBean routes

stops

StopsBean stops

Class org.onebusaway.transit_data.model.RoutesBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routes

List<E> routes

limitExceeded

boolean limitExceeded

Class org.onebusaway.transit_data.model.SearchQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

SearchQueryBean.EQueryType type

bounds

CoordinateBounds bounds

query

String query

maxCount

int maxCount

minScoreToKeep

double minScoreToKeep

Class org.onebusaway.transit_data.model.ServicePatternBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

int _id

_changeDate

int _changeDate

_generalDestination

String _generalDestination

_specificDestination

String _specificDestination

_express

boolean _express

Class org.onebusaway.transit_data.model.StopAreaBean extends StopBean implements Serializable

serialVersionUID: 1L

Serialized Fields

_nearbyStops

List<E> _nearbyStops

Class org.onebusaway.transit_data.model.StopBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

lat

double lat

lon

double lon

direction

String direction

name

String name

code

String code

locationType

int locationType

routes

List<E> routes

wheelchairBoarding

EAccessibility wheelchairBoarding

Class org.onebusaway.transit_data.model.StopCalendarDayBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

date

Date date

group

int group

Class org.onebusaway.transit_data.model.StopCalendarDaysBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeZone

String timeZone

days

List<E> days

Class org.onebusaway.transit_data.model.StopGroupBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

name

NameBean name

stopIds

List<E> stopIds

subGroups

List<E> subGroups

polylines

List<E> polylines

Class org.onebusaway.transit_data.model.StopGroupingBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

ordered

boolean ordered

stopGroups

List<E> stopGroups

Class org.onebusaway.transit_data.model.StopRouteDirectionScheduleBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

tripHeadsign

String tripHeadsign

stopTimes

List<E> stopTimes

frequencies

List<E> frequencies

groups

List<E> groups

Class org.onebusaway.transit_data.model.StopRouteScheduleBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

route

RouteBean route

directions

List<E> directions

Class org.onebusaway.transit_data.model.StopsBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

stops

List<E> stops

limitExceeded

boolean limitExceeded

Class org.onebusaway.transit_data.model.StopScheduleBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

date

Date date

stop

StopBean stop

routes

List<E> routes

calendarDays

StopCalendarDaysBean calendarDays

Class org.onebusaway.transit_data.model.StopSequenceBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

path

PathBean path

stops

List<E> stops

directionId

String directionId

tripCount

int tripCount

Class org.onebusaway.transit_data.model.StopSequenceBlockBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

route

RouteBean route

id

String id

description

String description

startLat

double startLat

startLon

double startLon

endLat

double endLat

endLon

double endLon

paths

List<E> paths

stops

List<E> stops

Class org.onebusaway.transit_data.model.StopSequenceBlocksBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

blocks

List<E> blocks

Class org.onebusaway.transit_data.model.StopsForRouteBean extends Object implements Serializable

serialVersionUID: 3L

Serialized Fields

route

RouteBean route

stops

List<E> stops

stopGroupings

List<E> stopGroupings

polylines

List<E> polylines

Class org.onebusaway.transit_data.model.StopsWithArrivalsAndDeparturesBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

stops

List<E> stops

arrivalsAndDepartures

List<E> arrivalsAndDepartures

nearbyStops

List<E> nearbyStops

situations

List<E> situations

timeZone

String timeZone

Class org.onebusaway.transit_data.model.StopTimeGroupBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

String id

tripHeadsign

String tripHeadsign

continuesAs

RouteBean continuesAs

Class org.onebusaway.transit_data.model.StopTimeInstanceBean extends Object implements Serializable

serialVersionUID: 3L

Serialized Fields

serviceDate

long serviceDate

arrivalEnabled

boolean arrivalEnabled

arrivalTime

long arrivalTime

departureEnabled

boolean departureEnabled

departureTime

long departureTime

serviceId

String serviceId

tripId

String tripId

stopHeadsign

String stopHeadsign

groupIds

List<E> groupIds

Class org.onebusaway.transit_data.model.StopWithArrivalsAndDeparturesBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

stop

StopBean stop

arrivalsAndDepartures

List<E> arrivalsAndDepartures

nearbyStops

List<E> nearbyStops

situations

List<E> situations

Class org.onebusaway.transit_data.model.StopWithRoutesBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

_stop

StopBean _stop

_routes

List<E> _routes

Class org.onebusaway.transit_data.model.StopWithScheduledArrivalsBean extends ApplicationBean implements Serializable

serialVersionUID: 1L

Serialized Fields

_stop

StopAreaBean _stop

_arrivals

List<E> _arrivals

Class org.onebusaway.transit_data.model.TimeIntervalBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

from

long from

to

long to

Class org.onebusaway.transit_data.model.TripStopTimeBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

arrivalTime

int arrivalTime

departureTime

int departureTime

stop

StopBean stop

stopHeadsign

String stopHeadsign

distanceAlongTrip

double distanceAlongTrip

Class org.onebusaway.transit_data.model.TripStopTimesBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stopTimes

List<E> stopTimes

previousTrip

TripBean previousTrip

nextTrip

TripBean nextTrip

timeZone

String timeZone

frequency

FrequencyBean frequency

Class org.onebusaway.transit_data.model.VehicleStatusBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

vehicleId

String vehicleId

phase

String phase

status

String status

lastUpdateTime

long lastUpdateTime

lastLocationUpdateTime

long lastLocationUpdateTime

location

CoordinatePoint location

trip

TripBean trip

tripStatus

TripStatusBean tripStatus

allRecords

List<E> allRecords

Package org.onebusaway.transit_data.model.blocks

Class org.onebusaway.transit_data.model.blocks.BlockBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

configurations

List<E> configurations

Class org.onebusaway.transit_data.model.blocks.BlockConfigurationBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockId

String blockId

activeServiceIds

List<E> activeServiceIds

inactiveServiceIds

List<E> inactiveServiceIds

trips

List<E> trips

timeZone

String timeZone

Class org.onebusaway.transit_data.model.blocks.BlockInstanceBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockId

String blockId

blockConfiguration

BlockConfigurationBean blockConfiguration

serviceDate

long serviceDate

Class org.onebusaway.transit_data.model.blocks.BlockStatusBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

block

BlockBean block

serviceDate

long serviceDate
These are fields that we can supply from schedule data


scheduledDistanceAlongBlock

double scheduledDistanceAlongBlock

totalDistanceAlongBlock

double totalDistanceAlongBlock

inService

boolean inService
These are fields that we can supply from schedule data, but also update from real-time data when available


status

String status

location

CoordinatePoint location

activeTrip

BlockTripBean activeTrip

closestStop

StopBean closestStop

closestStopTimeOffset

int closestStopTimeOffset
In seconds


predicted

boolean predicted
These are fields that we can supply only from real-time data


lastUpdateTime

long lastUpdateTime

scheduleDeviation

double scheduleDeviation

distanceAlongBlock

double distanceAlongBlock

vehicleId

String vehicleId

Class org.onebusaway.transit_data.model.blocks.BlockStopTimeBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockSequence

int blockSequence

distanceAlongBlock

double distanceAlongBlock

accumulatedSlackTime

double accumulatedSlackTime

stopTime

StopTimeBean stopTime

Class org.onebusaway.transit_data.model.blocks.BlockTripBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

trip

TripBean trip

blockStopTimes

List<E> blockStopTimes

accumulatedSlackTime

int accumulatedSlackTime

distanceAlongBlock

double distanceAlongBlock

Class org.onebusaway.transit_data.model.blocks.ScheduledBlockLocationBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

activeTrip

BlockTripBean activeTrip

scheduledTime

int scheduledTime

location

CoordinatePoint location

distanceAlongBlock

double distanceAlongBlock

inService

boolean inService

stopTimeIndex

int stopTimeIndex

Package org.onebusaway.transit_data.model.oba

Class org.onebusaway.transit_data.model.oba.LocalSearchResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

url

String url

address

String address

city

String city

region

String region

country

String country

zip

String zip

phoneNumber

String phoneNumber

lat

double lat

lon

double lon

rating

double rating

ratingUrl

String ratingUrl

ratingUrlSmall

String ratingUrlSmall

maxRating

double maxRating

categories

Set<E> categories

Class org.onebusaway.transit_data.model.oba.MinTransitTimeResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_complete

boolean _complete

_polygons

List<E> _polygons

_times

List<E> _times

_searchGrid

List<E> _searchGrid

_minTravelTimeToStops

MinTravelTimeToStopsBean _minTravelTimeToStops

Class org.onebusaway.transit_data.model.oba.MinTravelTimeToStopsBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

stopIds

String[] stopIds

lats

double[] lats

lons

double[] lons

transitTimes

long[] transitTimes

walkingVelocity

double walkingVelocity

Class org.onebusaway.transit_data.model.oba.TimedPlaceBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

placeId

String placeId

stopId

String stopId

time

int time

Class org.onebusaway.transit_data.model.oba.TimedStopBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index

stop

StopBean stop

time

Integer time

Package org.onebusaway.transit_data.model.problems

Class org.onebusaway.transit_data.model.problems.PlannedTripProblemReportBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

reportTime

long reportTime

data

String data

userComment

String userComment

userLat

Double userLat

userLon

Double userLon

userLocationAccuracy

Double userLocationAccuracy

status

EProblemReportStatus status

label

String label

Class org.onebusaway.transit_data.model.problems.StopProblemReportBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

time

long time

stopId

String stopId

data

String data

userComment

String userComment

userLat

double userLat

userLon

double userLon

userLocationAccuracy

double userLocationAccuracy

status

EProblemReportStatus status

stop

StopBean stop

Class org.onebusaway.transit_data.model.problems.StopProblemReportQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

status

EProblemReportStatus status

timeFrom

long timeFrom

timeTo

long timeTo

Class org.onebusaway.transit_data.model.problems.StopProblemReportSummaryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stop

StopBean stop

status

EProblemReportStatus status

count

int count

Class org.onebusaway.transit_data.model.problems.TripProblemReportBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

time

long time

tripId

String tripId

serviceDate

long serviceDate

vehicleId

String vehicleId

stopId

String stopId

data

String data

userComment

String userComment

userOnVehicle

boolean userOnVehicle

userVehicleNumber

String userVehicleNumber

userLat

Double userLat

userLon

Double userLon

userLocationAccuracy

Double userLocationAccuracy

vehicleLat

Double vehicleLat

vehicleLon

Double vehicleLon

predicted

boolean predicted

distanceAlongBlock

Double distanceAlongBlock

scheduleDeviation

Double scheduleDeviation

status

EProblemReportStatus status

label

String label

trip

TripBean trip

stop

StopBean stop

stopTime

StopTimeInstanceBean stopTime

Class org.onebusaway.transit_data.model.problems.TripProblemReportQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

status

EProblemReportStatus status

timeFrom

long timeFrom

timeTo

long timeTo

Class org.onebusaway.transit_data.model.problems.TripProblemReportSummaryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

trip

TripBean trip

status

EProblemReportStatus status

count

int count

Package org.onebusaway.transit_data.model.realtime

Class org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

probability

double probability

tripStatus

TripStatusBean tripStatus

debug

String debug

Class org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

time

long time

mostRecentLocation

CoordinatePoint mostRecentLocation

records

List<E> records

blockId

String blockId
These are optional, but used to quickly narrow down an estimate if given


serviceDate

long serviceDate

vehicleId

String vehicleId

minProbability

double minProbability

Class org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateQueryBean.Record extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

location

CoordinatePoint location

accuracy

double accuracy

Class org.onebusaway.transit_data.model.realtime.HistogramBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

values

double[] values

counts

int[] counts

labels

String[] labels

Class org.onebusaway.transit_data.model.realtime.VehicleLocationRecordBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceDate

long serviceDate

blockId

String blockId

tripId

String tripId

vehicleId

String vehicleId

timeOfRecord

long timeOfRecord

timeOfLocationUpdate

long timeOfLocationUpdate

scheduleDeviation

double scheduleDeviation
schedule deviation, in seconds, (+deviation is late, -deviation is early)


distanceAlongBlock

double distanceAlongBlock

currentLocation

CoordinatePoint currentLocation

currentOrientation

double currentOrientation
In degrees, 0º is East, 90º is North, 180º is West, and 270º is South


phase

String phase

status

String status

Class org.onebusaway.transit_data.model.realtime.VehicleLocationRecordQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

blockId

String blockId

tripId

String tripId

serviceDate

long serviceDate

vehicleId

String vehicleId

fromTime

long fromTime

toTime

long toTime

Package org.onebusaway.transit_data.model.schedule

Class org.onebusaway.transit_data.model.schedule.FrequencyBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTime

long startTime

endTime

long endTime

headway

int headway

Class org.onebusaway.transit_data.model.schedule.FrequencyInstanceBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serviceDate

long serviceDate

startTime

long startTime

endTime

long endTime

headwaySecs

int headwaySecs

serviceId

String serviceId

tripId

String tripId

stopHeadsign

String stopHeadsign

arrivalEnabled

boolean arrivalEnabled

departureEnabled

boolean departureEnabled

Class org.onebusaway.transit_data.model.schedule.StopTimeBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stop

StopBean stop

arrivalTime

int arrivalTime

departureTime

int departureTime

pickupType

int pickupType

dropOffType

int dropOffType

Package org.onebusaway.transit_data.model.service_alerts

Class org.onebusaway.transit_data.model.service_alerts.DefaultedTextBean extends NaturalLanguageStringBean implements Serializable

serialVersionUID: 1L

Serialized Fields

overridden

Boolean overridden

Class org.onebusaway.transit_data.model.service_alerts.NaturalLanguageStringBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

lang

String lang

Class org.onebusaway.transit_data.model.service_alerts.ServiceAlertBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

creationTime

long creationTime

activeWindows

List<E> activeWindows

publicationWindows

List<E> publicationWindows

reason

String reason

summaries

List<E> summaries

descriptions

List<E> descriptions

urls

List<E> urls

allAffects

List<E> allAffects

consequences

List<E> consequences

severity

ESeverity severity

Class org.onebusaway.transit_data.model.service_alerts.SituationAffectsBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

routeId

String routeId

directionId

String directionId

tripId

String tripId

stopId

String stopId

applicationId

String applicationId

Class org.onebusaway.transit_data.model.service_alerts.SituationConsequenceBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

effect

EEffect effect

detourPath

String detourPath

detourStopIds

List<E> detourStopIds

Class org.onebusaway.transit_data.model.service_alerts.SituationQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

stopIds

List<E> stopIds

time

long time

routes

List<E> routes

Class org.onebusaway.transit_data.model.service_alerts.SituationQueryBean.RouteIdAndDirection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeId

String routeId

direction

String direction

Class org.onebusaway.transit_data.model.service_alerts.TimeRangeBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

from

long from

to

long to

Package org.onebusaway.transit_data.model.tripplanning

Class org.onebusaway.transit_data.model.tripplanning.ConstraintsBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

departNow

boolean departNow

arriveBy

boolean arriveBy

resultCount

int resultCount

useRealTime

boolean useRealTime

modes

Set<E> modes

maxTripDuration

int maxTripDuration

optimizeFor

String optimizeFor

walkSpeed

double walkSpeed

walkReluctance

double walkReluctance

maxWalkingDistance

double maxWalkingDistance

initialWaitReluctance

double initialWaitReluctance

waitReluctance

double waitReluctance

minTransferTime

int minTransferTime

transferCost

int transferCost

maxTransfers

int maxTransfers

maxComputationTime

long maxComputationTime

currentTime

long currentTime
Why do we include an alternate definition of the current time? It's useful when attempting to run simulated queries in the past


lookaheadTime

int lookaheadTime
When you've specified a departure time, the ConstraintsBean.lookaheadTime parameter specifies a time value, in seconds, that will shift the departure time forward to include trips that start after the lookahead-adjusted start time. Why not just modify the departure time yourself? Trips that start between the lookahead departure time and the original departure time are not counted against ConstraintsBean.resultCount. This parameter is designed to allow you to include trips that JUST left in the result set while still including the trips that depart as normal. For arriveBy trips, the semantics are reversed aka the arrival time is shifted to be later by the ConstraintsBean.lookaheadTime parameter.


selectedItinerary

ItineraryBean selectedItinerary

Class org.onebusaway.transit_data.model.tripplanning.EdgeNarrativeBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

from

VertexBean from

to

VertexBean to

name

String name

path

String path

tags

Map<K,V> tags

Class org.onebusaway.transit_data.model.tripplanning.ItinerariesBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

from

LocationBean from

to

LocationBean to

itineraries

List<E> itineraries

computationTimeLimitReached

boolean computationTimeLimitReached

Class org.onebusaway.transit_data.model.tripplanning.ItineraryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTime

long startTime

endTime

long endTime

probability

double probability

legs

List<E> legs

selected

boolean selected

Class org.onebusaway.transit_data.model.tripplanning.LegBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTime

long startTime

endTime

long endTime

from

CoordinatePoint from

to

CoordinatePoint to

distance

double distance

mode

String mode

transitLeg

TransitLegBean transitLeg

streetLegs

List<E> streetLegs

Class org.onebusaway.transit_data.model.tripplanning.LocationBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

location

CoordinatePoint location

stopBean

StopBean stopBean

Class org.onebusaway.transit_data.model.tripplanning.StreetLegBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

streetName

String streetName

path

String path

distance

double distance

Class org.onebusaway.transit_data.model.tripplanning.TransitLegBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

trip

TripBean trip

serviceDate

long serviceDate

vehicleId

String vehicleId

frequency

FrequencyBean frequency

fromStop

StopBean fromStop

fromStopSequence

Integer fromStopSequence

toStop

StopBean toStop

toStopSequence

Integer toStopSequence

routeShortName

String routeShortName

routeLongName

String routeLongName

tripHeadsign

String tripHeadsign

path

String path

scheduledDepartureTime

long scheduledDepartureTime

scheduledDepartureInterval

TimeIntervalBean scheduledDepartureInterval

predictedDepartureTime

long predictedDepartureTime

predictedDepartureInterval

TimeIntervalBean predictedDepartureInterval

scheduledArrivalTime

long scheduledArrivalTime

scheduledArrivalInterval

TimeIntervalBean scheduledArrivalInterval

predictedArrivalTime

long predictedArrivalTime

predictedArrivalInterval

TimeIntervalBean predictedArrivalInterval

situations

List<E> situations

Class org.onebusaway.transit_data.model.tripplanning.TransitLocationBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lat

double lat

lon

double lon

blockId

String blockId

serviceDate

long serviceDate

vehicleId

String vehicleId

Class org.onebusaway.transit_data.model.tripplanning.TransitShedConstraintsBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

constraints

ConstraintsBean constraints

maxInitialWaitTime

long maxInitialWaitTime

Class org.onebusaway.transit_data.model.tripplanning.VertexBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

location

CoordinatePoint location

incoming

List<E> incoming

outgoing

List<E> outgoing

tags

Map<K,V> tags

Package org.onebusaway.transit_data.model.trips

Class org.onebusaway.transit_data.model.trips.AbstractTripsQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

time

long time

maxCount

int maxCount

inclusion

TripDetailsInclusionBean inclusion

Class org.onebusaway.transit_data.model.trips.TripBean extends Object implements Serializable

serialVersionUID: 3L

Serialized Fields

id

String id

route

RouteBean route

routeShortName

String routeShortName

tripShortName

String tripShortName

tripHeadsign

String tripHeadsign

serviceId

String serviceId

shapeId

String shapeId

directionId

String directionId

blockId

String blockId

totalTripDistance

double totalTripDistance

Class org.onebusaway.transit_data.model.trips.TripDetailsBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

tripId

String tripId

serviceDate

long serviceDate

frequency

FrequencyBean frequency

trip

TripBean trip

schedule

TripStopTimesBean schedule

status

TripStatusBean status

situations

List<E> situations

Class org.onebusaway.transit_data.model.trips.TripDetailsInclusionBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

includeTripBean

boolean includeTripBean

includeTripSchedule

boolean includeTripSchedule

includeTripStatus

boolean includeTripStatus

Class org.onebusaway.transit_data.model.trips.TripDetailsQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tripId

String tripId

serviceDate

long serviceDate

vehicleId

String vehicleId

time

long time

inclusion

TripDetailsInclusionBean inclusion

Class org.onebusaway.transit_data.model.trips.TripForVehicleQueryBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

vehicleId

String vehicleId

time

Date time

inclusion

TripDetailsInclusionBean inclusion

Class org.onebusaway.transit_data.model.trips.TripsForAgencyQueryBean extends AbstractTripsQueryBean implements Serializable

serialVersionUID: 1L

Serialized Fields

agencyId

String agencyId

Class org.onebusaway.transit_data.model.trips.TripsForBoundsQueryBean extends AbstractTripsQueryBean implements Serializable

serialVersionUID: 1L

Serialized Fields

bounds

CoordinateBounds bounds

Class org.onebusaway.transit_data.model.trips.TripsForRouteQueryBean extends AbstractTripsQueryBean implements Serializable

serialVersionUID: 1L

Serialized Fields

routeId

String routeId

Class org.onebusaway.transit_data.model.trips.TripStatusBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

activeTrip

TripBean activeTrip
These are fields that we can supply from schedule data


blockTripSequence

int blockTripSequence

serviceDate

long serviceDate

frequency

FrequencyBean frequency

scheduledDistanceAlongTrip

double scheduledDistanceAlongTrip

totalDistanceAlongTrip

double totalDistanceAlongTrip

phase

String phase
These are fields that we can supply from schedule data, but also update from real-time data when available


status

String status

distanceAlongTrip

double distanceAlongTrip

location

CoordinatePoint location

orientation

double orientation

closestStop

StopBean closestStop

closestStopTimeOffset

int closestStopTimeOffset

nextStop

StopBean nextStop

nextStopTimeOffset

int nextStopTimeOffset

nextStopDistanceFromVehicle

double nextStopDistanceFromVehicle

predicted

boolean predicted
These are fields that we can supply only from real-time data


lastUpdateTime

long lastUpdateTime

lastLocationUpdateTime

long lastLocationUpdateTime

lastKnownDistanceAlongTrip

double lastKnownDistanceAlongTrip

lastKnownLocation

CoordinatePoint lastKnownLocation

lastKnownOrientation

double lastKnownOrientation

scheduleDeviation

double scheduleDeviation

vehicleId

String vehicleId

situations

List<E> situations

Package org.onebusaway.users.client.model

Class org.onebusaway.users.client.model.BookmarkBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

stopIds

List<E> stopIds

routeFilter

RouteFilterBean routeFilter

Class org.onebusaway.users.client.model.RouteFilterBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeIds

Set<E> routeIds

Class org.onebusaway.users.client.model.UserBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

rememberPreferencesEnabled

boolean rememberPreferencesEnabled

defaultLocation

boolean defaultLocation

defaultLocationName

String defaultLocationName

defaultLocationLat

double defaultLocationLat

defaultLocationLon

double defaultLocationLon

lastSelectedStopIds

List<E> lastSelectedStopIds

bookmarks

List<E> bookmarks

minApiRequestInterval

Long minApiRequestInterval

readServiceAlerts

Map<K,V> readServiceAlerts

anonymous

boolean anonymous

admin

boolean admin

indices

List<E> indices

Class org.onebusaway.users.client.model.UserIndexBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

value

String value

Package org.onebusaway.users.impl

Class org.onebusaway.users.impl.IndexedUserDetailsImpl extends org.springframework.security.userdetails.User implements Serializable

serialVersionUID: 2L

Serialized Fields

_userIndexKey

UserIndexKey _userIndexKey

Package org.onebusaway.users.impl.authentication

Class org.onebusaway.users.impl.authentication.DefaultUserAuthenticationToken extends org.springframework.security.providers.AbstractAuthenticationToken implements Serializable

serialVersionUID: 1L

Serialized Fields

_credentials

String _credentials

Class org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationException extends org.springframework.security.AuthenticationException implements Serializable

serialVersionUID: 1L

Serialized Fields

_mode

String _mode

Class org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationToken extends org.springframework.security.providers.AbstractAuthenticationToken implements Serializable

serialVersionUID: 1L

Serialized Fields

_keyHash

int _keyHash

_principal

Object _principal

_credentials

String _credentials

Package org.onebusaway.users.model

Class org.onebusaway.users.model.User extends IdentityBean<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Integer id

creationTime

Date creationTime

lastAccessTime

Date lastAccessTime

temporary

boolean temporary

properties

UserProperties properties

roles

Set<E> roles

userIndices

Set<E> userIndices

Class org.onebusaway.users.model.UserIndex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

UserIndexKey id

credentials

String credentials
Credentials encapsulate some secret specific to a UserIndex. For most of the indices, it's just a randomly generated string that is generated when a UserIndex is created so that it can be used in RememberMe cookie generation to keep you from being able to generate a RememberMe cookie using known information. However, for a username + password situation, it could also be the password of some form.


user

User user

Class org.onebusaway.users.model.UserIndexKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

value

String value

Class org.onebusaway.users.model.UserPropertiesV1 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rememberPreferencesEnabled

boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.


defaultLocationName

String defaultLocationName

defaultLocationLat

double defaultLocationLat

defaultLocationLon

double defaultLocationLon

lastSelectedStopId

String lastSelectedStopId

bookmarkedStopIds

List<E> bookmarkedStopIds

Class org.onebusaway.users.model.UserRole extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Package org.onebusaway.users.model.properties

Class org.onebusaway.users.model.properties.Bookmark extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

stopIds

List<E> stopIds

routeFilter

RouteFilter routeFilter

Class org.onebusaway.users.model.properties.RouteFilter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeIds

Set<E> routeIds

Class org.onebusaway.users.model.properties.UserPropertiesV2 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rememberPreferencesEnabled

boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.


defaultLocationName

String defaultLocationName

defaultLocationLat

double defaultLocationLat

defaultLocationLon

double defaultLocationLon

bookmarks

List<E> bookmarks

minApiRequestInterval

Long minApiRequestInterval

readSituationIdsWithReadTime

Map<K,V> readSituationIdsWithReadTime

Package org.onebusaway.users.services

Class org.onebusaway.users.services.BookmarkException extends Exception implements Serializable

serialVersionUID: 1L

Class org.onebusaway.users.services.BookmarksAtCapacityException extends BookmarkException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.users.services.LocationAlreadyBookmarkedException extends BookmarkException implements Serializable

serialVersionUID: 1L


Package org.onebusaway.users.services.internal

Class org.onebusaway.users.services.internal.UserRegistration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

int userId

registrationCode

String registrationCode

Package org.onebusaway.utility.collections

Class org.onebusaway.utility.collections.Indexed extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

Object _value

_index

int _index

Package org.onebusaway.webapp.actions

Class org.onebusaway.webapp.actions.AbstractAction extends NextActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_currentUserService

CurrentUserService _currentUserService

_serviceAreaService

ServiceAreaService _serviceAreaService

_userInteractionLoggingService

UserInteractionLoggingService _userInteractionLoggingService

Class org.onebusaway.webapp.actions.ConfigAction extends ConfigAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.LoginAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_failure

boolean _failure

_mode

String _mode

Class org.onebusaway.webapp.actions.ResourceAction extends ResourceAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.ResourceNotFoundAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_status

int _status

Class org.onebusaway.webapp.actions.ResourcesAction extends ResourcesAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.StatusAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_configurationService

ConfigurationService _configurationService

_forceRefresh

boolean _forceRefresh

_model

Map<K,V> _model

Package org.onebusaway.webapp.actions.admin

Class org.onebusaway.webapp.actions.admin.ApiKeyGeneratorAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userService

UserService _userService

_propertiesService

UserPropertiesService _propertiesService

_interval

long _interval

_apiKey

String _apiKey

Class org.onebusaway.webapp.actions.admin.ApiKeyInfoAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_validationService

KeyValidationService _validationService

_value

String _value

_info

Map<K,V> _info

Class org.onebusaway.webapp.actions.admin.ApiKeysAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userService

UserService _userService

_userPropertiesService

UserPropertiesService _userPropertiesService

_apiKeys

List<E> _apiKeys

_model

ApiKeyModel _model

_data

String _data

_file

File _file

Class org.onebusaway.webapp.actions.admin.CreateLoginAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_passwordEncoder

org.springframework.security.providers.encoding.PasswordEncoder _passwordEncoder

_userService

UserService _userService

_userName

String _userName

_password

String _password

_password2

String _password2

_userId

int _userId

Class org.onebusaway.webapp.actions.admin.DeleteStaleUsersAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userService

UserService _userService

Class org.onebusaway.webapp.actions.admin.DeleteUserAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userService

UserService _userService

_currentUserService

CurrentUserService _currentUserService

_userId

int _userId

Class org.onebusaway.webapp.actions.admin.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.admin.LinkTccParticipantsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_data

String _data

_file

File _file

_registrationService

TccParticipantRegistrationService _registrationService

Class org.onebusaway.webapp.actions.admin.SetAdminRoleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userId

int _userId

_userService

UserService _userService

Class org.onebusaway.webapp.actions.admin.StartUserPropertiesMigrationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userService

UserService _userService

_status

UserPropertiesMigrationStatus _status

Class org.onebusaway.webapp.actions.admin.UserForIdAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

int _id

_userService

UserService _userService

_user

UserBean _user

Class org.onebusaway.webapp.actions.admin.UserForIndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_type

String _type

_id

String _id

_password

String _password

_password2

String _password2

_userService

UserService _userService

_user

UserBean _user

Class org.onebusaway.webapp.actions.admin.UserPropertiesMigrationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_userService

UserService _userService

_status

UserPropertiesMigrationStatus _status

Package org.onebusaway.webapp.actions.admin.console

Class org.onebusaway.webapp.actions.admin.console.ActiveTripsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_agencyId

String _agencyId

_time

Date _time

_agencies

List<E> _agencies

_trips

List<E> _trips

Class org.onebusaway.webapp.actions.admin.console.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.admin.console.ServiceAlertAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_model

ServiceAlertBean _model

_agencyId

String _agencyId

_raw

String _raw

Class org.onebusaway.webapp.actions.admin.console.ServiceAlertsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_agencyId

String _agencyId

_time

Date _time

_agencies

List<E> _agencies

_situations

List<E> _situations

Package org.onebusaway.webapp.actions.admin.debug

Class org.onebusaway.webapp.actions.admin.debug.VehicleLocationRecordAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_model

VehicleLocationRecordBean _model

_transitDataService

TransitDataService _transitDataService

Package org.onebusaway.webapp.actions.admin.problems

Class org.onebusaway.webapp.actions.admin.problems.StopProblemReportsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_reports

List<E> _reports

_model

StopProblemReportBean _model

Class org.onebusaway.webapp.actions.admin.problems.StopProblemReportSummariesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_agencyId

String _agencyId

_agencies

List<E> _agencies

_summaries

List<E> _summaries

_status

String _status

Class org.onebusaway.webapp.actions.admin.problems.TripProblemReportsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_reports

List<E> _reports

_model

TripProblemReportBean _model

_vehicleLocationRecords

List<E> _vehicleLocationRecords

_minutesBefore

int _minutesBefore

_minutesAfter

int _minutesAfter

_labels

List<E> _labels

Class org.onebusaway.webapp.actions.admin.problems.TripProblemReportSummariesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_agencyId

String _agencyId

_agencies

List<E> _agencies

_summaries

List<E> _summaries

_status

String _status

_days

int _days

Package org.onebusaway.webapp.actions.p

Class org.onebusaway.webapp.actions.p.IndexAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_wikiDocumentService

org.onebusaway.wiki.api.WikiDocumentService _wikiDocumentService

_wikiRenderingService

org.onebusaway.wiki.api.WikiRenderingService _wikiRenderingService

_forceRefresh

boolean _forceRefresh

_page

org.onebusaway.wiki.api.WikiPage _page

_renderedContent

String _renderedContent

_editLink

String _editLink

_inputStream

InputStream _inputStream
Members for Raw Result


_contentType

String _contentType

Package org.onebusaway.webapp.actions.r

Class org.onebusaway.webapp.actions.r.IndexAction extends ResourceAction implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.actions.rss

Class org.onebusaway.webapp.actions.rss.RomeResult extends org.apache.struts2.dispatcher.StrutsResultSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

feedName

String feedName
By default, we look for a "feed" on the value stack


feedType

String feedType
By default, we output RSS 2.0


mimeType

String mimeType

encoding

String encoding

Class org.onebusaway.webapp.actions.rss.StopProblemReportsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_agencyId

String _agencyId

_days

int _days

_status

String _status

_feed

com.sun.syndication.feed.synd.SyndFeed _feed

Class org.onebusaway.webapp.actions.rss.TripProblemReportsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_agencyId

String _agencyId

_days

int _days

_status

String _status

_feed

com.sun.syndication.feed.synd.SyndFeed _feed

Package org.onebusaway.webapp.actions.setup

Class org.onebusaway.webapp.actions.setup.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_passwordEncoder

org.springframework.security.providers.encoding.PasswordEncoder _passwordEncoder

_userService

UserService _userService

_initialSetupService

InitialSetupService _initialSetupService

_userName

String _userName

_password

String _password

_password2

String _password2

Package org.onebusaway.webapp.actions.user

Class org.onebusaway.webapp.actions.user.AbstractRedirectAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.user.ClearDefaultSearchLocationAction extends AbstractRedirectAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_defaultSearchLocationService

DefaultSearchLocationService _defaultSearchLocationService

Class org.onebusaway.webapp.actions.user.EnableAdminRoleAction extends AbstractRedirectAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.user.IndexAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_model

IndexModel _model

Class org.onebusaway.webapp.actions.user.PhoneNumberRegistrationAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_phoneNumber

String _phoneNumber

_code

String _code

Class org.onebusaway.webapp.actions.user.RemovePhoneNumberAction extends AbstractRedirectAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_phoneNumber

String _phoneNumber

Class org.onebusaway.webapp.actions.user.ResetAction extends AbstractRedirectAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.user.SetDefaultLocationAction extends AbstractRedirectAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_defaultSearchLocationService

DefaultSearchLocationService _defaultSearchLocationService

_name

String _name

_lat

double _lat

_lon

double _lon

Class org.onebusaway.webapp.actions.user.SetRememberPreferencesAction extends AbstractRedirectAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_enabled

boolean _enabled

Class org.onebusaway.webapp.actions.user.TccStudyRegistrationAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_currentUserService

CurrentUserService _currentUserService

_context

javax.servlet.ServletContext _context

_id

String _id

_inputStream

InputStream _inputStream

Package org.onebusaway.webapp.actions.where

Class org.onebusaway.webapp.actions.where.AbstractWhereAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.AgenciesAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_model

List<E> _model

Class org.onebusaway.webapp.actions.where.ArrivalAndDepartureForStopAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_presentation

ArrivalsAndDeparturesPresentaion _presentation

_model

ArrivalAndDepartureForStopQueryBean _model

_result

ArrivalAndDepartureBean _result

_situations

SituationsPresentation _situations

Class org.onebusaway.webapp.actions.where.BlockAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_serviceDate

Date _serviceDate

_blockInstance

BlockInstanceBean _blockInstance

_timeZone

TimeZone _timeZone

Class org.onebusaway.webapp.actions.where.BookmarkAction extends StopAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.BookmarkCreateAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_stopIds

List<E> _stopIds

_routeIds

Set<E> _routeIds

_bookmarkId

int _bookmarkId

Class org.onebusaway.webapp.actions.where.BookmarkDeleteAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

int _id

Class org.onebusaway.webapp.actions.where.BookmarkEditAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.BookmarksAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_bookmarkPresentationService

BookmarkPresentationService _bookmarkPresentationService

_bookmarks

List<E> _bookmarks

Class org.onebusaway.webapp.actions.where.BookmarkUpdateAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

int _id

_name

String _name

_stopIds

List<E> _stopIds

_routeIds

Set<E> _routeIds

_bookmarkId

int _bookmarkId

Class org.onebusaway.webapp.actions.where.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.QueryDefaultSearchLocationAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.RoutesAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_query

String _query

_route

RouteBean _route

_routes

List<E> _routes

Class org.onebusaway.webapp.actions.where.ScheduleAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_stopTimeAdapter

org.onebusaway.webapp.actions.where.ScheduleAction.StopTimeAdapter _stopTimeAdapter

_service

TransitDataService _service

_id

String _id

_date

Date _date

_result

StopScheduleBean _result

_timeZone

TimeZone _timeZone

_showArrivals

boolean _showArrivals

Class org.onebusaway.webapp.actions.where.ServiceAlertAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_currentUserService

CurrentUserService _currentUserService

_id

String _id

_situation

ServiceAlertBean _situation

Class org.onebusaway.webapp.actions.where.ServiceAlertsForStopAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_stopIds

List<E> _stopIds

_situations

List<E> _situations

Class org.onebusaway.webapp.actions.where.SetDefaultSearchLocationAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

SetUserDefaultSearchFromGeocoderService _service

_location

String _location

_records

List<E> _records

Class org.onebusaway.webapp.actions.where.StopAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_ids

List<E> _ids

_routes

Set<E> _routes

_title

String _title

_showTitle

boolean _showTitle

_model

WebappArrivalsAndDeparturesModel _model

Class org.onebusaway.webapp.actions.where.StopsAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_code

String _code

_stop

StopBean _stop

_stops

List<E> _stops

Class org.onebusaway.webapp.actions.where.StopsForRouteAction extends AbstractWhereAction implements Serializable

serialVersionUID: 1L

Serialized Fields

_id

String _id

_route

RouteBean _route

_stops

List<E> _stops

_directionNames

List<E> _directionNames

_groupIndex

int _groupIndex

Class org.onebusaway.webapp.actions.where.TripAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

TransitDataService _service

_id

String _id

_serviceDate

Date _serviceDate

_time

Date _time

_tripDetails

TripDetailsBean _tripDetails

_timeZone

TimeZone _timeZone

_actualServiceDate

long _actualServiceDate

_vehicleId

String _vehicleId

_stopId

String _stopId

_showArrivals

boolean _showArrivals

Class org.onebusaway.webapp.actions.where.VehicleStatusAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

_transitDataService

TransitDataService _transitDataService

_vehicleId

String _vehicleId

_time

Date _time

_result

VehicleStatusBean _result

Package org.onebusaway.webapp.actions.where.iphone

Class org.onebusaway.webapp.actions.where.iphone.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.actions.where.standard

Class org.onebusaway.webapp.actions.where.standard.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.standard.MapAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.standard.PlanAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.actions.where.standard.StreetGraphAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.actions.where.text

Class org.onebusaway.webapp.actions.where.text.IndexAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.gwt.common

Class org.onebusaway.webapp.gwt.common.PageException extends Exception implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.gwt.common.control

Class org.onebusaway.webapp.gwt.common.control.FlexibleDateParser.DateParseException extends Exception implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.gwt.oba_application.search

Class org.onebusaway.webapp.gwt.oba_application.search.YelpException extends Exception implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.gwt.oba_application.search.YelpStatusException extends YelpException implements Serializable

serialVersionUID: 1L

Class org.onebusaway.webapp.gwt.oba_application.search.YelpTimeoutException extends Exception implements Serializable

serialVersionUID: 1L


Package org.onebusaway.webapp.impl

Class org.onebusaway.webapp.impl.WebappServiceServletImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

_service

WebappService _service



Copyright © 2012 OneBusAway. All Rights Reserved.