Interface StopPointInJourneyPatternTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StopPointInJourneyPatternType, StopPointInJourneyPatternType.Builder

public interface StopPointInJourneyPatternTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      The created.
    • getCreatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • hasChanged

      boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      Whether the changed field is set.
    • getChanged

      com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      The changed.
    • getChangedOrBuilder

      com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The status.
    • getDerivedFromVersionRef

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 469;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 469;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 470;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 470;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidBetweenList

      List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetween

      ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenCount

      int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilderList

      List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilder

      ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • hasAlternativeTexts

      boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • hasExtensions

      boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
    • getOrder

      int getOrder()
       Order of POINT within parent.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 141:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      The order.
    • hasOnwardTimingLinkRef

      boolean hasOnwardTimingLinkRef()
       Onward link - used to disambiguate if there are multiple links from the same stop, e.g. as for cloverleaf route topology. If not given explicitly assume there is only one link that connects the two.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 835:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_timing_link_ref = 293;
      Returns:
      Whether the onwardTimingLinkRef field is set.
    • getOnwardTimingLinkRef

      VersionOfObjectRefStructure getOnwardTimingLinkRef()
       Onward link - used to disambiguate if there are multiple links from the same stop, e.g. as for cloverleaf route topology. If not given explicitly assume there is only one link that connects the two.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 835:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_timing_link_ref = 293;
      Returns:
      The onwardTimingLinkRef.
    • getOnwardTimingLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnwardTimingLinkRefOrBuilder()
       Onward link - used to disambiguate if there are multiple links from the same stop, e.g. as for cloverleaf route topology. If not given explicitly assume there is only one link that connects the two.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 835:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_timing_link_ref = 293;
    • getIsWaitPoint

      boolean getIsWaitPoint()
       Whether point is a wait point.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 69:85]
       
      bool is_wait_point = 294;
      Returns:
      The isWaitPoint.
    • hasWaitTime

      boolean hasWaitTime()
       Wait time as interval. OPTIMISATION assuming default Time Demand. Use this to declare a single wait time Other wise a list of times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 75:54]
       
      .google.protobuf.Duration wait_time = 295;
      Returns:
      Whether the waitTime field is set.
    • getWaitTime

      com.google.protobuf.Duration getWaitTime()
       Wait time as interval. OPTIMISATION assuming default Time Demand. Use this to declare a single wait time Other wise a list of times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 75:54]
       
      .google.protobuf.Duration wait_time = 295;
      Returns:
      The waitTime.
    • getWaitTimeOrBuilder

      com.google.protobuf.DurationOrBuilder getWaitTimeOrBuilder()
       Wait time as interval. OPTIMISATION assuming default Time Demand. Use this to declare a single wait time Other wise a list of times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 75:54]
       
      .google.protobuf.Duration wait_time = 295;
    • hasWaitTimes

      boolean hasWaitTimes()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 80:79]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 296;
      Returns:
      Whether the waitTimes field is set.
    • getWaitTimes

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 80:79]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 296;
      Returns:
      The waitTimes.
    • getWaitTimesOrBuilder

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 80:79]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 296;
    • hasHeadways

      boolean hasHeadways()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 86:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 301;
      Returns:
      Whether the headways field is set.
    • getHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 86:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 301;
      Returns:
      The headways.
    • getHeadwaysOrBuilder

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 86:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 301;
    • hasOnwardServiceLinkRef

      boolean hasOnwardServiceLinkRef()
       Link that connects this to the next point. Allows to disambiguate if there are multiple SERVICE LINKs between two SERVICE POINTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 811:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 321;
      Returns:
      Whether the onwardServiceLinkRef field is set.
    • getOnwardServiceLinkRef

      VersionOfObjectRefStructure getOnwardServiceLinkRef()
       Link that connects this to the next point. Allows to disambiguate if there are multiple SERVICE LINKs between two SERVICE POINTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 811:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 321;
      Returns:
      The onwardServiceLinkRef.
    • getOnwardServiceLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnwardServiceLinkRefOrBuilder()
       Link that connects this to the next point. Allows to disambiguate if there are multiple SERVICE LINKs between two SERVICE POINTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 811:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 321;
    • getForAlighting

      boolean getForAlighting()
       Whether alighting is allowed at the stop. Default is true.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 816:85]
       
      bool for_alighting = 322;
      Returns:
      The forAlighting.
    • getForBoarding

      boolean getForBoarding()
       Whether boarding is allowed at the stop. Default is true.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 821:84]
       
      bool for_boarding = 323;
      Returns:
      The forBoarding.
    • hasDestinationDisplayRef

      boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 324;
      Returns:
      Whether the destinationDisplayRef field is set.
    • getDestinationDisplayRef

      VersionOfObjectRefStructure getDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 324;
      Returns:
      The destinationDisplayRef.
    • getDestinationDisplayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 324;
    • hasDestinationDisplayView

      boolean hasDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 325;
      Returns:
      Whether the destinationDisplayView field is set.
    • getDestinationDisplayView

      DestinationDisplayViewType getDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 325;
      Returns:
      The destinationDisplayView.
    • getDestinationDisplayViewOrBuilder

      DestinationDisplayViewTypeOrBuilder getDestinationDisplayViewOrBuilder()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 325;
    • hasVias

      boolean hasVias()
       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 331;
      Returns:
      Whether the vias field is set.
    • getVias

       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 331;
      Returns:
      The vias.
    • getViasOrBuilder

      Vias_RelStructureOrBuilder getViasOrBuilder()
       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 331;
    • hasFlexiblePointProperties

      boolean hasFlexiblePointProperties()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 341;
      Returns:
      Whether the flexiblePointProperties field is set.
    • getFlexiblePointProperties

      FlexiblePointPropertiesType getFlexiblePointProperties()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 341;
      Returns:
      The flexiblePointProperties.
    • getFlexiblePointPropertiesOrBuilder

      FlexiblePointPropertiesTypeOrBuilder getFlexiblePointPropertiesOrBuilder()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 341;
    • getChangeOfDestinationDisplay

      boolean getChangeOfDestinationDisplay()
       Whether DESTINATION DISPLAY should be updated at this point. If DESTINATION NAME value is different from Previous stop this is implicit.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 335:84]
       
      bool change_of_destination_display = 342;
      Returns:
      The changeOfDestinationDisplay.
    • getChangeOfServiceRequirements

      boolean getChangeOfServiceRequirements()
       Whether Service Requirements Change at this point.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 340:85]
       
      bool change_of_service_requirements = 343;
      Returns:
      The changeOfServiceRequirements.
    • hasNoticeAssignments

      boolean hasNoticeAssignments()
       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.StopPointInJourneyPatternType.NoticeAssignmentsType notice_assignments = 344;
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.StopPointInJourneyPatternType.NoticeAssignmentsType notice_assignments = 344;
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.StopPointInJourneyPatternType.NoticeAssignmentsType notice_assignments = 344;
    • getRequestStop

      boolean getRequestStop()
       Whether stop is a request stop for this journey. Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 849:85]
       
      bool request_stop = 351;
      Returns:
      The requestStop.
    • getRequestMethodValue

      int getRequestMethodValue()
       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 352;
      Returns:
      The enum numeric value on the wire for requestMethod.
    • getRequestMethod

      RequestMethodTypeEnumeration getRequestMethod()
       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 352;
      Returns:
      The requestMethod.
    • getStopUseValue

      int getStopUseValue()
       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 353;
      Returns:
      The enum numeric value on the wire for stopUse.
    • getStopUse

      StopUseEnumeration getStopUse()
       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 353;
      Returns:
      The stopUse.
    • hasBookingArrangements

      boolean hasBookingArrangements()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 354;
      Returns:
      Whether the bookingArrangements field is set.
    • getBookingArrangements

      BookingArrangementsStructure getBookingArrangements()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 354;
      Returns:
      The bookingArrangements.
    • getBookingArrangementsOrBuilder

      BookingArrangementsStructureOrBuilder getBookingArrangementsOrBuilder()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 354;
    • getPrint

      boolean getPrint()
       Whether the stop is included in printed media. Default is true. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 881:78]
       
      bool print = 355;
      Returns:
      The print.
    • getDynamicValue

      int getDynamicValue()
       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 356;
      Returns:
      The enum numeric value on the wire for dynamic.
    • getDynamic

       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 356;
      Returns:
      The dynamic.
    • getId

      String getId()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 788:71]
       
      string id = 401;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 788:71]
       
      string id = 401;
      Returns:
      The bytes for id.
    • hasProjections

      boolean hasProjections()
       PROJECTIONs of POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 772:87]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 451;
      Returns:
      Whether the projections field is set.
    • getProjections

      Projections_RelStructure getProjections()
       PROJECTIONs of POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 772:87]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 451;
      Returns:
      The projections.
    • getProjectionsOrBuilder

      Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 772:87]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 451;
    • hasDescription

      boolean hasDescription()
       Further Description of a POINT IN LINK SEQUENCE  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 777:81]
       
      .uk.org.netex.www.netex.MultilingualString description = 452;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Further Description of a POINT IN LINK SEQUENCE  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 777:81]
       
      .uk.org.netex.www.netex.MultilingualString description = 452;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a POINT IN LINK SEQUENCE  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 777:81]
       
      .uk.org.netex.www.netex.MultilingualString description = 452;
    • hasLinkSequenceRef

      boolean hasLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Returns:
      Whether the linkSequenceRef field is set.
    • getLinkSequenceRef

      VersionOfObjectRefStructure getLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Returns:
      The linkSequenceRef.
    • getLinkSequenceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLinkSequenceRefOrBuilder()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
    • hasRouteRef

      boolean hasRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
      Returns:
      Whether the routeRef field is set.
    • getRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
      Returns:
      The routeRef.
    • getRouteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRouteRefOrBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
    • hasTimingPatternRef

      boolean hasTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
      Returns:
      Whether the timingPatternRef field is set.
    • getTimingPatternRef

      VersionOfObjectRefStructure getTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
      Returns:
      The timingPatternRef.
    • getTimingPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimingPatternRefOrBuilder()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
    • hasJourneyPatternRef

      boolean hasJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Returns:
      Whether the journeyPatternRef field is set.
    • getJourneyPatternRef

      VersionOfObjectRefStructure getJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Returns:
      The journeyPatternRef.
    • getJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
    • hasDeadRunJourneyPatternRef

      boolean hasDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Returns:
      Whether the deadRunJourneyPatternRef field is set.
    • getDeadRunJourneyPatternRef

      VersionOfObjectRefStructure getDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Returns:
      The deadRunJourneyPatternRef.
    • getDeadRunJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDeadRunJourneyPatternRefOrBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
    • hasNavigationPathRef

      boolean hasNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Returns:
      Whether the navigationPathRef field is set.
    • getNavigationPathRef

      VersionOfObjectRefStructure getNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Returns:
      The navigationPathRef.
    • getNavigationPathRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNavigationPathRefOrBuilder()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
    • hasServicePatternRef

      boolean hasServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Returns:
      Whether the servicePatternRef field is set.
    • getServicePatternRef

      VersionOfObjectRefStructure getServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Returns:
      The servicePatternRef.
    • getServicePatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServicePatternRefOrBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
    • hasServiceJourneyPatternRef

      boolean hasServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Returns:
      Whether the serviceJourneyPatternRef field is set.
    • getServiceJourneyPatternRef

      VersionOfObjectRefStructure getServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Returns:
      The serviceJourneyPatternRef.
    • getServiceJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyPatternRefOrBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
    • hasVehicleJourneyRef

      boolean hasVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Returns:
      Whether the vehicleJourneyRef field is set.
    • getVehicleJourneyRef

      VersionOfObjectRefStructure getVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Returns:
      The vehicleJourneyRef.
    • getVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleJourneyRefOrBuilder()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
    • hasDeadRunRef

      boolean hasDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Returns:
      Whether the deadRunRef field is set.
    • getDeadRunRef

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Returns:
      The deadRunRef.
    • getDeadRunRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDeadRunRefOrBuilder()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
    • hasServiceJourneyRef

      boolean hasServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Returns:
      The serviceJourneyRef.
    • getServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
    • hasSpecialServiceRef

      boolean hasSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Returns:
      Whether the specialServiceRef field is set.
    • getSpecialServiceRef

      VersionOfObjectRefStructure getSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Returns:
      The specialServiceRef.
    • getSpecialServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSpecialServiceRefOrBuilder()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
    • hasTemplateServiceJourneyRef

      boolean hasTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Returns:
      Whether the templateServiceJourneyRef field is set.
    • getTemplateServiceJourneyRef

      VersionOfObjectRefStructure getTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Returns:
      The templateServiceJourneyRef.
    • getTemplateServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
    • hasDatedVehicleJourneyRef

      boolean hasDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Returns:
      Whether the datedVehicleJourneyRef field is set.
    • getDatedVehicleJourneyRef

      VersionOfObjectRefStructure getDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Returns:
      The datedVehicleJourneyRef.
    • getDatedVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedVehicleJourneyRefOrBuilder()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
    • hasDatedSpecialServiceRef

      boolean hasDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Returns:
      Whether the datedSpecialServiceRef field is set.
    • getDatedSpecialServiceRef

      VersionOfObjectRefStructure getDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Returns:
      The datedSpecialServiceRef.
    • getDatedSpecialServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedSpecialServiceRefOrBuilder()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
    • hasDatedServiceJourneyRef

      boolean hasDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 176;
      Returns:
      Whether the datedServiceJourneyRef field is set.
    • getDatedServiceJourneyRef

      VersionOfObjectRefStructure getDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 176;
      Returns:
      The datedServiceJourneyRef.
    • getDatedServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedServiceJourneyRefOrBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 176;
    • hasNormalDatedVehicleJourneyRef

      boolean hasNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 463;
      Returns:
      Whether the normalDatedVehicleJourneyRef field is set.
    • getNormalDatedVehicleJourneyRef

      VersionOfObjectRefStructure getNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 463;
      Returns:
      The normalDatedVehicleJourneyRef.
    • getNormalDatedVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNormalDatedVehicleJourneyRefOrBuilder()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 463;
    • hasSingleJourneyRef

      boolean hasSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 465;
      Returns:
      Whether the singleJourneyRef field is set.
    • getSingleJourneyRef

      VersionOfObjectRefStructure getSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 465;
      Returns:
      The singleJourneyRef.
    • getSingleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSingleJourneyRefOrBuilder()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 465;
    • hasSingleJourneyPathRef

      boolean hasSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 466;
      Returns:
      Whether the singleJourneyPathRef field is set.
    • getSingleJourneyPathRef

      VersionOfObjectRefStructure getSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 466;
      Returns:
      The singleJourneyPathRef.
    • getSingleJourneyPathRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSingleJourneyPathRefOrBuilder()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 466;
    • hasTripPatternTripRef

      boolean hasTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 467;
      Returns:
      Whether the tripPatternTripRef field is set.
    • getTripPatternTripRef

      VersionOfObjectRefStructure getTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 467;
      Returns:
      The tripPatternTripRef.
    • getTripPatternTripRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTripPatternTripRefOrBuilder()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 467;
    • hasTripRef

      boolean hasTripRef()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 468;
      Returns:
      Whether the tripRef field is set.
    • getTripRef

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 468;
      Returns:
      The tripRef.
    • getTripRefOrBuilder

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 468;
    • hasScheduledStopPointRef

      boolean hasScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 291;
      Returns:
      Whether the scheduledStopPointRef field is set.
    • getScheduledStopPointRef

      VersionOfObjectRefStructure getScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 291;
      Returns:
      The scheduledStopPointRef.
    • getScheduledStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 291;
    • hasFareScheduledStopPointRef

      boolean hasFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 292;
      Returns:
      Whether the fareScheduledStopPointRef field is set.
    • getFareScheduledStopPointRef

      VersionOfObjectRefStructure getFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 292;
      Returns:
      The fareScheduledStopPointRef.
    • getFareScheduledStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 292;
    • getLinkSequenceRefStructureCase

    • getScheduledStopPointRefStructureCase