Package uk.org.netex.www.netex
Interface PriceUnits_RelStructure.ChoiceWrapper_PriceUnits_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PriceUnits_RelStructure.ChoiceWrapper_PriceUnits_RelStructure,PriceUnits_RelStructure.ChoiceWrapper_PriceUnits_RelStructure.Builder
- Enclosing class:
PriceUnits_RelStructure
public static interface PriceUnits_RelStructure.ChoiceWrapper_PriceUnits_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA unit to express prices: amount of currency, abstract fare unit, ticket unit or token etc.A unit to express prices: amount of currency, abstract fare unit, ticket unit or token etc.Reference to a PRICE UNIT.Reference to a PRICE UNIT.booleanA unit to express prices: amount of currency, abstract fare unit, ticket unit or token etc.booleanReference to a PRICE UNIT.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
-
hasPriceUnitRef
boolean hasPriceUnitRef()Reference to a PRICE UNIT. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 1;- Returns:
- Whether the priceUnitRef field is set.
-
getPriceUnitRef
VersionOfObjectRefStructure getPriceUnitRef()Reference to a PRICE UNIT. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 1;- Returns:
- The priceUnitRef.
-
getPriceUnitRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPriceUnitRefOrBuilder()Reference to a PRICE UNIT. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 1; -
hasPriceUnit
boolean hasPriceUnit()A unit to express prices: amount of currency, abstract fare unit, ticket unit or token etc. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 174:81]
.uk.org.netex.www.netex.PriceUnitType price_unit = 2;- Returns:
- Whether the priceUnit field is set.
-
getPriceUnit
PriceUnitType getPriceUnit()A unit to express prices: amount of currency, abstract fare unit, ticket unit or token etc. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 174:81]
.uk.org.netex.www.netex.PriceUnitType price_unit = 2;- Returns:
- The priceUnit.
-
getPriceUnitOrBuilder
PriceUnitTypeOrBuilder getPriceUnitOrBuilder()A unit to express prices: amount of currency, abstract fare unit, ticket unit or token etc. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 174:81]
.uk.org.netex.www.netex.PriceUnitType price_unit = 2;
-