org.onebusaway.transit_data_federation.services.service_alerts
Interface ServiceAlerts.AffectsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServiceAlerts.Affects, ServiceAlerts.Affects.Builder
Enclosing class:
ServiceAlerts

public static interface ServiceAlerts.AffectsOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getAgencyId()
           
 String getApplicationId()
           
 String getDirectionId()
           
 ServiceAlerts.Id getRouteId()
           
 ServiceAlerts.IdOrBuilder getRouteIdOrBuilder()
           
 ServiceAlerts.Id getStopId()
           
 ServiceAlerts.IdOrBuilder getStopIdOrBuilder()
           
 ServiceAlerts.Id getTripId()
           
 ServiceAlerts.IdOrBuilder getTripIdOrBuilder()
           
 boolean hasAgencyId()
           
 boolean hasApplicationId()
           
 boolean hasDirectionId()
           
 boolean hasRouteId()
           
 boolean hasStopId()
           
 boolean hasTripId()
           
 
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

hasAgencyId

boolean hasAgencyId()

getAgencyId

String getAgencyId()

hasRouteId

boolean hasRouteId()

getRouteId

ServiceAlerts.Id getRouteId()

getRouteIdOrBuilder

ServiceAlerts.IdOrBuilder getRouteIdOrBuilder()

hasDirectionId

boolean hasDirectionId()

getDirectionId

String getDirectionId()

hasTripId

boolean hasTripId()

getTripId

ServiceAlerts.Id getTripId()

getTripIdOrBuilder

ServiceAlerts.IdOrBuilder getTripIdOrBuilder()

hasStopId

boolean hasStopId()

getStopId

ServiceAlerts.Id getStopId()

getStopIdOrBuilder

ServiceAlerts.IdOrBuilder getStopIdOrBuilder()

hasApplicationId

boolean hasApplicationId()

getApplicationId

String getApplicationId()


Copyright © 2012 OneBusAway. All Rights Reserved.