Interface PreviousCall_VersionedChildStructureOrBuilder

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

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

    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • 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 = 505;
      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 = 505;
      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 = 506;
      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 = 506;
      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 Call within Journey.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 160:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      The order.
    • getConstrained

      boolean getConstrained()
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 165:59]
       
      bool constrained = 102;
      Returns:
      The constrained.
    • getVisitNumber

      int getVisitNumber()
       Count of number of visits to this stop - as per SIRI use. Default is 1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1031:89]
       
      uint32 visit_number = 161;
      Returns:
      The visitNumber.
    • hasScheduledStopPointView

      boolean hasScheduledStopPointView()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
      Returns:
      Whether the scheduledStopPointView field is set.
    • getScheduledStopPointView

      ScheduledStopPoint_DerivedViewStructure getScheduledStopPointView()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
      Returns:
      The scheduledStopPointView.
    • getScheduledStopPointViewOrBuilder

      ScheduledStopPoint_DerivedViewStructureOrBuilder getScheduledStopPointViewOrBuilder()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
    • hasOnwardTimingLinkView

      boolean hasOnwardTimingLinkView()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
      Returns:
      Whether the onwardTimingLinkView field is set.
    • getOnwardTimingLinkView

      OnwardTimingLinkViewType getOnwardTimingLinkView()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
      Returns:
      The onwardTimingLinkView.
    • getOnwardTimingLinkViewOrBuilder

      OnwardTimingLinkViewTypeOrBuilder getOnwardTimingLinkViewOrBuilder()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
    • hasOnwardServiceLinkRef

      boolean hasOnwardServiceLinkRef()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
      Returns:
      Whether the onwardServiceLinkRef field is set.
    • getOnwardServiceLinkRef

      VersionOfObjectRefStructure getOnwardServiceLinkRef()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
      Returns:
      The onwardServiceLinkRef.
    • getOnwardServiceLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnwardServiceLinkRefOrBuilder()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
    • hasOnwardServiceLinkView

      boolean hasOnwardServiceLinkView()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
      Returns:
      Whether the onwardServiceLinkView field is set.
    • getOnwardServiceLinkView

      OnwardServiceLinkViewType getOnwardServiceLinkView()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
      Returns:
      The onwardServiceLinkView.
    • getOnwardServiceLinkViewOrBuilder

      OnwardServiceLinkViewTypeOrBuilder getOnwardServiceLinkViewOrBuilder()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
    • getTimingPointStatusValue

      int getTimingPointStatusValue()
       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Returns:
      The enum numeric value on the wire for timingPointStatus.
    • getTimingPointStatus

      TimingPointStatusEnumeration getTimingPointStatus()
       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Returns:
      The timingPointStatus.
    • hasPointInJourneyPatternRef

      boolean hasPointInJourneyPatternRef()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
      Returns:
      Whether the pointInJourneyPatternRef field is set.
    • getPointInJourneyPatternRef

      VersionOfObjectRefStructure getPointInJourneyPatternRef()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
      Returns:
      The pointInJourneyPatternRef.
    • getPointInJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointInJourneyPatternRefOrBuilder()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
    • hasArrival

      boolean hasArrival()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
      Returns:
      Whether the arrival field is set.
    • getArrival

      ArrivalStructure getArrival()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
      Returns:
      The arrival.
    • getArrivalOrBuilder

      ArrivalStructureOrBuilder getArrivalOrBuilder()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
    • hasDeparture

      boolean hasDeparture()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
      Returns:
      Whether the departure field is set.
    • getDeparture

      DepartureStructure getDeparture()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
      Returns:
      The departure.
    • getDepartureOrBuilder

      DepartureStructureOrBuilder getDepartureOrBuilder()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
    • hasFrequency

      boolean hasFrequency()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
      Returns:
      Whether the frequency field is set.
    • getFrequency

      FrequencyStructure getFrequency()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
      Returns:
      The frequency.
    • getFrequencyOrBuilder

      FrequencyStructureOrBuilder getFrequencyOrBuilder()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
    • hasDestinationDisplayRef

      boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      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 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Returns:
      The destinationDisplayRef.
    • getDestinationDisplayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
    • 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 = 202;
      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 = 202;
      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 = 202;
    • 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 = 211;
      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 = 211;
      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 = 211;
    • 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 = 221;
      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 = 221;
      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 = 221;
    • 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 = 222;
      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 = 223;
      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.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
      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.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
      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.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
    • 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 = 231;
      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 = 232;
      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 = 232;
      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 = 233;
      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 = 233;
      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 = 234;
      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 = 234;
      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 = 234;
    • 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 = 235;
      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 = 236;
      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 = 236;
      Returns:
      The dynamic.
    • hasPassengerCarryingRequirementRef

      boolean hasPassengerCarryingRequirementRef()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
      Returns:
      Whether the passengerCarryingRequirementRef field is set.
    • getPassengerCarryingRequirementRef

      VersionOfObjectRefStructure getPassengerCarryingRequirementRef()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
      Returns:
      The passengerCarryingRequirementRef.
    • getPassengerCarryingRequirementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerCarryingRequirementRefOrBuilder()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
    • hasPassengerCarryingRequirementsView

      boolean hasPassengerCarryingRequirementsView()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
      Returns:
      Whether the passengerCarryingRequirementsView field is set.
    • getPassengerCarryingRequirementsView

      PassengerCarryingRequirementsViewType getPassengerCarryingRequirementsView()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
      Returns:
      The passengerCarryingRequirementsView.
    • getPassengerCarryingRequirementsViewOrBuilder

      PassengerCarryingRequirementsViewTypeOrBuilder getPassengerCarryingRequirementsViewOrBuilder()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
    • hasTrainSize

      boolean hasTrainSize()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
      Returns:
      Whether the trainSize field is set.
    • getTrainSize

      TrainSizeStructure getTrainSize()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
      Returns:
      The trainSize.
    • getTrainSizeOrBuilder

      TrainSizeStructureOrBuilder getTrainSizeOrBuilder()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
    • hasEquipments

      boolean hasEquipments()
       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
      Returns:
      Whether the equipments field is set.
    • getEquipments

       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
      Returns:
      The equipments.
    • getEquipmentsOrBuilder

      VehicleEquipments_RelStructureOrBuilder getEquipmentsOrBuilder()
       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
    • hasNote

      boolean hasNote()
       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
      Returns:
      Whether the note field is set.
    • getNote

       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
      Returns:
      The note.
    • getNoteOrBuilder

      MultilingualStringOrBuilder getNoteOrBuilder()
       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
    • hasTargetPassingTimeView

      boolean hasTargetPassingTimeView()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
      Returns:
      Whether the targetPassingTimeView field is set.
    • getTargetPassingTimeView

      TargetPassingTimeViewType getTargetPassingTimeView()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
      Returns:
      The targetPassingTimeView.
    • getTargetPassingTimeViewOrBuilder

      TargetPassingTimeViewTypeOrBuilder getTargetPassingTimeViewOrBuilder()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
    • hasEstimatedPassingTimeView

      boolean hasEstimatedPassingTimeView()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
      Returns:
      Whether the estimatedPassingTimeView field is set.
    • getEstimatedPassingTimeView

      EstimatedPassingTime_ViewStructure getEstimatedPassingTimeView()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
      Returns:
      The estimatedPassingTimeView.
    • getEstimatedPassingTimeViewOrBuilder

      EstimatedPassingTime_ViewStructureOrBuilder getEstimatedPassingTimeViewOrBuilder()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
    • 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 = 162;
      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 = 162;
      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 = 162;
    • 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 = 163;
      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 = 163;
      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 = 163;
    • 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 = 191;
      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 = 191;
      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 = 191;
    • 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 = 192;
      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 = 192;
      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 = 192;
    • 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 = 503;
      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 = 503;
      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 = 503;
    • getScheduledStopPointRefStructureCase

    • getServiceJourneyRefStructureCase