Package uk.org.netex.www.netex
Interface CoursesOfJourneys_RelStructure.ChoiceWrapper_CoursesOfJourneys_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoursesOfJourneys_RelStructure.ChoiceWrapper_CoursesOfJourneys_RelStructure,CoursesOfJourneys_RelStructure.ChoiceWrapper_CoursesOfJourneys_RelStructure.Builder
- Enclosing class:
CoursesOfJourneys_RelStructure
public static interface CoursesOfJourneys_RelStructure.ChoiceWrapper_CoursesOfJourneys_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE.A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE.Reference to a COURSE OF JOURNEYS (Run).Reference to a COURSE OF JOURNEYS (Run).booleanA part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE.booleanReference to a COURSE OF JOURNEYS (Run).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
-
hasCourseOfJourneysRef
boolean hasCourseOfJourneysRef()Reference to a COURSE OF JOURNEYS (Run). [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 172:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure course_of_journeys_ref = 1;- Returns:
- Whether the courseOfJourneysRef field is set.
-
getCourseOfJourneysRef
VersionOfObjectRefStructure getCourseOfJourneysRef()Reference to a COURSE OF JOURNEYS (Run). [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 172:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure course_of_journeys_ref = 1;- Returns:
- The courseOfJourneysRef.
-
getCourseOfJourneysRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCourseOfJourneysRefOrBuilder()Reference to a COURSE OF JOURNEYS (Run). [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 172:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure course_of_journeys_ref = 1; -
hasCourseOfJourneys
boolean hasCourseOfJourneys()A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 720:94]
.uk.org.netex.www.netex.CourseOfJourneysType course_of_journeys = 2;- Returns:
- Whether the courseOfJourneys field is set.
-
getCourseOfJourneys
CourseOfJourneysType getCourseOfJourneys()A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 720:94]
.uk.org.netex.www.netex.CourseOfJourneysType course_of_journeys = 2;- Returns:
- The courseOfJourneys.
-
getCourseOfJourneysOrBuilder
CourseOfJourneysTypeOrBuilder getCourseOfJourneysOrBuilder()A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 720:94]
.uk.org.netex.www.netex.CourseOfJourneysType course_of_journeys = 2;
-