Package uk.org.netex.www.netex
Interface DefaultServiceJourneyRunTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DefaultServiceJourneyRunTimes_RelStructure,DefaultServiceJourneyRunTimes_RelStructure.Builder
public interface DefaultServiceJourneyRunTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultServiceJourneyRunTime(int index) The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE.intThe default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE.The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE.getDefaultServiceJourneyRunTimeOrBuilder(int index) The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE.List<? extends DefaultServiceJourneyRunTimeTypeOrBuilder> The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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
-
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.
-
getDefaultServiceJourneyRunTimeList
List<DefaultServiceJourneyRunTimeType> getDefaultServiceJourneyRunTimeList()The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist. [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2; -
getDefaultServiceJourneyRunTime
The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist. [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2; -
getDefaultServiceJourneyRunTimeCount
int getDefaultServiceJourneyRunTimeCount()The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist. [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2; -
getDefaultServiceJourneyRunTimeOrBuilderList
List<? extends DefaultServiceJourneyRunTimeTypeOrBuilder> getDefaultServiceJourneyRunTimeOrBuilderList()The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist. [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2; -
getDefaultServiceJourneyRunTimeOrBuilder
The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist. [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2;
-