com.google.transit.realtime
Interface GtfsRealtime.TripUpdateOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TripUpdate>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GtfsRealtime.TripUpdate, GtfsRealtime.TripUpdate.Builder
Enclosing class:
GtfsRealtime

public static interface GtfsRealtime.TripUpdateOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TripUpdate>


Method Summary
 GtfsRealtime.TripUpdate.StopTimeUpdate getStopTimeUpdate(int index)
           
 int getStopTimeUpdateCount()
           
 List<GtfsRealtime.TripUpdate.StopTimeUpdate> getStopTimeUpdateList()
           
 GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder getStopTimeUpdateOrBuilder(int index)
           
 List<? extends GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder> getStopTimeUpdateOrBuilderList()
           
 GtfsRealtime.TripDescriptor getTrip()
           
 GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()
           
 GtfsRealtime.VehicleDescriptor getVehicle()
           
 GtfsRealtime.VehicleDescriptorOrBuilder getVehicleOrBuilder()
           
 boolean hasTrip()
           
 boolean hasVehicle()
           
 
Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasTrip

boolean hasTrip()

getTrip

GtfsRealtime.TripDescriptor getTrip()

getTripOrBuilder

GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()

hasVehicle

boolean hasVehicle()

getVehicle

GtfsRealtime.VehicleDescriptor getVehicle()

getVehicleOrBuilder

GtfsRealtime.VehicleDescriptorOrBuilder getVehicleOrBuilder()

getStopTimeUpdateList

List<GtfsRealtime.TripUpdate.StopTimeUpdate> getStopTimeUpdateList()

getStopTimeUpdate

GtfsRealtime.TripUpdate.StopTimeUpdate getStopTimeUpdate(int index)

getStopTimeUpdateCount

int getStopTimeUpdateCount()

getStopTimeUpdateOrBuilderList

List<? extends GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder> getStopTimeUpdateOrBuilderList()

getStopTimeUpdateOrBuilder

GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder getStopTimeUpdateOrBuilder(int index)


Copyright © 2012 OneBusAway. All Rights Reserved.