Package uk.org.netex.www.netex
Interface JourneyParts_RelStructure.ChoiceWrapper_JourneyParts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyParts_RelStructure.ChoiceWrapper_JourneyParts_RelStructure,JourneyParts_RelStructure.ChoiceWrapper_JourneyParts_RelStructure.Builder
- Enclosing class:
JourneyParts_RelStructure
public static interface JourneyParts_RelStructure.ChoiceWrapper_JourneyParts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs.A part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs.Reference to a JOURNEY PART.Reference to a JOURNEY PART.booleanA part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs.booleanReference to a JOURNEY PART.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
-
hasJourneyPartRef
boolean hasJourneyPartRef()Reference to a JOURNEY PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 1;- Returns:
- Whether the journeyPartRef field is set.
-
getJourneyPartRef
GroupOfEntitiesRefStructure getJourneyPartRef()Reference to a JOURNEY PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 1;- Returns:
- The journeyPartRef.
-
getJourneyPartRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getJourneyPartRefOrBuilder()Reference to a JOURNEY PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 1; -
hasJourneyPart
boolean hasJourneyPart()A part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs. [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 129:89]
.uk.org.netex.www.netex.JourneyPartType journey_part = 2;- Returns:
- Whether the journeyPart field is set.
-
getJourneyPart
JourneyPartType getJourneyPart()A part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs. [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 129:89]
.uk.org.netex.www.netex.JourneyPartType journey_part = 2;- Returns:
- The journeyPart.
-
getJourneyPartOrBuilder
JourneyPartTypeOrBuilder getJourneyPartOrBuilder()A part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs. [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 129:89]
.uk.org.netex.www.netex.JourneyPartType journey_part = 2;
-