Package uk.org.netex.www.netex
Interface VehicleModelProfilesInFrame_RelStructure.ChoiceWrapper_VehicleModelProfilesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleModelProfilesInFrame_RelStructure.ChoiceWrapper_VehicleModelProfilesInFrame_RelStructure,VehicleModelProfilesInFrame_RelStructure.ChoiceWrapper_VehicleModelProfilesInFrame_RelStructure.Builder
- Enclosing class:
VehicleModelProfilesInFrame_RelStructure
public static interface VehicleModelProfilesInFrame_RelStructure.ChoiceWrapper_VehicleModelProfilesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA set of characteristics of equipment installed on-board and characterising a CAR MODEL PROFILE.A set of characteristics of equipment installed on-board and characterising a CAR MODEL PROFILE.A set of characteristics of equipment installed on-board and characterising a CYCLE MODEL PROFILE.A set of characteristics of equipment installed on-board and characterising a CYCLE MODEL PROFILE.booleanA set of characteristics of equipment installed on-board and characterising a CAR MODEL PROFILE.booleanA set of characteristics of equipment installed on-board and characterising a CYCLE MODEL 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
-
hasCarModelProfile
boolean hasCarModelProfile()A set of characteristics of equipment installed on-board and characterising a CAR MODEL PROFILE. +v1.2.2 [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_version.xsd at 148:93]
.uk.org.netex.www.netex.CarModelProfileType car_model_profile = 1;- Returns:
- Whether the carModelProfile field is set.
-
getCarModelProfile
CarModelProfileType getCarModelProfile()A set of characteristics of equipment installed on-board and characterising a CAR MODEL PROFILE. +v1.2.2 [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_version.xsd at 148:93]
.uk.org.netex.www.netex.CarModelProfileType car_model_profile = 1;- Returns:
- The carModelProfile.
-
getCarModelProfileOrBuilder
CarModelProfileTypeOrBuilder getCarModelProfileOrBuilder()A set of characteristics of equipment installed on-board and characterising a CAR MODEL PROFILE. +v1.2.2 [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_version.xsd at 148:93]
.uk.org.netex.www.netex.CarModelProfileType car_model_profile = 1; -
hasCycleModelProfile
boolean hasCycleModelProfile()A set of characteristics of equipment installed on-board and characterising a CYCLE MODEL PROFILE. +v1.2.2 [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_version.xsd at 268:78]
.uk.org.netex.www.netex.CycleModelProfileType cycle_model_profile = 2;- Returns:
- Whether the cycleModelProfile field is set.
-
getCycleModelProfile
CycleModelProfileType getCycleModelProfile()A set of characteristics of equipment installed on-board and characterising a CYCLE MODEL PROFILE. +v1.2.2 [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_version.xsd at 268:78]
.uk.org.netex.www.netex.CycleModelProfileType cycle_model_profile = 2;- Returns:
- The cycleModelProfile.
-
getCycleModelProfileOrBuilder
CycleModelProfileTypeOrBuilder getCycleModelProfileOrBuilder()A set of characteristics of equipment installed on-board and characterising a CYCLE MODEL PROFILE. +v1.2.2 [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_version.xsd at 268:78]
.uk.org.netex.www.netex.CycleModelProfileType cycle_model_profile = 2;
-