Package uk.org.netex.www.netex
Interface TrainNumbersInFrame_RelStructure.ChoiceWrapper_TrainNumbersInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrainNumbersInFrame_RelStructure.ChoiceWrapper_TrainNumbersInFrame_RelStructure,TrainNumbersInFrame_RelStructure.ChoiceWrapper_TrainNumbersInFrame_RelStructure.Builder
- Enclosing class:
TrainNumbersInFrame_RelStructure
public static interface TrainNumbersInFrame_RelStructure.ChoiceWrapper_TrainNumbersInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc).Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc).Reference to a TRAIN NUMBER.Reference to a TRAIN NUMBER.booleanSpecification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc).booleanReference to a TRAIN NUMBER.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
-
hasTrainNumber
boolean hasTrainNumber()Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc). [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 361:89]
.uk.org.netex.www.netex.TrainNumberType train_number = 1;- Returns:
- Whether the trainNumber field is set.
-
getTrainNumber
TrainNumberType getTrainNumber()Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc). [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 361:89]
.uk.org.netex.www.netex.TrainNumberType train_number = 1;- Returns:
- The trainNumber.
-
getTrainNumberOrBuilder
TrainNumberTypeOrBuilder getTrainNumberOrBuilder()Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc). [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 361:89]
.uk.org.netex.www.netex.TrainNumberType train_number = 1; -
hasTrainNumberRef
boolean hasTrainNumberRef()Reference to a TRAIN NUMBER. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 2;- Returns:
- Whether the trainNumberRef field is set.
-
getTrainNumberRef
VersionOfObjectRefStructure getTrainNumberRef()Reference to a TRAIN NUMBER. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 2;- Returns:
- The trainNumberRef.
-
getTrainNumberRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTrainNumberRefOrBuilder()Reference to a TRAIN NUMBER. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 2;
-