Interface RoundingSteps_RelStructureOrBuilder

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

public interface RoundingSteps_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    getRoundingStep(int index)
    A rounding step to use to round a range of values.
    int
    A rounding step to use to round a range of values.
    A rounding step to use to round a range of values.
    A rounding step to use to round a range of values.
    A rounding step to use to round a range of values.

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

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

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

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

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

      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;