com.google.transit.realtime
Interface GtfsRealtime.VehicleDescriptorOrBuilder

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

public static interface GtfsRealtime.VehicleDescriptorOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.VehicleDescriptor>


Method Summary
 String getId()
          optional string id = 1;
 com.google.protobuf.ByteString getIdBytes()
          optional string id = 1;
 String getLabel()
          optional string label = 2;
 com.google.protobuf.ByteString getLabelBytes()
          optional string label = 2;
 String getLicensePlate()
          optional string license_plate = 3;
 com.google.protobuf.ByteString getLicensePlateBytes()
          optional string license_plate = 3;
 boolean hasId()
          optional string id = 1;
 boolean hasLabel()
          optional string label = 2;
 boolean hasLicensePlate()
          optional string license_plate = 3;
 
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

hasId

boolean hasId()
optional string id = 1;
 Internal system identification of the vehicle. Should be unique per
 vehicle, and can be used for tracking the vehicle as it proceeds through
 the system.
 


getId

String getId()
optional string id = 1;
 Internal system identification of the vehicle. Should be unique per
 vehicle, and can be used for tracking the vehicle as it proceeds through
 the system.
 


getIdBytes

com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
 Internal system identification of the vehicle. Should be unique per
 vehicle, and can be used for tracking the vehicle as it proceeds through
 the system.
 


hasLabel

boolean hasLabel()
optional string label = 2;
 User visible label, i.e., something that must be shown to the passenger to
 help identify the correct vehicle.
 


getLabel

String getLabel()
optional string label = 2;
 User visible label, i.e., something that must be shown to the passenger to
 help identify the correct vehicle.
 


getLabelBytes

com.google.protobuf.ByteString getLabelBytes()
optional string label = 2;
 User visible label, i.e., something that must be shown to the passenger to
 help identify the correct vehicle.
 


hasLicensePlate

boolean hasLicensePlate()
optional string license_plate = 3;
 The license plate of the vehicle.
 


getLicensePlate

String getLicensePlate()
optional string license_plate = 3;
 The license plate of the vehicle.
 


getLicensePlateBytes

com.google.protobuf.ByteString getLicensePlateBytes()
optional string license_plate = 3;
 The license plate of the vehicle.
 



Copyright © 2015. All Rights Reserved.