Class TurnaroundTimeLimitTimes_RelStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
uk.org.netex.www.netex.TurnaroundTimeLimitTimes_RelStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, TurnaroundTimeLimitTimes_RelStructureOrBuilder
Enclosing class:
TurnaroundTimeLimitTimes_RelStructure

public static final class TurnaroundTimeLimitTimes_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder> implements TurnaroundTimeLimitTimes_RelStructureOrBuilder
 Type for a list of properties of TURNAROUND TIME LIMIT.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 296:64]
 
Protobuf type uk.org.netex.www.netex.TurnaroundTimeLimitTimes_RelStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
    • getDefaultInstanceForType

      public TurnaroundTimeLimitTimes_RelStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public TurnaroundTimeLimitTimes_RelStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
    • mergeFrom

      public TurnaroundTimeLimitTimes_RelStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TurnaroundTimeLimitTimes_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public TurnaroundTimeLimitTimes_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getTurnaroundTimeLimitTimeList

      public List<TurnaroundTimeLimitTimeType> getTurnaroundTimeLimitTimeList()
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
      Specified by:
      getTurnaroundTimeLimitTimeList in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
    • getTurnaroundTimeLimitTimeCount

      public int getTurnaroundTimeLimitTimeCount()
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
      Specified by:
      getTurnaroundTimeLimitTimeCount in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
    • getTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimeType getTurnaroundTimeLimitTime(int index)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
      Specified by:
      getTurnaroundTimeLimitTime in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
    • setTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder setTurnaroundTimeLimitTime(int index, TurnaroundTimeLimitTimeType value)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • setTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder setTurnaroundTimeLimitTime(int index, TurnaroundTimeLimitTimeType.Builder builderForValue)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • addTurnaroundTimeLimitTime

       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • addTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder addTurnaroundTimeLimitTime(int index, TurnaroundTimeLimitTimeType value)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • addTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder addTurnaroundTimeLimitTime(TurnaroundTimeLimitTimeType.Builder builderForValue)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • addTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder addTurnaroundTimeLimitTime(int index, TurnaroundTimeLimitTimeType.Builder builderForValue)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • addAllTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder addAllTurnaroundTimeLimitTime(Iterable<? extends TurnaroundTimeLimitTimeType> values)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • clearTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder clearTurnaroundTimeLimitTime()
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • removeTurnaroundTimeLimitTime

      public TurnaroundTimeLimitTimes_RelStructure.Builder removeTurnaroundTimeLimitTime(int index)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • getTurnaroundTimeLimitTimeBuilder

      public TurnaroundTimeLimitTimeType.Builder getTurnaroundTimeLimitTimeBuilder(int index)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • getTurnaroundTimeLimitTimeOrBuilder

      public TurnaroundTimeLimitTimeTypeOrBuilder getTurnaroundTimeLimitTimeOrBuilder(int index)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
      Specified by:
      getTurnaroundTimeLimitTimeOrBuilder in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
    • getTurnaroundTimeLimitTimeOrBuilderList

      public List<? extends TurnaroundTimeLimitTimeTypeOrBuilder> getTurnaroundTimeLimitTimeOrBuilderList()
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
      Specified by:
      getTurnaroundTimeLimitTimeOrBuilderList in interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
    • addTurnaroundTimeLimitTimeBuilder

      public TurnaroundTimeLimitTimeType.Builder addTurnaroundTimeLimitTimeBuilder()
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • addTurnaroundTimeLimitTimeBuilder

      public TurnaroundTimeLimitTimeType.Builder addTurnaroundTimeLimitTimeBuilder(int index)
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
    • getTurnaroundTimeLimitTimeBuilderList

      public List<TurnaroundTimeLimitTimeType.Builder> getTurnaroundTimeLimitTimeBuilderList()
       The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
       
      repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;