Package uk.org.netex.www.netex
Interface ParkingPrices_RelStructure.ChoiceWrapper_ParkingPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParkingPrices_RelStructure.ChoiceWrapper_ParkingPrices_RelStructure,ParkingPrices_RelStructure.ChoiceWrapper_ParkingPrices_RelStructure.Builder
- Enclosing class:
ParkingPrices_RelStructure
public static interface ParkingPrices_RelStructure.ChoiceWrapper_ParkingPrices_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 PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc.A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc.Reference to a PARKING TARIFF PRICE.Reference to a PARKING TARIFF PRICE.booleanReference to a CELL.booleanA set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc.booleanReference to a PARKING TARIFF 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
-
hasParkingPriceRef
boolean hasParkingPriceRef()Reference to a PARKING TARIFF PRICE. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 1;- Returns:
- Whether the parkingPriceRef field is set.
-
getParkingPriceRef
VersionOfObjectRefStructure getParkingPriceRef()Reference to a PARKING TARIFF PRICE. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 1;- Returns:
- The parkingPriceRef.
-
getParkingPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getParkingPriceRefOrBuilder()Reference to a PARKING TARIFF PRICE. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 1; -
hasParkingPrice
boolean hasParkingPrice()A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 301:83]
.uk.org.netex.www.netex.ParkingPrice_VersionedChildStructure parking_price = 3;- Returns:
- Whether the parkingPrice field is set.
-
getParkingPrice
ParkingPrice_VersionedChildStructure getParkingPrice()A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 301:83]
.uk.org.netex.www.netex.ParkingPrice_VersionedChildStructure parking_price = 3;- Returns:
- The parkingPrice.
-
getParkingPriceOrBuilder
ParkingPrice_VersionedChildStructureOrBuilder getParkingPriceOrBuilder()A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 301:83]
.uk.org.netex.www.netex.ParkingPrice_VersionedChildStructure parking_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
ParkingPrices_RelStructure.ChoiceWrapper_ParkingPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-