Class DeadRunCallPartStructure.Builder

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

public static final class DeadRunCallPartStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeadRunCallPartStructure.Builder> implements DeadRunCallPartStructureOrBuilder
 Type for DEAD RUN CALL part.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 400:51]
 
Protobuf type uk.org.netex.www.netex.DeadRunCallPartStructure
  • 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<DeadRunCallPartStructure.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<DeadRunCallPartStructure.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<DeadRunCallPartStructure.Builder>
    • getDefaultInstanceForType

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

      public DeadRunCallPartStructure build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DeadRunCallPartStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DeadRunCallPartStructure.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<DeadRunCallPartStructure.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<DeadRunCallPartStructure.Builder>
    • mergeFrom

      public DeadRunCallPartStructure.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<DeadRunCallPartStructure.Builder>
      Throws:
      IOException
    • hasTime

      public boolean hasTime()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      hasTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the time field is set.
    • getTime

      public com.google.type.TimeOfDay getTime()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      getTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The time.
    • setTime

      public DeadRunCallPartStructure.Builder setTime(com.google.type.TimeOfDay value)
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
    • setTime

      public DeadRunCallPartStructure.Builder setTime(com.google.type.TimeOfDay.Builder builderForValue)
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
    • mergeTime

      public DeadRunCallPartStructure.Builder mergeTime(com.google.type.TimeOfDay value)
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
    • clearTime

       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
    • getTimeBuilder

      public com.google.type.TimeOfDay.Builder getTimeBuilder()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
    • getTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getTimeOrBuilder()
       Latest Arrival time.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 405:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      getTimeOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • getDayOffset

      public int getDayOffset()
       Number of days of arrival time after the starting  day  journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 410:69]
       
      int32 day_offset = 2;
      Specified by:
      getDayOffset in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The dayOffset.
    • setDayOffset

      public DeadRunCallPartStructure.Builder setDayOffset(int value)
       Number of days of arrival time after the starting  day  journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 410:69]
       
      int32 day_offset = 2;
      Parameters:
      value - The dayOffset to set.
      Returns:
      This builder for chaining.
    • clearDayOffset

      public DeadRunCallPartStructure.Builder clearDayOffset()
       Number of days of arrival time after the starting  day  journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 410:69]
       
      int32 day_offset = 2;
      Returns:
      This builder for chaining.
    • hasWaitTime

      public boolean hasWaitTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
      Specified by:
      hasWaitTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the waitTime field is set.
    • getWaitTime

      public com.google.protobuf.Duration getWaitTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
      Specified by:
      getWaitTime in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The waitTime.
    • setWaitTime

      public DeadRunCallPartStructure.Builder setWaitTime(com.google.protobuf.Duration value)
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
    • setWaitTime

      public DeadRunCallPartStructure.Builder setWaitTime(com.google.protobuf.Duration.Builder builderForValue)
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
    • mergeWaitTime

      public DeadRunCallPartStructure.Builder mergeWaitTime(com.google.protobuf.Duration value)
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
    • clearWaitTime

      public DeadRunCallPartStructure.Builder clearWaitTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
    • getWaitTimeBuilder

      public com.google.protobuf.Duration.Builder getWaitTimeBuilder()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
    • getWaitTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getWaitTimeOrBuilder()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 415:67]
       
      .google.protobuf.Duration wait_time = 3;
      Specified by:
      getWaitTimeOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • hasJourneyPartRef

      public boolean hasJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
      Specified by:
      hasJourneyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the journeyPartRef field is set.
    • getJourneyPartRef

      public GroupOfEntitiesRefStructure getJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
      Specified by:
      getJourneyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The journeyPartRef.
    • setJourneyPartRef

       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
    • setJourneyPartRef

      public DeadRunCallPartStructure.Builder setJourneyPartRef(GroupOfEntitiesRefStructure.Builder builderForValue)
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
    • mergeJourneyPartRef

       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
    • clearJourneyPartRef

      public DeadRunCallPartStructure.Builder clearJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
    • getJourneyPartRefBuilder

      public GroupOfEntitiesRefStructure.Builder getJourneyPartRefBuilder()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
    • getJourneyPartRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getJourneyPartRefOrBuilder()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 4;
      Specified by:
      getJourneyPartRefOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • hasTimeDemandTypeRef

      public boolean hasTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
      Specified by:
      hasTimeDemandTypeRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the timeDemandTypeRef field is set.
    • getTimeDemandTypeRef

      public VersionOfObjectRefStructure getTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
      Specified by:
      getTimeDemandTypeRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The timeDemandTypeRef.
    • setTimeDemandTypeRef

       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
    • setTimeDemandTypeRef

      public DeadRunCallPartStructure.Builder setTimeDemandTypeRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
    • mergeTimeDemandTypeRef

      public DeadRunCallPartStructure.Builder mergeTimeDemandTypeRef(VersionOfObjectRefStructure value)
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
    • clearTimeDemandTypeRef

      public DeadRunCallPartStructure.Builder clearTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
    • getTimeDemandTypeRefBuilder

      public VersionOfObjectRefStructure.Builder getTimeDemandTypeRefBuilder()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
    • getTimeDemandTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimeDemandTypeRefOrBuilder()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 5;
      Specified by:
      getTimeDemandTypeRefOrBuilder in interface DeadRunCallPartStructureOrBuilder
    • hasDutyPartRef

      public boolean hasDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
      Specified by:
      hasDutyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      Whether the dutyPartRef field is set.
    • getDutyPartRef

      public VersionOfObjectRefStructure getDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
      Specified by:
      getDutyPartRef in interface DeadRunCallPartStructureOrBuilder
      Returns:
      The dutyPartRef.
    • setDutyPartRef

       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
    • setDutyPartRef

       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
    • mergeDutyPartRef

       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
    • clearDutyPartRef

      public DeadRunCallPartStructure.Builder clearDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
    • getDutyPartRefBuilder

      public VersionOfObjectRefStructure.Builder getDutyPartRefBuilder()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
    • getDutyPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDutyPartRefOrBuilder()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 6;
      Specified by:
      getDutyPartRefOrBuilder in interface DeadRunCallPartStructureOrBuilder