Package uk.org.netex.www.netex
Interface ChoiceWrapper_TrainStopAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChoiceWrapper_TrainStopAssignments_RelStructure,ChoiceWrapper_TrainStopAssignments_RelStructure.Builder
public interface ChoiceWrapper_TrainStopAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAssignment of a scheduled train stop point to a STOP PLACE and quay. etc.Assignment of a scheduled train stop point to a STOP PLACE and quay. etc.Reference to a TRAIN STOP ASSIGNMENT.Reference to a TRAIN STOP ASSIGNMENT.booleanAssignment of a scheduled train stop point to a STOP PLACE and quay. etc.booleanReference to a TRAIN STOP ASSIGNMENT.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
-
hasTrainStopAssignmentRef
boolean hasTrainStopAssignmentRef()Reference to a TRAIN STOP ASSIGNMENT. [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 117:122]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_stop_assignment_ref = 1;- Returns:
- Whether the trainStopAssignmentRef field is set.
-
getTrainStopAssignmentRef
VersionOfObjectRefStructure getTrainStopAssignmentRef()Reference to a TRAIN STOP ASSIGNMENT. [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 117:122]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_stop_assignment_ref = 1;- Returns:
- The trainStopAssignmentRef.
-
getTrainStopAssignmentRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTrainStopAssignmentRefOrBuilder()Reference to a TRAIN STOP ASSIGNMENT. [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 117:122]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_stop_assignment_ref = 1; -
hasTrainStopAssignment
boolean hasTrainStopAssignment()Assignment of a scheduled train stop point to a STOP PLACE and quay. etc. [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 292:77]
.uk.org.netex.www.netex.TrainStopAssignmentType train_stop_assignment = 2;- Returns:
- Whether the trainStopAssignment field is set.
-
getTrainStopAssignment
TrainStopAssignmentType getTrainStopAssignment()Assignment of a scheduled train stop point to a STOP PLACE and quay. etc. [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 292:77]
.uk.org.netex.www.netex.TrainStopAssignmentType train_stop_assignment = 2;- Returns:
- The trainStopAssignment.
-
getTrainStopAssignmentOrBuilder
TrainStopAssignmentTypeOrBuilder getTrainStopAssignmentOrBuilder()Assignment of a scheduled train stop point to a STOP PLACE and quay. etc. [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 292:77]
.uk.org.netex.www.netex.TrainStopAssignmentType train_stop_assignment = 2;
-