Interface GroupsOfDistributionAssignmentsInFrame_RelStructureOrBuilder

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

@Generated public interface GroupsOfDistributionAssignmentsInFrame_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.
    • getGroupOfDistributionAssignmentsList

      List<GroupOfDistributionAssignmentsType> getGroupOfDistributionAssignmentsList()
       A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together   [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]
       
      repeated .uk.org.netex.www.netex.GroupOfDistributionAssignmentsType group_of_distribution_assignments = 2;
    • getGroupOfDistributionAssignments

      GroupOfDistributionAssignmentsType getGroupOfDistributionAssignments(int index)
       A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together   [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]
       
      repeated .uk.org.netex.www.netex.GroupOfDistributionAssignmentsType group_of_distribution_assignments = 2;
    • getGroupOfDistributionAssignmentsCount

      int getGroupOfDistributionAssignmentsCount()
       A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together   [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]
       
      repeated .uk.org.netex.www.netex.GroupOfDistributionAssignmentsType group_of_distribution_assignments = 2;
    • getGroupOfDistributionAssignmentsOrBuilderList

      List<? extends GroupOfDistributionAssignmentsTypeOrBuilder> getGroupOfDistributionAssignmentsOrBuilderList()
       A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together   [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]
       
      repeated .uk.org.netex.www.netex.GroupOfDistributionAssignmentsType group_of_distribution_assignments = 2;
    • getGroupOfDistributionAssignmentsOrBuilder

      GroupOfDistributionAssignmentsTypeOrBuilder getGroupOfDistributionAssignmentsOrBuilder(int index)
       A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together   [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]
       
      repeated .uk.org.netex.www.netex.GroupOfDistributionAssignmentsType group_of_distribution_assignments = 2;