Package uk.org.netex.www.netex
Interface VehicleTypeStopAssignments_RelStructure.ChoiceWrapper_VehicleTypeStopAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleTypeStopAssignments_RelStructure.ChoiceWrapper_VehicleTypeStopAssignments_RelStructure,VehicleTypeStopAssignments_RelStructure.ChoiceWrapper_VehicleTypeStopAssignments_RelStructure.Builder
- Enclosing class:
VehicleTypeStopAssignments_RelStructure
public static interface VehicleTypeStopAssignments_RelStructure.ChoiceWrapper_VehicleTypeStopAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY.The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY.Reference to a VEHICLE TYPE STOP ASSIGNMENT.Reference to a VEHICLE TYPE STOP ASSIGNMENT.booleanThe allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY.booleanReference to a VEHICLE TYPE 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
-
hasVehicleTypeStopAssignmentRef
boolean hasVehicleTypeStopAssignmentRef()Reference to a VEHICLE TYPE STOP ASSIGNMENT. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 263:134]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_stop_assignment_ref = 1;- Returns:
- Whether the vehicleTypeStopAssignmentRef field is set.
-
getVehicleTypeStopAssignmentRef
VersionOfObjectRefStructure getVehicleTypeStopAssignmentRef()Reference to a VEHICLE TYPE STOP ASSIGNMENT. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 263:134]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_stop_assignment_ref = 1;- Returns:
- The vehicleTypeStopAssignmentRef.
-
getVehicleTypeStopAssignmentRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVehicleTypeStopAssignmentRefOrBuilder()Reference to a VEHICLE TYPE STOP ASSIGNMENT. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 263:134]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_stop_assignment_ref = 1; -
hasVehicleTypeStopAssignment
boolean hasVehicleTypeStopAssignment()The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 504:103]
.uk.org.netex.www.netex.VehicleTypeStopAssignmentType vehicle_type_stop_assignment = 2;- Returns:
- Whether the vehicleTypeStopAssignment field is set.
-
getVehicleTypeStopAssignment
VehicleTypeStopAssignmentType getVehicleTypeStopAssignment()The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 504:103]
.uk.org.netex.www.netex.VehicleTypeStopAssignmentType vehicle_type_stop_assignment = 2;- Returns:
- The vehicleTypeStopAssignment.
-
getVehicleTypeStopAssignmentOrBuilder
VehicleTypeStopAssignmentTypeOrBuilder getVehicleTypeStopAssignmentOrBuilder()The allocation of a stopping position of a VEHICLE TYPE for a particular VEHICLE JOURNEY. [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 504:103]
.uk.org.netex.www.netex.VehicleTypeStopAssignmentType vehicle_type_stop_assignment = 2;
-