Package uk.org.netex.www.netex
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 Summary
Modifier and TypeMethodDescriptiongetDistributionAssignment(int index) An assignment of the COUNTRY and/or DISTRIBUTION CHANNEL through which a product may or may not be distributed.intAn assignment of the COUNTRY and/or DISTRIBUTION CHANNEL through which a product may or may not be distributed.An assignment of the COUNTRY and/or DISTRIBUTION CHANNEL through which a product may or may not be distributed.getDistributionAssignmentOrBuilder(int index) An assignment of the COUNTRY and/or DISTRIBUTION CHANNEL through which a product may or may not be distributed.List<? extends DistributionAssignmentTypeOrBuilder> An assignment of the COUNTRY and/or DISTRIBUTION CHANNEL through which a product may or may not be distributed.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.
-
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
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
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;
-