Interface CustomersInFrame_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getCustomer(int index)
    An identified person or organisation involved in a fare process.
    int
    An identified person or organisation involved in a fare process.
    An identified person or organisation involved in a fare process.
    An identified person or organisation involved in a fare process.
    An identified person or organisation involved in a fare process.
    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.
    • getCustomerList

      List<CustomerType> getCustomerList()
       An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services.   [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
       
      repeated .uk.org.netex.www.netex.CustomerType customer = 2;
    • getCustomer

      CustomerType getCustomer(int index)
       An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services.   [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
       
      repeated .uk.org.netex.www.netex.CustomerType customer = 2;
    • getCustomerCount

      int getCustomerCount()
       An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services.   [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
       
      repeated .uk.org.netex.www.netex.CustomerType customer = 2;
    • getCustomerOrBuilderList

      List<? extends CustomerTypeOrBuilder> getCustomerOrBuilderList()
       An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services.   [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
       
      repeated .uk.org.netex.www.netex.CustomerType customer = 2;
    • getCustomerOrBuilder

      CustomerTypeOrBuilder getCustomerOrBuilder(int index)
       An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services.   [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
       
      repeated .uk.org.netex.www.netex.CustomerType customer = 2;