Class ArrivalStructure

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

@Generated public final class ArrivalStructure extends com.google.protobuf.GeneratedMessage implements ArrivalStructureOrBuilder
 Reorganisation  of Passing times as arrival.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 222:43]
 
Protobuf type uk.org.netex.www.netex.ArrivalStructure
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_ALIGHTING_FIELD_NUMBER

      public static final int FOR_ALIGHTING_FIELD_NUMBER
      See Also:
    • IS_FLEXIBLE_FIELD_NUMBER

      public static final int IS_FLEXIBLE_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 ArrivalStructure.PassengerStopAssignmentRefStructureCase getPassengerStopAssignmentRefStructureCase()
      Specified by:
      getPassengerStopAssignmentRefStructureCase in interface ArrivalStructureOrBuilder
    • hasTime

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

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

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

      public int getDayOffset()
       Number of days after the starting  day of the journey. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 232:81]
       
      int32 day_offset = 2;
      Specified by:
      getDayOffset in interface ArrivalStructureOrBuilder
      Returns:
      The dayOffset.
    • getForAlighting

      public boolean getForAlighting()
       Whether  alighting is allowed at the stop  Default is true.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 237:85]
       
      bool for_alighting = 3;
      Specified by:
      getForAlighting in interface ArrivalStructureOrBuilder
      Returns:
      The forAlighting.
    • 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 242:84]
       
      bool is_flexible = 4;
      Specified by:
      getIsFlexible in interface ArrivalStructureOrBuilder
      Returns:
      The isFlexible.
    • 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 = 5;
      Specified by:
      hasJourneyPartRef in interface ArrivalStructureOrBuilder
      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 = 5;
      Specified by:
      getJourneyPartRef in interface ArrivalStructureOrBuilder
      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 = 5;
      Specified by:
      getJourneyPartRefOrBuilder in interface ArrivalStructureOrBuilder
    • 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 = 6;
      Specified by:
      hasJourneyMeetings in interface ArrivalStructureOrBuilder
      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 = 6;
      Specified by:
      getJourneyMeetings in interface ArrivalStructureOrBuilder
      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 = 6;
      Specified by:
      getJourneyMeetingsOrBuilder in interface ArrivalStructureOrBuilder
    • 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 = 7;
      Specified by:
      hasInterchanges in interface ArrivalStructureOrBuilder
      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 = 7;
      Specified by:
      getInterchanges in interface ArrivalStructureOrBuilder
      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 = 7;
      Specified by:
      getInterchangesOrBuilder in interface ArrivalStructureOrBuilder
    • 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 = 8;
      Specified by:
      hasInterchangeRules in interface ArrivalStructureOrBuilder
      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 = 8;
      Specified by:
      getInterchangeRules in interface ArrivalStructureOrBuilder
      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 = 8;
      Specified by:
      getInterchangeRulesOrBuilder in interface ArrivalStructureOrBuilder
    • 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 = 9;
      Specified by:
      hasTimeDemandTypeRef in interface ArrivalStructureOrBuilder
      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 = 9;
      Specified by:
      getTimeDemandTypeRef in interface ArrivalStructureOrBuilder
      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 = 9;
      Specified by:
      getTimeDemandTypeRefOrBuilder in interface ArrivalStructureOrBuilder
    • 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 = 10;
      Specified by:
      hasTimebandRef in interface ArrivalStructureOrBuilder
      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 = 10;
      Specified by:
      getTimebandRef in interface ArrivalStructureOrBuilder
      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 = 10;
      Specified by:
      getTimebandRefOrBuilder in interface ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
      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 ArrivalStructureOrBuilder
    • 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 ArrivalStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ArrivalStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static ArrivalStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ArrivalStructure> 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 ArrivalStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder