Package uk.org.netex.www.netex
Interface DataObjectServiceCapabilitiesStructure.SubscriptionPolicyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataObjectServiceCapabilitiesStructure.SubscriptionPolicyType,DataObjectServiceCapabilitiesStructure.SubscriptionPolicyType.Builder
- Enclosing class:
DataObjectServiceCapabilitiesStructure
public static interface DataObjectServiceCapabilitiesStructure.SubscriptionPolicyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether incremental updates can be specified for updates Default is ' true'.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
-
getHasIncrementalUpdates
boolean getHasIncrementalUpdates()Whether incremental updates can be specified for updates Default is ' true'. [netex_service/netex_dataObjectRequest_service.xsd at 245:99]
bool has_incremental_updates = 1;- Returns:
- The hasIncrementalUpdates.
-