Interface VehicleTypePreferences_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VehicleTypePreferences_RelStructure, VehicleTypePreferences_RelStructure.Builder

@Generated public interface VehicleTypePreferences_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    The preference for the use of a particular VEHICLE TYPE for a SERVICE JOURNEY PATTERN, depending on the DAY TYPE and TIME DEMAND TYPE.
    int
    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 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.
    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

    isInitialized

    Methods 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

      VehicleTypePreferenceType 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. 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

      VehicleTypePreferenceTypeOrBuilder 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. 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;