Interface FulfilmentMethodsInFrame_RelStructureOrBuilder

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

public interface FulfilmentMethodsInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.
    int
    The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.
    The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.
    The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.
    The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • getFulfilmentMethodList

      List<FulfilmentMethodType> getFulfilmentMethodList()
       The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
       
      repeated .uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;
    • getFulfilmentMethod

      FulfilmentMethodType getFulfilmentMethod(int index)
       The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
       
      repeated .uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;
    • getFulfilmentMethodCount

      int getFulfilmentMethodCount()
       The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
       
      repeated .uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;
    • getFulfilmentMethodOrBuilderList

      List<? extends FulfilmentMethodTypeOrBuilder> getFulfilmentMethodOrBuilderList()
       The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
       
      repeated .uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;
    • getFulfilmentMethodOrBuilder

      FulfilmentMethodTypeOrBuilder getFulfilmentMethodOrBuilder(int index)
       The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
       
      repeated .uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;