Class NetworkFrameSubscriptionPolicyStructure.Builder

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

public static final class NetworkFrameSubscriptionPolicyStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<NetworkFrameSubscriptionPolicyStructure.Builder> implements NetworkFrameSubscriptionPolicyStructureOrBuilder
 Data type for Subscription Request for  NeTEx Data Object  Service.  [netex_service/netex_filter_frame.xsd at 181:66]
 
Protobuf type uk.org.netex.www.netex.NetworkFrameSubscriptionPolicyStructure
  • 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<NetworkFrameSubscriptionPolicyStructure.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<NetworkFrameSubscriptionPolicyStructure.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<NetworkFrameSubscriptionPolicyStructure.Builder>
    • getDefaultInstanceForType

      public NetworkFrameSubscriptionPolicyStructure 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

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

      public NetworkFrameSubscriptionPolicyStructure.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<NetworkFrameSubscriptionPolicyStructure.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<NetworkFrameSubscriptionPolicyStructure.Builder>
    • mergeFrom

      public NetworkFrameSubscriptionPolicyStructure.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<NetworkFrameSubscriptionPolicyStructure.Builder>
      Throws:
      IOException
    • getIncrementalUpdates

      public boolean getIncrementalUpdates()
       Whether the producer should return the complete set of current data, or only provide updates to the last data returned, i.e. additions, modifications and deletions. If false each subscription response will contain the full information as specified in this request.  [netex_service/netex_filter_frame.xsd at 186:92]
       
      bool incremental_updates = 1;
      Specified by:
      getIncrementalUpdates in interface NetworkFrameSubscriptionPolicyStructureOrBuilder
      Returns:
      The incrementalUpdates.
    • setIncrementalUpdates

      public NetworkFrameSubscriptionPolicyStructure.Builder setIncrementalUpdates(boolean value)
       Whether the producer should return the complete set of current data, or only provide updates to the last data returned, i.e. additions, modifications and deletions. If false each subscription response will contain the full information as specified in this request.  [netex_service/netex_filter_frame.xsd at 186:92]
       
      bool incremental_updates = 1;
      Parameters:
      value - The incrementalUpdates to set.
      Returns:
      This builder for chaining.
    • clearIncrementalUpdates

      public NetworkFrameSubscriptionPolicyStructure.Builder clearIncrementalUpdates()
       Whether the producer should return the complete set of current data, or only provide updates to the last data returned, i.e. additions, modifications and deletions. If false each subscription response will contain the full information as specified in this request.  [netex_service/netex_filter_frame.xsd at 186:92]
       
      bool incremental_updates = 1;
      Returns:
      This builder for chaining.