Package uk.org.netex.www.netex
Interface PriceRuleStepResults_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PriceRuleStepResults_RelStructure,PriceRuleStepResults_RelStructure.Builder
public interface PriceRuleStepResults_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getRuleStepResult(int index) Record of amount deducted by a price rule calculation, e.g. an additional tax step.intRecord of amount deducted by a price rule calculation, e.g. an additional tax step.Record of amount deducted by a price rule calculation, e.g. an additional tax step.getRuleStepResultOrBuilder(int index) Record of amount deducted by a price rule calculation, e.g. an additional tax step.List<? extends PriceRuleStepResultStructureOrBuilder> Record of amount deducted by a price rule calculation, e.g. an additional tax step.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getRuleStepResultList
List<PriceRuleStepResultStructure> getRuleStepResultList()Record of amount deducted by a price rule calculation, e.g. an additional tax step. If PRICING RULES are chained there may be multiple steps to record. The source of the input price can be indicated by a FARE PRICE REF of some sort. The RULE STEP RESULT Amount is the resulting net price after the pricing rule has been applied to the input amount. The RULE STEP RESULT Adjustment Amount is the difference beteen the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the the Adjustment to the Net Amount. A similar computation can be done for any units. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 331:99]
repeated .uk.org.netex.www.netex.PriceRuleStepResultStructure rule_step_result = 2; -
getRuleStepResult
Record of amount deducted by a price rule calculation, e.g. an additional tax step. If PRICING RULES are chained there may be multiple steps to record. The source of the input price can be indicated by a FARE PRICE REF of some sort. The RULE STEP RESULT Amount is the resulting net price after the pricing rule has been applied to the input amount. The RULE STEP RESULT Adjustment Amount is the difference beteen the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the the Adjustment to the Net Amount. A similar computation can be done for any units. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 331:99]
repeated .uk.org.netex.www.netex.PriceRuleStepResultStructure rule_step_result = 2; -
getRuleStepResultCount
int getRuleStepResultCount()Record of amount deducted by a price rule calculation, e.g. an additional tax step. If PRICING RULES are chained there may be multiple steps to record. The source of the input price can be indicated by a FARE PRICE REF of some sort. The RULE STEP RESULT Amount is the resulting net price after the pricing rule has been applied to the input amount. The RULE STEP RESULT Adjustment Amount is the difference beteen the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the the Adjustment to the Net Amount. A similar computation can be done for any units. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 331:99]
repeated .uk.org.netex.www.netex.PriceRuleStepResultStructure rule_step_result = 2; -
getRuleStepResultOrBuilderList
List<? extends PriceRuleStepResultStructureOrBuilder> getRuleStepResultOrBuilderList()Record of amount deducted by a price rule calculation, e.g. an additional tax step. If PRICING RULES are chained there may be multiple steps to record. The source of the input price can be indicated by a FARE PRICE REF of some sort. The RULE STEP RESULT Amount is the resulting net price after the pricing rule has been applied to the input amount. The RULE STEP RESULT Adjustment Amount is the difference beteen the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the the Adjustment to the Net Amount. A similar computation can be done for any units. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 331:99]
repeated .uk.org.netex.www.netex.PriceRuleStepResultStructure rule_step_result = 2; -
getRuleStepResultOrBuilder
Record of amount deducted by a price rule calculation, e.g. an additional tax step. If PRICING RULES are chained there may be multiple steps to record. The source of the input price can be indicated by a FARE PRICE REF of some sort. The RULE STEP RESULT Amount is the resulting net price after the pricing rule has been applied to the input amount. The RULE STEP RESULT Adjustment Amount is the difference beteen the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the the Adjustment to the Net Amount. A similar computation can be done for any units. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 331:99]
repeated .uk.org.netex.www.netex.PriceRuleStepResultStructure rule_step_result = 2;
-