Package uk.org.netex.www.netex
Interface VehicleEquipments_RelStructure.ChoiceWrapper_VehicleEquipments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleEquipments_RelStructure.ChoiceWrapper_VehicleEquipments_RelStructure,VehicleEquipments_RelStructure.ChoiceWrapper_VehicleEquipments_RelStructure.Builder
- Enclosing class:
VehicleEquipments_RelStructure
public static interface VehicleEquipments_RelStructure.ChoiceWrapper_VehicleEquipments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecialisation of VEHICLE EQUIPMENT for ACCESS providing information such as low floor, ramp, access area dimensions, etc.Specialisation of VEHICLE EQUIPMENT for ACCESS providing information such as low floor, ramp, access area dimensions, etc.Specialisation of VEHICLE EQUIPMENT for Wheel chair accessibility on board a VEHICLE providing information such as the number of wheel chair areas and the access dimensions.Specialisation of VEHICLE EQUIPMENT for Wheel chair accessibility on board a VEHICLE providing information such as the number of wheel chair areas and the access dimensions.booleanSpecialisation of VEHICLE EQUIPMENT for ACCESS providing information such as low floor, ramp, access area dimensions, etc.booleanSpecialisation of VEHICLE EQUIPMENT for Wheel chair accessibility on board a VEHICLE providing information such as the number of wheel chair areas and the access dimensions.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
-
hasAccessVehicleEquipment
boolean hasAccessVehicleEquipment()Specialisation of VEHICLE EQUIPMENT for ACCESS providing information such as low floor, ramp, access area dimensions, etc. [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_version.xsd at 120:84]
.uk.org.netex.www.netex.AccessVehicleEquipmentType access_vehicle_equipment = 1;- Returns:
- Whether the accessVehicleEquipment field is set.
-
getAccessVehicleEquipment
AccessVehicleEquipmentType getAccessVehicleEquipment()Specialisation of VEHICLE EQUIPMENT for ACCESS providing information such as low floor, ramp, access area dimensions, etc. [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_version.xsd at 120:84]
.uk.org.netex.www.netex.AccessVehicleEquipmentType access_vehicle_equipment = 1;- Returns:
- The accessVehicleEquipment.
-
getAccessVehicleEquipmentOrBuilder
AccessVehicleEquipmentTypeOrBuilder getAccessVehicleEquipmentOrBuilder()Specialisation of VEHICLE EQUIPMENT for ACCESS providing information such as low floor, ramp, access area dimensions, etc. [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_version.xsd at 120:84]
.uk.org.netex.www.netex.AccessVehicleEquipmentType access_vehicle_equipment = 1; -
hasWheelchairVehicleEquipment
boolean hasWheelchairVehicleEquipment()Specialisation of VEHICLE EQUIPMENT for Wheel chair accessibility on board a VEHICLE providing information such as the number of wheel chair areas and the access dimensions. [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_version.xsd at 280:88]
.uk.org.netex.www.netex.WheelchairVehicleEquipmentType wheelchair_vehicle_equipment = 2;- Returns:
- Whether the wheelchairVehicleEquipment field is set.
-
getWheelchairVehicleEquipment
WheelchairVehicleEquipmentType getWheelchairVehicleEquipment()Specialisation of VEHICLE EQUIPMENT for Wheel chair accessibility on board a VEHICLE providing information such as the number of wheel chair areas and the access dimensions. [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_version.xsd at 280:88]
.uk.org.netex.www.netex.WheelchairVehicleEquipmentType wheelchair_vehicle_equipment = 2;- Returns:
- The wheelchairVehicleEquipment.
-
getWheelchairVehicleEquipmentOrBuilder
WheelchairVehicleEquipmentTypeOrBuilder getWheelchairVehicleEquipmentOrBuilder()Specialisation of VEHICLE EQUIPMENT for Wheel chair accessibility on board a VEHICLE providing information such as the number of wheel chair areas and the access dimensions. [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_version.xsd at 280:88]
.uk.org.netex.www.netex.WheelchairVehicleEquipmentType wheelchair_vehicle_equipment = 2;
-