Class DataSupplyRequestBodyStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DataSupplyRequestBodyStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<DataSupplyRequestBodyStructure.Builder>
uk.org.siri.www.siri.DataSupplyRequestBodyStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DataSupplyRequestBodyStructureOrBuilder
Enclosing class:
DataSupplyRequestBodyStructure

public static final class DataSupplyRequestBodyStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DataSupplyRequestBodyStructure.Builder> implements DataSupplyRequestBodyStructureOrBuilder
 Type for Body of Data Supply Request. Used in WSDL.  [siri/siri_common_services-v2.0.xsd at 884:57]
 
Protobuf type uk.org.siri.www.siri.DataSupplyRequestBodyStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DataSupplyRequestBodyStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<DataSupplyRequestBodyStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DataSupplyRequestBodyStructure.Builder>
    • getDefaultInstanceForType

      public DataSupplyRequestBodyStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DataSupplyRequestBodyStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DataSupplyRequestBodyStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataSupplyRequestBodyStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DataSupplyRequestBodyStructure.Builder>
    • mergeFrom

      public DataSupplyRequestBodyStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataSupplyRequestBodyStructure.Builder>
      Throws:
      IOException
    • hasNotificationRef

      public 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;
      Specified by:
      hasNotificationRef in interface DataSupplyRequestBodyStructureOrBuilder
      Returns:
      Whether the notificationRef field is set.
    • getNotificationRef

      public 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;
      Specified by:
      getNotificationRef in interface DataSupplyRequestBodyStructureOrBuilder
      Returns:
      The notificationRef.
    • setNotificationRef

       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;
    • setNotificationRef

      public DataSupplyRequestBodyStructure.Builder setNotificationRef(MessageRefStructure.Builder builderForValue)
       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;
    • mergeNotificationRef

      public DataSupplyRequestBodyStructure.Builder mergeNotificationRef(MessageRefStructure value)
       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;
    • clearNotificationRef

      public DataSupplyRequestBodyStructure.Builder clearNotificationRef()
       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;
    • getNotificationRefBuilder

      public MessageRefStructure.Builder getNotificationRefBuilder()
       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;
    • getNotificationRefOrBuilder

      public 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;
      Specified by:
      getNotificationRefOrBuilder in interface DataSupplyRequestBodyStructureOrBuilder
    • getAllData

      public 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;
      Specified by:
      getAllData in interface DataSupplyRequestBodyStructureOrBuilder
      Returns:
      The allData.
    • setAllData

      public DataSupplyRequestBodyStructure.Builder setAllData(boolean value)
       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;
      Parameters:
      value - The allData to set.
      Returns:
      This builder for chaining.
    • clearAllData

       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:
      This builder for chaining.