Class DepartureStructure.Builder

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

public static final class DepartureStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DepartureStructure.Builder> implements DepartureStructureOrBuilder
 Reorganisation of Passing times as Departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 250:45]
 
Protobuf type uk.org.netex.www.netex.DepartureStructure
  • 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<DepartureStructure.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<DepartureStructure.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<DepartureStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public DepartureStructure.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<DepartureStructure.Builder>
      Throws:
      IOException
    • getPassengerStopAssignmentRefStructureCase

      public DepartureStructure.PassengerStopAssignmentRefStructureCase getPassengerStopAssignmentRefStructureCase()
      Specified by:
      getPassengerStopAssignmentRefStructureCase in interface DepartureStructureOrBuilder
    • clearPassengerStopAssignmentRefStructure

      public DepartureStructure.Builder clearPassengerStopAssignmentRefStructure()
    • hasTime

      public boolean hasTime()
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      hasTime in interface DepartureStructureOrBuilder
      Returns:
      Whether the time field is set.
    • getTime

      public com.google.type.TimeOfDay getTime()
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      getTime in interface DepartureStructureOrBuilder
      Returns:
      The time.
    • setTime

      public DepartureStructure.Builder setTime(com.google.type.TimeOfDay value)
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
    • setTime

      public DepartureStructure.Builder setTime(com.google.type.TimeOfDay.Builder builderForValue)
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
    • mergeTime

      public DepartureStructure.Builder mergeTime(com.google.type.TimeOfDay value)
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
    • clearTime

      public DepartureStructure.Builder clearTime()
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
    • getTimeBuilder

      public com.google.type.TimeOfDay.Builder getTimeBuilder()
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
    • getTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getTimeOrBuilder()
       Timetabled departure time - Earliest time to depart.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 255:59]
       
      .google.type.TimeOfDay time = 1;
      Specified by:
      getTimeOrBuilder in interface DepartureStructureOrBuilder
    • getDayOffset

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

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

      public DepartureStructure.Builder clearDayOffset()
       Number of days of departure time after the starting  day of the journey, if  not same calendar day. Default is 0 for same dayi.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 260:81]
       
      int32 day_offset = 2;
      Returns:
      This builder for chaining.
    • getForBoarding

      public boolean getForBoarding()
       Whether  boarding is allowed at the stop. Default is true.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 265:84]
       
      bool for_boarding = 3;
      Specified by:
      getForBoarding in interface DepartureStructureOrBuilder
      Returns:
      The forBoarding.
    • setForBoarding

      public DepartureStructure.Builder setForBoarding(boolean value)
       Whether  boarding is allowed at the stop. Default is true.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 265:84]
       
      bool for_boarding = 3;
      Parameters:
      value - The forBoarding to set.
      Returns:
      This builder for chaining.
    • clearForBoarding

      public DepartureStructure.Builder clearForBoarding()
       Whether  boarding is allowed at the stop. Default is true.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 265:84]
       
      bool for_boarding = 3;
      Returns:
      This builder for chaining.
    • getIsFlexible

      public boolean getIsFlexible()
       Whether use of stop is flexible, i.e. requires phoning to arrange. Must be a FLEXIBLE LINE.  Default is false.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 270:84]
       
      bool is_flexible = 4;
      Specified by:
      getIsFlexible in interface DepartureStructureOrBuilder
      Returns:
      The isFlexible.
    • setIsFlexible

      public DepartureStructure.Builder setIsFlexible(boolean value)
       Whether use of stop is flexible, i.e. requires phoning to arrange. Must be a FLEXIBLE LINE.  Default is false.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 270:84]
       
      bool is_flexible = 4;
      Parameters:
      value - The isFlexible to set.
      Returns:
      This builder for chaining.
    • clearIsFlexible

      public DepartureStructure.Builder clearIsFlexible()
       Whether use of stop is flexible, i.e. requires phoning to arrange. Must be a FLEXIBLE LINE.  Default is false.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 270:84]
       
      bool is_flexible = 4;
      Returns:
      This builder for chaining.
    • hasWaitTime

      public boolean hasWaitTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 275:67]
       
      .google.protobuf.Duration wait_time = 5;
      Specified by:
      hasWaitTime in interface DepartureStructureOrBuilder
      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 275:67]
       
      .google.protobuf.Duration wait_time = 5;
      Specified by:
      getWaitTime in interface DepartureStructureOrBuilder
      Returns:
      The waitTime.
    • setWaitTime

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

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

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

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

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

      public com.google.protobuf.DurationOrBuilder getWaitTimeOrBuilder()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 275:67]
       
      .google.protobuf.Duration wait_time = 5;
      Specified by:
      getWaitTimeOrBuilder in interface DepartureStructureOrBuilder
    • 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 = 6;
      Specified by:
      hasJourneyPartRef in interface DepartureStructureOrBuilder
      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 = 6;
      Specified by:
      getJourneyPartRef in interface DepartureStructureOrBuilder
      Returns:
      The journeyPartRef.
    • setJourneyPartRef

      public DepartureStructure.Builder setJourneyPartRef(GroupOfEntitiesRefStructure value)
       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 = 6;
    • setJourneyPartRef

      public DepartureStructure.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 = 6;
    • mergeJourneyPartRef

      public DepartureStructure.Builder mergeJourneyPartRef(GroupOfEntitiesRefStructure value)
       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 = 6;
    • clearJourneyPartRef

      public DepartureStructure.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 = 6;
    • 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 = 6;
    • 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 = 6;
      Specified by:
      getJourneyPartRefOrBuilder in interface DepartureStructureOrBuilder
    • hasJourneyMeetings

      public boolean hasJourneyMeetings()
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
      Specified by:
      hasJourneyMeetings in interface DepartureStructureOrBuilder
      Returns:
      Whether the journeyMeetings field is set.
    • getJourneyMeetings

      public JourneyMeetingViews_RelStructure getJourneyMeetings()
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
      Specified by:
      getJourneyMeetings in interface DepartureStructureOrBuilder
      Returns:
      The journeyMeetings.
    • setJourneyMeetings

       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
    • setJourneyMeetings

      public DepartureStructure.Builder setJourneyMeetings(JourneyMeetingViews_RelStructure.Builder builderForValue)
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
    • mergeJourneyMeetings

      public DepartureStructure.Builder mergeJourneyMeetings(JourneyMeetingViews_RelStructure value)
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
    • clearJourneyMeetings

      public DepartureStructure.Builder clearJourneyMeetings()
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
    • getJourneyMeetingsBuilder

      public JourneyMeetingViews_RelStructure.Builder getJourneyMeetingsBuilder()
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
    • getJourneyMeetingsOrBuilder

      public JourneyMeetingViews_RelStructureOrBuilder getJourneyMeetingsOrBuilder()
       JOURNEY MEETINGs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 289:94]
       
      .uk.org.netex.www.netex.JourneyMeetingViews_RelStructure journey_meetings = 7;
      Specified by:
      getJourneyMeetingsOrBuilder in interface DepartureStructureOrBuilder
    • hasInterchanges

      public boolean hasInterchanges()
       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
      Specified by:
      hasInterchanges in interface DepartureStructureOrBuilder
      Returns:
      Whether the interchanges field is set.
    • getInterchanges

      public ServiceJourneyInterchanges_RelStructure getInterchanges()
       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
      Specified by:
      getInterchanges in interface DepartureStructureOrBuilder
      Returns:
      The interchanges.
    • setInterchanges

       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
    • setInterchanges

       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
    • mergeInterchanges

       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
    • clearInterchanges

      public DepartureStructure.Builder clearInterchanges()
       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
    • getInterchangesBuilder

      public ServiceJourneyInterchanges_RelStructure.Builder getInterchangesBuilder()
       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
    • getInterchangesOrBuilder

      public ServiceJourneyInterchanges_RelStructureOrBuilder getInterchangesOrBuilder()
       INTERCHANGEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 294:98]
       
      .uk.org.netex.www.netex.ServiceJourneyInterchanges_RelStructure interchanges = 8;
      Specified by:
      getInterchangesOrBuilder in interface DepartureStructureOrBuilder
    • hasInterchangeRules

      public boolean hasInterchangeRules()
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
      Specified by:
      hasInterchangeRules in interface DepartureStructureOrBuilder
      Returns:
      Whether the interchangeRules field is set.
    • getInterchangeRules

      public InterchangeRules_RelStructure getInterchangeRules()
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
      Specified by:
      getInterchangeRules in interface DepartureStructureOrBuilder
      Returns:
      The interchangeRules.
    • setInterchangeRules

      public DepartureStructure.Builder setInterchangeRules(InterchangeRules_RelStructure value)
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
    • setInterchangeRules

      public DepartureStructure.Builder setInterchangeRules(InterchangeRules_RelStructure.Builder builderForValue)
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
    • mergeInterchangeRules

      public DepartureStructure.Builder mergeInterchangeRules(InterchangeRules_RelStructure value)
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
    • clearInterchangeRules

      public DepartureStructure.Builder clearInterchangeRules()
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
    • getInterchangeRulesBuilder

      public InterchangeRules_RelStructure.Builder getInterchangeRulesBuilder()
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
    • getInterchangeRulesOrBuilder

      public InterchangeRules_RelStructureOrBuilder getInterchangeRulesOrBuilder()
       INTERCHANGE RULEs for visit.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 299:92]
       
      .uk.org.netex.www.netex.InterchangeRules_RelStructure interchange_rules = 9;
      Specified by:
      getInterchangeRulesOrBuilder in interface DepartureStructureOrBuilder
    • 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 = 10;
      Specified by:
      hasTimeDemandTypeRef in interface DepartureStructureOrBuilder
      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 = 10;
      Specified by:
      getTimeDemandTypeRef in interface DepartureStructureOrBuilder
      Returns:
      The timeDemandTypeRef.
    • setTimeDemandTypeRef

      public DepartureStructure.Builder setTimeDemandTypeRef(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 = 10;
    • setTimeDemandTypeRef

      public DepartureStructure.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 = 10;
    • mergeTimeDemandTypeRef

      public DepartureStructure.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 = 10;
    • clearTimeDemandTypeRef

      public DepartureStructure.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 = 10;
    • 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 = 10;
    • 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 = 10;
      Specified by:
      getTimeDemandTypeRefOrBuilder in interface DepartureStructureOrBuilder
    • hasTimebandRef

      public boolean hasTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
      Specified by:
      hasTimebandRef in interface DepartureStructureOrBuilder
      Returns:
      Whether the timebandRef field is set.
    • getTimebandRef

      public VersionOfObjectRefStructure getTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
      Specified by:
      getTimebandRef in interface DepartureStructureOrBuilder
      Returns:
      The timebandRef.
    • setTimebandRef

       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
    • setTimebandRef

      public DepartureStructure.Builder setTimebandRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
    • mergeTimebandRef

       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
    • clearTimebandRef

      public DepartureStructure.Builder clearTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
    • getTimebandRefBuilder

      public VersionOfObjectRefStructure.Builder getTimebandRefBuilder()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
    • getTimebandRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimebandRefOrBuilder()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 11;
      Specified by:
      getTimebandRefOrBuilder in interface DepartureStructureOrBuilder
    • 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 = 21;
      Specified by:
      hasDutyPartRef in interface DepartureStructureOrBuilder
      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 = 21;
      Specified by:
      getDutyPartRef in interface DepartureStructureOrBuilder
      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 = 21;
    • setDutyPartRef

      public DepartureStructure.Builder setDutyPartRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 21;
    • 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 = 21;
    • clearDutyPartRef

      public DepartureStructure.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 = 21;
    • 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 = 21;
    • 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 = 21;
      Specified by:
      getDutyPartRefOrBuilder in interface DepartureStructureOrBuilder
    • hasQuayAssignmentView

      public boolean hasQuayAssignmentView()
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
      Specified by:
      hasQuayAssignmentView in interface DepartureStructureOrBuilder
      Returns:
      Whether the quayAssignmentView field is set.
    • getQuayAssignmentView

      public QuayAssignmentViewType getQuayAssignmentView()
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
      Specified by:
      getQuayAssignmentView in interface DepartureStructureOrBuilder
      Returns:
      The quayAssignmentView.
    • setQuayAssignmentView

      public DepartureStructure.Builder setQuayAssignmentView(QuayAssignmentViewType value)
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
    • setQuayAssignmentView

      public DepartureStructure.Builder setQuayAssignmentView(QuayAssignmentViewType.Builder builderForValue)
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
    • mergeQuayAssignmentView

      public DepartureStructure.Builder mergeQuayAssignmentView(QuayAssignmentViewType value)
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
    • clearQuayAssignmentView

      public DepartureStructure.Builder clearQuayAssignmentView()
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
    • getQuayAssignmentViewBuilder

      public QuayAssignmentViewType.Builder getQuayAssignmentViewBuilder()
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
    • getQuayAssignmentViewOrBuilder

      public QuayAssignmentViewTypeOrBuilder getQuayAssignmentViewOrBuilder()
       Assignment to a specific QUAY within the STOP PLACE.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 437:73]
       
      .uk.org.netex.www.netex.QuayAssignmentViewType quay_assignment_view = 25;
      Specified by:
      getQuayAssignmentViewOrBuilder in interface DepartureStructureOrBuilder
    • hasDynamicStopAssignment

      public boolean hasDynamicStopAssignment()
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
      Specified by:
      hasDynamicStopAssignment in interface DepartureStructureOrBuilder
      Returns:
      Whether the dynamicStopAssignment field is set.
    • getDynamicStopAssignment

      public DynamicStopAssignmentType getDynamicStopAssignment()
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
      Specified by:
      getDynamicStopAssignment in interface DepartureStructureOrBuilder
      Returns:
      The dynamicStopAssignment.
    • setDynamicStopAssignment

      public DepartureStructure.Builder setDynamicStopAssignment(DynamicStopAssignmentType value)
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
    • setDynamicStopAssignment

      public DepartureStructure.Builder setDynamicStopAssignment(DynamicStopAssignmentType.Builder builderForValue)
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
    • mergeDynamicStopAssignment

      public DepartureStructure.Builder mergeDynamicStopAssignment(DynamicStopAssignmentType value)
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
    • clearDynamicStopAssignment

      public DepartureStructure.Builder clearDynamicStopAssignment()
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
    • getDynamicStopAssignmentBuilder

      public DynamicStopAssignmentType.Builder getDynamicStopAssignmentBuilder()
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
    • getDynamicStopAssignmentOrBuilder

      public DynamicStopAssignmentTypeOrBuilder getDynamicStopAssignmentOrBuilder()
       Change to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 219:96]
       
      .uk.org.netex.www.netex.DynamicStopAssignmentType dynamic_stop_assignment = 31;
      Specified by:
      getDynamicStopAssignmentOrBuilder in interface DepartureStructureOrBuilder
    • hasAccessibilityAssessment

      public boolean hasAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
      Specified by:
      hasAccessibilityAssessment in interface DepartureStructureOrBuilder
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      public AccessibilityAssessmentType getAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
      Specified by:
      getAccessibilityAssessment in interface DepartureStructureOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

      public DepartureStructure.Builder setAccessibilityAssessment(AccessibilityAssessmentType value)
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
    • setAccessibilityAssessment

      public DepartureStructure.Builder setAccessibilityAssessment(AccessibilityAssessmentType.Builder builderForValue)
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
    • mergeAccessibilityAssessment

      public DepartureStructure.Builder mergeAccessibilityAssessment(AccessibilityAssessmentType value)
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
    • clearAccessibilityAssessment

      public DepartureStructure.Builder clearAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
    • getAccessibilityAssessmentBuilder

      public AccessibilityAssessmentType.Builder getAccessibilityAssessmentBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
    • getAccessibilityAssessmentOrBuilder

      public AccessibilityAssessmentTypeOrBuilder getAccessibilityAssessmentOrBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 41;
      Specified by:
      getAccessibilityAssessmentOrBuilder in interface DepartureStructureOrBuilder
    • hasCheckConstraint

      public boolean hasCheckConstraint()
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
      Specified by:
      hasCheckConstraint in interface DepartureStructureOrBuilder
      Returns:
      Whether the checkConstraint field is set.
    • getCheckConstraint

      public CheckConstraintType getCheckConstraint()
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
      Specified by:
      getCheckConstraint in interface DepartureStructureOrBuilder
      Returns:
      The checkConstraint.
    • setCheckConstraint

      public DepartureStructure.Builder setCheckConstraint(CheckConstraintType value)
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
    • setCheckConstraint

      public DepartureStructure.Builder setCheckConstraint(CheckConstraintType.Builder builderForValue)
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
    • mergeCheckConstraint

      public DepartureStructure.Builder mergeCheckConstraint(CheckConstraintType value)
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
    • clearCheckConstraint

      public DepartureStructure.Builder clearCheckConstraint()
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
    • getCheckConstraintBuilder

      public CheckConstraintType.Builder getCheckConstraintBuilder()
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
    • getCheckConstraintOrBuilder

      public CheckConstraintTypeOrBuilder getCheckConstraintOrBuilder()
       Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
       
      .uk.org.netex.www.netex.CheckConstraintType check_constraint = 42;
      Specified by:
      getCheckConstraintOrBuilder in interface DepartureStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
      Specified by:
      hasNoticeAssignments in interface DepartureStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
      Specified by:
      getNoticeAssignments in interface DepartureStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

      public DepartureStructure.Builder setNoticeAssignments(NoticeAssignments_RelStructure value)
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
    • setNoticeAssignments

      public DepartureStructure.Builder setNoticeAssignments(NoticeAssignments_RelStructure.Builder builderForValue)
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
    • mergeNoticeAssignments

      public DepartureStructure.Builder mergeNoticeAssignments(NoticeAssignments_RelStructure value)
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
    • clearNoticeAssignments

      public DepartureStructure.Builder clearNoticeAssignments()
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
    • getNoticeAssignmentsBuilder

      public NoticeAssignments_RelStructure.Builder getNoticeAssignmentsBuilder()
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICEs of a CALL that apply only to the Arrival  or departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 312:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 43;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface DepartureStructureOrBuilder
    • hasPassengerStopAssignmentRef

      public boolean hasPassengerStopAssignmentRef()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
      Specified by:
      hasPassengerStopAssignmentRef in interface DepartureStructureOrBuilder
      Returns:
      Whether the passengerStopAssignmentRef field is set.
    • getPassengerStopAssignmentRef

      public VersionOfObjectRefStructure getPassengerStopAssignmentRef()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
      Specified by:
      getPassengerStopAssignmentRef in interface DepartureStructureOrBuilder
      Returns:
      The passengerStopAssignmentRef.
    • setPassengerStopAssignmentRef

      public DepartureStructure.Builder setPassengerStopAssignmentRef(VersionOfObjectRefStructure value)
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
    • setPassengerStopAssignmentRef

      public DepartureStructure.Builder setPassengerStopAssignmentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
    • mergePassengerStopAssignmentRef

      public DepartureStructure.Builder mergePassengerStopAssignmentRef(VersionOfObjectRefStructure value)
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
    • clearPassengerStopAssignmentRef

      public DepartureStructure.Builder clearPassengerStopAssignmentRef()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
    • getPassengerStopAssignmentRefBuilder

      public VersionOfObjectRefStructure.Builder getPassengerStopAssignmentRefBuilder()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
    • getPassengerStopAssignmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPassengerStopAssignmentRefOrBuilder()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 22;
      Specified by:
      getPassengerStopAssignmentRefOrBuilder in interface DepartureStructureOrBuilder
    • hasDynamicStopAssignmentRef

      public boolean hasDynamicStopAssignmentRef()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
      Specified by:
      hasDynamicStopAssignmentRef in interface DepartureStructureOrBuilder
      Returns:
      Whether the dynamicStopAssignmentRef field is set.
    • getDynamicStopAssignmentRef

      public VersionOfObjectRefStructure getDynamicStopAssignmentRef()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
      Specified by:
      getDynamicStopAssignmentRef in interface DepartureStructureOrBuilder
      Returns:
      The dynamicStopAssignmentRef.
    • setDynamicStopAssignmentRef

      public DepartureStructure.Builder setDynamicStopAssignmentRef(VersionOfObjectRefStructure value)
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
    • setDynamicStopAssignmentRef

      public DepartureStructure.Builder setDynamicStopAssignmentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
    • mergeDynamicStopAssignmentRef

      public DepartureStructure.Builder mergeDynamicStopAssignmentRef(VersionOfObjectRefStructure value)
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
    • clearDynamicStopAssignmentRef

      public DepartureStructure.Builder clearDynamicStopAssignmentRef()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
    • getDynamicStopAssignmentRefBuilder

      public VersionOfObjectRefStructure.Builder getDynamicStopAssignmentRefBuilder()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
    • getDynamicStopAssignmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDynamicStopAssignmentRefOrBuilder()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 23;
      Specified by:
      getDynamicStopAssignmentRefOrBuilder in interface DepartureStructureOrBuilder
    • hasVehicleJourneyStopAssignmentRef

      public boolean hasVehicleJourneyStopAssignmentRef()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
      Specified by:
      hasVehicleJourneyStopAssignmentRef in interface DepartureStructureOrBuilder
      Returns:
      Whether the vehicleJourneyStopAssignmentRef field is set.
    • getVehicleJourneyStopAssignmentRef

      public VersionOfObjectRefStructure getVehicleJourneyStopAssignmentRef()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
      Specified by:
      getVehicleJourneyStopAssignmentRef in interface DepartureStructureOrBuilder
      Returns:
      The vehicleJourneyStopAssignmentRef.
    • setVehicleJourneyStopAssignmentRef

      public DepartureStructure.Builder setVehicleJourneyStopAssignmentRef(VersionOfObjectRefStructure value)
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
    • setVehicleJourneyStopAssignmentRef

      public DepartureStructure.Builder setVehicleJourneyStopAssignmentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
    • mergeVehicleJourneyStopAssignmentRef

      public DepartureStructure.Builder mergeVehicleJourneyStopAssignmentRef(VersionOfObjectRefStructure value)
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
    • clearVehicleJourneyStopAssignmentRef

      public DepartureStructure.Builder clearVehicleJourneyStopAssignmentRef()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
    • getVehicleJourneyStopAssignmentRefBuilder

      public VersionOfObjectRefStructure.Builder getVehicleJourneyStopAssignmentRefBuilder()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
    • getVehicleJourneyStopAssignmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleJourneyStopAssignmentRefOrBuilder()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 24;
      Specified by:
      getVehicleJourneyStopAssignmentRefOrBuilder in interface DepartureStructureOrBuilder