Class SalesTransactionRefs_RelStructure.Builder

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

public static final class SalesTransactionRefs_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<SalesTransactionRefs_RelStructure.Builder> implements SalesTransactionRefs_RelStructureOrBuilder
 Type for a collection of one or more references to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 72:60]
 
Protobuf type uk.org.netex.www.netex.SalesTransactionRefs_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<SalesTransactionRefs_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<SalesTransactionRefs_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<SalesTransactionRefs_RelStructure.Builder>
    • getDefaultInstanceForType

      public SalesTransactionRefs_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 SalesTransactionRefs_RelStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public SalesTransactionRefs_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<SalesTransactionRefs_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<SalesTransactionRefs_RelStructure.Builder>
    • mergeFrom

      public SalesTransactionRefs_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<SalesTransactionRefs_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 SalesTransactionRefs_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 SalesTransactionRefs_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 SalesTransactionRefs_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.
    • getModificationSetValue

      public int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSetValue in interface SalesTransactionRefs_RelStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • setModificationSetValue

      public SalesTransactionRefs_RelStructure.Builder setModificationSetValue(int value)
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The enum numeric value on the wire for modificationSet to set.
      Returns:
      This builder for chaining.
    • getModificationSet

      public ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Specified by:
      getModificationSet in interface SalesTransactionRefs_RelStructureOrBuilder
      Returns:
      The modificationSet.
    • setModificationSet

       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Parameters:
      value - The modificationSet to set.
      Returns:
      This builder for chaining.
    • clearModificationSet

      public SalesTransactionRefs_RelStructure.Builder clearModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      This builder for chaining.
    • getSalesTransactionRefList

      public List<VersionOfObjectRefStructure> getSalesTransactionRefList()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
      Specified by:
      getSalesTransactionRefList in interface SalesTransactionRefs_RelStructureOrBuilder
    • getSalesTransactionRefCount

      public int getSalesTransactionRefCount()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
      Specified by:
      getSalesTransactionRefCount in interface SalesTransactionRefs_RelStructureOrBuilder
    • getSalesTransactionRef

      public VersionOfObjectRefStructure getSalesTransactionRef(int index)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
      Specified by:
      getSalesTransactionRef in interface SalesTransactionRefs_RelStructureOrBuilder
    • setSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder setSalesTransactionRef(int index, VersionOfObjectRefStructure value)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • setSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder setSalesTransactionRef(int index, VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • addSalesTransactionRef

       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • addSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder addSalesTransactionRef(int index, VersionOfObjectRefStructure value)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • addSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder addSalesTransactionRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • addSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder addSalesTransactionRef(int index, VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • addAllSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder addAllSalesTransactionRef(Iterable<? extends VersionOfObjectRefStructure> values)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • clearSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder clearSalesTransactionRef()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • removeSalesTransactionRef

      public SalesTransactionRefs_RelStructure.Builder removeSalesTransactionRef(int index)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • getSalesTransactionRefBuilder

      public VersionOfObjectRefStructure.Builder getSalesTransactionRefBuilder(int index)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • getSalesTransactionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSalesTransactionRefOrBuilder(int index)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
      Specified by:
      getSalesTransactionRefOrBuilder in interface SalesTransactionRefs_RelStructureOrBuilder
    • getSalesTransactionRefOrBuilderList

      public List<? extends VersionOfObjectRefStructureOrBuilder> getSalesTransactionRefOrBuilderList()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
      Specified by:
      getSalesTransactionRefOrBuilderList in interface SalesTransactionRefs_RelStructureOrBuilder
    • addSalesTransactionRefBuilder

      public VersionOfObjectRefStructure.Builder addSalesTransactionRefBuilder()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • addSalesTransactionRefBuilder

      public VersionOfObjectRefStructure.Builder addSalesTransactionRefBuilder(int index)
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;
    • getSalesTransactionRefBuilderList

      public List<VersionOfObjectRefStructure.Builder> getSalesTransactionRefBuilderList()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 3;