Interface DataSupplyRequestBodyStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DataSupplyRequestBodyStructure, DataSupplyRequestBodyStructure.Builder

@Generated public interface DataSupplyRequestBodyStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether to return all data, or just new updates since the last delivery.
    Reference to a specific notification message for which data is to be fetched.
    Reference to a specific notification message for which data is to be fetched.
    boolean
    Reference to a specific notification message for which data is to be fetched.

    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

    • hasNotificationRef

      boolean hasNotificationRef()
       Reference to a specific notification message for which data is to be fetched. Can be used to distinguish between notfcatiosn for the same service and subscriber but for different filters.If none specified,  [siri/siri_common_services-v2.0.xsd at 684:81]
       
      .uk.org.siri.www.siri.MessageRefStructure notification_ref = 1;
      Returns:
      Whether the notificationRef field is set.
    • getNotificationRef

      MessageRefStructure getNotificationRef()
       Reference to a specific notification message for which data is to be fetched. Can be used to distinguish between notfcatiosn for the same service and subscriber but for different filters.If none specified,  [siri/siri_common_services-v2.0.xsd at 684:81]
       
      .uk.org.siri.www.siri.MessageRefStructure notification_ref = 1;
      Returns:
      The notificationRef.
    • getNotificationRefOrBuilder

      MessageRefStructureOrBuilder getNotificationRefOrBuilder()
       Reference to a specific notification message for which data is to be fetched. Can be used to distinguish between notfcatiosn for the same service and subscriber but for different filters.If none specified,  [siri/siri_common_services-v2.0.xsd at 684:81]
       
      .uk.org.siri.www.siri.MessageRefStructure notification_ref = 1;
    • getAllData

      boolean getAllData()
       Whether to return all data, or just new updates since the last delivery. Default false, i.e. just updates.  [siri/siri_common_services-v2.0.xsd at 689:81]
       
      bool all_data = 2;
      Returns:
      The allData.