Package uk.org.netex.www.netex
Interface LinksInJourneyPattern_RelStructure.ChoiceWrapper_LinksInJourneyPattern_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinksInJourneyPattern_RelStructure.ChoiceWrapper_LinksInJourneyPattern_RelStructure,LinksInJourneyPattern_RelStructure.ChoiceWrapper_LinksInJourneyPattern_RelStructure.Builder
- Enclosing class:
LinksInJourneyPattern_RelStructure
public static interface LinksInJourneyPattern_RelStructure.ChoiceWrapper_LinksInJourneyPattern_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.The position of a TIMING LINK in a JOURNEY PATTERN.The position of a TIMING LINK in a JOURNEY PATTERN.booleanThe use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.booleanThe position of a TIMING LINK in a JOURNEY PATTERN.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
-
hasServiceLinkInJourneyPattern
boolean hasServiceLinkInJourneyPattern()The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
.uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 1;- Returns:
- Whether the serviceLinkInJourneyPattern field is set.
-
getServiceLinkInJourneyPattern
ServiceLinkInJourneyPattern_VersionedChildStructure getServiceLinkInJourneyPattern()The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
.uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 1;- Returns:
- The serviceLinkInJourneyPattern.
-
getServiceLinkInJourneyPatternOrBuilder
ServiceLinkInJourneyPattern_VersionedChildStructureOrBuilder getServiceLinkInJourneyPatternOrBuilder()The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
.uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 1; -
hasTimingLinkInJourneyPattern
boolean hasTimingLinkInJourneyPattern()The position of a TIMING LINK in a JOURNEY PATTERN. This ENTITY is needed if a TIMING LINK is repeated in the same JOURNEY PATTERN, and separate information is to be stored about each iteration of the TIMING LINK. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 438:105]
.uk.org.netex.www.netex.TimingLinkInJourneyPatternType timing_link_in_journey_pattern = 2;- Returns:
- Whether the timingLinkInJourneyPattern field is set.
-
getTimingLinkInJourneyPattern
TimingLinkInJourneyPatternType getTimingLinkInJourneyPattern()The position of a TIMING LINK in a JOURNEY PATTERN. This ENTITY is needed if a TIMING LINK is repeated in the same JOURNEY PATTERN, and separate information is to be stored about each iteration of the TIMING LINK. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 438:105]
.uk.org.netex.www.netex.TimingLinkInJourneyPatternType timing_link_in_journey_pattern = 2;- Returns:
- The timingLinkInJourneyPattern.
-
getTimingLinkInJourneyPatternOrBuilder
TimingLinkInJourneyPatternTypeOrBuilder getTimingLinkInJourneyPatternOrBuilder()The position of a TIMING LINK in a JOURNEY PATTERN. This ENTITY is needed if a TIMING LINK is repeated in the same JOURNEY PATTERN, and separate information is to be stored about each iteration of the TIMING LINK. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 438:105]
.uk.org.netex.www.netex.TimingLinkInJourneyPatternType timing_link_in_journey_pattern = 2;
-