Class RoundingSteps_RelStructure.Builder

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

public static final class RoundingSteps_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<RoundingSteps_RelStructure.Builder> implements RoundingSteps_RelStructureOrBuilder
 Type for a list of ROUNDING STEPs.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 363:53]
 
Protobuf type uk.org.netex.www.netex.RoundingSteps_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<RoundingSteps_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<RoundingSteps_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<RoundingSteps_RelStructure.Builder>
    • getDefaultInstanceForType

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

      public RoundingSteps_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<RoundingSteps_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<RoundingSteps_RelStructure.Builder>
    • mergeFrom

      public RoundingSteps_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<RoundingSteps_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 RoundingSteps_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 RoundingSteps_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 RoundingSteps_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.
    • getRoundingStepList

      public List<RoundingStepType> getRoundingStepList()
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
      Specified by:
      getRoundingStepList in interface RoundingSteps_RelStructureOrBuilder
    • getRoundingStepCount

      public int getRoundingStepCount()
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
      Specified by:
      getRoundingStepCount in interface RoundingSteps_RelStructureOrBuilder
    • getRoundingStep

      public RoundingStepType getRoundingStep(int index)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
      Specified by:
      getRoundingStep in interface RoundingSteps_RelStructureOrBuilder
    • setRoundingStep

      public RoundingSteps_RelStructure.Builder setRoundingStep(int index, RoundingStepType value)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • setRoundingStep

      public RoundingSteps_RelStructure.Builder setRoundingStep(int index, RoundingStepType.Builder builderForValue)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • addRoundingStep

      public RoundingSteps_RelStructure.Builder addRoundingStep(RoundingStepType value)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • addRoundingStep

      public RoundingSteps_RelStructure.Builder addRoundingStep(int index, RoundingStepType value)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • addRoundingStep

      public RoundingSteps_RelStructure.Builder addRoundingStep(RoundingStepType.Builder builderForValue)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • addRoundingStep

      public RoundingSteps_RelStructure.Builder addRoundingStep(int index, RoundingStepType.Builder builderForValue)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • addAllRoundingStep

      public RoundingSteps_RelStructure.Builder addAllRoundingStep(Iterable<? extends RoundingStepType> values)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • clearRoundingStep

      public RoundingSteps_RelStructure.Builder clearRoundingStep()
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • removeRoundingStep

      public RoundingSteps_RelStructure.Builder removeRoundingStep(int index)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • getRoundingStepBuilder

      public RoundingStepType.Builder getRoundingStepBuilder(int index)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • getRoundingStepOrBuilder

      public RoundingStepTypeOrBuilder getRoundingStepOrBuilder(int index)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
      Specified by:
      getRoundingStepOrBuilder in interface RoundingSteps_RelStructureOrBuilder
    • getRoundingStepOrBuilderList

      public List<? extends RoundingStepTypeOrBuilder> getRoundingStepOrBuilderList()
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
      Specified by:
      getRoundingStepOrBuilderList in interface RoundingSteps_RelStructureOrBuilder
    • addRoundingStepBuilder

      public RoundingStepType.Builder addRoundingStepBuilder()
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • addRoundingStepBuilder

      public RoundingStepType.Builder addRoundingStepBuilder(int index)
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;
    • getRoundingStepBuilderList

      public List<RoundingStepType.Builder> getRoundingStepBuilderList()
       A rounding step to use to round a range of values. ANy value larger than the step key and smaller tha the next step key should be rounded to this value.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 306:35]
       
      repeated .uk.org.netex.www.netex.RoundingStepType rounding_step = 2;