Package uk.org.netex.www.netex
Interface VehicleServicePlaceAssignments_RelStructure.ChoiceWrapper_VehicleServicePlaceAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleServicePlaceAssignments_RelStructure.ChoiceWrapper_VehicleServicePlaceAssignments_RelStructure,VehicleServicePlaceAssignments_RelStructure.ChoiceWrapper_VehicleServicePlaceAssignments_RelStructure.Builder
- Enclosing class:
VehicleServicePlaceAssignments_RelStructure
public static interface VehicleServicePlaceAssignments_RelStructure.ChoiceWrapper_VehicleServicePlaceAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe allocation of a TAXI SERVICE to a TAXI PARKING or a TAXI STAND.The allocation of a TAXI SERVICE to a TAXI PARKING or a TAXI STAND.The allocation of a VEHICLE POOLING SERVICE to a VEHICLE POOLING PARKING AREA or a VEHICLE POOLING MEETING PLACE.The allocation of a VEHICLE POOLING SERVICE to a VEHICLE POOLING PARKING AREA or a VEHICLE POOLING MEETING PLACE.The allocation of a VEHICLE SHARING AREA to any vehicle sharing or rental service.The allocation of a VEHICLE SHARING AREA to any vehicle sharing or rental service.booleanThe allocation of a TAXI SERVICE to a TAXI PARKING or a TAXI STAND.booleanThe allocation of a VEHICLE POOLING SERVICE to a VEHICLE POOLING PARKING AREA or a VEHICLE POOLING MEETING PLACE.booleanThe allocation of a VEHICLE SHARING AREA to any vehicle sharing or rental service.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
-
hasVehicleSharingPlaceAssignment
boolean hasVehicleSharingPlaceAssignment()The allocation of a VEHICLE SHARING AREA to any vehicle sharing or rental service. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 279:101]
.uk.org.netex.www.netex.VehicleSharingPlaceAssignmentType vehicle_sharing_place_assignment = 1;- Returns:
- Whether the vehicleSharingPlaceAssignment field is set.
-
getVehicleSharingPlaceAssignment
VehicleSharingPlaceAssignmentType getVehicleSharingPlaceAssignment()The allocation of a VEHICLE SHARING AREA to any vehicle sharing or rental service. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 279:101]
.uk.org.netex.www.netex.VehicleSharingPlaceAssignmentType vehicle_sharing_place_assignment = 1;- Returns:
- The vehicleSharingPlaceAssignment.
-
getVehicleSharingPlaceAssignmentOrBuilder
VehicleSharingPlaceAssignmentTypeOrBuilder getVehicleSharingPlaceAssignmentOrBuilder()The allocation of a VEHICLE SHARING AREA to any vehicle sharing or rental service. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 279:101]
.uk.org.netex.www.netex.VehicleSharingPlaceAssignmentType vehicle_sharing_place_assignment = 1; -
hasVehiclePoolingPlaceAssignment
boolean hasVehiclePoolingPlaceAssignment()The allocation of a VEHICLE POOLING SERVICE to a VEHICLE POOLING PARKING AREA or a VEHICLE POOLING MEETING PLACE. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 218:101]
.uk.org.netex.www.netex.VehiclePoolingPlaceAssignmentType vehicle_pooling_place_assignment = 2;- Returns:
- Whether the vehiclePoolingPlaceAssignment field is set.
-
getVehiclePoolingPlaceAssignment
VehiclePoolingPlaceAssignmentType getVehiclePoolingPlaceAssignment()The allocation of a VEHICLE POOLING SERVICE to a VEHICLE POOLING PARKING AREA or a VEHICLE POOLING MEETING PLACE. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 218:101]
.uk.org.netex.www.netex.VehiclePoolingPlaceAssignmentType vehicle_pooling_place_assignment = 2;- Returns:
- The vehiclePoolingPlaceAssignment.
-
getVehiclePoolingPlaceAssignmentOrBuilder
VehiclePoolingPlaceAssignmentTypeOrBuilder getVehiclePoolingPlaceAssignmentOrBuilder()The allocation of a VEHICLE POOLING SERVICE to a VEHICLE POOLING PARKING AREA or a VEHICLE POOLING MEETING PLACE. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 218:101]
.uk.org.netex.www.netex.VehiclePoolingPlaceAssignmentType vehicle_pooling_place_assignment = 2; -
hasTaxiServicePlaceAssignment
boolean hasTaxiServicePlaceAssignment()The allocation of a TAXI SERVICE to a TAXI PARKING or a TAXI STAND. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 156:98]
.uk.org.netex.www.netex.TaxiServicePlaceAssignmentType taxi_service_place_assignment = 3;- Returns:
- Whether the taxiServicePlaceAssignment field is set.
-
getTaxiServicePlaceAssignment
TaxiServicePlaceAssignmentType getTaxiServicePlaceAssignment()The allocation of a TAXI SERVICE to a TAXI PARKING or a TAXI STAND. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 156:98]
.uk.org.netex.www.netex.TaxiServicePlaceAssignmentType taxi_service_place_assignment = 3;- Returns:
- The taxiServicePlaceAssignment.
-
getTaxiServicePlaceAssignmentOrBuilder
TaxiServicePlaceAssignmentTypeOrBuilder getTaxiServicePlaceAssignmentOrBuilder()The allocation of a TAXI SERVICE to a TAXI PARKING or a TAXI STAND. +V1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleServicePlaceAssignment_version.xsd at 156:98]
.uk.org.netex.www.netex.TaxiServicePlaceAssignmentType taxi_service_place_assignment = 3;
-