Interface DatedSpecialService_VersionStructureOrBuilder

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

@Generated public interface DatedSpecialService_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 = 775;
      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 = 775;
      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 = 776;
      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 = 776;
      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.DatedSpecialService_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.DatedSpecialService_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.DatedSpecialService_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;
    • 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;
    • hasClient

      boolean hasClient()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
      Returns:
      Whether the client field is set.
    • getClient

      MultilingualString getClient()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
      Returns:
      The client.
    • getClientOrBuilder

      MultilingualStringOrBuilder getClientOrBuilder()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
    • hasDayTypes

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

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

      DayTypeRefs_RelStructureOrBuilder getDayTypesOrBuilder()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
    • 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 = 460;
      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 = 460;
      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 = 460;
    • 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 = 461;
      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 = 461;
      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 = 461;
    • 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 = 471;
      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 = 472;
      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 = 472;
      Returns:
      The dynamic.
    • hasTypeOfFlexibleServiceRef

      boolean hasTypeOfFlexibleServiceRef()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
      Returns:
      Whether the typeOfFlexibleServiceRef field is set.
    • getTypeOfFlexibleServiceRef

      VersionOfObjectRefStructure getTypeOfFlexibleServiceRef()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
      Returns:
      The typeOfFlexibleServiceRef.
    • getTypeOfFlexibleServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFlexibleServiceRefOrBuilder()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
    • getFlexibleServiceTypeValue

      int getFlexibleServiceTypeValue()
       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Returns:
      The enum numeric value on the wire for flexibleServiceType.
    • getFlexibleServiceType

      FlexibleServiceEnumeration getFlexibleServiceType()
       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Returns:
      The flexibleServiceType.
    • getCancellationPossible

      boolean getCancellationPossible()
       Whether cancellation is always possible (meaning the Operator can decided to cancel, usually because there are not enough people, or they are too busy to run service).  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 150:78]
       
      bool cancellation_possible = 483;
      Returns:
      The cancellationPossible.
    • getChangeOfTimePossible

      boolean getChangeOfTimePossible()
       Whether the time of the service may be altered.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 155:78]
       
      bool change_of_time_possible = 484;
      Returns:
      The changeOfTimePossible.
    • hasBookingContact

      boolean hasBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
      Returns:
      Whether the bookingContact field is set.
    • getBookingContact

      ContactStructure getBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
      Returns:
      The bookingContact.
    • getBookingContactOrBuilder

      ContactStructureOrBuilder getBookingContactOrBuilder()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
    • getBookingMethodsList

      List<BookingMethodEnumeration> getBookingMethodsList()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Returns:
      A list containing the bookingMethods.
    • getBookingMethodsCount

      int getBookingMethodsCount()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Returns:
      The count of bookingMethods.
    • getBookingMethods

      BookingMethodEnumeration getBookingMethods(int index)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The bookingMethods at the given index.
    • getBookingMethodsValueList

      List<Integer> getBookingMethodsValueList()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for bookingMethods.
    • getBookingMethodsValue

      int getBookingMethodsValue(int index)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of bookingMethods at the given index.
    • getBookingAccessValue

      int getBookingAccessValue()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Returns:
      The enum numeric value on the wire for bookingAccess.
    • getBookingAccess

      BookingAccessEnumeration getBookingAccess()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Returns:
      The bookingAccess.
    • getBookWhenValue

      int getBookWhenValue()
       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Returns:
      The enum numeric value on the wire for bookWhen.
    • getBookWhen

       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Returns:
      The bookWhen.
    • getBuyWhenList

      List<PurchaseMomentEnumeration> getBuyWhenList()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Returns:
      A list containing the buyWhen.
    • getBuyWhenCount

      int getBuyWhenCount()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Returns:
      The count of buyWhen.
    • getBuyWhen

      PurchaseMomentEnumeration getBuyWhen(int index)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The buyWhen at the given index.
    • getBuyWhenValueList

      List<Integer> getBuyWhenValueList()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for buyWhen.
    • getBuyWhenValue

      int getBuyWhenValue(int index)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of buyWhen at the given index.
    • hasLatestBookingTime

      boolean hasLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
      Returns:
      Whether the latestBookingTime field is set.
    • getLatestBookingTime

      com.google.type.TimeOfDay getLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
      Returns:
      The latestBookingTime.
    • getLatestBookingTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getLatestBookingTimeOrBuilder()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
    • hasMinimumBookingPeriod

      boolean hasMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
      Returns:
      Whether the minimumBookingPeriod field is set.
    • getMinimumBookingPeriod

      com.google.protobuf.Duration getMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
      Returns:
      The minimumBookingPeriod.
    • getMinimumBookingPeriodOrBuilder

      com.google.protobuf.DurationOrBuilder getMinimumBookingPeriodOrBuilder()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
    • hasMaximumBookingPeriod

      boolean hasMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
      Returns:
      Whether the maximumBookingPeriod field is set.
    • getMaximumBookingPeriod

      com.google.protobuf.Duration getMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
      Returns:
      The maximumBookingPeriod.
    • getMaximumBookingPeriodOrBuilder

      com.google.protobuf.DurationOrBuilder getMaximumBookingPeriodOrBuilder()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
    • getBookingUrl

      String getBookingUrl()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Returns:
      The bookingUrl.
    • getBookingUrlBytes

      com.google.protobuf.ByteString getBookingUrlBytes()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Returns:
      The bytes for bookingUrl.
    • hasBookingNote

      boolean hasBookingNote()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
      Returns:
      Whether the bookingNote field is set.
    • getBookingNote

      MultilingualString getBookingNote()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
      Returns:
      The bookingNote.
    • getBookingNoteOrBuilder

      MultilingualStringOrBuilder getBookingNoteOrBuilder()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
    • getChoiceWrapperList

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapperCount

      int getChoiceWrapperCount()
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapperOrBuilderList

      List<? extends ChoiceWrapper_DatedSpecialService_VersionStructureOrBuilder> getChoiceWrapperOrBuilderList()
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapperOrBuilder

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • hasOperatingDayRef

      boolean hasOperatingDayRef()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
      Returns:
      Whether the operatingDayRef field is set.
    • getOperatingDayRef

      VersionOfObjectRefStructure getOperatingDayRef()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
      Returns:
      The operatingDayRef.
    • getOperatingDayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatingDayRefOrBuilder()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
    • hasUicOperatingPeriod

      boolean hasUicOperatingPeriod()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
      Returns:
      Whether the uicOperatingPeriod field is set.
    • getUicOperatingPeriod

      UicOperatingPeriodType getUicOperatingPeriod()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
      Returns:
      The uicOperatingPeriod.
    • getUicOperatingPeriodOrBuilder

      UicOperatingPeriodTypeOrBuilder getUicOperatingPeriodOrBuilder()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
    • hasExternalDatedVehicleJourneyRef

      boolean hasExternalDatedVehicleJourneyRef()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
      Returns:
      Whether the externalDatedVehicleJourneyRef field is set.
    • getExternalDatedVehicleJourneyRef

      VersionOfObjectRefStructure getExternalDatedVehicleJourneyRef()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
      Returns:
      The externalDatedVehicleJourneyRef.
    • getExternalDatedVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getExternalDatedVehicleJourneyRefOrBuilder()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
    • hasDatedJourneyPatternRef

      boolean hasDatedJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
      Returns:
      Whether the datedJourneyPatternRef field is set.
    • getDatedJourneyPatternRef

      VersionOfObjectRefStructure getDatedJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
      Returns:
      The datedJourneyPatternRef.
    • getDatedJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
    • hasDriverRef

      boolean hasDriverRef()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
      Returns:
      Whether the driverRef field is set.
    • getDriverRef

       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
      Returns:
      The driverRef.
    • getDriverRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDriverRefOrBuilder()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
    • hasDatedPassingTimes

      boolean hasDatedPassingTimes()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
      Returns:
      Whether the datedPassingTimes field is set.
    • getDatedPassingTimes

      TargetPassingTimes_RelStructure getDatedPassingTimes()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
      Returns:
      The datedPassingTimes.
    • getDatedPassingTimesOrBuilder

      TargetPassingTimes_RelStructureOrBuilder getDatedPassingTimesOrBuilder()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
    • hasDatedCalls

      boolean hasDatedCalls()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
      Returns:
      Whether the datedCalls field is set.
    • getDatedCalls

      DatedCalls_RelStructure getDatedCalls()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
      Returns:
      The datedCalls.
    • getDatedCallsOrBuilder

      DatedCalls_RelStructureOrBuilder getDatedCallsOrBuilder()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
    • 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;
    • 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 = 457;
      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 = 457;
      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 = 457;
    • 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 = 458;
      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 = 458;
      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 = 458;
    • 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 = 459;
      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 = 459;
      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 = 459;
    • getJourneyPatternRefStructureCase

    • getVehicleTypeRefStructureCase