Interface FareTableColumns_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFareTableColumn(int index)
    An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.
    int
    An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.
    An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.
    An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.
    An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    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.
    • getFareTableColumnList

      List<FareTableColumnType> getFareTableColumnList()
       An individual combination of  features in a FARE TABLE, used to associate a FARE PRICE.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 754:38]
       
      repeated .uk.org.netex.www.netex.FareTableColumnType fare_table_column = 2;
    • getFareTableColumn

      FareTableColumnType getFareTableColumn(int index)
       An individual combination of  features in a FARE TABLE, used to associate a FARE PRICE.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 754:38]
       
      repeated .uk.org.netex.www.netex.FareTableColumnType fare_table_column = 2;
    • getFareTableColumnCount

      int getFareTableColumnCount()
       An individual combination of  features in a FARE TABLE, used to associate a FARE PRICE.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 754:38]
       
      repeated .uk.org.netex.www.netex.FareTableColumnType fare_table_column = 2;
    • getFareTableColumnOrBuilderList

      List<? extends FareTableColumnTypeOrBuilder> getFareTableColumnOrBuilderList()
       An individual combination of  features in a FARE TABLE, used to associate a FARE PRICE.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 754:38]
       
      repeated .uk.org.netex.www.netex.FareTableColumnType fare_table_column = 2;
    • getFareTableColumnOrBuilder

      FareTableColumnTypeOrBuilder getFareTableColumnOrBuilder(int index)
       An individual combination of  features in a FARE TABLE, used to associate a FARE PRICE.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 754:38]
       
      repeated .uk.org.netex.www.netex.FareTableColumnType fare_table_column = 2;