Package uk.org.netex.www.netex
Interface DistributionChannelsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistributionChannelsInFrame_RelStructure,DistributionChannelsInFrame_RelStructure.Builder
public interface DistributionChannelsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDistributionChannel(int index) A type of outlet for selling a product.intA type of outlet for selling a product.A type of outlet for selling a product.getDistributionChannelOrBuilder(int index) A type of outlet for selling a product.List<? extends DistributionChannelTypeOrBuilder> A type of outlet for selling a product.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getDistributionChannelList
List<DistributionChannelType> getDistributionChannelList()A type of outlet for selling a product. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 127:97]
repeated .uk.org.netex.www.netex.DistributionChannelType distribution_channel = 2; -
getDistributionChannel
A type of outlet for selling a product. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 127:97]
repeated .uk.org.netex.www.netex.DistributionChannelType distribution_channel = 2; -
getDistributionChannelCount
int getDistributionChannelCount()A type of outlet for selling a product. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 127:97]
repeated .uk.org.netex.www.netex.DistributionChannelType distribution_channel = 2; -
getDistributionChannelOrBuilderList
List<? extends DistributionChannelTypeOrBuilder> getDistributionChannelOrBuilderList()A type of outlet for selling a product. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 127:97]
repeated .uk.org.netex.www.netex.DistributionChannelType distribution_channel = 2; -
getDistributionChannelOrBuilder
A type of outlet for selling a product. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 127:97]
repeated .uk.org.netex.www.netex.DistributionChannelType distribution_channel = 2;
-