Class CustomersInFrame_RelStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<CustomersInFrame_RelStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<CustomersInFrame_RelStructure.Builder>
uk.org.netex.www.netex.CustomersInFrame_RelStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, CustomersInFrame_RelStructureOrBuilder
Enclosing class:
CustomersInFrame_RelStructure

public static final class CustomersInFrame_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<CustomersInFrame_RelStructure.Builder> implements CustomersInFrame_RelStructureOrBuilder
 Type for containment in frame of CUSTOMERs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 125:56]
 
Protobuf type uk.org.netex.www.netex.CustomersInFrame_RelStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<CustomersInFrame_RelStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<CustomersInFrame_RelStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CustomersInFrame_RelStructure.Builder>
    • getDefaultInstanceForType

      public CustomersInFrame_RelStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CustomersInFrame_RelStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public CustomersInFrame_RelStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CustomersInFrame_RelStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<CustomersInFrame_RelStructure.Builder>
    • mergeFrom

      public CustomersInFrame_RelStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CustomersInFrame_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface CustomersInFrame_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface CustomersInFrame_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public CustomersInFrame_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getCustomerList

      public 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;
      Specified by:
      getCustomerList in interface CustomersInFrame_RelStructureOrBuilder
    • getCustomerCount

      public 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;
      Specified by:
      getCustomerCount in interface CustomersInFrame_RelStructureOrBuilder
    • getCustomer

      public 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;
      Specified by:
      getCustomer in interface CustomersInFrame_RelStructureOrBuilder
    • setCustomer

      public CustomersInFrame_RelStructure.Builder setCustomer(int index, CustomerType value)
       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;
    • setCustomer

      public CustomersInFrame_RelStructure.Builder setCustomer(int index, CustomerType.Builder builderForValue)
       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;
    • addCustomer

       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;
    • addCustomer

      public CustomersInFrame_RelStructure.Builder addCustomer(int index, CustomerType value)
       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;
    • addCustomer

      public CustomersInFrame_RelStructure.Builder addCustomer(CustomerType.Builder builderForValue)
       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;
    • addCustomer

      public CustomersInFrame_RelStructure.Builder addCustomer(int index, CustomerType.Builder builderForValue)
       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;
    • addAllCustomer

      public CustomersInFrame_RelStructure.Builder addAllCustomer(Iterable<? extends CustomerType> values)
       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;
    • clearCustomer

      public CustomersInFrame_RelStructure.Builder clearCustomer()
       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;
    • removeCustomer

      public CustomersInFrame_RelStructure.Builder removeCustomer(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;
    • getCustomerBuilder

      public CustomerType.Builder getCustomerBuilder(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;
    • getCustomerOrBuilder

      public 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;
      Specified by:
      getCustomerOrBuilder in interface CustomersInFrame_RelStructureOrBuilder
    • getCustomerOrBuilderList

      public 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;
      Specified by:
      getCustomerOrBuilderList in interface CustomersInFrame_RelStructureOrBuilder
    • addCustomerBuilder

      public CustomerType.Builder addCustomerBuilder()
       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;
    • addCustomerBuilder

      public CustomerType.Builder addCustomerBuilder(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;
    • getCustomerBuilderList

      public List<CustomerType.Builder> getCustomerBuilderList()
       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;