Package uk.org.netex.www.netex
Interface HailAndRideAreas_RelStructure.ChoiceWrapper_HailAndRideAreas_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HailAndRideAreas_RelStructure.ChoiceWrapper_HailAndRideAreas_RelStructure,HailAndRideAreas_RelStructure.ChoiceWrapper_HailAndRideAreas_RelStructure.Builder
- Enclosing class:
HailAndRideAreas_RelStructure
public static interface HailAndRideAreas_RelStructure.ChoiceWrapper_HailAndRideAreas_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA section of Road between two points within which one may hail a bus to board it or alight from it or ask it to stop to alight.A section of Road between two points within which one may hail a bus to board it or alight from it or ask it to stop to alight.Reference to a HAIL AND RIDE AREA.Reference to a HAIL AND RIDE AREA.booleanA section of Road between two points within which one may hail a bus to board it or alight from it or ask it to stop to alight.booleanReference to a HAIL AND RIDE 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
-
hasHailAndRideAreaRef
boolean hasHailAndRideAreaRef()Reference to a HAIL AND RIDE AREA. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 155:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure hail_and_ride_area_ref = 1;- Returns:
- Whether the hailAndRideAreaRef field is set.
-
getHailAndRideAreaRef
VersionOfObjectRefStructure getHailAndRideAreaRef()Reference to a HAIL AND RIDE AREA. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 155:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure hail_and_ride_area_ref = 1;- Returns:
- The hailAndRideAreaRef.
-
getHailAndRideAreaRefOrBuilder
VersionOfObjectRefStructureOrBuilder getHailAndRideAreaRefOrBuilder()Reference to a HAIL AND RIDE AREA. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 155:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure hail_and_ride_area_ref = 1; -
hasHailAndRideArea
boolean hasHailAndRideArea()A section of Road between two points within which one may hail a bus to board it or alight from it or ask it to stop to alight. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 415:64]
.uk.org.netex.www.netex.HailAndRideAreaType hail_and_ride_area = 2;- Returns:
- Whether the hailAndRideArea field is set.
-
getHailAndRideArea
HailAndRideAreaType getHailAndRideArea()A section of Road between two points within which one may hail a bus to board it or alight from it or ask it to stop to alight. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 415:64]
.uk.org.netex.www.netex.HailAndRideAreaType hail_and_ride_area = 2;- Returns:
- The hailAndRideArea.
-
getHailAndRideAreaOrBuilder
HailAndRideAreaTypeOrBuilder getHailAndRideAreaOrBuilder()A section of Road between two points within which one may hail a bus to board it or alight from it or ask it to stop to alight. [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 415:64]
.uk.org.netex.www.netex.HailAndRideAreaType hail_and_ride_area = 2;
-