Interface SteppedDurationStructureOrBuilder

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

@Generated public interface SteppedDurationStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    Duration of first step [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]
    com.google.protobuf.DurationOrBuilder
    Duration of first step [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]
    com.google.protobuf.Duration
    Maximum duration (upper limit for total duration) [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]
    com.google.protobuf.DurationOrBuilder
    Maximum duration (upper limit for total duration) [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]
    Unit in which steps are counted [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 572:65]
    int
    Unit in which steps are counted [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 572:65]
    com.google.protobuf.Duration
    Duration of subsequent steps [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]
    com.google.protobuf.DurationOrBuilder
    Duration of subsequent steps [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]
    boolean
    Duration of first step [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]
    boolean
    Maximum duration (upper limit for total duration) [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]
    boolean
    Duration of subsequent steps [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]

    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

    • hasInitialStepDuration

      boolean hasInitialStepDuration()
       Duration of first step  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]
       
      .google.protobuf.Duration initial_step_duration = 1;
      Returns:
      Whether the initialStepDuration field is set.
    • getInitialStepDuration

      com.google.protobuf.Duration getInitialStepDuration()
       Duration of first step  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]
       
      .google.protobuf.Duration initial_step_duration = 1;
      Returns:
      The initialStepDuration.
    • getInitialStepDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getInitialStepDurationOrBuilder()
       Duration of first step  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]
       
      .google.protobuf.Duration initial_step_duration = 1;
    • hasSubsequentStepsDuration

      boolean hasSubsequentStepsDuration()
       Duration of subsequent steps  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]
       
      .google.protobuf.Duration subsequent_steps_duration = 2;
      Returns:
      Whether the subsequentStepsDuration field is set.
    • getSubsequentStepsDuration

      com.google.protobuf.Duration getSubsequentStepsDuration()
       Duration of subsequent steps  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]
       
      .google.protobuf.Duration subsequent_steps_duration = 2;
      Returns:
      The subsequentStepsDuration.
    • getSubsequentStepsDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getSubsequentStepsDurationOrBuilder()
       Duration of subsequent steps  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]
       
      .google.protobuf.Duration subsequent_steps_duration = 2;
    • hasMaximumDuration

      boolean hasMaximumDuration()
       Maximum duration (upper limit for total duration)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]
       
      .google.protobuf.Duration maximum_duration = 3;
      Returns:
      Whether the maximumDuration field is set.
    • getMaximumDuration

      com.google.protobuf.Duration getMaximumDuration()
       Maximum duration (upper limit for total duration)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]
       
      .google.protobuf.Duration maximum_duration = 3;
      Returns:
      The maximumDuration.
    • getMaximumDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getMaximumDurationOrBuilder()
       Maximum duration (upper limit for total duration)  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]
       
      .google.protobuf.Duration maximum_duration = 3;
    • getStepUnitValue

      int getStepUnitValue()
       Unit in which steps are counted  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 572:65]
       
      .uk.org.netex.www.netex.StepLimitUnitEnumeration step_unit = 4;
      Returns:
      The enum numeric value on the wire for stepUnit.
    • getStepUnit

       Unit in which steps are counted  [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 572:65]
       
      .uk.org.netex.www.netex.StepLimitUnitEnumeration step_unit = 4;
      Returns:
      The stepUnit.