Class DistributionAssignmentsInFrame_RelStructure.Builder

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

public static final class DistributionAssignmentsInFrame_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DistributionAssignmentsInFrame_RelStructure.Builder> implements DistributionAssignmentsInFrame_RelStructureOrBuilder
 Type for containment in frame of DISTRIBUTION ASSIGNMENT.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 161:70]
 
Protobuf type uk.org.netex.www.netex.DistributionAssignmentsInFrame_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<DistributionAssignmentsInFrame_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<DistributionAssignmentsInFrame_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<DistributionAssignmentsInFrame_RelStructure.Builder>
    • getDefaultInstanceForType

      public DistributionAssignmentsInFrame_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

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

      public DistributionAssignmentsInFrame_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<DistributionAssignmentsInFrame_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<DistributionAssignmentsInFrame_RelStructure.Builder>
    • mergeFrom

      public DistributionAssignmentsInFrame_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<DistributionAssignmentsInFrame_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 DistributionAssignmentsInFrame_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 DistributionAssignmentsInFrame_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 DistributionAssignmentsInFrame_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.
    • getDistributionAssignmentList

      public List<DistributionAssignmentType> getDistributionAssignmentList()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
      Specified by:
      getDistributionAssignmentList in interface DistributionAssignmentsInFrame_RelStructureOrBuilder
    • getDistributionAssignmentCount

      public int getDistributionAssignmentCount()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
      Specified by:
      getDistributionAssignmentCount in interface DistributionAssignmentsInFrame_RelStructureOrBuilder
    • getDistributionAssignment

      public DistributionAssignmentType getDistributionAssignment(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
      Specified by:
      getDistributionAssignment in interface DistributionAssignmentsInFrame_RelStructureOrBuilder
    • setDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder setDistributionAssignment(int index, DistributionAssignmentType value)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • setDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder setDistributionAssignment(int index, DistributionAssignmentType.Builder builderForValue)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • addDistributionAssignment

       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • addDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder addDistributionAssignment(int index, DistributionAssignmentType value)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • addDistributionAssignment

       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • addDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder addDistributionAssignment(int index, DistributionAssignmentType.Builder builderForValue)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • addAllDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder addAllDistributionAssignment(Iterable<? extends DistributionAssignmentType> values)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • clearDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder clearDistributionAssignment()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • removeDistributionAssignment

      public DistributionAssignmentsInFrame_RelStructure.Builder removeDistributionAssignment(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignmentBuilder

      public DistributionAssignmentType.Builder getDistributionAssignmentBuilder(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignmentOrBuilder

      public DistributionAssignmentTypeOrBuilder getDistributionAssignmentOrBuilder(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
      Specified by:
      getDistributionAssignmentOrBuilder in interface DistributionAssignmentsInFrame_RelStructureOrBuilder
    • getDistributionAssignmentOrBuilderList

      public List<? extends DistributionAssignmentTypeOrBuilder> getDistributionAssignmentOrBuilderList()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
      Specified by:
      getDistributionAssignmentOrBuilderList in interface DistributionAssignmentsInFrame_RelStructureOrBuilder
    • addDistributionAssignmentBuilder

      public DistributionAssignmentType.Builder addDistributionAssignmentBuilder()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • addDistributionAssignmentBuilder

      public DistributionAssignmentType.Builder addDistributionAssignmentBuilder(int index)
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;
    • getDistributionAssignmentBuilderList

      public List<DistributionAssignmentType.Builder> getDistributionAssignmentBuilderList()
       An assignment  of the  COUNTRY and/or  DISTRIBUTION CHANNEL through which a product may or may not be distributed.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 644:94]
       
      repeated .uk.org.netex.www.netex.DistributionAssignmentType distribution_assignment = 2;