Package uk.org.netex.www.netex
Interface FareProductPrices_RelStructure.ChoiceWrapper_FareProductPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareProductPrices_RelStructure.ChoiceWrapper_FareProductPrices_RelStructure,FareProductPrices_RelStructure.ChoiceWrapper_FareProductPrices_RelStructure.Builder
- Enclosing class:
FareProductPrices_RelStructure
public static interface FareProductPrices_RelStructure.ChoiceWrapper_FareProductPrices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a CELL.Reference to a CELL.A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc.A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc.Reference to a FARE PRODUCT PRICE.Reference to a FARE PRODUCT PRICE.booleanReference to a CELL.booleanA set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc.booleanReference to a FARE PRODUCT PRICE.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
-
hasFareProductPriceRef
boolean hasFareProductPriceRef()Reference to a FARE PRODUCT PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 1;- Returns:
- Whether the fareProductPriceRef field is set.
-
getFareProductPriceRef
VersionOfObjectRefStructure getFareProductPriceRef()Reference to a FARE PRODUCT PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 1;- Returns:
- The fareProductPriceRef.
-
getFareProductPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareProductPriceRefOrBuilder()Reference to a FARE PRODUCT PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 1; -
hasFareProductPrice
boolean hasFareProductPrice()A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1092:87]
.uk.org.netex.www.netex.FareProductPriceType fare_product_price = 3;- Returns:
- Whether the fareProductPrice field is set.
-
getFareProductPrice
FareProductPriceType getFareProductPrice()A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1092:87]
.uk.org.netex.www.netex.FareProductPriceType fare_product_price = 3;- Returns:
- The fareProductPrice.
-
getFareProductPriceOrBuilder
FareProductPriceTypeOrBuilder getFareProductPriceOrBuilder()A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1092:87]
.uk.org.netex.www.netex.FareProductPriceType fare_product_price = 3; -
hasCellRef
boolean hasCellRef()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;- Returns:
- Whether the cellRef field is set.
-
getCellRef
VersionOfObjectRefStructure getCellRef()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;- Returns:
- The cellRef.
-
getCellRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCellRefOrBuilder()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2; -
getVersionOfObjectRefStructureCase
FareProductPrices_RelStructure.ChoiceWrapper_FareProductPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-