com.google.transit.realtime
Interface GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder

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

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


Method Summary
 GtfsRealtime.TripUpdate.StopTimeEvent getArrival()
          optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
 GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getArrivalOrBuilder()
          optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
 GtfsRealtime.TripUpdate.StopTimeEvent getDeparture()
          optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
 GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getDepartureOrBuilder()
          optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
 GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship getScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 String getStopId()
          optional string stop_id = 4;
 com.google.protobuf.ByteString getStopIdBytes()
          optional string stop_id = 4;
 int getStopSequence()
          optional uint32 stop_sequence = 1;
 boolean hasArrival()
          optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
 boolean hasDeparture()
          optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
 boolean hasScheduleRelationship()
          optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
 boolean hasStopId()
          optional string stop_id = 4;
 boolean hasStopSequence()
          optional uint32 stop_sequence = 1;
 
Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasStopSequence

boolean hasStopSequence()
optional uint32 stop_sequence = 1;
 Must be the same as in stop_times.txt in the corresponding GTFS feed.
 


getStopSequence

int getStopSequence()
optional uint32 stop_sequence = 1;
 Must be the same as in stop_times.txt in the corresponding GTFS feed.
 


hasStopId

boolean hasStopId()
optional string stop_id = 4;
 Must be the same as in stops.txt in the corresponding GTFS feed.
 


getStopId

String getStopId()
optional string stop_id = 4;
 Must be the same as in stops.txt in the corresponding GTFS feed.
 


getStopIdBytes

com.google.protobuf.ByteString getStopIdBytes()
optional string stop_id = 4;
 Must be the same as in stops.txt in the corresponding GTFS feed.
 


hasArrival

boolean hasArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;


getArrival

GtfsRealtime.TripUpdate.StopTimeEvent getArrival()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;


getArrivalOrBuilder

GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getArrivalOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;


hasDeparture

boolean hasDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;


getDeparture

GtfsRealtime.TripUpdate.StopTimeEvent getDeparture()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;


getDepartureOrBuilder

GtfsRealtime.TripUpdate.StopTimeEventOrBuilder getDepartureOrBuilder()
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;


hasScheduleRelationship

boolean hasScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];


getScheduleRelationship

GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship getScheduleRelationship()
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];



Copyright © 2015. All Rights Reserved.