Package uk.org.siri.www.siri
Interface CapabilitySubscriptionPolicyStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CapabilitySubscriptionPolicyStructure,CapabilitySubscriptionPolicyStructure.Builder
public interface CapabilitySubscriptionPolicyStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether change threshold can be specified for updates.booleanWhether 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'. [siri/siri_requests-v2.0.xsd at 1010:94]
bool has_incremental_updates = 1;- Returns:
- The hasIncrementalUpdates.
-
getHasChangeSensitivity
boolean getHasChangeSensitivity()Whether change threshold can be specified for updates. Default is 'true'. [siri/siri_requests-v2.0.xsd at 1015:93]
bool has_change_sensitivity = 2;- Returns:
- The hasChangeSensitivity.
-