Interface Roundings_RelStructureOrBuilder

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

public interface Roundings_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.
    getRounding(int index)
    Parameters describing how the results of calculations are to be rounded to the nearest quantum.
    int
    Parameters describing how the results of calculations are to be rounded to the nearest quantum.
    Parameters describing how the results of calculations are to be rounded to the nearest quantum.
    Parameters describing how the results of calculations are to be rounded to the nearest quantum.
    Parameters describing how the results of calculations are to be rounded to the nearest quantum.

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

      List<RoundingType> getRoundingList()
       Parameters describing how the results of calculations are to be rounded to the nearest quantum.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 239:83]
       
      repeated .uk.org.netex.www.netex.RoundingType rounding = 2;
    • getRounding

      RoundingType getRounding(int index)
       Parameters describing how the results of calculations are to be rounded to the nearest quantum.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 239:83]
       
      repeated .uk.org.netex.www.netex.RoundingType rounding = 2;
    • getRoundingCount

      int getRoundingCount()
       Parameters describing how the results of calculations are to be rounded to the nearest quantum.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 239:83]
       
      repeated .uk.org.netex.www.netex.RoundingType rounding = 2;
    • getRoundingOrBuilderList

      List<? extends RoundingTypeOrBuilder> getRoundingOrBuilderList()
       Parameters describing how the results of calculations are to be rounded to the nearest quantum.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 239:83]
       
      repeated .uk.org.netex.www.netex.RoundingType rounding = 2;
    • getRoundingOrBuilder

      RoundingTypeOrBuilder getRoundingOrBuilder(int index)
       Parameters describing how the results of calculations are to be rounded to the nearest quantum.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 239:83]
       
      repeated .uk.org.netex.www.netex.RoundingType rounding = 2;