Package uk.org.netex.www.netex
Interface PointsInJourneyPattern_RelStructure.ChoiceWrapper_PointsInJourneyPattern_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInJourneyPattern_RelStructure.ChoiceWrapper_PointsInJourneyPattern_RelStructure,PointsInJourneyPattern_RelStructure.ChoiceWrapper_PointsInJourneyPattern_RelStructure.Builder
- Enclosing class:
PointsInJourneyPattern_RelStructure
public static interface PointsInJourneyPattern_RelStructure.ChoiceWrapper_PointsInJourneyPattern_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA STOP POINT or TIMING POINT in a JOURNEY PATTERN with its order in that JOURNEY PATTERN.A STOP POINT or TIMING POINT in a JOURNEY PATTERN with its order in that JOURNEY PATTERN.The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.A NODE in a JOURNEY PATTERN which is a TIMING POINT.A NODE in a JOURNEY PATTERN which is a TIMING POINT.booleanA STOP POINT or TIMING POINT in a JOURNEY PATTERN with its order in that JOURNEY PATTERN.booleanThe use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.booleanA NODE in a JOURNEY PATTERN which is a TIMING POINT.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
-
hasPointInJourneyPattern
boolean hasPointInJourneyPattern()A STOP POINT or TIMING POINT in a JOURNEY PATTERN with its order in that JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 281:101]
.uk.org.netex.www.netex.PointInJourneyPatternType point_in_journey_pattern = 1;- Returns:
- Whether the pointInJourneyPattern field is set.
-
getPointInJourneyPattern
PointInJourneyPatternType getPointInJourneyPattern()A STOP POINT or TIMING POINT in a JOURNEY PATTERN with its order in that JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 281:101]
.uk.org.netex.www.netex.PointInJourneyPatternType point_in_journey_pattern = 1;- Returns:
- The pointInJourneyPattern.
-
getPointInJourneyPatternOrBuilder
PointInJourneyPatternTypeOrBuilder getPointInJourneyPatternOrBuilder()A STOP POINT or TIMING POINT in a JOURNEY PATTERN with its order in that JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 281:101]
.uk.org.netex.www.netex.PointInJourneyPatternType point_in_journey_pattern = 1; -
hasStopPointInJourneyPattern
boolean hasStopPointInJourneyPattern()The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
.uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;- Returns:
- Whether the stopPointInJourneyPattern field is set.
-
getStopPointInJourneyPattern
StopPointInJourneyPatternType getStopPointInJourneyPattern()The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
.uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;- Returns:
- The stopPointInJourneyPattern.
-
getStopPointInJourneyPatternOrBuilder
StopPointInJourneyPatternTypeOrBuilder getStopPointInJourneyPatternOrBuilder()The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
.uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2; -
hasTimingPointInJourneyPattern
boolean hasTimingPointInJourneyPattern()A NODE in a JOURNEY PATTERN which is a TIMING POINT. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 380:107]
.uk.org.netex.www.netex.TimingPointInJourneyPatternType timing_point_in_journey_pattern = 3;- Returns:
- Whether the timingPointInJourneyPattern field is set.
-
getTimingPointInJourneyPattern
TimingPointInJourneyPatternType getTimingPointInJourneyPattern()A NODE in a JOURNEY PATTERN which is a TIMING POINT. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 380:107]
.uk.org.netex.www.netex.TimingPointInJourneyPatternType timing_point_in_journey_pattern = 3;- Returns:
- The timingPointInJourneyPattern.
-
getTimingPointInJourneyPatternOrBuilder
TimingPointInJourneyPatternTypeOrBuilder getTimingPointInJourneyPatternOrBuilder()A NODE in a JOURNEY PATTERN which is a TIMING POINT. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 380:107]
.uk.org.netex.www.netex.TimingPointInJourneyPatternType timing_point_in_journey_pattern = 3;
-