Interface TravelSpecificationsInFrame_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).
    int
    The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).
    The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).
    The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).
    The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).

    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.
    • getTravelSpecificationList

      List<TravelSpecificationType> getTravelSpecificationList()
       The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
       
      repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2;
    • getTravelSpecification

      TravelSpecificationType getTravelSpecification(int index)
       The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
       
      repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2;
    • getTravelSpecificationCount

      int getTravelSpecificationCount()
       The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
       
      repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2;
    • getTravelSpecificationOrBuilderList

      List<? extends TravelSpecificationTypeOrBuilder> getTravelSpecificationOrBuilderList()
       The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
       
      repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2;
    • getTravelSpecificationOrBuilder

      TravelSpecificationTypeOrBuilder getTravelSpecificationOrBuilder(int index)
       The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
       
      repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2;