Package uk.org.netex.www.netex
Interface FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure,FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure.Builder
- Enclosing class:
FareTablesInFrame_RelStructure
public static interface FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA 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.A 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.A set of price for a combination of price features in a Tariff.A set of price for a combination of price features in a Tariff.booleanA grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.booleanA grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT.booleanA set of price for a combination of price features in a Tariff.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
-
hasFareTable
boolean hasFareTable()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_fareTable_version.xsd at 170:63]
.uk.org.netex.www.netex.FareTableType fare_table = 1;- Returns:
- Whether the fareTable field is set.
-
getFareTable
FareTableType getFareTable()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_fareTable_version.xsd at 170:63]
.uk.org.netex.www.netex.FareTableType fare_table = 1;- Returns:
- The fareTable.
-
getFareTableOrBuilder
FareTableTypeOrBuilder getFareTableOrBuilder()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_fareTable_version.xsd at 170:63]
.uk.org.netex.www.netex.FareTableType fare_table = 1; -
hasFareTableInContext
boolean hasFareTableInContext()A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. OPTIMIZATION - Alias for FARE TABLE That does not require an ID to be present. [netex_part_3/part3_fares/netex_fareTable_version.xsd at 340:106]
.uk.org.netex.www.netex.FareTable_VersionStructure fare_table_in_context = 2;- Returns:
- Whether the fareTableInContext field is set.
-
getFareTableInContext
FareTable_VersionStructure getFareTableInContext()A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. OPTIMIZATION - Alias for FARE TABLE That does not require an ID to be present. [netex_part_3/part3_fares/netex_fareTable_version.xsd at 340:106]
.uk.org.netex.www.netex.FareTable_VersionStructure fare_table_in_context = 2;- Returns:
- The fareTableInContext.
-
getFareTableInContextOrBuilder
FareTable_VersionStructureOrBuilder getFareTableInContextOrBuilder()A grouping of prices that may be associated with a DISTANCE MATRIX ELEMENT, FARE STRUCTURE ELEMENT or other PRICEABLE OBJECT. OPTIMIZATION - Alias for FARE TABLE That does not require an ID to be present. [netex_part_3/part3_fares/netex_fareTable_version.xsd at 340:106]
.uk.org.netex.www.netex.FareTable_VersionStructure fare_table_in_context = 2; -
hasStandardFareTable
boolean hasStandardFareTable()A set of price for a combination of price features in a Tariff. [netex_part_3/part3_fares/netex_fareTable_version.xsd at 346:71]
.uk.org.netex.www.netex.StandardFareTableType standard_fare_table = 3;- Returns:
- Whether the standardFareTable field is set.
-
getStandardFareTable
StandardFareTableType getStandardFareTable()A set of price for a combination of price features in a Tariff. [netex_part_3/part3_fares/netex_fareTable_version.xsd at 346:71]
.uk.org.netex.www.netex.StandardFareTableType standard_fare_table = 3;- Returns:
- The standardFareTable.
-
getStandardFareTableOrBuilder
StandardFareTableTypeOrBuilder getStandardFareTableOrBuilder()A set of price for a combination of price features in a Tariff. [netex_part_3/part3_fares/netex_fareTable_version.xsd at 346:71]
.uk.org.netex.www.netex.StandardFareTableType standard_fare_table = 3; -
getGroupOfEntitiesVersionStructureCase
FareTablesInFrame_RelStructure.ChoiceWrapper_GroupOfEntities_VersionStructure.GroupOfEntitiesVersionStructureCase getGroupOfEntitiesVersionStructureCase()
-