Class DepartureStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.DepartureStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DepartureStructureOrBuilder

@Generated public final class DepartureStructure extends com.google.protobuf.GeneratedMessage 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
See Also:
  • Field Details

    • TIME_FIELD_NUMBER

      public static final int TIME_FIELD_NUMBER
      See Also:
    • DAY_OFFSET_FIELD_NUMBER

      public static final int DAY_OFFSET_FIELD_NUMBER
      See Also:
    • FOR_BOARDING_FIELD_NUMBER

      public static final int FOR_BOARDING_FIELD_NUMBER
      See Also:
    • IS_FLEXIBLE_FIELD_NUMBER

      public static final int IS_FLEXIBLE_FIELD_NUMBER
      See Also:
    • WAIT_TIME_FIELD_NUMBER

      public static final int WAIT_TIME_FIELD_NUMBER
      See Also:
    • JOURNEY_PART_REF_FIELD_NUMBER

      public static final int JOURNEY_PART_REF_FIELD_NUMBER
      See Also:
    • JOURNEY_MEETINGS_FIELD_NUMBER

      public static final int JOURNEY_MEETINGS_FIELD_NUMBER
      See Also:
    • INTERCHANGES_FIELD_NUMBER

      public static final int INTERCHANGES_FIELD_NUMBER
      See Also:
    • INTERCHANGE_RULES_FIELD_NUMBER

      public static final int INTERCHANGE_RULES_FIELD_NUMBER
      See Also:
    • TIME_DEMAND_TYPE_REF_FIELD_NUMBER

      public static final int TIME_DEMAND_TYPE_REF_FIELD_NUMBER
      See Also:
    • TIMEBAND_REF_FIELD_NUMBER

      public static final int TIMEBAND_REF_FIELD_NUMBER
      See Also:
    • DUTY_PART_REF_FIELD_NUMBER

      public static final int DUTY_PART_REF_FIELD_NUMBER
      See Also:
    • QUAY_ASSIGNMENT_VIEW_FIELD_NUMBER

      public static final int QUAY_ASSIGNMENT_VIEW_FIELD_NUMBER
      See Also:
    • DYNAMIC_STOP_ASSIGNMENT_FIELD_NUMBER

      public static final int DYNAMIC_STOP_ASSIGNMENT_FIELD_NUMBER
      See Also:
    • ACCESSIBILITY_ASSESSMENT_FIELD_NUMBER

      public static final int ACCESSIBILITY_ASSESSMENT_FIELD_NUMBER
      See Also:
    • CHECK_CONSTRAINT_FIELD_NUMBER

      public static final int CHECK_CONSTRAINT_FIELD_NUMBER
      See Also:
    • NOTICE_ASSIGNMENTS_FIELD_NUMBER

      public static final int NOTICE_ASSIGNMENTS_FIELD_NUMBER
      See Also:
    • PASSENGER_STOP_ASSIGNMENT_REF_FIELD_NUMBER

      public static final int PASSENGER_STOP_ASSIGNMENT_REF_FIELD_NUMBER
      See Also:
    • DYNAMIC_STOP_ASSIGNMENT_REF_FIELD_NUMBER

      public static final int DYNAMIC_STOP_ASSIGNMENT_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_JOURNEY_STOP_ASSIGNMENT_REF_FIELD_NUMBER

      public static final int VEHICLE_JOURNEY_STOP_ASSIGNMENT_REF_FIELD_NUMBER
      See Also:
  • 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
    • getPassengerStopAssignmentRefStructureCase

      public DepartureStructure.PassengerStopAssignmentRefStructureCase getPassengerStopAssignmentRefStructureCase()
      Specified by:
      getPassengerStopAssignmentRefStructureCase in interface DepartureStructureOrBuilder
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DepartureStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DepartureStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DepartureStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DepartureStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DepartureStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DepartureStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DepartureStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DepartureStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DepartureStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DepartureStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DepartureStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DepartureStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static DepartureStructure.Builder newBuilder()
    • newBuilder

      public static DepartureStructure.Builder newBuilder(DepartureStructure prototype)
    • toBuilder

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

      protected DepartureStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static DepartureStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DepartureStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<DepartureStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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