Package uk.org.netex.www.netex
Interface FareTableRows_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareTableRows_RelStructure,FareTableRows_RelStructure.Builder
@Generated
public interface FareTableRows_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFareTableRow(int index) An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.intAn 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.getFareTableRowOrBuilder(int index) An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.List<? extends FareTableRowTypeOrBuilder> An individual combination of features in a FARE TABLE, used to associate a FARE PRICE.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getFareTableRowList
List<FareTableRowType> getFareTableRowList()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 845:35]
repeated .uk.org.netex.www.netex.FareTableRowType fare_table_row = 2; -
getFareTableRow
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 845:35]
repeated .uk.org.netex.www.netex.FareTableRowType fare_table_row = 2; -
getFareTableRowCount
int getFareTableRowCount()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 845:35]
repeated .uk.org.netex.www.netex.FareTableRowType fare_table_row = 2; -
getFareTableRowOrBuilderList
List<? extends FareTableRowTypeOrBuilder> getFareTableRowOrBuilderList()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 845:35]
repeated .uk.org.netex.www.netex.FareTableRowType fare_table_row = 2; -
getFareTableRowOrBuilder
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 845:35]
repeated .uk.org.netex.www.netex.FareTableRowType fare_table_row = 2;
-