Package uk.org.netex.www.netex
Interface ServiceJourneyInterchanges_RelStructure.ChoiceWrapper_ServiceJourneyInterchanges_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceJourneyInterchanges_RelStructure.ChoiceWrapper_ServiceJourneyInterchanges_RelStructure,ServiceJourneyInterchanges_RelStructure.ChoiceWrapper_ServiceJourneyInterchanges_RelStructure.Builder
- Enclosing class:
ServiceJourneyInterchanges_RelStructure
public static interface ServiceJourneyInterchanges_RelStructure.ChoiceWrapper_ServiceJourneyInterchanges_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.Reference to a SERVICE JOURNEY INTERCHANGE.Reference to a SERVICE JOURNEY INTERCHANGE.Simplified view of SERVICE JOURNEY INTERCHANGE.Simplified view of SERVICE JOURNEY INTERCHANGE.booleanThe scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs.booleanReference to a SERVICE JOURNEY INTERCHANGE.booleanSimplified view of SERVICE JOURNEY INTERCHANGE.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
-
hasServiceJourneyInterchangeRef
boolean hasServiceJourneyInterchangeRef()Reference to a SERVICE JOURNEY INTERCHANGE. [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 170:131]
.uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_interchange_ref = 1;- Returns:
- Whether the serviceJourneyInterchangeRef field is set.
-
getServiceJourneyInterchangeRef
VersionOfObjectRefStructure getServiceJourneyInterchangeRef()Reference to a SERVICE JOURNEY INTERCHANGE. [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 170:131]
.uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_interchange_ref = 1;- Returns:
- The serviceJourneyInterchangeRef.
-
getServiceJourneyInterchangeRefOrBuilder
VersionOfObjectRefStructureOrBuilder getServiceJourneyInterchangeRefOrBuilder()Reference to a SERVICE JOURNEY INTERCHANGE. [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 170:131]
.uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_interchange_ref = 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; -
hasServiceJourneyInterchangeView
boolean hasServiceJourneyInterchangeView()Simplified view of SERVICE JOURNEY INTERCHANGE. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 716:155]
.uk.org.netex.www.netex.ServiceJourneyInterchange_DerivedViewStructure service_journey_interchange_view = 3;- Returns:
- Whether the serviceJourneyInterchangeView field is set.
-
getServiceJourneyInterchangeView
ServiceJourneyInterchange_DerivedViewStructure getServiceJourneyInterchangeView()Simplified view of SERVICE JOURNEY INTERCHANGE. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 716:155]
.uk.org.netex.www.netex.ServiceJourneyInterchange_DerivedViewStructure service_journey_interchange_view = 3;- Returns:
- The serviceJourneyInterchangeView.
-
getServiceJourneyInterchangeViewOrBuilder
ServiceJourneyInterchange_DerivedViewStructureOrBuilder getServiceJourneyInterchangeViewOrBuilder()Simplified view of SERVICE JOURNEY INTERCHANGE. [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 716:155]
.uk.org.netex.www.netex.ServiceJourneyInterchange_DerivedViewStructure service_journey_interchange_view = 3;
-