Package uk.org.netex.www.netex
Interface FlexibleAreas_RelStructure.ChoiceWrapper_FlexibleAreas_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlexibleAreas_RelStructure.ChoiceWrapper_FlexibleAreas_RelStructure,FlexibleAreas_RelStructure.ChoiceWrapper_FlexibleAreas_RelStructure.Builder
- Enclosing class:
FlexibleAreas_RelStructure
public static interface FlexibleAreas_RelStructure.ChoiceWrapper_FlexibleAreas_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecialisation of a FLEXIBLE QUAY (which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport).Specialisation of a FLEXIBLE QUAY (which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport).Reference to a FLEXIBLE AREA.Reference to a FLEXIBLE AREA.booleanSpecialisation of a FLEXIBLE QUAY (which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport).booleanReference to a FLEXIBLE AREA.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
-
hasFlexibleAreaRef
boolean hasFlexibleAreaRef()Reference to a FLEXIBLE AREA. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 129:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_area_ref = 1;- Returns:
- Whether the flexibleAreaRef field is set.
-
getFlexibleAreaRef
VersionOfObjectRefStructure getFlexibleAreaRef()Reference to a FLEXIBLE AREA. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 129:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_area_ref = 1;- Returns:
- The flexibleAreaRef.
-
getFlexibleAreaRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFlexibleAreaRefOrBuilder()Reference to a FLEXIBLE AREA. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 129:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_area_ref = 1; -
hasFlexibleArea
boolean hasFlexibleArea()Specialisation of a FLEXIBLE QUAY (which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport). It is a named zone visited by a particular mode of transport. It is part of the SITE data set rather than the service data set, since it can be defined and exists independently of an actual service. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 341:61]
.uk.org.netex.www.netex.FlexibleAreaType flexible_area = 2;- Returns:
- Whether the flexibleArea field is set.
-
getFlexibleArea
FlexibleAreaType getFlexibleArea()Specialisation of a FLEXIBLE QUAY (which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport). It is a named zone visited by a particular mode of transport. It is part of the SITE data set rather than the service data set, since it can be defined and exists independently of an actual service. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 341:61]
.uk.org.netex.www.netex.FlexibleAreaType flexible_area = 2;- Returns:
- The flexibleArea.
-
getFlexibleAreaOrBuilder
FlexibleAreaTypeOrBuilder getFlexibleAreaOrBuilder()Specialisation of a FLEXIBLE QUAY (which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport). It is a named zone visited by a particular mode of transport. It is part of the SITE data set rather than the service data set, since it can be defined and exists independently of an actual service. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 341:61]
.uk.org.netex.www.netex.FlexibleAreaType flexible_area = 2;
-