Interface JourneyLayovers_RelStructureOrBuilder

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

@Generated public interface JourneyLayovers_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.
    getJourneyLayover(int index)
    Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.
    int
    Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.
    Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.
    Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.
    Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.

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

      List<JourneyLayoverType> getJourneyLayoverList()
       Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 244:88]
       
      repeated .uk.org.netex.www.netex.JourneyLayoverType journey_layover = 2;
    • getJourneyLayover

      JourneyLayoverType getJourneyLayover(int index)
       Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 244:88]
       
      repeated .uk.org.netex.www.netex.JourneyLayoverType journey_layover = 2;
    • getJourneyLayoverCount

      int getJourneyLayoverCount()
       Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 244:88]
       
      repeated .uk.org.netex.www.netex.JourneyLayoverType journey_layover = 2;
    • getJourneyLayoverOrBuilderList

      List<? extends JourneyLayoverTypeOrBuilder> getJourneyLayoverOrBuilderList()
       Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 244:88]
       
      repeated .uk.org.netex.www.netex.JourneyLayoverType journey_layover = 2;
    • getJourneyLayoverOrBuilder

      JourneyLayoverTypeOrBuilder getJourneyLayoverOrBuilder(int index)
       Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 244:88]
       
      repeated .uk.org.netex.www.netex.JourneyLayoverType journey_layover = 2;