Interface DistributionAssignmentsInFrame_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DistributionAssignmentsInFrame_RelStructure, DistributionAssignmentsInFrame_RelStructure.Builder

public interface DistributionAssignmentsInFrame_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.
    • getDistributionAssignmentList

      List<DistributionAssignmentType> getDistributionAssignmentList()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignment

      DistributionAssignmentType getDistributionAssignment(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignmentCount

      int getDistributionAssignmentCount()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignmentOrBuilderList

      List<? extends DistributionAssignmentTypeOrBuilder> getDistributionAssignmentOrBuilderList()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignmentOrBuilder

      DistributionAssignmentTypeOrBuilder getDistributionAssignmentOrBuilder(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;