Package uk.org.netex.www.netex
Interface PriceGroups_RelStructure.ChoiceWrapper_PriceGroups_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PriceGroups_RelStructure.ChoiceWrapper_PriceGroups_RelStructure,PriceGroups_RelStructure.ChoiceWrapper_PriceGroups_RelStructure.Builder
- Enclosing class:
PriceGroups_RelStructure
public static interface PriceGroups_RelStructure.ChoiceWrapper_PriceGroups_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA grouping of prices, allowing the grouping of numerous possible consumption elements into a limited number of price references, or to apply grouped increase, in value or percentage.A grouping of prices, allowing the grouping of numerous possible consumption elements into a limited number of price references, or to apply grouped increase, in value or percentage.Reference to a PRICE GROUP.Reference to a PRICE GROUP.booleanA grouping of prices, allowing the grouping of numerous possible consumption elements into a limited number of price references, or to apply grouped increase, in value or percentage.booleanReference to a PRICE GROUP.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
-
hasPriceGroupRef
boolean hasPriceGroupRef()Reference to a PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_support.xsd at 139:106]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure price_group_ref = 1;- Returns:
- Whether the priceGroupRef field is set.
-
getPriceGroupRef
GroupOfEntitiesRefStructure getPriceGroupRef()Reference to a PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_support.xsd at 139:106]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure price_group_ref = 1;- Returns:
- The priceGroupRef.
-
getPriceGroupRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getPriceGroupRefOrBuilder()Reference to a PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_support.xsd at 139:106]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure price_group_ref = 1; -
hasPriceGroup
boolean hasPriceGroup()A grouping of prices, allowing the grouping of numerous possible consumption elements into a limited number of price references, or to apply grouped increase, in value or percentage. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 449:82]
.uk.org.netex.www.netex.PriceGroupType price_group = 2;- Returns:
- Whether the priceGroup field is set.
-
getPriceGroup
PriceGroupType getPriceGroup()A grouping of prices, allowing the grouping of numerous possible consumption elements into a limited number of price references, or to apply grouped increase, in value or percentage. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 449:82]
.uk.org.netex.www.netex.PriceGroupType price_group = 2;- Returns:
- The priceGroup.
-
getPriceGroupOrBuilder
PriceGroupTypeOrBuilder getPriceGroupOrBuilder()A grouping of prices, allowing the grouping of numerous possible consumption elements into a limited number of price references, or to apply grouped increase, in value or percentage. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 449:82]
.uk.org.netex.www.netex.PriceGroupType price_group = 2; -
getGroupOfEntitiesVersionStructureCase
PriceGroups_RelStructure.ChoiceWrapper_PriceGroups_RelStructure.GroupOfEntitiesVersionStructureCase getGroupOfEntitiesVersionStructureCase()
-