Package uk.org.netex.www.netex
Interface BoardingPositions_RelStructure.ChoiceWrapper_BoardingPositions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BoardingPositions_RelStructure.ChoiceWrapper_BoardingPositions_RelStructure,BoardingPositions_RelStructure.ChoiceWrapper_BoardingPositions_RelStructure.Builder
- Enclosing class:
BoardingPositions_RelStructure
public static interface BoardingPositions_RelStructure.ChoiceWrapper_BoardingPositions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE.A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE.Reference to a BOARDING POSITION.Reference to a BOARDING POSITION.booleanA location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE.booleanReference to a BOARDING POSITION.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
-
hasBoardingPositionRef
boolean hasBoardingPositionRef()Reference to a BOARDING POSITION. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
.uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 1;- Returns:
- Whether the boardingPositionRef field is set.
-
getBoardingPositionRef
VersionOfObjectRefStructure getBoardingPositionRef()Reference to a BOARDING POSITION. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
.uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 1;- Returns:
- The boardingPositionRef.
-
getBoardingPositionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getBoardingPositionRefOrBuilder()Reference to a BOARDING POSITION. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
.uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 1; -
hasBoardingPosition
boolean hasBoardingPosition()A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 774:74]
.uk.org.netex.www.netex.BoardingPositionType boarding_position = 2;- Returns:
- Whether the boardingPosition field is set.
-
getBoardingPosition
BoardingPositionType getBoardingPosition()A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 774:74]
.uk.org.netex.www.netex.BoardingPositionType boarding_position = 2;- Returns:
- The boardingPosition.
-
getBoardingPositionOrBuilder
BoardingPositionTypeOrBuilder getBoardingPositionOrBuilder()A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 774:74]
.uk.org.netex.www.netex.BoardingPositionType boarding_position = 2;
-