Package uk.org.netex.www.netex
Interface NetworkFrameSubscriptionPolicyStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkFrameSubscriptionPolicyStructure,NetworkFrameSubscriptionPolicyStructure.Builder
public interface NetworkFrameSubscriptionPolicyStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether 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.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIncrementalUpdates
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;- Returns:
- The incrementalUpdates.
-