Package uk.org.netex.www.netex
Interface VehicleTypePreferences_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleTypePreferences_RelStructure,VehicleTypePreferences_RelStructure.Builder
public interface VehicleTypePreferences_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getVehicleTypePreference(int index) The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE.intThe preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE.The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE.getVehicleTypePreferenceOrBuilder(int index) The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE.List<? extends VehicleTypePreferenceTypeOrBuilder> The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getVehicleTypePreferenceList
List<VehicleTypePreferenceType> getVehicleTypePreferenceList()The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE. The rank of preferences must be recorded. Different VEHICLE TYPEs may be given the same rank. [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 313:96]
repeated .uk.org.netex.www.netex.VehicleTypePreferenceType vehicle_type_preference = 2; -
getVehicleTypePreference
The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE. The rank of preferences must be recorded. Different VEHICLE TYPEs may be given the same rank. [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 313:96]
repeated .uk.org.netex.www.netex.VehicleTypePreferenceType vehicle_type_preference = 2; -
getVehicleTypePreferenceCount
int getVehicleTypePreferenceCount()The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE. The rank of preferences must be recorded. Different VEHICLE TYPEs may be given the same rank. [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 313:96]
repeated .uk.org.netex.www.netex.VehicleTypePreferenceType vehicle_type_preference = 2; -
getVehicleTypePreferenceOrBuilderList
List<? extends VehicleTypePreferenceTypeOrBuilder> getVehicleTypePreferenceOrBuilderList()The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE. The rank of preferences must be recorded. Different VEHICLE TYPEs may be given the same rank. [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 313:96]
repeated .uk.org.netex.www.netex.VehicleTypePreferenceType vehicle_type_preference = 2; -
getVehicleTypePreferenceOrBuilder
The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE. The rank of preferences must be recorded. Different VEHICLE TYPEs may be given the same rank. [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd at 313:96]
repeated .uk.org.netex.www.netex.VehicleTypePreferenceType vehicle_type_preference = 2;
-