Package uk.org.netex.www.netex
Interface GroupsOfDistributionAssignmentsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupsOfDistributionAssignmentsInFrame_RelStructure,GroupsOfDistributionAssignmentsInFrame_RelStructure.Builder
public interface GroupsOfDistributionAssignmentsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupOfDistributionAssignments(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]intA convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]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]List<? extends GroupOfDistributionAssignmentsTypeOrBuilder> A convenience grouping of DISTRIBUTION ASSIGNMENTs that are commonly used together [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 826:106]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.
-
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
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
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;
-