Package uk.org.netex.www.netex
Interface GroupsOfDistributionChannelsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupsOfDistributionChannelsInFrame_RelStructure,GroupsOfDistributionChannelsInFrame_RelStructure.Builder
public interface GroupsOfDistributionChannelsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupOfDistributionChannels(int index) A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs.intA package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs.A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs.getGroupOfDistributionChannelsOrBuilder(int index) A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs.List<? extends GroupOfDistributionChannelsTypeOrBuilder> A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs.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.
-
getGroupOfDistributionChannelsList
List<GroupOfDistributionChannelsType> getGroupOfDistributionChannelsList()A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs. The FARE PRODUCTs may be either directly attached to the TRAVEL DOCUMENTs, or may be reloadable on the TRAVEL DOCUMENTs. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 238:103]
repeated .uk.org.netex.www.netex.GroupOfDistributionChannelsType group_of_distribution_channels = 2; -
getGroupOfDistributionChannels
A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs. The FARE PRODUCTs may be either directly attached to the TRAVEL DOCUMENTs, or may be reloadable on the TRAVEL DOCUMENTs. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 238:103]
repeated .uk.org.netex.www.netex.GroupOfDistributionChannelsType group_of_distribution_channels = 2; -
getGroupOfDistributionChannelsCount
int getGroupOfDistributionChannelsCount()A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs. The FARE PRODUCTs may be either directly attached to the TRAVEL DOCUMENTs, or may be reloadable on the TRAVEL DOCUMENTs. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 238:103]
repeated .uk.org.netex.www.netex.GroupOfDistributionChannelsType group_of_distribution_channels = 2; -
getGroupOfDistributionChannelsOrBuilderList
List<? extends GroupOfDistributionChannelsTypeOrBuilder> getGroupOfDistributionChannelsOrBuilderList()A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs. The FARE PRODUCTs may be either directly attached to the TRAVEL DOCUMENTs, or may be reloadable on the TRAVEL DOCUMENTs. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 238:103]
repeated .uk.org.netex.www.netex.GroupOfDistributionChannelsType group_of_distribution_channels = 2; -
getGroupOfDistributionChannelsOrBuilder
A package to be sold as a whole, consisting of one or several FARE PRODUCTs materialised thanks to one or several TRAVEL DOCUMENTs. The FARE PRODUCTs may be either directly attached to the TRAVEL DOCUMENTs, or may be reloadable on the TRAVEL DOCUMENTs. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 238:103]
repeated .uk.org.netex.www.netex.GroupOfDistributionChannelsType group_of_distribution_channels = 2;
-