Package uk.org.netex.www.netex
Interface FareTablesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareTablesInFrame_RelStructure,FareTablesInFrame_RelStructure.Builder
public interface FareTablesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFareTableu(int index) A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.intA grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.getFareTableuOrBuilder(int index) A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.List<? extends FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructureOrBuilder> A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.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.
-
getFareTableuList
List<FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure> getFareTableuList()A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 189:125]
repeated .uk.org.netex.www.netex.FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure fare_tableu = 5; -
getFareTableu
FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure getFareTableu(int index) A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 189:125]
repeated .uk.org.netex.www.netex.FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure fare_tableu = 5; -
getFareTableuCount
int getFareTableuCount()A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 189:125]
repeated .uk.org.netex.www.netex.FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure fare_tableu = 5; -
getFareTableuOrBuilderList
List<? extends FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructureOrBuilder> getFareTableuOrBuilderList()A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 189:125]
repeated .uk.org.netex.www.netex.FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure fare_tableu = 5; -
getFareTableuOrBuilder
FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructureOrBuilder getFareTableuOrBuilder(int index) A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 189:125]
repeated .uk.org.netex.www.netex.FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure fare_tableu = 5;
-