Interface DeadRunTypeOrBuilder

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

@Generated public interface DeadRunTypeOrBuilder 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 = 1073;
      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 = 1073;
      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 = 1074;
      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 = 1074;
      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;
    • hasKeyList

      boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • 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 = 72;
      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 = 72;
      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 = 72;
    • hasBrandingRef

      boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • hasName

      boolean hasName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasShortName

      boolean hasShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      Whether the shortName field is set.
    • getShortName

      MultilingualString getShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      The shortName.
    • getShortNameOrBuilder

      MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • hasDescription

      boolean hasDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDistance

      double getDistance()
       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Returns:
      The distance.
    • hasPrivateCode

      boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
    • hasProjections

      boolean hasProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Returns:
      Whether the projections field is set.
    • getProjections

      Projections_RelStructure getProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Returns:
      The projections.
    • getProjectionsOrBuilder

      Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
    • hasInfoLinks

      boolean hasInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunType.InfoLinksType info_links = 167;
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunType.InfoLinksType info_links = 167;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

      DeadRunType.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunType.InfoLinksType info_links = 167;
    • hasSectionsInSequence

      boolean hasSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Returns:
      Whether the sectionsInSequence field is set.
    • getSectionsInSequence

      SectionsInSequence_RelStructure getSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Returns:
      The sectionsInSequence.
    • getSectionsInSequenceOrBuilder

      SectionsInSequence_RelStructureOrBuilder getSectionsInSequenceOrBuilder()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
    • getTransportModeValue

      int getTransportModeValue()
       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Returns:
      The enum numeric value on the wire for transportMode.
    • getTransportMode

       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Returns:
      The transportMode.
    • hasTransportSubmode

      boolean hasTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
      Returns:
      Whether the transportSubmode field is set.
    • getTransportSubmode

      TransportSubmodeStructure getTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
      Returns:
      The transportSubmode.
    • getTransportSubmodeOrBuilder

      TransportSubmodeStructureOrBuilder getTransportSubmodeOrBuilder()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
    • hasExternalVehicleJourneyRef

      boolean hasExternalVehicleJourneyRef()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
      Returns:
      Whether the externalVehicleJourneyRef field is set.
    • getExternalVehicleJourneyRef

      VersionOfObjectRefStructure getExternalVehicleJourneyRef()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
      Returns:
      The externalVehicleJourneyRef.
    • getExternalVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getExternalVehicleJourneyRefOrBuilder()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
    • hasTypeOfProductCategoryRef

      boolean hasTypeOfProductCategoryRef()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
      Returns:
      Whether the typeOfProductCategoryRef field is set.
    • getTypeOfProductCategoryRef

      VersionOfObjectRefStructure getTypeOfProductCategoryRef()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
      Returns:
      The typeOfProductCategoryRef.
    • getTypeOfProductCategoryRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfProductCategoryRefOrBuilder()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
    • hasTypeOfServiceRef

      boolean hasTypeOfServiceRef()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
      Returns:
      Whether the typeOfServiceRef field is set.
    • getTypeOfServiceRef

      VersionOfObjectRefStructure getTypeOfServiceRef()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
      Returns:
      The typeOfServiceRef.
    • getTypeOfServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfServiceRefOrBuilder()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
    • hasLinkSequenceProjectionRef

      boolean hasLinkSequenceProjectionRef()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
      Returns:
      Whether the linkSequenceProjectionRef field is set.
    • getLinkSequenceProjectionRef

      VersionOfObjectRefStructure getLinkSequenceProjectionRef()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
      Returns:
      The linkSequenceProjectionRef.
    • getLinkSequenceProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLinkSequenceProjectionRefOrBuilder()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
    • hasLinkSequenceProjection

      boolean hasLinkSequenceProjection()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
      Returns:
      Whether the linkSequenceProjection field is set.
    • getLinkSequenceProjection

      LinkSequenceProjectionType getLinkSequenceProjection()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
      Returns:
      The linkSequenceProjection.
    • getLinkSequenceProjectionOrBuilder

      LinkSequenceProjectionTypeOrBuilder getLinkSequenceProjectionOrBuilder()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
    • getMonitored

      boolean getMonitored()
       Whether the journey will be monitored in real time.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 118:67]
       
      bool monitored = 301;
      Returns:
      The monitored.
    • hasAccessibilityAssessment

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

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

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

      boolean hasJourneyAccountings()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
      Returns:
      Whether the journeyAccountings field is set.
    • getJourneyAccountings

      JourneyAccountings_RelStructure getJourneyAccountings()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
      Returns:
      The journeyAccountings.
    • getJourneyAccountingsOrBuilder

      JourneyAccountings_RelStructureOrBuilder getJourneyAccountingsOrBuilder()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
    • hasNoticeAssignments

      boolean hasNoticeAssignments()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
    • hasDepartureTime

      boolean hasDepartureTime()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
      Returns:
      Whether the departureTime field is set.
    • getDepartureTime

      com.google.type.TimeOfDay getDepartureTime()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
      Returns:
      The departureTime.
    • getDepartureTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getDepartureTimeOrBuilder()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
    • getDepartureDayOffset

      int getDepartureDayOffset()
       Day offset if day of departure time of VEHICLE JOURNEY differs from the current OPERATING DAY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 285:78]
       
      int32 departure_day_offset = 442;
      Returns:
      The departureDayOffset.
    • hasFrequency

      boolean hasFrequency()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
      Returns:
      Whether the frequency field is set.
    • getFrequency

      FrequencyStructure getFrequency()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
      Returns:
      The frequency.
    • getFrequencyOrBuilder

      FrequencyStructureOrBuilder getFrequencyOrBuilder()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
    • hasJourneyDuration

      boolean hasJourneyDuration()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
      Returns:
      Whether the journeyDuration field is set.
    • getJourneyDuration

      com.google.protobuf.Duration getJourneyDuration()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
      Returns:
      The journeyDuration.
    • getJourneyDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getJourneyDurationOrBuilder()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
    • hasDayTypes

      boolean hasDayTypes()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 242:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 451;
      Returns:
      Whether the dayTypes field is set.
    • getDayTypes

       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 242:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 451;
      Returns:
      The dayTypes.
    • getDayTypesOrBuilder

      DayTypeRefs_RelStructureOrBuilder getDayTypesOrBuilder()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 242:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 451;
    • 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 = 452;
      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 = 452;
      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 = 452;
    • hasTimeDemandTypeRef

      boolean hasTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE used at start of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 253:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 457;
      Returns:
      Whether the timeDemandTypeRef field is set.
    • getTimeDemandTypeRef

      VersionOfObjectRefStructure getTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE used at start of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 253:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 457;
      Returns:
      The timeDemandTypeRef.
    • getTimeDemandTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeDemandTypeRefOrBuilder()
       Reference to a TIME DEMAND TYPE used at start of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 253:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 457;
    • hasTimingAlgorithmTypeRef

      boolean hasTimingAlgorithmTypeRef()
       Reference to a TIMING ALGORITHM TYPE.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 289:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_algorithm_type_ref = 458;
      Returns:
      Whether the timingAlgorithmTypeRef field is set.
    • getTimingAlgorithmTypeRef

      VersionOfObjectRefStructure getTimingAlgorithmTypeRef()
       Reference to a TIMING ALGORITHM TYPE.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 289:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_algorithm_type_ref = 458;
      Returns:
      The timingAlgorithmTypeRef.
    • getTimingAlgorithmTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimingAlgorithmTypeRefOrBuilder()
       Reference to a TIMING ALGORITHM TYPE.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 289:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_algorithm_type_ref = 458;
    • hasOperationalContextRef

      boolean hasOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 465;
      Returns:
      Whether the operationalContextRef field is set.
    • getOperationalContextRef

      VersionOfObjectRefStructure getOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 465;
      Returns:
      The operationalContextRef.
    • getOperationalContextRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperationalContextRefOrBuilder()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 465;
    • hasCourseOfJourneysRef

      boolean hasCourseOfJourneysRef()
       Reference to a COURSE OF JOURNEYS  (Run).  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure course_of_journeys_ref = 468;
      Returns:
      Whether the courseOfJourneysRef field is set.
    • getCourseOfJourneysRef

      VersionOfObjectRefStructure getCourseOfJourneysRef()
       Reference to a COURSE OF JOURNEYS  (Run).  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure course_of_journeys_ref = 468;
      Returns:
      The courseOfJourneysRef.
    • getCourseOfJourneysRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCourseOfJourneysRefOrBuilder()
       Reference to a COURSE OF JOURNEYS  (Run).  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure course_of_journeys_ref = 468;
    • getPublicCode

      String getPublicCode()
       Public code for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 268:77]
       
      string public_code = 469;
      Returns:
      The publicCode.
    • getPublicCodeBytes

      com.google.protobuf.ByteString getPublicCodeBytes()
       Public code for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 268:77]
       
      string public_code = 469;
      Returns:
      The bytes for publicCode.
    • hasTimeDemandTypes

      boolean hasTimeDemandTypes()
       Other TIME DEMAND TYPEs used in JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 188:93]
       
      .uk.org.netex.www.netex.TimeDemandTypeRefs_RelStructure time_demand_types = 481;
      Returns:
      Whether the timeDemandTypes field is set.
    • getTimeDemandTypes

      TimeDemandTypeRefs_RelStructure getTimeDemandTypes()
       Other TIME DEMAND TYPEs used in JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 188:93]
       
      .uk.org.netex.www.netex.TimeDemandTypeRefs_RelStructure time_demand_types = 481;
      Returns:
      The timeDemandTypes.
    • getTimeDemandTypesOrBuilder

      TimeDemandTypeRefs_RelStructureOrBuilder getTimeDemandTypesOrBuilder()
       Other TIME DEMAND TYPEs used in JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 188:93]
       
      .uk.org.netex.www.netex.TimeDemandTypeRefs_RelStructure time_demand_types = 481;
    • hasParts

      boolean hasParts()
       JOURNEY PARTs  of a JOURNEY - for a multi part JOURNEY only.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 193:77]
       
      .uk.org.netex.www.netex.JourneyParts_RelStructure parts = 482;
      Returns:
      Whether the parts field is set.
    • getParts

       JOURNEY PARTs  of a JOURNEY - for a multi part JOURNEY only.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 193:77]
       
      .uk.org.netex.www.netex.JourneyParts_RelStructure parts = 482;
      Returns:
      The parts.
    • getPartsOrBuilder

       JOURNEY PARTs  of a JOURNEY - for a multi part JOURNEY only.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 193:77]
       
      .uk.org.netex.www.netex.JourneyParts_RelStructure parts = 482;
    • hasTrainComponentLabelAssignments

      boolean hasTrainComponentLabelAssignments()
       Labelling of carriages for Train associated with JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.TrainComponentLabelAssignments_RelStructure train_component_label_assignments = 483;
      Returns:
      Whether the trainComponentLabelAssignments field is set.
    • getTrainComponentLabelAssignments

      TrainComponentLabelAssignments_RelStructure getTrainComponentLabelAssignments()
       Labelling of carriages for Train associated with JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.TrainComponentLabelAssignments_RelStructure train_component_label_assignments = 483;
      Returns:
      The trainComponentLabelAssignments.
    • getTrainComponentLabelAssignmentsOrBuilder

      TrainComponentLabelAssignments_RelStructureOrBuilder getTrainComponentLabelAssignmentsOrBuilder()
       Labelling of carriages for Train associated with JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.TrainComponentLabelAssignments_RelStructure train_component_label_assignments = 483;
    • hasVehicleJourneyStopAssignments

      boolean hasVehicleJourneyStopAssignments()
       Niormal  VEHICLE STOP ASSIGNMENTs  for VEHICLE JOURNEY, +v1.1  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 203:118]
       
      .uk.org.netex.www.netex.VehicleJourneyStopAssignments_RelStructure vehicle_journey_stop_assignments = 484;
      Returns:
      Whether the vehicleJourneyStopAssignments field is set.
    • getVehicleJourneyStopAssignments

      VehicleJourneyStopAssignments_RelStructure getVehicleJourneyStopAssignments()
       Niormal  VEHICLE STOP ASSIGNMENTs  for VEHICLE JOURNEY, +v1.1  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 203:118]
       
      .uk.org.netex.www.netex.VehicleJourneyStopAssignments_RelStructure vehicle_journey_stop_assignments = 484;
      Returns:
      The vehicleJourneyStopAssignments.
    • getVehicleJourneyStopAssignmentsOrBuilder

      VehicleJourneyStopAssignments_RelStructureOrBuilder getVehicleJourneyStopAssignmentsOrBuilder()
       Niormal  VEHICLE STOP ASSIGNMENTs  for VEHICLE JOURNEY, +v1.1  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 203:118]
       
      .uk.org.netex.www.netex.VehicleJourneyStopAssignments_RelStructure vehicle_journey_stop_assignments = 484;
    • hasWaitTimes

      boolean hasWaitTimes()
       WAIT TIMEs for VEHICLE JOURNEY at different TIMING POINTs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 215:92]
       
      .uk.org.netex.www.netex.VehicleJourneyWaitTimes_RelStructure wait_times = 501;
      Returns:
      Whether the waitTimes field is set.
    • getWaitTimes

       WAIT TIMEs for VEHICLE JOURNEY at different TIMING POINTs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 215:92]
       
      .uk.org.netex.www.netex.VehicleJourneyWaitTimes_RelStructure wait_times = 501;
      Returns:
      The waitTimes.
    • getWaitTimesOrBuilder

       WAIT TIMEs for VEHICLE JOURNEY at different TIMING POINTs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 215:92]
       
      .uk.org.netex.www.netex.VehicleJourneyWaitTimes_RelStructure wait_times = 501;
    • hasRunTimes

      boolean hasRunTimes()
       Run times for VEHICLE JOURNEY over different TIMING LINKs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 220:90]
       
      .uk.org.netex.www.netex.VehicleJourneyRunTimes_RelStructure run_times = 502;
      Returns:
      Whether the runTimes field is set.
    • getRunTimes

       Run times for VEHICLE JOURNEY over different TIMING LINKs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 220:90]
       
      .uk.org.netex.www.netex.VehicleJourneyRunTimes_RelStructure run_times = 502;
      Returns:
      The runTimes.
    • getRunTimesOrBuilder

       Run times for VEHICLE JOURNEY over different TIMING LINKs.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 220:90]
       
      .uk.org.netex.www.netex.VehicleJourneyRunTimes_RelStructure run_times = 502;
    • hasLayovers

      boolean hasLayovers()
       LAYOVER times for VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 225:90]
       
      .uk.org.netex.www.netex.VehicleJourneyLayovers_RelStructure layovers = 503;
      Returns:
      Whether the layovers field is set.
    • getLayovers

       LAYOVER times for VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 225:90]
       
      .uk.org.netex.www.netex.VehicleJourneyLayovers_RelStructure layovers = 503;
      Returns:
      The layovers.
    • getLayoversOrBuilder

       LAYOVER times for VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 225:90]
       
      .uk.org.netex.www.netex.VehicleJourneyLayovers_RelStructure layovers = 503;
    • hasPassingTimes

      boolean hasPassingTimes()
       PASSING TIMEs  for VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 230:94]
       
      .uk.org.netex.www.netex.TimetabledPassingTimes_RelStructure passing_times = 504;
      Returns:
      Whether the passingTimes field is set.
    • getPassingTimes

       PASSING TIMEs  for VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 230:94]
       
      .uk.org.netex.www.netex.TimetabledPassingTimes_RelStructure passing_times = 504;
      Returns:
      The passingTimes.
    • getPassingTimesOrBuilder

       PASSING TIMEs  for VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 230:94]
       
      .uk.org.netex.www.netex.TimetabledPassingTimes_RelStructure passing_times = 504;
    • hasOperatorRef

      boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 741;
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 741;
      Returns:
      The operatorRef.
    • getOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 741;
    • getDirectionTypeValue

      int getDirectionTypeValue()
       A Direction of a ROUTE. One of a restricted set of values. Default is "Outbound"  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 62:87]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 744;
      Returns:
      The enum numeric value on the wire for directionType.
    • getDirectionType

      DirectionTypeEnumeration getDirectionType()
       A Direction of a ROUTE. One of a restricted set of values. Default is "Outbound"  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 62:87]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 744;
      Returns:
      The directionType.
    • hasGroupsOfServices

      boolean hasGroupsOfServices()
       GROUPS OF SERVICEs to which a DEAD RUN belongs.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 648:95]
       
      .uk.org.netex.www.netex.GroupOfServicesRefs_RelStructure groups_of_services = 745;
      Returns:
      Whether the groupsOfServices field is set.
    • getGroupsOfServices

      GroupOfServicesRefs_RelStructure getGroupsOfServices()
       GROUPS OF SERVICEs to which a DEAD RUN belongs.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 648:95]
       
      .uk.org.netex.www.netex.GroupOfServicesRefs_RelStructure groups_of_services = 745;
      Returns:
      The groupsOfServices.
    • getGroupsOfServicesOrBuilder

      GroupOfServicesRefs_RelStructureOrBuilder getGroupsOfServicesOrBuilder()
       GROUPS OF SERVICEs to which a DEAD RUN belongs.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 648:95]
       
      .uk.org.netex.www.netex.GroupOfServicesRefs_RelStructure groups_of_services = 745;
    • hasTrainNumbers

      boolean hasTrainNumbers()
       TRAIN NUMBERs -= derived through JOURNEY PARTs  of a JOURNEY - for a multi-part JOURNEY only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 653:87]
       
      .uk.org.netex.www.netex.TrainNumberRefs_RelStructure train_numbers = 746;
      Returns:
      Whether the trainNumbers field is set.
    • getTrainNumbers

      TrainNumberRefs_RelStructure getTrainNumbers()
       TRAIN NUMBERs -= derived through JOURNEY PARTs  of a JOURNEY - for a multi-part JOURNEY only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 653:87]
       
      .uk.org.netex.www.netex.TrainNumberRefs_RelStructure train_numbers = 746;
      Returns:
      The trainNumbers.
    • getTrainNumbersOrBuilder

      TrainNumberRefs_RelStructureOrBuilder getTrainNumbersOrBuilder()
       TRAIN NUMBERs -= derived through JOURNEY PARTs  of a JOURNEY - for a multi-part JOURNEY only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 653:87]
       
      .uk.org.netex.www.netex.TrainNumberRefs_RelStructure train_numbers = 746;
    • hasOrigin

      boolean hasOrigin()
       Origin  for DEAD RUN. Can be Derived from JORUNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 619:77]
       
      .uk.org.netex.www.netex.DeadRunEndpointStructure origin = 751;
      Returns:
      Whether the origin field is set.
    • getOrigin

       Origin  for DEAD RUN. Can be Derived from JORUNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 619:77]
       
      .uk.org.netex.www.netex.DeadRunEndpointStructure origin = 751;
      Returns:
      The origin.
    • getOriginOrBuilder

      DeadRunEndpointStructureOrBuilder getOriginOrBuilder()
       Origin  for DEAD RUN. Can be Derived from JORUNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 619:77]
       
      .uk.org.netex.www.netex.DeadRunEndpointStructure origin = 751;
    • hasDestination

      boolean hasDestination()
       Destination  for DEAD RUN. Can be derived from JORUNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 624:82]
       
      .uk.org.netex.www.netex.DeadRunEndpointStructure destination = 752;
      Returns:
      Whether the destination field is set.
    • getDestination

      DeadRunEndpointStructure getDestination()
       Destination  for DEAD RUN. Can be derived from JORUNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 624:82]
       
      .uk.org.netex.www.netex.DeadRunEndpointStructure destination = 752;
      Returns:
      The destination.
    • getDestinationOrBuilder

      DeadRunEndpointStructureOrBuilder getDestinationOrBuilder()
       Destination  for DEAD RUN. Can be derived from JORUNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 624:82]
       
      .uk.org.netex.www.netex.DeadRunEndpointStructure destination = 752;
    • getDeadRunTypeValue

      int getDeadRunTypeValue()
       Type of DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 607:80]
       
      .uk.org.netex.www.netex.DeadRunTypeEnumeration dead_run_type = 761;
      Returns:
      The enum numeric value on the wire for deadRunType.
    • getDeadRunType

      DeadRunTypeEnumeration getDeadRunType()
       Type of DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 607:80]
       
      .uk.org.netex.www.netex.DeadRunTypeEnumeration dead_run_type = 761;
      Returns:
      The deadRunType.
    • hasCalls

      boolean hasCalls()
       Complete sequence of stops along the route path, in calling order.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 710:77]
       
      .uk.org.netex.www.netex.DeadRunCalls_RelStructure calls = 1041;
      Returns:
      Whether the calls field is set.
    • getCalls

       Complete sequence of stops along the route path, in calling order.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 710:77]
       
      .uk.org.netex.www.netex.DeadRunCalls_RelStructure calls = 1041;
      Returns:
      The calls.
    • getCallsOrBuilder

       Complete sequence of stops along the route path, in calling order.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 710:77]
       
      .uk.org.netex.www.netex.DeadRunCalls_RelStructure calls = 1041;
    • getId

      String getId()
       [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 688:68]
       
      string id = 1071;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 688:68]
       
      string id = 1071;
      Returns:
      The bytes for id.
    • 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 = 453;
      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 = 453;
      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 = 453;
    • 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 = 454;
      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 = 454;
      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 = 454;
    • 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 = 455;
      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 = 455;
      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 = 455;
    • 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 = 456;
      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 = 456;
      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 = 456;
    • hasJourneyFrequencyGroupRef

      boolean hasJourneyFrequencyGroupRef()
       Reference to a JOURNEY FREQUENCY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 112:145]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_frequency_group_ref = 459;
      Returns:
      Whether the journeyFrequencyGroupRef field is set.
    • getJourneyFrequencyGroupRef

      GroupOfEntitiesRefStructure getJourneyFrequencyGroupRef()
       Reference to a JOURNEY FREQUENCY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 112:145]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_frequency_group_ref = 459;
      Returns:
      The journeyFrequencyGroupRef.
    • getJourneyFrequencyGroupRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getJourneyFrequencyGroupRefOrBuilder()
       Reference to a JOURNEY FREQUENCY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 112:145]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_frequency_group_ref = 459;
    • hasHeadwayJourneyGroupRef

      boolean hasHeadwayJourneyGroupRef()
       Reference to a HEADWAY JOURNEY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 148:146]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure headway_journey_group_ref = 460;
      Returns:
      Whether the headwayJourneyGroupRef field is set.
    • getHeadwayJourneyGroupRef

      GroupOfEntitiesRefStructure getHeadwayJourneyGroupRef()
       Reference to a HEADWAY JOURNEY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 148:146]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure headway_journey_group_ref = 460;
      Returns:
      The headwayJourneyGroupRef.
    • getHeadwayJourneyGroupRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getHeadwayJourneyGroupRefOrBuilder()
       Reference to a HEADWAY JOURNEY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 148:146]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure headway_journey_group_ref = 460;
    • hasRhythmicalJourneyGroupRef

      boolean hasRhythmicalJourneyGroupRef()
       Reference to a RHYTHMICAL JOURNEY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 174:152]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure rhythmical_journey_group_ref = 461;
      Returns:
      Whether the rhythmicalJourneyGroupRef field is set.
    • getRhythmicalJourneyGroupRef

      GroupOfEntitiesRefStructure getRhythmicalJourneyGroupRef()
       Reference to a RHYTHMICAL JOURNEY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 174:152]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure rhythmical_journey_group_ref = 461;
      Returns:
      The rhythmicalJourneyGroupRef.
    • getRhythmicalJourneyGroupRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getRhythmicalJourneyGroupRefOrBuilder()
       Reference to a RHYTHMICAL JOURNEY GROUP.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 174:152]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure rhythmical_journey_group_ref = 461;
    • hasVehicleTypeRef

      boolean hasVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 462;
      Returns:
      Whether the vehicleTypeRef field is set.
    • getVehicleTypeRef

      VersionOfObjectRefStructure getVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 462;
      Returns:
      The vehicleTypeRef.
    • getVehicleTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleTypeRefOrBuilder()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 462;
    • hasTrainRef

      boolean hasTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 463;
      Returns:
      Whether the trainRef field is set.
    • getTrainRef

       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 463;
      Returns:
      The trainRef.
    • getTrainRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrainRefOrBuilder()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 463;
    • hasCompoundTrainRef

      boolean hasCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 464;
      Returns:
      Whether the compoundTrainRef field is set.
    • getCompoundTrainRef

      VersionOfObjectRefStructure getCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 464;
      Returns:
      The compoundTrainRef.
    • getCompoundTrainRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCompoundTrainRefOrBuilder()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 464;
    • hasBlockRef

      boolean hasBlockRef()
       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 466;
      Returns:
      Whether the blockRef field is set.
    • getBlockRef

       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 466;
      Returns:
      The blockRef.
    • getBlockRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBlockRefOrBuilder()
       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 466;
    • hasTrainBlockRef

      boolean hasTrainBlockRef()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 467;
      Returns:
      Whether the trainBlockRef field is set.
    • getTrainBlockRef

      VersionOfObjectRefStructure getTrainBlockRef()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 467;
      Returns:
      The trainBlockRef.
    • getTrainBlockRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrainBlockRefOrBuilder()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 467;
    • hasLineRef

      boolean hasLineRef()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 742;
      Returns:
      Whether the lineRef field is set.
    • getLineRef

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 742;
      Returns:
      The lineRef.
    • getLineRefOrBuilder

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 742;
    • hasFlexibleLineRef

      boolean hasFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 743;
      Returns:
      Whether the flexibleLineRef field is set.
    • getFlexibleLineRef

      VersionOfObjectRefStructure getFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 743;
      Returns:
      The flexibleLineRef.
    • getFlexibleLineRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleLineRefOrBuilder()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 743;
    • getJourneyPatternRefStructureCase

      DeadRunType.JourneyPatternRefStructureCase getJourneyPatternRefStructureCase()
    • getJourneyFrequencyGroupRefStructureCase

      DeadRunType.JourneyFrequencyGroupRefStructureCase getJourneyFrequencyGroupRefStructureCase()
    • getVehicleTypeRefStructureCase

      DeadRunType.VehicleTypeRefStructureCase getVehicleTypeRefStructureCase()
    • getBlockRefStructureCase

      DeadRunType.BlockRefStructureCase getBlockRefStructureCase()
    • getLineRefStructureCase

      DeadRunType.LineRefStructureCase getLineRefStructureCase()