Package uk.org.netex.www.netex
Interface FareScheduledStopPointsInFrame_RelStructure.ChoiceWrapper_FareScheduledStopPointsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareScheduledStopPointsInFrame_RelStructure.ChoiceWrapper_FareScheduledStopPointsInFrame_RelStructure,FareScheduledStopPointsInFrame_RelStructure.ChoiceWrapper_FareScheduledStopPointsInFrame_RelStructure.Builder
- Enclosing class:
FareScheduledStopPointsInFrame_RelStructure
public static interface FareScheduledStopPointsInFrame_RelStructure.ChoiceWrapper_FareScheduledStopPointsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA POINT where passengers can board or alight from vehicles.A POINT where passengers can board or alight from vehicles.A POINT where passengers can board or alight from vehicles.A POINT where passengers can board or alight from vehicles.booleanA POINT where passengers can board or alight from vehicles.booleanA POINT where passengers can board or alight from vehicles.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
-
hasScheduledStopPoint
boolean hasScheduledStopPoint()A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
.uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 1;- Returns:
- Whether the scheduledStopPoint field is set.
-
getScheduledStopPoint
ScheduledStopPointType getScheduledStopPoint()A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
.uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 1;- Returns:
- The scheduledStopPoint.
-
getScheduledStopPointOrBuilder
ScheduledStopPointTypeOrBuilder getScheduledStopPointOrBuilder()A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
.uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 1; -
hasFareScheduledStopPoint
boolean hasFareScheduledStopPoint()A POINT where passengers can board or alight from vehicles. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
.uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 2;- Returns:
- Whether the fareScheduledStopPoint field is set.
-
getFareScheduledStopPoint
FareScheduledStopPointType getFareScheduledStopPoint()A POINT where passengers can board or alight from vehicles. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
.uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 2;- Returns:
- The fareScheduledStopPoint.
-
getFareScheduledStopPointOrBuilder
FareScheduledStopPointTypeOrBuilder getFareScheduledStopPointOrBuilder()A POINT where passengers can board or alight from vehicles. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
.uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 2;
-