Package uk.org.netex.www.netex
Interface CappingRulePrices_RelStructure.ChoiceWrapper_CappingRulePrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CappingRulePrices_RelStructure.ChoiceWrapper_CappingRulePrices_RelStructure,CappingRulePrices_RelStructure.ChoiceWrapper_CappingRulePrices_RelStructure.Builder
- Enclosing class:
CappingRulePrices_RelStructure
public static interface CappingRulePrices_RelStructure.ChoiceWrapper_CappingRulePrices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc.A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc.Reference to a CAPPING RULE PRICE.Reference to a CAPPING RULE PRICE.Reference to a CELL.Reference to a CELL.booleanA set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc.booleanReference to a CAPPING RULE PRICE.booleanReference to a CELL.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
-
hasCappingRulePriceRef
boolean hasCappingRulePriceRef()Reference to a CAPPING RULE PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 1;- Returns:
- Whether the cappingRulePriceRef field is set.
-
getCappingRulePriceRef
VersionOfObjectRefStructure getCappingRulePriceRef()Reference to a CAPPING RULE PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 1;- Returns:
- The cappingRulePriceRef.
-
getCappingRulePriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCappingRulePriceRefOrBuilder()Reference to a CAPPING RULE PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 1; -
hasCappingRulePrice
boolean hasCappingRulePrice()A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1154:87]
.uk.org.netex.www.netex.CappingRulePriceType capping_rule_price = 3;- Returns:
- Whether the cappingRulePrice field is set.
-
getCappingRulePrice
CappingRulePriceType getCappingRulePrice()A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1154:87]
.uk.org.netex.www.netex.CappingRulePriceType capping_rule_price = 3;- Returns:
- The cappingRulePrice.
-
getCappingRulePriceOrBuilder
CappingRulePriceTypeOrBuilder getCappingRulePriceOrBuilder()A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1154:87]
.uk.org.netex.www.netex.CappingRulePriceType capping_rule_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
CappingRulePrices_RelStructure.ChoiceWrapper_CappingRulePrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-