com.google.transit.realtime
Interface GtfsRealtime.VehiclePositionOrBuilder

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

public static interface GtfsRealtime.VehiclePositionOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.VehiclePosition>


Method Summary
 GtfsRealtime.VehiclePosition.CongestionLevel getCongestionLevel()
           
 GtfsRealtime.VehiclePosition.VehicleStopStatus getCurrentStatus()
           
 int getCurrentStopSequence()
           
 GtfsRealtime.Position getPosition()
           
 GtfsRealtime.PositionOrBuilder getPositionOrBuilder()
           
 String getStopId()
           
 long getTimestamp()
           
 GtfsRealtime.TripDescriptor getTrip()
           
 GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()
           
 GtfsRealtime.VehicleDescriptor getVehicle()
           
 GtfsRealtime.VehicleDescriptorOrBuilder getVehicleOrBuilder()
           
 boolean hasCongestionLevel()
           
 boolean hasCurrentStatus()
           
 boolean hasCurrentStopSequence()
           
 boolean hasPosition()
           
 boolean hasStopId()
           
 boolean hasTimestamp()
           
 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()

hasPosition

boolean hasPosition()

getPosition

GtfsRealtime.Position getPosition()

getPositionOrBuilder

GtfsRealtime.PositionOrBuilder getPositionOrBuilder()

hasCurrentStopSequence

boolean hasCurrentStopSequence()

getCurrentStopSequence

int getCurrentStopSequence()

hasStopId

boolean hasStopId()

getStopId

String getStopId()

hasCurrentStatus

boolean hasCurrentStatus()

getCurrentStatus

GtfsRealtime.VehiclePosition.VehicleStopStatus getCurrentStatus()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()

hasCongestionLevel

boolean hasCongestionLevel()

getCongestionLevel

GtfsRealtime.VehiclePosition.CongestionLevel getCongestionLevel()


Copyright © 2012 OneBusAway. All Rights Reserved.