Package uk.org.netex.www.netex
Interface ParkingChargeBands_RelStructure.ChoiceWrapper_ParkingChargeBands_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParkingChargeBands_RelStructure.ChoiceWrapper_ParkingChargeBands_RelStructure,ParkingChargeBands_RelStructure.ChoiceWrapper_ParkingChargeBands_RelStructure.Builder
- Enclosing class:
ParkingChargeBands_RelStructure
public static interface ParkingChargeBands_RelStructure.ChoiceWrapper_ParkingChargeBands_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionParking charges that describe the cost of using a PARKING or PARKING AREA for a given period.Parking charges that describe the cost of using a PARKING or PARKING AREA for a given period.Reference to a PARKING TARIFF CHARGE BAND.Reference to a PARKING TARIFF CHARGE BAND.booleanParking charges that describe the cost of using a PARKING or PARKING AREA for a given period.booleanReference to a PARKING TARIFF CHARGE BAND.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
-
hasParkingChargeBandRef
boolean hasParkingChargeBandRef()Reference to a PARKING TARIFF CHARGE BAND. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 96:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_charge_band_ref = 1;- Returns:
- Whether the parkingChargeBandRef field is set.
-
getParkingChargeBandRef
VersionOfObjectRefStructure getParkingChargeBandRef()Reference to a PARKING TARIFF CHARGE BAND. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 96:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_charge_band_ref = 1;- Returns:
- The parkingChargeBandRef.
-
getParkingChargeBandRefOrBuilder
VersionOfObjectRefStructureOrBuilder getParkingChargeBandRefOrBuilder()Reference to a PARKING TARIFF CHARGE BAND. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 96:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_charge_band_ref = 1; -
hasParkingChargeBand
boolean hasParkingChargeBand()Parking charges that describe the cost of using a PARKING or PARKING AREA for a given period. [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 217:76]
.uk.org.netex.www.netex.ParkingChargeBandType parking_charge_band = 2;- Returns:
- Whether the parkingChargeBand field is set.
-
getParkingChargeBand
ParkingChargeBandType getParkingChargeBand()Parking charges that describe the cost of using a PARKING or PARKING AREA for a given period. [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 217:76]
.uk.org.netex.www.netex.ParkingChargeBandType parking_charge_band = 2;- Returns:
- The parkingChargeBand.
-
getParkingChargeBandOrBuilder
ParkingChargeBandTypeOrBuilder getParkingChargeBandOrBuilder()Parking charges that describe the cost of using a PARKING or PARKING AREA for a given period. [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 217:76]
.uk.org.netex.www.netex.ParkingChargeBandType parking_charge_band = 2;
-