Interface ServiceJourney_VersionStructureOrBuilder

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

@Generated public interface ServiceJourney_VersionStructureOrBuilder 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 = 584;
      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 = 584;
      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 = 585;
      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 = 585;
      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.ServiceJourney_VersionStructure.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.ServiceJourney_VersionStructure.InfoLinksType info_links = 167;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServiceJourney_VersionStructure.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;
    • getServiceAlterationValue

      int getServiceAlterationValue()
       Whether journey is as planned, a cancellation or an extra journey.  Default is as Planned.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 260:110]
       
      .uk.org.netex.www.netex.ServiceAlterationEnumeration service_alteration = 441;
      Returns:
      The enum numeric value on the wire for serviceAlteration.
    • getServiceAlteration

      ServiceAlterationEnumeration getServiceAlteration()
       Whether journey is as planned, a cancellation or an extra journey.  Default is as Planned.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 260:110]
       
      .uk.org.netex.www.netex.ServiceAlterationEnumeration service_alteration = 441;
      Returns:
      The serviceAlteration.
    • hasDepartureTime

      boolean hasDepartureTime()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 451;
      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 = 451;
      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 = 451;
    • 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 = 452;
      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 = 453;
      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 = 453;
      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 = 453;
    • 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 = 454;
      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 = 454;
      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 = 454;
    • 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 = 461;
      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 = 461;
      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 = 461;
    • 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 = 462;
      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 = 462;
      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 = 462;
    • 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 = 467;
      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 = 467;
      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 = 467;
    • 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 = 468;
      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 = 468;
      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 = 468;
    • 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 = 475;
      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 = 475;
      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 = 475;
    • 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 = 478;
      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 = 478;
      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 = 478;
    • getPublicCode

      String getPublicCode()
       Public code for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 268:77]
       
      string public_code = 479;
      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 = 479;
      Returns:
      The bytes for publicCode.
    • 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 = 491;
      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 = 491;
      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 = 491;
    • hasOperatorView

      boolean hasOperatorView()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 492;
      Returns:
      Whether the operatorView field is set.
    • getOperatorView

      OperatorViewType getOperatorView()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 492;
      Returns:
      The operatorView.
    • getOperatorViewOrBuilder

      OperatorViewTypeOrBuilder getOperatorViewOrBuilder()
       Simplified view of OPERATOR. All data except the identifier will be derived through the relationship.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 573:67]
       
      .uk.org.netex.www.netex.OperatorViewType operator_view = 492;
    • hasLineView

      boolean hasLineView()
       Simplified view of a LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1019:80]
       
      .uk.org.netex.www.netex.LineViewType line_view = 503;
      Returns:
      Whether the lineView field is set.
    • getLineView

      LineViewType getLineView()
       Simplified view of a LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1019:80]
       
      .uk.org.netex.www.netex.LineViewType line_view = 503;
      Returns:
      The lineView.
    • getLineViewOrBuilder

      LineViewTypeOrBuilder getLineViewOrBuilder()
       Simplified view of a LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1019:80]
       
      .uk.org.netex.www.netex.LineViewType line_view = 503;
    • hasFlexibleLineView

      boolean hasFlexibleLineView()
       A group of FLEXIBLE ROUTEs of which is generally known to the public by a similar name or number and which have common booking arrangements.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 317:88]
       
      .uk.org.netex.www.netex.FlexibleLineViewType flexible_line_view = 504;
      Returns:
      Whether the flexibleLineView field is set.
    • getFlexibleLineView

      FlexibleLineViewType getFlexibleLineView()
       A group of FLEXIBLE ROUTEs of which is generally known to the public by a similar name or number and which have common booking arrangements.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 317:88]
       
      .uk.org.netex.www.netex.FlexibleLineViewType flexible_line_view = 504;
      Returns:
      The flexibleLineView.
    • getFlexibleLineViewOrBuilder

      FlexibleLineViewTypeOrBuilder getFlexibleLineViewOrBuilder()
       A group of FLEXIBLE ROUTEs of which is generally known to the public by a similar name or number and which have common booking arrangements.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 317:88]
       
      .uk.org.netex.www.netex.FlexibleLineViewType flexible_line_view = 504;
    • 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 = 511;
      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 = 511;
      Returns:
      The directionType.
    • hasJourneyPatternView

      boolean hasJourneyPatternView()
       Simplified view of a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 435:133]
       
      .uk.org.netex.www.netex.JourneyPattern_DerivedViewStructure journey_pattern_view = 512;
      Returns:
      Whether the journeyPatternView field is set.
    • getJourneyPatternView

      JourneyPattern_DerivedViewStructure getJourneyPatternView()
       Simplified view of a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 435:133]
       
      .uk.org.netex.www.netex.JourneyPattern_DerivedViewStructure journey_pattern_view = 512;
      Returns:
      The journeyPatternView.
    • getJourneyPatternViewOrBuilder

      JourneyPattern_DerivedViewStructureOrBuilder getJourneyPatternViewOrBuilder()
       Simplified view of a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 435:133]
       
      .uk.org.netex.www.netex.JourneyPattern_DerivedViewStructure journey_pattern_view = 512;
    • hasGroupsOfServices

      boolean hasGroupsOfServices()
       Grouping of services  of a journey - for a multi-part journey only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 199:95]
       
      .uk.org.netex.www.netex.GroupOfServicesRefs_RelStructure groups_of_services = 513;
      Returns:
      Whether the groupsOfServices field is set.
    • getGroupsOfServices

      GroupOfServicesRefs_RelStructure getGroupsOfServices()
       Grouping of services  of a journey - for a multi-part journey only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 199:95]
       
      .uk.org.netex.www.netex.GroupOfServicesRefs_RelStructure groups_of_services = 513;
      Returns:
      The groupsOfServices.
    • getGroupsOfServicesOrBuilder

      GroupOfServicesRefs_RelStructureOrBuilder getGroupsOfServicesOrBuilder()
       Grouping of services  of a journey - for a multi-part journey only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 199:95]
       
      .uk.org.netex.www.netex.GroupOfServicesRefs_RelStructure groups_of_services = 513;
    • hasTimeDemandTypes

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

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

      TimeDemandTypeRefs_RelStructureOrBuilder getTimeDemandTypesOrBuilder()
       Other TIME DEMAND TYPEs used in journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 204:93]
       
      .uk.org.netex.www.netex.TimeDemandTypeRefs_RelStructure time_demand_types = 514;
    • 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 209:87]
       
      .uk.org.netex.www.netex.TrainNumberRefs_RelStructure train_numbers = 515;
      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 209:87]
       
      .uk.org.netex.www.netex.TrainNumberRefs_RelStructure train_numbers = 515;
      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 209:87]
       
      .uk.org.netex.www.netex.TrainNumberRefs_RelStructure train_numbers = 515;
    • hasOrigin

      boolean hasOrigin()
       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 521;
      Returns:
      Whether the origin field is set.
    • getOrigin

       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 521;
      Returns:
      The origin.
    • getOriginOrBuilder

      JourneyEndpointStructureOrBuilder getOriginOrBuilder()
       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 521;
    • hasDestination

      boolean hasDestination()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 522;
      Returns:
      Whether the destination field is set.
    • getDestination

      JourneyEndpointStructure getDestination()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 522;
      Returns:
      The destination.
    • getDestinationOrBuilder

      JourneyEndpointStructureOrBuilder getDestinationOrBuilder()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 522;
    • getPrint

      boolean getPrint()
       Whether the journey is included in printed media. Default is true.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 221:78]
       
      bool print = 531;
      Returns:
      The print.
    • getDynamicValue

      int getDynamicValue()
       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 532;
      Returns:
      The enum numeric value on the wire for dynamic.
    • getDynamic

       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 532;
      Returns:
      The dynamic.
    • 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 = 541;
      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 = 541;
      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 = 541;
    • 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 = 542;
      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 = 542;
      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 = 542;
    • 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 = 543;
      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 = 543;
      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 = 543;
    • 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 = 544;
      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 = 544;
      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 = 544;
    • hasParts

      boolean hasParts()
       JOURNEY PARTs of a journey - for a multi-part journey only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 158:77]
       
      .uk.org.netex.www.netex.JourneyParts_RelStructure parts = 551;
      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_serviceJourney_version.xsd at 158:77]
       
      .uk.org.netex.www.netex.JourneyParts_RelStructure parts = 551;
      Returns:
      The parts.
    • getPartsOrBuilder

       JOURNEY PARTs of a journey - for a multi-part journey only.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 158:77]
       
      .uk.org.netex.www.netex.JourneyParts_RelStructure parts = 551;
    • hasCalls

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

      Calls_RelStructure getCalls()
       Complete sequence of stops along the route path, in calling order.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 163:70]
       
      .uk.org.netex.www.netex.Calls_RelStructure calls = 552;
      Returns:
      The calls.
    • getCallsOrBuilder

      Calls_RelStructureOrBuilder getCallsOrBuilder()
       Complete sequence of stops along the route path, in calling order.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 163:70]
       
      .uk.org.netex.www.netex.Calls_RelStructure calls = 552;
    • hasFacilities

      boolean hasFacilities()
       FACILITies available associated with JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 168:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 553;
      Returns:
      Whether the facilities field is set.
    • getFacilities

       FACILITies available associated with JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 168:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 553;
      Returns:
      The facilities.
    • getFacilitiesOrBuilder

       FACILITies available associated with JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 168:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 553;
    • hasCheckConstraints

      boolean hasCheckConstraints()
       CHECK CONSTRAINTs  which apply to SERVICE JOURNEY, e.g. check in time, security time. These are advisory only and not for use in  journey planning.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 173:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 554;
      Returns:
      Whether the checkConstraints field is set.
    • getCheckConstraints

      CheckConstraints_RelStructure getCheckConstraints()
       CHECK CONSTRAINTs  which apply to SERVICE JOURNEY, e.g. check in time, security time. These are advisory only and not for use in  journey planning.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 173:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 554;
      Returns:
      The checkConstraints.
    • getCheckConstraintsOrBuilder

      CheckConstraints_RelStructureOrBuilder getCheckConstraintsOrBuilder()
       CHECK CONSTRAINTs  which apply to SERVICE JOURNEY, e.g. check in time, security time. These are advisory only and not for use in  journey planning.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 173:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 554;
    • 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 = 561;
      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 = 561;
      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 = 561;
    • 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 = 562;
      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 = 562;
      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 = 562;
    • 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 = 571;
      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 = 571;
      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 = 571;
    • 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 = 572;
      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 = 572;
      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 = 572;
    • hasFlexibleServicePropertiesRef

      boolean hasFlexibleServicePropertiesRef()
       Reference to a FLEXIBLE SERVICE PROPERTIES.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 68:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_service_properties_ref = 581;
      Returns:
      Whether the flexibleServicePropertiesRef field is set.
    • getFlexibleServicePropertiesRef

      VersionOfObjectRefStructure getFlexibleServicePropertiesRef()
       Reference to a FLEXIBLE SERVICE PROPERTIES.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 68:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_service_properties_ref = 581;
      Returns:
      The flexibleServicePropertiesRef.
    • getFlexibleServicePropertiesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleServicePropertiesRefOrBuilder()
       Reference to a FLEXIBLE SERVICE PROPERTIES.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 68:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_service_properties_ref = 581;
    • hasFlexibleServiceProperties

      boolean hasFlexibleServiceProperties()
       Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 94:103]
       
      .uk.org.netex.www.netex.FlexibleServicePropertiesType flexible_service_properties = 582;
      Returns:
      Whether the flexibleServiceProperties field is set.
    • getFlexibleServiceProperties

      FlexibleServicePropertiesType getFlexibleServiceProperties()
       Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 94:103]
       
      .uk.org.netex.www.netex.FlexibleServicePropertiesType flexible_service_properties = 582;
      Returns:
      The flexibleServiceProperties.
    • getFlexibleServicePropertiesOrBuilder

      FlexibleServicePropertiesTypeOrBuilder getFlexibleServicePropertiesOrBuilder()
       Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 94:103]
       
      .uk.org.netex.www.netex.FlexibleServicePropertiesType flexible_service_properties = 582;
    • 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 = 463;
      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 = 463;
      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 = 463;
    • 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 = 464;
      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 = 464;
      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 = 464;
    • 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 = 465;
      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 = 465;
      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 = 465;
    • 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 = 466;
      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 = 466;
      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 = 466;
    • 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 = 469;
      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 = 469;
      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 = 469;
    • 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 = 470;
      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 = 470;
      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 = 470;
    • 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 = 471;
      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 = 471;
      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 = 471;
    • 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 = 472;
      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 = 472;
      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 = 472;
    • 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 = 473;
      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 = 473;
      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 = 473;
    • 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 = 474;
      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 = 474;
      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 = 474;
    • 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 = 476;
      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 = 476;
      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 = 476;
    • 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 = 477;
      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 = 477;
      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 = 477;
    • 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 = 501;
      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 = 501;
      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 = 501;
    • 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 = 502;
      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 = 502;
      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 = 502;
    • getJourneyPatternRefStructureCase

    • getJourneyFrequencyGroupRefStructureCase

    • getVehicleTypeRefStructureCase

    • getBlockRefStructureCase

    • getLineRefStructureCase