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 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

      DistributionChannelType getDistributionChannel(int index)
       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

      DistributionChannelTypeOrBuilder getDistributionChannelOrBuilder(int index)
       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;