Package uk.org.netex.www.netex
Interface JourneyInterchangesInFrame_RelStructure.ChoiceWrapper_JourneyInterchangesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyInterchangesInFrame_RelStructure.ChoiceWrapper_JourneyInterchangesInFrame_RelStructure,JourneyInterchangesInFrame_RelStructure.ChoiceWrapper_JourneyInterchangesInFrame_RelStructure.Builder
- Enclosing class:
JourneyInterchangesInFrame_RelStructure
public static interface JourneyInterchangesInFrame_RelStructure.ChoiceWrapper_JourneyInterchangesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs.The scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs.A recognised/organised possibility for passengers to change public transport vehicles using two STOP POINTs (which may be identical) on two particular SERVICE JOURNEY PATTERNs, including the maximum wait duration allowed and the standard to be aimed at.A recognised/organised possibility for passengers to change public transport vehicles using two STOP POINTs (which may be identical) on two particular SERVICE JOURNEY PATTERNs, including the maximum wait duration allowed and the standard to be aimed at.booleanThe scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs.booleanA recognised/organised possibility for passengers to change public transport vehicles using two STOP POINTs (which may be identical) on two particular SERVICE JOURNEY PATTERNs, including the maximum wait duration allowed and the standard to be aimed at.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
-
hasServiceJourneyPatternInterchange
boolean hasServiceJourneyPatternInterchange()A recognised/organised possibility for passengers to change public transport vehicles using two STOP POINTs (which may be identical) on two particular SERVICE JOURNEY PATTERNs, including the maximum wait duration allowed and the standard to be aimed at. These may supersede the times given for the DEFAULT INTERCHANGE. Schedulers may use this entity for synchronisation of journeys. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 617:105]
.uk.org.netex.www.netex.ServiceJourneyPatternInterchangeType service_journey_pattern_interchange = 1;- Returns:
- Whether the serviceJourneyPatternInterchange field is set.
-
getServiceJourneyPatternInterchange
ServiceJourneyPatternInterchangeType getServiceJourneyPatternInterchange()A recognised/organised possibility for passengers to change public transport vehicles using two STOP POINTs (which may be identical) on two particular SERVICE JOURNEY PATTERNs, including the maximum wait duration allowed and the standard to be aimed at. These may supersede the times given for the DEFAULT INTERCHANGE. Schedulers may use this entity for synchronisation of journeys. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 617:105]
.uk.org.netex.www.netex.ServiceJourneyPatternInterchangeType service_journey_pattern_interchange = 1;- Returns:
- The serviceJourneyPatternInterchange.
-
getServiceJourneyPatternInterchangeOrBuilder
ServiceJourneyPatternInterchangeTypeOrBuilder getServiceJourneyPatternInterchangeOrBuilder()A recognised/organised possibility for passengers to change public transport vehicles using two STOP POINTs (which may be identical) on two particular SERVICE JOURNEY PATTERNs, including the maximum wait duration allowed and the standard to be aimed at. These may supersede the times given for the DEFAULT INTERCHANGE. Schedulers may use this entity for synchronisation of journeys. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 617:105]
.uk.org.netex.www.netex.ServiceJourneyPatternInterchangeType service_journey_pattern_interchange = 1; -
hasServiceJourneyInterchange
boolean hasServiceJourneyInterchange()The scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 559:98]
.uk.org.netex.www.netex.ServiceJourneyInterchangeType service_journey_interchange = 2;- Returns:
- Whether the serviceJourneyInterchange field is set.
-
getServiceJourneyInterchange
ServiceJourneyInterchangeType getServiceJourneyInterchange()The scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 559:98]
.uk.org.netex.www.netex.ServiceJourneyInterchangeType service_journey_interchange = 2;- Returns:
- The serviceJourneyInterchange.
-
getServiceJourneyInterchangeOrBuilder
ServiceJourneyInterchangeTypeOrBuilder getServiceJourneyInterchangeOrBuilder()The scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 559:98]
.uk.org.netex.www.netex.ServiceJourneyInterchangeType service_journey_interchange = 2;
-