Package uk.org.netex.www.netex
Interface DataObjectServiceCapabilitiesStructure.TopicFilteringTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataObjectServiceCapabilitiesStructure.TopicFilteringType,DataObjectServiceCapabilitiesStructure.TopicFilteringType.Builder
- Enclosing class:
DataObjectServiceCapabilitiesStructure
public static interface DataObjectServiceCapabilitiesStructure.TopicFilteringTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether results can be filtered by VistitType, e.g. arrivals, departures.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
-
getFilterByFrame
boolean getFilterByFrame()Whether results can be filtered by VistitType, e.g. arrivals, departures. Default True. [netex_service/netex_dataObjectRequest_service.xsd at 219:91]
bool filter_by_frame = 1;- Returns:
- The filterByFrame.
-