Package uk.org.netex.www.netex
Interface VehicleEquipmenProfilesInFrame_RelStructure.ChoiceWrapper_VehicleEquipmenProfilesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleEquipmenProfilesInFrame_RelStructure.ChoiceWrapper_VehicleEquipmenProfilesInFrame_RelStructure,VehicleEquipmenProfilesInFrame_RelStructure.ChoiceWrapper_VehicleEquipmenProfilesInFrame_RelStructure.Builder
- Enclosing class:
VehicleEquipmenProfilesInFrame_RelStructure
public static interface VehicleEquipmenProfilesInFrame_RelStructure.ChoiceWrapper_VehicleEquipmenProfilesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecialisation of VEHICLE EQUIPMENT PROFILE describing vehicle charging features.Specialisation of VEHICLE EQUIPMENT PROFILE describing vehicle charging features.Each instantiation of this ENTITY gives the number of items of one TYPE OF EQUIPMENT a VEHICLE MODEL should contain for a given PURPOSE OF EQUIPMENT PROFILE.Each instantiation of this ENTITY gives the number of items of one TYPE OF EQUIPMENT a VEHICLE MODEL should contain for a given PURPOSE OF EQUIPMENT PROFILE.booleanSpecialisation of VEHICLE EQUIPMENT PROFILE describing vehicle charging features.booleanEach instantiation of this ENTITY gives the number of items of one TYPE OF EQUIPMENT a VEHICLE MODEL should contain for a given PURPOSE OF EQUIPMENT PROFILE.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
-
hasVehicleEquipmentProfile
boolean hasVehicleEquipmentProfile()Each instantiation of this ENTITY gives the number of items of one TYPE OF EQUIPMENT a VEHICLE MODEL should contain for a given PURPOSE OF EQUIPMENT PROFILE. The set of instantiations for one VEHICLE MODEL and one purpose gives one complete 'profile'. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 1071:84]
.uk.org.netex.www.netex.VehicleEquipmentProfileType vehicle_equipment_profile = 1;- Returns:
- Whether the vehicleEquipmentProfile field is set.
-
getVehicleEquipmentProfile
VehicleEquipmentProfileType getVehicleEquipmentProfile()Each instantiation of this ENTITY gives the number of items of one TYPE OF EQUIPMENT a VEHICLE MODEL should contain for a given PURPOSE OF EQUIPMENT PROFILE. The set of instantiations for one VEHICLE MODEL and one purpose gives one complete 'profile'. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 1071:84]
.uk.org.netex.www.netex.VehicleEquipmentProfileType vehicle_equipment_profile = 1;- Returns:
- The vehicleEquipmentProfile.
-
getVehicleEquipmentProfileOrBuilder
VehicleEquipmentProfileTypeOrBuilder getVehicleEquipmentProfileOrBuilder()Each instantiation of this ENTITY gives the number of items of one TYPE OF EQUIPMENT a VEHICLE MODEL should contain for a given PURPOSE OF EQUIPMENT PROFILE. The set of instantiations for one VEHICLE MODEL and one purpose gives one complete 'profile'. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 1071:84]
.uk.org.netex.www.netex.VehicleEquipmentProfileType vehicle_equipment_profile = 1; -
hasChargingEquipmentProfile
boolean hasChargingEquipmentProfile()Specialisation of VEHICLE EQUIPMENT PROFILE describing vehicle charging features. [netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_version.xsd at 73:85]
.uk.org.netex.www.netex.ChargingEquipmentProfileType charging_equipment_profile = 2;- Returns:
- Whether the chargingEquipmentProfile field is set.
-
getChargingEquipmentProfile
ChargingEquipmentProfileType getChargingEquipmentProfile()Specialisation of VEHICLE EQUIPMENT PROFILE describing vehicle charging features. [netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_version.xsd at 73:85]
.uk.org.netex.www.netex.ChargingEquipmentProfileType charging_equipment_profile = 2;- Returns:
- The chargingEquipmentProfile.
-
getChargingEquipmentProfileOrBuilder
ChargingEquipmentProfileTypeOrBuilder getChargingEquipmentProfileOrBuilder()Specialisation of VEHICLE EQUIPMENT PROFILE describing vehicle charging features. [netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_version.xsd at 73:85]
.uk.org.netex.www.netex.ChargingEquipmentProfileType charging_equipment_profile = 2;
-