Interface CustomerPurchasePackagesInFrame_RelStructureOrBuilder

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

@Generated public interface CustomerPurchasePackagesInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.
    int
    A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.
    A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.
    A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.
    A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.
    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.
    • getCustomerPurchasePackageList

      List<CustomerPurchasePackageType> getCustomerPurchasePackageList()
       A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 458:100]
       
      repeated .uk.org.netex.www.netex.CustomerPurchasePackageType customer_purchase_package = 2;
    • getCustomerPurchasePackage

      CustomerPurchasePackageType getCustomerPurchasePackage(int index)
       A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 458:100]
       
      repeated .uk.org.netex.www.netex.CustomerPurchasePackageType customer_purchase_package = 2;
    • getCustomerPurchasePackageCount

      int getCustomerPurchasePackageCount()
       A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 458:100]
       
      repeated .uk.org.netex.www.netex.CustomerPurchasePackageType customer_purchase_package = 2;
    • getCustomerPurchasePackageOrBuilderList

      List<? extends CustomerPurchasePackageTypeOrBuilder> getCustomerPurchasePackageOrBuilderList()
       A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 458:100]
       
      repeated .uk.org.netex.www.netex.CustomerPurchasePackageType customer_purchase_package = 2;
    • getCustomerPurchasePackageOrBuilder

      CustomerPurchasePackageTypeOrBuilder getCustomerPurchasePackageOrBuilder(int index)
       A purchase of a SALES OFFER PACKAGE by a CUSTOMER, giving access rights to one or several FARE PRODUCTs materialised as one or several TRAVEL DOCUMENTs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 458:100]
       
      repeated .uk.org.netex.www.netex.CustomerPurchasePackageType customer_purchase_package = 2;