Package uk.org.netex.www.netex
Interface PricingRules_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PricingRules_RelStructure,PricingRules_RelStructure.Builder
public interface PricingRules_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getPricingRuleu(int index) Dumm abstact type of Pricing rule.intDumm abstact type of Pricing rule.Dumm abstact type of Pricing rule.getPricingRuleuOrBuilder(int index) Dumm abstact type of Pricing rule.Dumm abstact type of Pricing rule.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.
-
getPricingRuleuList
List<PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructure> getPricingRuleuList()Dumm abstact type of Pricing rule. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 498:123]
repeated .uk.org.netex.www.netex.PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructure pricing_ruleu = 6; -
getPricingRuleu
Dumm abstact type of Pricing rule. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 498:123]
repeated .uk.org.netex.www.netex.PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructure pricing_ruleu = 6; -
getPricingRuleuCount
int getPricingRuleuCount()Dumm abstact type of Pricing rule. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 498:123]
repeated .uk.org.netex.www.netex.PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructure pricing_ruleu = 6; -
getPricingRuleuOrBuilderList
List<? extends PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder> getPricingRuleuOrBuilderList()Dumm abstact type of Pricing rule. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 498:123]
repeated .uk.org.netex.www.netex.PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructure pricing_ruleu = 6; -
getPricingRuleuOrBuilder
PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder getPricingRuleuOrBuilder(int index) Dumm abstact type of Pricing rule. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 498:123]
repeated .uk.org.netex.www.netex.PricingRules_RelStructure.ChoiceWrapper_DataManagedObjectStructure pricing_ruleu = 6;
-