Interface CapabilityGeneralInteractionStructure.DeliveryTypeOrBuilder

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

public static interface CapabilityGeneralInteractionStructure.DeliveryTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the service supports Direct delivery.
    boolean
    Whether the service supports Fetched delivery (VDV Style) [siri/siri_requests-v2.0.xsd at 938:62]

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDirectDelivery

      boolean getDirectDelivery()
       Whether the service supports Direct delivery.  [siri/siri_requests-v2.0.xsd at 933:61]
       
      bool direct_delivery = 1;
      Returns:
      The directDelivery.
    • getFetchedDelivery

      boolean getFetchedDelivery()
       Whether the service supports Fetched delivery (VDV Style)  [siri/siri_requests-v2.0.xsd at 938:62]
       
      bool fetched_delivery = 2;
      Returns:
      The fetchedDelivery.