com.google.transit.realtime
Interface GtfsRealtime.EntitySelectorOrBuilder

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

public static interface GtfsRealtime.EntitySelectorOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.EntitySelector>


Method Summary
 String getAgencyId()
          optional string agency_id = 1;
 com.google.protobuf.ByteString getAgencyIdBytes()
          optional string agency_id = 1;
 String getRouteId()
          optional string route_id = 2;
 com.google.protobuf.ByteString getRouteIdBytes()
          optional string route_id = 2;
 int getRouteType()
          optional int32 route_type = 3;
 String getStopId()
          optional string stop_id = 5;
 com.google.protobuf.ByteString getStopIdBytes()
          optional string stop_id = 5;
 GtfsRealtime.TripDescriptor getTrip()
          optional .transit_realtime.TripDescriptor trip = 4;
 GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()
          optional .transit_realtime.TripDescriptor trip = 4;
 boolean hasAgencyId()
          optional string agency_id = 1;
 boolean hasRouteId()
          optional string route_id = 2;
 boolean hasRouteType()
          optional int32 route_type = 3;
 boolean hasStopId()
          optional string stop_id = 5;
 boolean hasTrip()
          optional .transit_realtime.TripDescriptor trip = 4;
 
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

hasAgencyId

boolean hasAgencyId()
optional string agency_id = 1;
 The values of the fields should correspond to the appropriate fields in the
 GTFS feed.
 At least one specifier must be given. If several are given, then the
 matching has to apply to all the given specifiers.
 


getAgencyId

String getAgencyId()
optional string agency_id = 1;
 The values of the fields should correspond to the appropriate fields in the
 GTFS feed.
 At least one specifier must be given. If several are given, then the
 matching has to apply to all the given specifiers.
 


getAgencyIdBytes

com.google.protobuf.ByteString getAgencyIdBytes()
optional string agency_id = 1;
 The values of the fields should correspond to the appropriate fields in the
 GTFS feed.
 At least one specifier must be given. If several are given, then the
 matching has to apply to all the given specifiers.
 


hasRouteId

boolean hasRouteId()
optional string route_id = 2;


getRouteId

String getRouteId()
optional string route_id = 2;


getRouteIdBytes

com.google.protobuf.ByteString getRouteIdBytes()
optional string route_id = 2;


hasRouteType

boolean hasRouteType()
optional int32 route_type = 3;
 corresponds to route_type in GTFS.
 


getRouteType

int getRouteType()
optional int32 route_type = 3;
 corresponds to route_type in GTFS.
 


hasTrip

boolean hasTrip()
optional .transit_realtime.TripDescriptor trip = 4;


getTrip

GtfsRealtime.TripDescriptor getTrip()
optional .transit_realtime.TripDescriptor trip = 4;


getTripOrBuilder

GtfsRealtime.TripDescriptorOrBuilder getTripOrBuilder()
optional .transit_realtime.TripDescriptor trip = 4;


hasStopId

boolean hasStopId()
optional string stop_id = 5;


getStopId

String getStopId()
optional string stop_id = 5;


getStopIdBytes

com.google.protobuf.ByteString getStopIdBytes()
optional string stop_id = 5;



Copyright © 2015. All Rights Reserved.