Package uk.org.netex.www.netex
Interface SteppedDurationStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SteppedDurationStructure,SteppedDurationStructure.Builder
public interface SteppedDurationStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DurationDuration of first step [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]com.google.protobuf.DurationOrBuilderDuration of first step [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]com.google.protobuf.DurationMaximum duration (upper limit for total duration) [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]com.google.protobuf.DurationOrBuilderMaximum 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]intUnit in which steps are counted [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 572:65]com.google.protobuf.DurationDuration of subsequent steps [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]com.google.protobuf.DurationOrBuilderDuration of subsequent steps [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]booleanDuration of first step [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 557:64]booleanMaximum duration (upper limit for total duration) [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 567:74]booleanDuration of subsequent steps [netex_part_3/part3_fares/netex_usageParameterTravel_version.xsd at 562:68]Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
StepLimitUnitEnumeration 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.
-