Interface JourneyWaitTimes_RelStructureOrBuilder

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

@Generated public interface JourneyWaitTimes_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.
    getJourneyWaitTime(int index)
    The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE.
    int
    The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE.
    The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE.
    The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE.
    The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE.

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

      List<JourneyWaitTimeType> getJourneyWaitTimeList()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTime

      JourneyWaitTimeType getJourneyWaitTime(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTimeCount

      int getJourneyWaitTimeCount()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTimeOrBuilderList

      List<? extends JourneyWaitTimeTypeOrBuilder> getJourneyWaitTimeOrBuilderList()
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;
    • getJourneyWaitTimeOrBuilder

      JourneyWaitTimeTypeOrBuilder getJourneyWaitTimeOrBuilder(int index)
       The time a vehicle has to wait at a specific TIMING POINT IN JOURNEY PATTERN, for a specified TIME DEMAND TYPE. This wait time can be superseded by a VEHICLE JOURNEY WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 116:89]
       
      repeated .uk.org.netex.www.netex.JourneyWaitTimeType journey_wait_time = 2;