Interface CapabilityGeneralInteractionStructure.InteractionTypeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Whether the service supports Publish Subscribe Interaction.
    boolean
    Whether the service supports Request Response Interaction.

    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

    • getRequestResponse

      boolean getRequestResponse()
       Whether the service supports Request Response Interaction. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 914:77]
       
      bool request_response = 1;
      Returns:
      The requestResponse.
    • getPublishSubscribe

      boolean getPublishSubscribe()
       Whether the service supports Publish Subscribe Interaction. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 919:78]
       
      bool publish_subscribe = 2;
      Returns:
      The publishSubscribe.