Package uk.org.netex.www.netex
Interface PricingServices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PricingServices_RelStructure,PricingServices_RelStructure.Builder
public interface PricingServices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getPricingService(int index) A web service used to provide prices dynamically at time of booking or purchase.intA web service used to provide prices dynamically at time of booking or purchase.A web service used to provide prices dynamically at time of booking or purchase.getPricingServiceOrBuilder(int index) A web service used to provide prices dynamically at time of booking or purchase.List<? extends PricingServiceTypeOrBuilder> A web service used to provide prices dynamically at time of booking or purchase.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.
-
getPricingServiceList
List<PricingServiceType> getPricingServiceList()A web service used to provide prices dynamically at time of booking or purchase. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 856:95]
repeated .uk.org.netex.www.netex.PricingServiceType pricing_service = 2; -
getPricingService
A web service used to provide prices dynamically at time of booking or purchase. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 856:95]
repeated .uk.org.netex.www.netex.PricingServiceType pricing_service = 2; -
getPricingServiceCount
int getPricingServiceCount()A web service used to provide prices dynamically at time of booking or purchase. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 856:95]
repeated .uk.org.netex.www.netex.PricingServiceType pricing_service = 2; -
getPricingServiceOrBuilderList
List<? extends PricingServiceTypeOrBuilder> getPricingServiceOrBuilderList()A web service used to provide prices dynamically at time of booking or purchase. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 856:95]
repeated .uk.org.netex.www.netex.PricingServiceType pricing_service = 2; -
getPricingServiceOrBuilder
A web service used to provide prices dynamically at time of booking or purchase. [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 856:95]
repeated .uk.org.netex.www.netex.PricingServiceType pricing_service = 2;
-