Interface GeneralFrameMemberStructureOrBuilder

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

public interface GeneralFrameMemberStructureOrBuilder 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 = 732;
      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 = 732;
      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 = 733;
      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 = 733;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      boolean hasName()
       Name of Network Version.  [netex_framework/netex_frames/netex_generalFrame_version.xsd at 241:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of Network Version.  [netex_framework/netex_frames/netex_generalFrame_version.xsd at 241:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of Network Version.  [netex_framework/netex_frames/netex_generalFrame_version.xsd at 241:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDataSourceRef

      boolean hasDataSourceRef()
       Reference  to a DATA SOURCE.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 145:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure data_source_ref = 3;
      Returns:
      Whether the dataSourceRef field is set.
    • getDataSourceRef

      VersionOfObjectRefStructure getDataSourceRef()
       Reference  to a DATA SOURCE.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 145:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure data_source_ref = 3;
      Returns:
      The dataSourceRef.
    • getDataSourceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDataSourceRefOrBuilder()
       Reference  to a DATA SOURCE.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 145:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure data_source_ref = 3;
    • hasVersionOfObjectRef

      boolean hasVersionOfObjectRef()
       Reference to a NeTEx Object .  i.e. concrete instance of an ENTITY  may include a version. Implements a one to one relationship by reference.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 82:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure version_of_object_ref = 162;
      Returns:
      Whether the versionOfObjectRef field is set.
    • getVersionOfObjectRef

      VersionOfObjectRefStructure getVersionOfObjectRef()
       Reference to a NeTEx Object .  i.e. concrete instance of an ENTITY  may include a version. Implements a one to one relationship by reference.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 82:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure version_of_object_ref = 162;
      Returns:
      The versionOfObjectRef.
    • getVersionOfObjectRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVersionOfObjectRefOrBuilder()
       Reference to a NeTEx Object .  i.e. concrete instance of an ENTITY  may include a version. Implements a one to one relationship by reference.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 82:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure version_of_object_ref = 162;
    • hasVersionRef

      boolean hasVersionRef()
       Reference to a VERSION.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 125:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure version_ref = 163;
      Returns:
      Whether the versionRef field is set.
    • getVersionRef

       Reference to a VERSION.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 125:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure version_ref = 163;
      Returns:
      The versionRef.
    • getVersionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVersionRefOrBuilder()
       Reference to a VERSION.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 125:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure version_ref = 163;
    • hasTypeOfFrameRef

      boolean hasTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 165;
      Returns:
      Whether the typeOfFrameRef field is set.
    • getTypeOfFrameRef

      VersionOfObjectRefStructure getTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 165;
      Returns:
      The typeOfFrameRef.
    • getTypeOfFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFrameRefOrBuilder()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 165;
    • hasTypeOfValidityRef

      boolean hasTypeOfValidityRef()
       Reference to a TYPE OF VALIDITY.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 149:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_validity_ref = 166;
      Returns:
      Whether the typeOfValidityRef field is set.
    • getTypeOfValidityRef

      VersionOfObjectRefStructure getTypeOfValidityRef()
       Reference to a TYPE OF VALIDITY.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 149:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_validity_ref = 166;
      Returns:
      The typeOfValidityRef.
    • getTypeOfValidityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfValidityRefOrBuilder()
       Reference to a TYPE OF VALIDITY.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 149:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_validity_ref = 166;
    • hasPurposeOfGroupingRef

      boolean hasPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 167;
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      VersionOfObjectRefStructure getPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 167;
      Returns:
      The purposeOfGroupingRef.
    • getPurposeOfGroupingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 167;
    • hasGeneralGroupOfEntitiesRef

      boolean hasGeneralGroupOfEntitiesRef()
       Reference to a GENERAL GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 153:147]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure general_group_of_entities_ref = 168;
      Returns:
      Whether the generalGroupOfEntitiesRef field is set.
    • getGeneralGroupOfEntitiesRef

      GroupOfEntitiesRefStructure getGeneralGroupOfEntitiesRef()
       Reference to a GENERAL GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 153:147]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure general_group_of_entities_ref = 168;
      Returns:
      The generalGroupOfEntitiesRef.
    • getGeneralGroupOfEntitiesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGeneralGroupOfEntitiesRefOrBuilder()
       Reference to a GENERAL GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 153:147]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure general_group_of_entities_ref = 168;
    • hasGroupOfLinesRef

      boolean hasGroupOfLinesRef()
       Reference to a GROUP OF LINEs.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 38:110]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_lines_ref = 169;
      Returns:
      Whether the groupOfLinesRef field is set.
    • getGroupOfLinesRef

      GroupOfEntitiesRefStructure getGroupOfLinesRef()
       Reference to a GROUP OF LINEs.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 38:110]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_lines_ref = 169;
      Returns:
      The groupOfLinesRef.
    • getGroupOfLinesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfLinesRefOrBuilder()
       Reference to a GROUP OF LINEs.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 38:110]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_lines_ref = 169;
    • 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 = 170;
      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 = 170;
      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 = 170;
    • hasAllowedLineDirectionRef

      boolean hasAllowedLineDirectionRef()
       Reference to an ALLOWED LINE DIRECTION.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 170:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure allowed_line_direction_ref = 171;
      Returns:
      Whether the allowedLineDirectionRef field is set.
    • getAllowedLineDirectionRef

      VersionOfObjectRefStructure getAllowedLineDirectionRef()
       Reference to an ALLOWED LINE DIRECTION.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 170:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure allowed_line_direction_ref = 171;
      Returns:
      The allowedLineDirectionRef.
    • getAllowedLineDirectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllowedLineDirectionRefOrBuilder()
       Reference to an ALLOWED LINE DIRECTION.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 170:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure allowed_line_direction_ref = 171;
    • hasNetworkRef

      boolean hasNetworkRef()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 172;
      Returns:
      Whether the networkRef field is set.
    • getNetworkRef

       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 172;
      Returns:
      The networkRef.
    • getNetworkRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getNetworkRefOrBuilder()
       Reference to a NETWORK.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 196:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 172;
    • hasDestinationDisplayRef

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

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

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

      boolean hasDestinationDisplayVariantRef()
       Reference to a DESTINATION DISPLAY VARIANT.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 272:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_variant_ref = 174;
      Returns:
      Whether the destinationDisplayVariantRef field is set.
    • getDestinationDisplayVariantRef

      VersionOfObjectRefStructure getDestinationDisplayVariantRef()
       Reference to a DESTINATION DISPLAY VARIANT.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 272:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_variant_ref = 174;
      Returns:
      The destinationDisplayVariantRef.
    • getDestinationDisplayVariantRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDestinationDisplayVariantRefOrBuilder()
       Reference to a DESTINATION DISPLAY VARIANT.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 272:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_variant_ref = 174;
    • hasTypeOfLineRef

      boolean hasTypeOfLineRef()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 175;
      Returns:
      Whether the typeOfLineRef field is set.
    • getTypeOfLineRef

      VersionOfObjectRefStructure getTypeOfLineRef()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 175;
      Returns:
      The typeOfLineRef.
    • getTypeOfLineRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfLineRefOrBuilder()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 175;
    • hasResponsibilitySetRef

      boolean hasResponsibilitySetRef()
       Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 68:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_set_ref = 176;
      Returns:
      Whether the responsibilitySetRef field is set.
    • getResponsibilitySetRef

      VersionOfObjectRefStructure getResponsibilitySetRef()
       Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 68:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_set_ref = 176;
      Returns:
      The responsibilitySetRef.
    • getResponsibilitySetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResponsibilitySetRefOrBuilder()
       Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 68:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_set_ref = 176;
    • hasTypeOfResponsibilityRoleRef

      boolean hasTypeOfResponsibilityRoleRef()
       Reference to an TYPE OF RESPONSIBILITY ROLE.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 144:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_responsibility_role_ref = 177;
      Returns:
      Whether the typeOfResponsibilityRoleRef field is set.
    • getTypeOfResponsibilityRoleRef

      VersionOfObjectRefStructure getTypeOfResponsibilityRoleRef()
       Reference to an TYPE OF RESPONSIBILITY ROLE.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 144:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_responsibility_role_ref = 177;
      Returns:
      The typeOfResponsibilityRoleRef.
    • getTypeOfResponsibilityRoleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfResponsibilityRoleRefOrBuilder()
       Reference to an TYPE OF RESPONSIBILITY ROLE.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 144:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_responsibility_role_ref = 177;
    • hasOrganisationRef

      boolean hasOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 178;
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      VersionOfObjectRefStructure getOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 178;
      Returns:
      The organisationRef.
    • getOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOrganisationRefOrBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 178;
    • hasAllOrganisationsRef

      boolean hasAllOrganisationsRef()
       Reference to all ORGANISATIONs.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 195:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_organisations_ref = 179;
      Returns:
      Whether the allOrganisationsRef field is set.
    • getAllOrganisationsRef

      VersionOfObjectRefStructure getAllOrganisationsRef()
       Reference to all ORGANISATIONs.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 195:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_organisations_ref = 179;
      Returns:
      The allOrganisationsRef.
    • getAllOrganisationsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllOrganisationsRefOrBuilder()
       Reference to all ORGANISATIONs.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 195:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_organisations_ref = 179;
    • hasOrganisationPartRef

      boolean hasOrganisationPartRef()
       Reference to an ORGANISATION PART.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 230:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_part_ref = 180;
      Returns:
      Whether the organisationPartRef field is set.
    • getOrganisationPartRef

      VersionOfObjectRefStructure getOrganisationPartRef()
       Reference to an ORGANISATION PART.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 230:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_part_ref = 180;
      Returns:
      The organisationPartRef.
    • getOrganisationPartRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOrganisationPartRefOrBuilder()
       Reference to an ORGANISATION PART.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 230:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_part_ref = 180;
    • 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 = 181;
      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 = 181;
      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 = 181;
    • hasResponsibilityRoleRef

      boolean hasResponsibilityRoleRef()
       Reference to a RESPONSIBILITY ROLE.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 276:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_role_ref = 182;
      Returns:
      Whether the responsibilityRoleRef field is set.
    • getResponsibilityRoleRef

      VersionOfObjectRefStructure getResponsibilityRoleRef()
       Reference to a RESPONSIBILITY ROLE.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 276:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_role_ref = 182;
      Returns:
      The responsibilityRoleRef.
    • getResponsibilityRoleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResponsibilityRoleRefOrBuilder()
       Reference to a RESPONSIBILITY ROLE.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 276:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure responsibility_role_ref = 182;
    • hasValidityConditionRef

      boolean hasValidityConditionRef()
       Reference to a VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 64:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_condition_ref = 183;
      Returns:
      Whether the validityConditionRef field is set.
    • getValidityConditionRef

      VersionOfObjectRefStructure getValidityConditionRef()
       Reference to a VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 64:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_condition_ref = 183;
      Returns:
      The validityConditionRef.
    • getValidityConditionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getValidityConditionRefOrBuilder()
       Reference to a VALIDITY CONDITION.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 64:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_condition_ref = 183;
    • hasValidityTriggerRef

      boolean hasValidityTriggerRef()
       Reference to a VALIDITY TRIGGER An External event defining a VALIDITY CONDITION. E.g. exceptional flow of a river, bad weather, Road closure for works.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 221:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_trigger_ref = 184;
      Returns:
      Whether the validityTriggerRef field is set.
    • getValidityTriggerRef

      VersionOfObjectRefStructure getValidityTriggerRef()
       Reference to a VALIDITY TRIGGER An External event defining a VALIDITY CONDITION. E.g. exceptional flow of a river, bad weather, Road closure for works.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 221:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_trigger_ref = 184;
      Returns:
      The validityTriggerRef.
    • getValidityTriggerRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getValidityTriggerRefOrBuilder()
       Reference to a VALIDITY TRIGGER An External event defining a VALIDITY CONDITION. E.g. exceptional flow of a river, bad weather, Road closure for works.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 221:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_trigger_ref = 184;
    • hasValidityRuleParameterRef

      boolean hasValidityRuleParameterRef()
       Reference to a VALIDITY RULE PARAMETER. A user defined VALIDITY CONDITION used by a rule for selecting versions.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 259:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_rule_parameter_ref = 185;
      Returns:
      Whether the validityRuleParameterRef field is set.
    • getValidityRuleParameterRef

      VersionOfObjectRefStructure getValidityRuleParameterRef()
       Reference to a VALIDITY RULE PARAMETER. A user defined VALIDITY CONDITION used by a rule for selecting versions.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 259:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_rule_parameter_ref = 185;
      Returns:
      The validityRuleParameterRef.
    • getValidityRuleParameterRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getValidityRuleParameterRefOrBuilder()
       Reference to a VALIDITY RULE PARAMETER. A user defined VALIDITY CONDITION used by a rule for selecting versions.  [netex_framework/netex_responsibility/netex_validityCondition_support.xsd at 259:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validity_rule_parameter_ref = 185;
    • hasAlternativeTextRef

      boolean hasAlternativeTextRef()
       Reference to an ALTERNATIVE TEXT.  [netex_framework/netex_responsibility/netex_alternativeText_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure alternative_text_ref = 186;
      Returns:
      Whether the alternativeTextRef field is set.
    • getAlternativeTextRef

      VersionOfObjectRefStructure getAlternativeTextRef()
       Reference to an ALTERNATIVE TEXT.  [netex_framework/netex_responsibility/netex_alternativeText_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure alternative_text_ref = 186;
      Returns:
      The alternativeTextRef.
    • getAlternativeTextRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAlternativeTextRefOrBuilder()
       Reference to an ALTERNATIVE TEXT.  [netex_framework/netex_responsibility/netex_alternativeText_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure alternative_text_ref = 186;
    • hasLayerRef

      boolean hasLayerRef()
       Reference to a LAYER.  [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 187;
      Returns:
      Whether the layerRef field is set.
    • getLayerRef

       Reference to a LAYER.  [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 187;
      Returns:
      The layerRef.
    • getLayerRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getLayerRefOrBuilder()
       Reference to a LAYER.  [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 187;
    • hasAvailabilityConditionRef

      boolean hasAvailabilityConditionRef()
       Reference to an AVAILABILITY CONDITION. A VALIDITY CONDITION defined in terms of temporal attributes.  [netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd at 61:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure availability_condition_ref = 188;
      Returns:
      Whether the availabilityConditionRef field is set.
    • getAvailabilityConditionRef

      VersionOfObjectRefStructure getAvailabilityConditionRef()
       Reference to an AVAILABILITY CONDITION. A VALIDITY CONDITION defined in terms of temporal attributes.  [netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd at 61:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure availability_condition_ref = 188;
      Returns:
      The availabilityConditionRef.
    • getAvailabilityConditionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAvailabilityConditionRefOrBuilder()
       Reference to an AVAILABILITY CONDITION. A VALIDITY CONDITION defined in terms of temporal attributes.  [netex_framework/netex_reusableComponents/netex_availabilityCondition_support.xsd at 61:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure availability_condition_ref = 188;
    • hasServiceCalendarRef

      boolean hasServiceCalendarRef()
       Reference to a SERVICE CALENDAR.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 62:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_calendar_ref = 189;
      Returns:
      Whether the serviceCalendarRef field is set.
    • getServiceCalendarRef

      VersionOfObjectRefStructure getServiceCalendarRef()
       Reference to a SERVICE CALENDAR.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 62:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_calendar_ref = 189;
      Returns:
      The serviceCalendarRef.
    • getServiceCalendarRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceCalendarRefOrBuilder()
       Reference to a SERVICE CALENDAR.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 62:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_calendar_ref = 189;
    • 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 = 190;
      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 = 190;
      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 = 190;
    • hasOperatingPeriodRef

      boolean hasOperatingPeriodRef()
       Reference to an OPERATING PERIOD.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 114:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_period_ref = 191;
      Returns:
      Whether the operatingPeriodRef field is set.
    • getOperatingPeriodRef

      VersionOfObjectRefStructure getOperatingPeriodRef()
       Reference to an OPERATING PERIOD.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 114:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_period_ref = 191;
      Returns:
      The operatingPeriodRef.
    • getOperatingPeriodRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatingPeriodRefOrBuilder()
       Reference to an OPERATING PERIOD.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 114:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_period_ref = 191;
    • hasPointRef

      boolean hasPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 192;
      Returns:
      Whether the pointRef field is set.
    • getPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 192;
      Returns:
      The pointRef.
    • getPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointRefOrBuilder()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 192;
    • hasTypeOfPointRef

      boolean hasTypeOfPointRef()
       Reference to a TYPE OF POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 240:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_point_ref = 193;
      Returns:
      Whether the typeOfPointRef field is set.
    • getTypeOfPointRef

      VersionOfObjectRefStructure getTypeOfPointRef()
       Reference to a TYPE OF POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 240:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_point_ref = 193;
      Returns:
      The typeOfPointRef.
    • getTypeOfPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfPointRefOrBuilder()
       Reference to a TYPE OF POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 240:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_point_ref = 193;
    • hasTypeOfLinkRef

      boolean hasTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 282:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_ref = 194;
      Returns:
      Whether the typeOfLinkRef field is set.
    • getTypeOfLinkRef

      VersionOfObjectRefStructure getTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 282:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_ref = 194;
      Returns:
      The typeOfLinkRef.
    • getTypeOfLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfLinkRefOrBuilder()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 282:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_ref = 194;
    • hasZoneRef

      boolean hasZoneRef()
       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 195;
      Returns:
      Whether the zoneRef field is set.
    • getZoneRef

       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 195;
      Returns:
      The zoneRef.
    • getZoneRefOrBuilder

       Reference to a ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 63:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_ref = 195;
    • hasTariffZoneRef

      boolean hasTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 196;
      Returns:
      Whether the tariffZoneRef field is set.
    • getTariffZoneRef

      TariffZoneRefType getTariffZoneRef()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 196;
      Returns:
      The tariffZoneRef.
    • getTariffZoneRefOrBuilder

      TariffZoneRefTypeOrBuilder getTariffZoneRefOrBuilder()
       Reference to a TARIFF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
       
      .uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 196;
    • hasTypeOfZoneRef

      boolean hasTypeOfZoneRef()
       Reference to a TYPE OF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 136:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_zone_ref = 197;
      Returns:
      Whether the typeOfZoneRef field is set.
    • getTypeOfZoneRef

      VersionOfObjectRefStructure getTypeOfZoneRef()
       Reference to a TYPE OF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 136:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_zone_ref = 197;
      Returns:
      The typeOfZoneRef.
    • getTypeOfZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfZoneRefOrBuilder()
       Reference to a TYPE OF ZONE.  [netex_framework/netex_genericFramework/netex_zone_support.xsd at 136:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_zone_ref = 197;
    • hasPlaceRef

      boolean hasPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 198;
      Returns:
      Whether the placeRef field is set.
    • getPlaceRef

      PlaceRefType getPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 198;
      Returns:
      The placeRef.
    • getPlaceRefOrBuilder

      PlaceRefTypeOrBuilder getPlaceRefOrBuilder()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 198;
    • hasAccessRef

      boolean hasAccessRef()
       Reference to an ACCESS link.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 199;
      Returns:
      Whether the accessRef field is set.
    • getAccessRef

       Reference to an ACCESS link.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 199;
      Returns:
      The accessRef.
    • getAccessRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessRefOrBuilder()
       Reference to an ACCESS link.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 199;
    • hasTypeOfTransferRef

      boolean hasTypeOfTransferRef()
       Reference to a TYPE OF TRANSFER.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 204:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_transfer_ref = 200;
      Returns:
      Whether the typeOfTransferRef field is set.
    • getTypeOfTransferRef

      VersionOfObjectRefStructure getTypeOfTransferRef()
       Reference to a TYPE OF TRANSFER.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 204:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_transfer_ref = 200;
      Returns:
      The typeOfTransferRef.
    • getTypeOfTransferRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfTransferRefOrBuilder()
       Reference to a TYPE OF TRANSFER.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 204:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_transfer_ref = 200;
    • hasTypeOfPlaceRef

      boolean hasTypeOfPlaceRef()
       Reference to a TYPE OF PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 230:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_place_ref = 201;
      Returns:
      Whether the typeOfPlaceRef field is set.
    • getTypeOfPlaceRef

      VersionOfObjectRefStructure getTypeOfPlaceRef()
       Reference to a TYPE OF PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 230:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_place_ref = 201;
      Returns:
      The typeOfPlaceRef.
    • getTypeOfPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfPlaceRefOrBuilder()
       Reference to a TYPE OF PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 230:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_place_ref = 201;
    • hasDayTypeRef

      boolean hasDayTypeRef()
       Reference to a DAY TYPE.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure day_type_ref = 202;
      Returns:
      Whether the dayTypeRef field is set.
    • getDayTypeRef

       Reference to a DAY TYPE.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure day_type_ref = 202;
      Returns:
      The dayTypeRef.
    • getDayTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDayTypeRefOrBuilder()
       Reference to a DAY TYPE.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 77:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure day_type_ref = 202;
    • hasTimebandRef

      boolean hasTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 203;
      Returns:
      Whether the timebandRef field is set.
    • getTimebandRef

      VersionOfObjectRefStructure getTimebandRef()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 203;
      Returns:
      The timebandRef.
    • getTimebandRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimebandRefOrBuilder()
       Reference to a TIME BAND.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 203;
    • hasGroupOfTimebandsRef

      boolean hasGroupOfTimebandsRef()
       Reference to a GROUP OF TIMEBANDs.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 141:118]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timebands_ref = 204;
      Returns:
      Whether the groupOfTimebandsRef field is set.
    • getGroupOfTimebandsRef

      GroupOfEntitiesRefStructure getGroupOfTimebandsRef()
       Reference to a GROUP OF TIMEBANDs.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 141:118]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timebands_ref = 204;
      Returns:
      The groupOfTimebandsRef.
    • getGroupOfTimebandsRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfTimebandsRefOrBuilder()
       Reference to a GROUP OF TIMEBANDs.  [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 141:118]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timebands_ref = 204;
    • hasCompositeFrameRef

      boolean hasCompositeFrameRef()
       Reference to a COMPOSITE FRAME.  [netex_framework/netex_frames/netex_compositeFrame_version.xsd at 63:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure composite_frame_ref = 205;
      Returns:
      Whether the compositeFrameRef field is set.
    • getCompositeFrameRef

      VersionOfObjectRefStructure getCompositeFrameRef()
       Reference to a COMPOSITE FRAME.  [netex_framework/netex_frames/netex_compositeFrame_version.xsd at 63:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure composite_frame_ref = 205;
      Returns:
      The compositeFrameRef.
    • getCompositeFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCompositeFrameRefOrBuilder()
       Reference to a COMPOSITE FRAME.  [netex_framework/netex_frames/netex_compositeFrame_version.xsd at 63:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure composite_frame_ref = 205;
    • hasAlternativeNameRef

      boolean hasAlternativeNameRef()
       Reference to an ALTERNATIVE NAME.  [netex_framework/netex_genericFramework/netex_alternativeName_support.xsd at 64:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure alternative_name_ref = 206;
      Returns:
      Whether the alternativeNameRef field is set.
    • getAlternativeNameRef

      VersionOfObjectRefStructure getAlternativeNameRef()
       Reference to an ALTERNATIVE NAME.  [netex_framework/netex_genericFramework/netex_alternativeName_support.xsd at 64:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure alternative_name_ref = 206;
      Returns:
      The alternativeNameRef.
    • getAlternativeNameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAlternativeNameRefOrBuilder()
       Reference to an ALTERNATIVE NAME.  [netex_framework/netex_genericFramework/netex_alternativeName_support.xsd at 64:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure alternative_name_ref = 206;
    • hasLogRef

      boolean hasLogRef()
       Reference to a LOG.  [netex_framework/netex_genericFramework/netex_loggable_support.xsd at 59:109]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure log_ref = 207;
      Returns:
      Whether the logRef field is set.
    • getLogRef

       Reference to a LOG.  [netex_framework/netex_genericFramework/netex_loggable_support.xsd at 59:109]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure log_ref = 207;
      Returns:
      The logRef.
    • getLogRefOrBuilder

       Reference to a LOG.  [netex_framework/netex_genericFramework/netex_loggable_support.xsd at 59:109]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure log_ref = 207;
    • hasLogEntryRef

      boolean hasLogEntryRef()
       Reference to a LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_support.xsd at 85:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure log_entry_ref = 208;
      Returns:
      Whether the logEntryRef field is set.
    • getLogEntryRef

      VersionOfObjectRefStructure getLogEntryRef()
       Reference to a LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_support.xsd at 85:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure log_entry_ref = 208;
      Returns:
      The logEntryRef.
    • getLogEntryRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLogEntryRefOrBuilder()
       Reference to a LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_support.xsd at 85:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure log_entry_ref = 208;
    • hasDepartmentRef

      boolean hasDepartmentRef()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 209;
      Returns:
      Whether the departmentRef field is set.
    • getDepartmentRef

      VersionOfObjectRefStructure getDepartmentRef()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 209;
      Returns:
      The departmentRef.
    • getDepartmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDepartmentRefOrBuilder()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 209;
    • hasOrganisationalUnitRef

      boolean hasOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 210;
      Returns:
      Whether the organisationalUnitRef field is set.
    • getOrganisationalUnitRef

      VersionOfObjectRefStructure getOrganisationalUnitRef()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 210;
      Returns:
      The organisationalUnitRef.
    • getOrganisationalUnitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOrganisationalUnitRefOrBuilder()
       Reference to a ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 140:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisational_unit_ref = 210;
    • hasAdministrativeZoneRef

      boolean hasAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 211;
      Returns:
      Whether the administrativeZoneRef field is set.
    • getAdministrativeZoneRef

      AdministrativeZoneRefType getAdministrativeZoneRef()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 211;
      Returns:
      The administrativeZoneRef.
    • getAdministrativeZoneRefOrBuilder

      AdministrativeZoneRefTypeOrBuilder getAdministrativeZoneRefOrBuilder()
       Reference to an ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 164:72]
       
      .uk.org.netex.www.netex.AdministrativeZoneRefType administrative_zone_ref = 211;
    • hasTypeOfCodespaceAssignmentRef

      boolean hasTypeOfCodespaceAssignmentRef()
       Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 201:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_codespace_assignment_ref = 212;
      Returns:
      Whether the typeOfCodespaceAssignmentRef field is set.
    • getTypeOfCodespaceAssignmentRef

      VersionOfObjectRefStructure getTypeOfCodespaceAssignmentRef()
       Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 201:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_codespace_assignment_ref = 212;
      Returns:
      The typeOfCodespaceAssignmentRef.
    • getTypeOfCodespaceAssignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfCodespaceAssignmentRefOrBuilder()
       Reference to a TYPE OF CODESPACE ASSIGNMENT. +v1.1  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 201:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_codespace_assignment_ref = 212;
    • hasTypeOfOrganisationRef

      boolean hasTypeOfOrganisationRef()
       Reference to a TYPE OF ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 239:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_organisation_ref = 213;
      Returns:
      Whether the typeOfOrganisationRef field is set.
    • getTypeOfOrganisationRef

      VersionOfObjectRefStructure getTypeOfOrganisationRef()
       Reference to a TYPE OF ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 239:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_organisation_ref = 213;
      Returns:
      The typeOfOrganisationRef.
    • getTypeOfOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfOrganisationRefOrBuilder()
       Reference to a TYPE OF ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 239:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_organisation_ref = 213;
    • hasTypeOfOrganisationPartRef

      boolean hasTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 214;
      Returns:
      Whether the typeOfOrganisationPartRef field is set.
    • getTypeOfOrganisationPartRef

      TypeOfOrganisationPartRefType getTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 214;
      Returns:
      The typeOfOrganisationPartRef.
    • getTypeOfOrganisationPartRefOrBuilder

      TypeOfOrganisationPartRefTypeOrBuilder getTypeOfOrganisationPartRefOrBuilder()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 214;
    • hasTypeOfOperationRef

      boolean hasTypeOfOperationRef()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 215;
      Returns:
      Whether the typeOfOperationRef field is set.
    • getTypeOfOperationRef

      VersionOfObjectRefStructure getTypeOfOperationRef()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 215;
      Returns:
      The typeOfOperationRef.
    • getTypeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfOperationRefOrBuilder()
       Reference to a TYPE OF OPERATION.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 302:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_operation_ref = 215;
    • hasLinkSequenceRef

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

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

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

      boolean hasTypeOfLinkSequenceRef()
       Reference to a TYPE OF LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 157:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_sequence_ref = 217;
      Returns:
      Whether the typeOfLinkSequenceRef field is set.
    • getTypeOfLinkSequenceRef

      VersionOfObjectRefStructure getTypeOfLinkSequenceRef()
       Reference to a TYPE OF LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 157:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_sequence_ref = 217;
      Returns:
      The typeOfLinkSequenceRef.
    • getTypeOfLinkSequenceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfLinkSequenceRefOrBuilder()
       Reference to a TYPE OF LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 157:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_sequence_ref = 217;
    • hasTypeOfFeatureRef

      boolean hasTypeOfFeatureRef()
       Reference to a TYPE OF FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 137:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_feature_ref = 218;
      Returns:
      Whether the typeOfFeatureRef field is set.
    • getTypeOfFeatureRef

      VersionOfObjectRefStructure getTypeOfFeatureRef()
       Reference to a TYPE OF FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 137:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_feature_ref = 218;
      Returns:
      The typeOfFeatureRef.
    • getTypeOfFeatureRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFeatureRefOrBuilder()
       Reference to a TYPE OF FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 137:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_feature_ref = 218;
    • hasPointProjectionRef

      boolean hasPointProjectionRef()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 90:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_projection_ref = 219;
      Returns:
      Whether the pointProjectionRef field is set.
    • getPointProjectionRef

      VersionOfObjectRefStructure getPointProjectionRef()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 90:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_projection_ref = 219;
      Returns:
      The pointProjectionRef.
    • getPointProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointProjectionRefOrBuilder()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 90:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_projection_ref = 219;
    • hasLinkProjectionRef

      boolean hasLinkProjectionRef()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 116:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_projection_ref = 220;
      Returns:
      Whether the linkProjectionRef field is set.
    • getLinkProjectionRef

      VersionOfObjectRefStructure getLinkProjectionRef()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 116:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_projection_ref = 220;
      Returns:
      The linkProjectionRef.
    • getLinkProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLinkProjectionRefOrBuilder()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 116:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_projection_ref = 220;
    • hasZoneProjectionRef

      boolean hasZoneProjectionRef()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 142:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_projection_ref = 221;
      Returns:
      Whether the zoneProjectionRef field is set.
    • getZoneProjectionRef

      VersionOfObjectRefStructure getZoneProjectionRef()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 142:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_projection_ref = 221;
      Returns:
      The zoneProjectionRef.
    • getZoneProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getZoneProjectionRefOrBuilder()
       Reference to a PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 142:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure zone_projection_ref = 221;
    • 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 = 222;
      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 = 222;
      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 = 222;
    • hasComplexFeatureProjectionRef

      boolean hasComplexFeatureProjectionRef()
       Reference to a COMPLEX FEATURE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 188:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_projection_ref = 223;
      Returns:
      Whether the complexFeatureProjectionRef field is set.
    • getComplexFeatureProjectionRef

      VersionOfObjectRefStructure getComplexFeatureProjectionRef()
       Reference to a COMPLEX FEATURE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 188:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_projection_ref = 223;
      Returns:
      The complexFeatureProjectionRef.
    • getComplexFeatureProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getComplexFeatureProjectionRefOrBuilder()
       Reference to a COMPLEX FEATURE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 188:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complex_feature_projection_ref = 223;
    • hasTypeOfProjectionRef

      boolean hasTypeOfProjectionRef()
       Reference to a TYPE OF PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 227:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 224;
      Returns:
      Whether the typeOfProjectionRef field is set.
    • getTypeOfProjectionRef

      VersionOfObjectRefStructure getTypeOfProjectionRef()
       Reference to a TYPE OF PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 227:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 224;
      Returns:
      The typeOfProjectionRef.
    • getTypeOfProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfProjectionRefOrBuilder()
       Reference to a TYPE OF PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 227:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_projection_ref = 224;
    • hasSectionRef

      boolean hasSectionRef()
       Reference to a SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 61:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure section_ref = 225;
      Returns:
      Whether the sectionRef field is set.
    • getSectionRef

       Reference to a SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 61:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure section_ref = 225;
      Returns:
      The sectionRef.
    • getSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSectionRefOrBuilder()
       Reference to a SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 61:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure section_ref = 225;
    • hasParentSectionRef

      boolean hasParentSectionRef()
       Reference to a parent SECTION. May be omitted if given by context..  [netex_framework/netex_genericFramework/netex_section_support.xsd at 80:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_section_ref = 226;
      Returns:
      Whether the parentSectionRef field is set.
    • getParentSectionRef

      VersionOfObjectRefStructure getParentSectionRef()
       Reference to a parent SECTION. May be omitted if given by context..  [netex_framework/netex_genericFramework/netex_section_support.xsd at 80:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_section_ref = 226;
      Returns:
      The parentSectionRef.
    • getParentSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentSectionRefOrBuilder()
       Reference to a parent SECTION. May be omitted if given by context..  [netex_framework/netex_genericFramework/netex_section_support.xsd at 80:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_section_ref = 226;
    • hasGeneralSectionRef

      boolean hasGeneralSectionRef()
       Reference to a GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 92:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_section_ref = 227;
      Returns:
      Whether the generalSectionRef field is set.
    • getGeneralSectionRef

      VersionOfObjectRefStructure getGeneralSectionRef()
       Reference to a GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 92:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_section_ref = 227;
      Returns:
      The generalSectionRef.
    • getGeneralSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralSectionRefOrBuilder()
       Reference to a GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 92:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_section_ref = 227;
    • hasOpenTransportModeRef

      boolean hasOpenTransportModeRef()
       Reference to a TRANSPORT MODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 264:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure open_transport_mode_ref = 228;
      Returns:
      Whether the openTransportModeRef field is set.
    • getOpenTransportModeRef

      VersionOfObjectRefStructure getOpenTransportModeRef()
       Reference to a TRANSPORT MODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 264:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure open_transport_mode_ref = 228;
      Returns:
      The openTransportModeRef.
    • getOpenTransportModeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOpenTransportModeRefOrBuilder()
       Reference to a TRANSPORT MODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 264:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure open_transport_mode_ref = 228;
    • hasSubmodeRef

      boolean hasSubmodeRef()
       Reference to a SUBMODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 290:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure submode_ref = 229;
      Returns:
      Whether the submodeRef field is set.
    • getSubmodeRef

       Reference to a SUBMODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 290:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure submode_ref = 229;
      Returns:
      The submodeRef.
    • getSubmodeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSubmodeRefOrBuilder()
       Reference to a SUBMODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 290:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure submode_ref = 229;
    • hasModeRef

      boolean hasModeRef()
       Reference to a MODE and SUBMODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 322:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mode_ref = 230;
      Returns:
      Whether the modeRef field is set.
    • getModeRef

       Reference to a MODE and SUBMODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 322:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mode_ref = 230;
      Returns:
      The modeRef.
    • getModeRefOrBuilder

       Reference to a MODE and SUBMODE.  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 322:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mode_ref = 230;
    • hasAddressRef

      boolean hasAddressRef()
       Reference to an ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 67:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure address_ref = 231;
      Returns:
      Whether the addressRef field is set.
    • getAddressRef

       Reference to an ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 67:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure address_ref = 231;
      Returns:
      The addressRef.
    • getAddressRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAddressRefOrBuilder()
       Reference to an ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 67:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure address_ref = 231;
    • hasAddressablePlaceRef

      boolean hasAddressablePlaceRef()
       Reference to an ADDRESSED PLACE.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 93:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure addressable_place_ref = 232;
      Returns:
      Whether the addressablePlaceRef field is set.
    • getAddressablePlaceRef

      VersionOfObjectRefStructure getAddressablePlaceRef()
       Reference to an ADDRESSED PLACE.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 93:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure addressable_place_ref = 232;
      Returns:
      The addressablePlaceRef.
    • getAddressablePlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAddressablePlaceRefOrBuilder()
       Reference to an ADDRESSED PLACE.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 93:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure addressable_place_ref = 232;
    • hasRoadAddressRef

      boolean hasRoadAddressRef()
       Reference to a Road ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 119:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_address_ref = 233;
      Returns:
      Whether the roadAddressRef field is set.
    • getRoadAddressRef

      VersionOfObjectRefStructure getRoadAddressRef()
       Reference to a Road ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 119:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_address_ref = 233;
      Returns:
      The roadAddressRef.
    • getRoadAddressRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoadAddressRefOrBuilder()
       Reference to a Road ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 119:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_address_ref = 233;
    • hasPostalAddressRef

      boolean hasPostalAddressRef()
       Reference to a POSTAL ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 144:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure postal_address_ref = 234;
      Returns:
      Whether the postalAddressRef field is set.
    • getPostalAddressRef

      VersionOfObjectRefStructure getPostalAddressRef()
       Reference to a POSTAL ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 144:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure postal_address_ref = 234;
      Returns:
      The postalAddressRef.
    • getPostalAddressRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPostalAddressRefOrBuilder()
       Reference to a POSTAL ADDRESS.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 144:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure postal_address_ref = 234;
    • hasTypeOfEquipmentRef

      boolean hasTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 235;
      Returns:
      Whether the typeOfEquipmentRef field is set.
    • getTypeOfEquipmentRef

      VersionOfObjectRefStructure getTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 235;
      Returns:
      The typeOfEquipmentRef.
    • getTypeOfEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfEquipmentRefOrBuilder()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 235;
    • hasEquipmentPositionRef

      boolean hasEquipmentPositionRef()
       Reference to an EQUIPMENT POSITION.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 141:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_position_ref = 236;
      Returns:
      Whether the equipmentPositionRef field is set.
    • getEquipmentPositionRef

      VersionOfObjectRefStructure getEquipmentPositionRef()
       Reference to an EQUIPMENT POSITION.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 141:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_position_ref = 236;
      Returns:
      The equipmentPositionRef.
    • getEquipmentPositionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEquipmentPositionRefOrBuilder()
       Reference to an EQUIPMENT POSITION.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 141:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_position_ref = 236;
    • hasEquipmentPlaceRef

      boolean hasEquipmentPlaceRef()
       Reference to an EQUIPMENT PLACE.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 167:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_place_ref = 237;
      Returns:
      Whether the equipmentPlaceRef field is set.
    • getEquipmentPlaceRef

      VersionOfObjectRefStructure getEquipmentPlaceRef()
       Reference to an EQUIPMENT PLACE.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 167:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_place_ref = 237;
      Returns:
      The equipmentPlaceRef.
    • getEquipmentPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEquipmentPlaceRefOrBuilder()
       Reference to an EQUIPMENT PLACE.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 167:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_place_ref = 237;
    • hasFacilityRef

      boolean hasFacilityRef()
       Reference to a FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 741:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_ref = 238;
      Returns:
      Whether the facilityRef field is set.
    • getFacilityRef

      VersionOfObjectRefStructure getFacilityRef()
       Reference to a FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 741:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_ref = 238;
      Returns:
      The facilityRef.
    • getFacilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFacilityRefOrBuilder()
       Reference to a FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 741:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_ref = 238;
    • hasFacilitySetRef

      boolean hasFacilitySetRef()
       Reference to a FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 767:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_set_ref = 239;
      Returns:
      Whether the facilitySetRef field is set.
    • getFacilitySetRef

      VersionOfObjectRefStructure getFacilitySetRef()
       Reference to a FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 767:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_set_ref = 239;
      Returns:
      The facilitySetRef.
    • getFacilitySetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFacilitySetRefOrBuilder()
       Reference to a FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 767:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_set_ref = 239;
    • hasSiteFacilitySetRef

      boolean hasSiteFacilitySetRef()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 240;
      Returns:
      Whether the siteFacilitySetRef field is set.
    • getSiteFacilitySetRef

      VersionOfObjectRefStructure getSiteFacilitySetRef()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 240;
      Returns:
      The siteFacilitySetRef.
    • getSiteFacilitySetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteFacilitySetRefOrBuilder()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 240;
    • hasServiceFacilitySetRef

      boolean hasServiceFacilitySetRef()
       Reference to a SERVICE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 241;
      Returns:
      Whether the serviceFacilitySetRef field is set.
    • getServiceFacilitySetRef

      VersionOfObjectRefStructure getServiceFacilitySetRef()
       Reference to a SERVICE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 241;
      Returns:
      The serviceFacilitySetRef.
    • getServiceFacilitySetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceFacilitySetRefOrBuilder()
       Reference to a SERVICE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 241;
    • hasAccommodationRef

      boolean hasAccommodationRef()
       Reference to a ACCOMMODATION.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 845:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accommodation_ref = 242;
      Returns:
      Whether the accommodationRef field is set.
    • getAccommodationRef

      VersionOfObjectRefStructure getAccommodationRef()
       Reference to a ACCOMMODATION.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 845:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accommodation_ref = 242;
      Returns:
      The accommodationRef.
    • getAccommodationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccommodationRefOrBuilder()
       Reference to a ACCOMMODATION.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 845:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accommodation_ref = 242;
    • hasOnboardStayRef

      boolean hasOnboardStayRef()
       Reference to a ONBOARD STAY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 865:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_stay_ref = 243;
      Returns:
      Whether the onboardStayRef field is set.
    • getOnboardStayRef

      VersionOfObjectRefStructure getOnboardStayRef()
       Reference to a ONBOARD STAY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 865:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_stay_ref = 243;
      Returns:
      The onboardStayRef.
    • getOnboardStayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnboardStayRefOrBuilder()
       Reference to a ONBOARD STAY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 865:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_stay_ref = 243;
    • hasTypeOfFacilityRef

      boolean hasTypeOfFacilityRef()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 244;
      Returns:
      Whether the typeOfFacilityRef field is set.
    • getTypeOfFacilityRef

      VersionOfObjectRefStructure getTypeOfFacilityRef()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 244;
      Returns:
      The typeOfFacilityRef.
    • getTypeOfFacilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFacilityRefOrBuilder()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 244;
    • hasClassOfUseRef

      boolean hasClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 245;
      Returns:
      Whether the classOfUseRef field is set.
    • getClassOfUseRef

      ClassOfUseRefType getClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 245;
      Returns:
      The classOfUseRef.
    • getClassOfUseRefOrBuilder

      ClassOfUseRefTypeOrBuilder getClassOfUseRefOrBuilder()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 245;
    • hasTypeOfPaymentMethodRef

      boolean hasTypeOfPaymentMethodRef()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 246;
      Returns:
      Whether the typeOfPaymentMethodRef field is set.
    • getTypeOfPaymentMethodRef

      TypeOfPaymentMethodRefType getTypeOfPaymentMethodRef()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 246;
      Returns:
      The typeOfPaymentMethodRef.
    • getTypeOfPaymentMethodRefOrBuilder

      TypeOfPaymentMethodRefTypeOrBuilder getTypeOfPaymentMethodRefOrBuilder()
       Reference to a TYPE OF PAYMENT METHOD.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 651:80]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefType type_of_payment_method_ref = 246;
    • 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 = 247;
      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 = 247;
      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 = 247;
    • 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 = 248;
      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 = 248;
      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 = 248;
    • 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 = 249;
      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 = 249;
      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 = 249;
    • hasVehicleRequirementRef

      boolean hasVehicleRequirementRef()
       Reference to a VEHICLE REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 198:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_requirement_ref = 250;
      Returns:
      Whether the vehicleRequirementRef field is set.
    • getVehicleRequirementRef

      VersionOfObjectRefStructure getVehicleRequirementRef()
       Reference to a VEHICLE REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 198:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_requirement_ref = 250;
      Returns:
      The vehicleRequirementRef.
    • getVehicleRequirementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleRequirementRefOrBuilder()
       Reference to a VEHICLE REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 198:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_requirement_ref = 250;
    • hasPassengerCarryingRequirementRef

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

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

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

      boolean hasPassengerCapacityRef()
       Reference to a PASSENGER CAPACITY.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 250:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_capacity_ref = 252;
      Returns:
      Whether the passengerCapacityRef field is set.
    • getPassengerCapacityRef

      VersionOfObjectRefStructure getPassengerCapacityRef()
       Reference to a PASSENGER CAPACITY.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 250:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_capacity_ref = 252;
      Returns:
      The passengerCapacityRef.
    • getPassengerCapacityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerCapacityRefOrBuilder()
       Reference to a PASSENGER CAPACITY.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 250:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_capacity_ref = 252;
    • hasVehicleManoeuvringRequirementRef

      boolean hasVehicleManoeuvringRequirementRef()
       Reference to a VEHICLE MANOEUVRING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 276:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_manoeuvring_requirement_ref = 253;
      Returns:
      Whether the vehicleManoeuvringRequirementRef field is set.
    • getVehicleManoeuvringRequirementRef

      VersionOfObjectRefStructure getVehicleManoeuvringRequirementRef()
       Reference to a VEHICLE MANOEUVRING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 276:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_manoeuvring_requirement_ref = 253;
      Returns:
      The vehicleManoeuvringRequirementRef.
    • getVehicleManoeuvringRequirementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleManoeuvringRequirementRefOrBuilder()
       Reference to a VEHICLE MANOEUVRING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 276:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_manoeuvring_requirement_ref = 253;
    • hasFacilityRequirementRef

      boolean hasFacilityRequirementRef()
       Reference to a FACILITY REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 302:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_requirement_ref = 254;
      Returns:
      Whether the facilityRequirementRef field is set.
    • getFacilityRequirementRef

      VersionOfObjectRefStructure getFacilityRequirementRef()
       Reference to a FACILITY REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 302:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_requirement_ref = 254;
      Returns:
      The facilityRequirementRef.
    • getFacilityRequirementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFacilityRequirementRefOrBuilder()
       Reference to a FACILITY REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 302:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_requirement_ref = 254;
    • hasVehicleRef

      boolean hasVehicleRef()
       Reference to a VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 340:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_ref = 255;
      Returns:
      Whether the vehicleRef field is set.
    • getVehicleRef

       Reference to a VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 340:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_ref = 255;
      Returns:
      The vehicleRef.
    • getVehicleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleRefOrBuilder()
       Reference to a VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 340:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_ref = 255;
    • hasVehicleModelRef

      boolean hasVehicleModelRef()
       Reference to a VEHICLE MODEL.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 366:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_model_ref = 256;
      Returns:
      Whether the vehicleModelRef field is set.
    • getVehicleModelRef

      VersionOfObjectRefStructure getVehicleModelRef()
       Reference to a VEHICLE MODEL.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 366:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_model_ref = 256;
      Returns:
      The vehicleModelRef.
    • getVehicleModelRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleModelRefOrBuilder()
       Reference to a VEHICLE MODEL.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 366:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_model_ref = 256;
    • hasVehicleEquipmentProfileRef

      boolean hasVehicleEquipmentProfileRef()
       Reference to a VEHICLE EQUIPMENT PROFILE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 404:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_equipment_profile_ref = 257;
      Returns:
      Whether the vehicleEquipmentProfileRef field is set.
    • getVehicleEquipmentProfileRef

      VersionOfObjectRefStructure getVehicleEquipmentProfileRef()
       Reference to a VEHICLE EQUIPMENT PROFILE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 404:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_equipment_profile_ref = 257;
      Returns:
      The vehicleEquipmentProfileRef.
    • getVehicleEquipmentProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleEquipmentProfileRefOrBuilder()
       Reference to a VEHICLE EQUIPMENT PROFILE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 404:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_equipment_profile_ref = 257;
    • hasPurposeOfEquipmentProfileRef

      boolean hasPurposeOfEquipmentProfileRef()
       Reference to a PURPOSE OF EQUIPMENT PROFILE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 540:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_equipment_profile_ref = 258;
      Returns:
      Whether the purposeOfEquipmentProfileRef field is set.
    • getPurposeOfEquipmentProfileRef

      VersionOfObjectRefStructure getPurposeOfEquipmentProfileRef()
       Reference to a PURPOSE OF EQUIPMENT PROFILE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 540:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_equipment_profile_ref = 258;
      Returns:
      The purposeOfEquipmentProfileRef.
    • getPurposeOfEquipmentProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurposeOfEquipmentProfileRefOrBuilder()
       Reference to a PURPOSE OF EQUIPMENT PROFILE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 540:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_equipment_profile_ref = 258;
    • hasNoticeRef

      boolean hasNoticeRef()
       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 259;
      Returns:
      Whether the noticeRef field is set.
    • getNoticeRef

       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 259;
      Returns:
      The noticeRef.
    • getNoticeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNoticeRefOrBuilder()
       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 259;
    • hasDeliveryVariantRef

      boolean hasDeliveryVariantRef()
       Reference to a DELIVERY VARIANT.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 125:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure delivery_variant_ref = 260;
      Returns:
      Whether the deliveryVariantRef field is set.
    • getDeliveryVariantRef

      VersionOfObjectRefStructure getDeliveryVariantRef()
       Reference to a DELIVERY VARIANT.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 125:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure delivery_variant_ref = 260;
      Returns:
      The deliveryVariantRef.
    • getDeliveryVariantRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDeliveryVariantRefOrBuilder()
       Reference to a DELIVERY VARIANT.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 125:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure delivery_variant_ref = 260;
    • hasTypeOfNoticeRef

      boolean hasTypeOfNoticeRef()
       Reference to a TYPE OF NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 151:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_notice_ref = 261;
      Returns:
      Whether the typeOfNoticeRef field is set.
    • getTypeOfNoticeRef

      VersionOfObjectRefStructure getTypeOfNoticeRef()
       Reference to a TYPE OF NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 151:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_notice_ref = 261;
      Returns:
      The typeOfNoticeRef.
    • getTypeOfNoticeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfNoticeRefOrBuilder()
       Reference to a TYPE OF NOTICe.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 151:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_notice_ref = 261;
    • hasTypeOfDeliveryVariantRef

      boolean hasTypeOfDeliveryVariantRef()
       Reference to a TYPE OF DELIVERY VARIANT.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 177:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_delivery_variant_ref = 262;
      Returns:
      Whether the typeOfDeliveryVariantRef field is set.
    • getTypeOfDeliveryVariantRef

      VersionOfObjectRefStructure getTypeOfDeliveryVariantRef()
       Reference to a TYPE OF DELIVERY VARIANT.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 177:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_delivery_variant_ref = 262;
      Returns:
      The typeOfDeliveryVariantRef.
    • getTypeOfDeliveryVariantRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfDeliveryVariantRefOrBuilder()
       Reference to a TYPE OF DELIVERY VARIANT.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 177:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_delivery_variant_ref = 262;
    • hasOtherOrganisationRef

      boolean hasOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 263;
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      VersionOfObjectRefStructure getOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 263;
      Returns:
      The otherOrganisationRef.
    • getOtherOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOtherOrganisationRefOrBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 263;
    • hasTravelAgentRef

      boolean hasTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 264;
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      VersionOfObjectRefStructure getTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 264;
      Returns:
      The travelAgentRef.
    • getTravelAgentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelAgentRefOrBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 264;
    • hasServicedOrganisationRef

      boolean hasServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 265;
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      VersionOfObjectRefStructure getServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 265;
      Returns:
      The servicedOrganisationRef.
    • getServicedOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServicedOrganisationRefOrBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 265;
    • hasManagementAgentRef

      boolean hasManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 266;
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      VersionOfObjectRefStructure getManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 266;
      Returns:
      The managementAgentRef.
    • getManagementAgentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getManagementAgentRefOrBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 266;
    • hasGeneralOrganisationRef

      boolean hasGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 267;
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      VersionOfObjectRefStructure getGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 267;
      Returns:
      The generalOrganisationRef.
    • getGeneralOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralOrganisationRefOrBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 267;
    • hasSchematicMapRef

      boolean hasSchematicMapRef()
       Reference to a SCHEMATIC MAP.  [netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd at 61:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schematic_map_ref = 268;
      Returns:
      Whether the schematicMapRef field is set.
    • getSchematicMapRef

      VersionOfObjectRefStructure getSchematicMapRef()
       Reference to a SCHEMATIC MAP.  [netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd at 61:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schematic_map_ref = 268;
      Returns:
      The schematicMapRef.
    • getSchematicMapRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSchematicMapRefOrBuilder()
       Reference to a SCHEMATIC MAP.  [netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd at 61:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schematic_map_ref = 268;
    • hasSchematicMapMemberRef

      boolean hasSchematicMapMemberRef()
       Reference to a SCHEMATIC MAP MEMBER.  [netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd at 87:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schematic_map_member_ref = 269;
      Returns:
      Whether the schematicMapMemberRef field is set.
    • getSchematicMapMemberRef

      VersionOfObjectRefStructure getSchematicMapMemberRef()
       Reference to a SCHEMATIC MAP MEMBER.  [netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd at 87:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schematic_map_member_ref = 269;
      Returns:
      The schematicMapMemberRef.
    • getSchematicMapMemberRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSchematicMapMemberRefOrBuilder()
       Reference to a SCHEMATIC MAP MEMBER.  [netex_framework/netex_reusableComponents/netex_schematicMap_support.xsd at 87:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schematic_map_member_ref = 269;
    • hasBlacklistRef

      boolean hasBlacklistRef()
       Reference to a BLACKLIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 116:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure blacklist_ref = 270;
      Returns:
      Whether the blacklistRef field is set.
    • getBlacklistRef

      VersionOfObjectRefStructure getBlacklistRef()
       Reference to a BLACKLIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 116:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure blacklist_ref = 270;
      Returns:
      The blacklistRef.
    • getBlacklistRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBlacklistRefOrBuilder()
       Reference to a BLACKLIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 116:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure blacklist_ref = 270;
    • hasWhitelistRef

      boolean hasWhitelistRef()
       Reference to a WHITELIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure whitelist_ref = 271;
      Returns:
      Whether the whitelistRef field is set.
    • getWhitelistRef

      VersionOfObjectRefStructure getWhitelistRef()
       Reference to a WHITELIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure whitelist_ref = 271;
      Returns:
      The whitelistRef.
    • getWhitelistRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWhitelistRefOrBuilder()
       Reference to a WHITELIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure whitelist_ref = 271;
    • hasTypeOfSecurityListRef

      boolean hasTypeOfSecurityListRef()
       Reference to a TYPE OF SECURITY LIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 231:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_security_list_ref = 272;
      Returns:
      Whether the typeOfSecurityListRef field is set.
    • getTypeOfSecurityListRef

      VersionOfObjectRefStructure getTypeOfSecurityListRef()
       Reference to a TYPE OF SECURITY LIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 231:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_security_list_ref = 272;
      Returns:
      The typeOfSecurityListRef.
    • getTypeOfSecurityListRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfSecurityListRefOrBuilder()
       Reference to a TYPE OF SECURITY LIST.  [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 231:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_security_list_ref = 272;
    • hasTopographicPlaceRef

      boolean hasTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 273;
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      VersionOfObjectRefStructure getTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 273;
      Returns:
      The topographicPlaceRef.
    • getTopographicPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 273;
    • hasGroupOfPlacesRef

      boolean hasGroupOfPlacesRef()
       Reference to a GROUP OF PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 181:112]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_places_ref = 274;
      Returns:
      Whether the groupOfPlacesRef field is set.
    • getGroupOfPlacesRef

      GroupOfEntitiesRefStructure getGroupOfPlacesRef()
       Reference to a GROUP OF PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 181:112]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_places_ref = 274;
      Returns:
      The groupOfPlacesRef.
    • getGroupOfPlacesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfPlacesRefOrBuilder()
       Reference to a GROUP OF PLACEs.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 181:112]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_places_ref = 274;
    • hasTopographicProjectionRef

      boolean hasTopographicProjectionRef()
       Reference to a TOPOGRAPHIC PROJECTION.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 213:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_projection_ref = 275;
      Returns:
      Whether the topographicProjectionRef field is set.
    • getTopographicProjectionRef

      VersionOfObjectRefStructure getTopographicProjectionRef()
       Reference to a TOPOGRAPHIC PROJECTION.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 213:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_projection_ref = 275;
      Returns:
      The topographicProjectionRef.
    • getTopographicProjectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTopographicProjectionRefOrBuilder()
       Reference to a TOPOGRAPHIC PROJECTION.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 213:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_projection_ref = 275;
    • 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 = 276;
      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 = 276;
      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 = 276;
    • 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 = 277;
      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 = 277;
      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 = 277;
    • hasTrainInCompoundTrainRef

      boolean hasTrainInCompoundTrainRef()
       Reference to a TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 124:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_in_compound_train_ref = 278;
      Returns:
      Whether the trainInCompoundTrainRef field is set.
    • getTrainInCompoundTrainRef

      VersionOfObjectRefStructure getTrainInCompoundTrainRef()
       Reference to a TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 124:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_in_compound_train_ref = 278;
      Returns:
      The trainInCompoundTrainRef.
    • getTrainInCompoundTrainRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrainInCompoundTrainRefOrBuilder()
       Reference to a TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 124:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_in_compound_train_ref = 278;
    • hasTrainElementRef

      boolean hasTrainElementRef()
       Reference to a TRAIN ELEMENT.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 150:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_element_ref = 279;
      Returns:
      Whether the trainElementRef field is set.
    • getTrainElementRef

      VersionOfObjectRefStructure getTrainElementRef()
       Reference to a TRAIN ELEMENT.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 150:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_element_ref = 279;
      Returns:
      The trainElementRef.
    • getTrainElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrainElementRefOrBuilder()
       Reference to a TRAIN ELEMENT.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 150:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_element_ref = 279;
    • hasTrainComponentRef

      boolean hasTrainComponentRef()
       Reference to a TRAIN COMPONENT.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 191:113]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure train_component_ref = 280;
      Returns:
      Whether the trainComponentRef field is set.
    • getTrainComponentRef

      OrderedVersionOfObjectRefStructure getTrainComponentRef()
       Reference to a TRAIN COMPONENT.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 191:113]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure train_component_ref = 280;
      Returns:
      The trainComponentRef.
    • getTrainComponentRefOrBuilder

      OrderedVersionOfObjectRefStructureOrBuilder getTrainComponentRefOrBuilder()
       Reference to a TRAIN COMPONENT.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 191:113]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure train_component_ref = 280;
    • hasAllTransportOrganisationsRef

      boolean hasAllTransportOrganisationsRef()
       Reference to all  TRANSPORT ORGANISATION.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 59:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_transport_organisations_ref = 281;
      Returns:
      Whether the allTransportOrganisationsRef field is set.
    • getAllTransportOrganisationsRef

      VersionOfObjectRefStructure getAllTransportOrganisationsRef()
       Reference to all  TRANSPORT ORGANISATION.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 59:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_transport_organisations_ref = 281;
      Returns:
      The allTransportOrganisationsRef.
    • getAllTransportOrganisationsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllTransportOrganisationsRefOrBuilder()
       Reference to all  TRANSPORT ORGANISATION.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 59:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_transport_organisations_ref = 281;
    • 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 = 282;
      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 = 282;
      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 = 282;
    • hasAllOperatorsRef

      boolean hasAllOperatorsRef()
       Reference to all OPERATORs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 158:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_operators_ref = 283;
      Returns:
      Whether the allOperatorsRef field is set.
    • getAllOperatorsRef

      VersionOfObjectRefStructure getAllOperatorsRef()
       Reference to all OPERATORs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 158:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_operators_ref = 283;
      Returns:
      The allOperatorsRef.
    • getAllOperatorsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllOperatorsRefOrBuilder()
       Reference to all OPERATORs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 158:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_operators_ref = 283;
    • hasAuthorityRef

      boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 284;
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 284;
      Returns:
      The authorityRef.
    • getAuthorityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 284;
    • hasAllAuthoritiesRef

      boolean hasAllAuthoritiesRef()
       Reference to all AUTHORITIies.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 211:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_authorities_ref = 285;
      Returns:
      Whether the allAuthoritiesRef field is set.
    • getAllAuthoritiesRef

      VersionOfObjectRefStructure getAllAuthoritiesRef()
       Reference to all AUTHORITIies.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 211:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_authorities_ref = 285;
      Returns:
      The allAuthoritiesRef.
    • getAllAuthoritiesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllAuthoritiesRefOrBuilder()
       Reference to all AUTHORITIies.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 211:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_authorities_ref = 285;
    • hasGroupOfOperatorsRef

      boolean hasGroupOfOperatorsRef()
       Reference to a GROUP OF OPERATORs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 252:118]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_operators_ref = 286;
      Returns:
      Whether the groupOfOperatorsRef field is set.
    • getGroupOfOperatorsRef

      GroupOfEntitiesRefStructure getGroupOfOperatorsRef()
       Reference to a GROUP OF OPERATORs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 252:118]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_operators_ref = 286;
      Returns:
      The groupOfOperatorsRef.
    • getGroupOfOperatorsRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfOperatorsRefOrBuilder()
       Reference to a GROUP OF OPERATORs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 252:118]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_operators_ref = 286;
    • 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 = 287;
      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 = 287;
      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 = 287;
    • hasOperatingDepartmentRef

      boolean hasOperatingDepartmentRef()
       Reference to an OPERATING DEPARTMENT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 316:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_department_ref = 288;
      Returns:
      Whether the operatingDepartmentRef field is set.
    • getOperatingDepartmentRef

      VersionOfObjectRefStructure getOperatingDepartmentRef()
       Reference to an OPERATING DEPARTMENT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 316:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_department_ref = 288;
      Returns:
      The operatingDepartmentRef.
    • getOperatingDepartmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatingDepartmentRefOrBuilder()
       Reference to an OPERATING DEPARTMENT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 316:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_department_ref = 288;
    • hasControlCentreRef

      boolean hasControlCentreRef()
       Reference to a CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 289;
      Returns:
      Whether the controlCentreRef field is set.
    • getControlCentreRef

      VersionOfObjectRefStructure getControlCentreRef()
       Reference to a CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 289;
      Returns:
      The controlCentreRef.
    • getControlCentreRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getControlCentreRefOrBuilder()
       Reference to a CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 342:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure control_centre_ref = 289;
    • hasTransportAdministrativeZoneRef

      boolean hasTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 290;
      Returns:
      Whether the transportAdministrativeZoneRef field is set.
    • getTransportAdministrativeZoneRef

      TransportAdministrativeZoneRefType getTransportAdministrativeZoneRef()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 290;
      Returns:
      The transportAdministrativeZoneRef.
    • getTransportAdministrativeZoneRefOrBuilder

      TransportAdministrativeZoneRefTypeOrBuilder getTransportAdministrativeZoneRefOrBuilder()
       Reference to a TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 368:81]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneRefType transport_administrative_zone_ref = 290;
    • hasPassengerSeatRef

      boolean hasPassengerSeatRef()
       Reference to a  PASSENGER SEAT +v1.1  [netex_framework/netex_reusableComponents/netex_vehicleSeating_support.xsd at 66:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_seat_ref = 291;
      Returns:
      Whether the passengerSeatRef field is set.
    • getPassengerSeatRef

      VersionOfObjectRefStructure getPassengerSeatRef()
       Reference to a  PASSENGER SEAT +v1.1  [netex_framework/netex_reusableComponents/netex_vehicleSeating_support.xsd at 66:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_seat_ref = 291;
      Returns:
      The passengerSeatRef.
    • getPassengerSeatRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerSeatRefOrBuilder()
       Reference to a  PASSENGER SEAT +v1.1  [netex_framework/netex_reusableComponents/netex_vehicleSeating_support.xsd at 66:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_seat_ref = 291;
    • hasServiceCalendarFrameRef

      boolean hasServiceCalendarFrameRef()
       Reference to a SERVICE CALENDAR FRAME.  [netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd at 63:82]
       
      .uk.org.netex.www.netex.ServiceCalendarFrameRefType service_calendar_frame_ref = 292;
      Returns:
      Whether the serviceCalendarFrameRef field is set.
    • getServiceCalendarFrameRef

      ServiceCalendarFrameRefType getServiceCalendarFrameRef()
       Reference to a SERVICE CALENDAR FRAME.  [netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd at 63:82]
       
      .uk.org.netex.www.netex.ServiceCalendarFrameRefType service_calendar_frame_ref = 292;
      Returns:
      The serviceCalendarFrameRef.
    • getServiceCalendarFrameRefOrBuilder

      ServiceCalendarFrameRefTypeOrBuilder getServiceCalendarFrameRefOrBuilder()
       Reference to a SERVICE CALENDAR FRAME.  [netex_framework/netex_frames/netex_serviceCalendarFrame_support.xsd at 63:82]
       
      .uk.org.netex.www.netex.ServiceCalendarFrameRefType service_calendar_frame_ref = 292;
    • hasResourceFrameRef

      boolean hasResourceFrameRef()
       Reference to a RESOURCE FRAME.  [netex_framework/netex_frames/netex_resourceFrame_support.xsd at 62:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure resource_frame_ref = 293;
      Returns:
      Whether the resourceFrameRef field is set.
    • getResourceFrameRef

      VersionOfObjectRefStructure getResourceFrameRef()
       Reference to a RESOURCE FRAME.  [netex_framework/netex_frames/netex_resourceFrame_support.xsd at 62:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure resource_frame_ref = 293;
      Returns:
      The resourceFrameRef.
    • getResourceFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResourceFrameRefOrBuilder()
       Reference to a RESOURCE FRAME.  [netex_framework/netex_frames/netex_resourceFrame_support.xsd at 62:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure resource_frame_ref = 293;
    • hasGeneralFrameRef

      boolean hasGeneralFrameRef()
       Reference to a GENERAL FRAME.  [netex_framework/netex_frames/netex_generalFrame_version.xsd at 109:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_frame_ref = 294;
      Returns:
      Whether the generalFrameRef field is set.
    • getGeneralFrameRef

      VersionOfObjectRefStructure getGeneralFrameRef()
       Reference to a GENERAL FRAME.  [netex_framework/netex_frames/netex_generalFrame_version.xsd at 109:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_frame_ref = 294;
      Returns:
      The generalFrameRef.
    • getGeneralFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralFrameRefOrBuilder()
       Reference to a GENERAL FRAME.  [netex_framework/netex_frames/netex_generalFrame_version.xsd at 109:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_frame_ref = 294;
    • hasActivationPointRef

      boolean hasActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 295;
      Returns:
      Whether the activationPointRef field is set.
    • getActivationPointRef

      VersionOfObjectRefStructure getActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 295;
      Returns:
      The activationPointRef.
    • getActivationPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getActivationPointRefOrBuilder()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 295;
    • hasBeaconPointRef

      boolean hasBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 296;
      Returns:
      Whether the beaconPointRef field is set.
    • getBeaconPointRef

      VersionOfObjectRefStructure getBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 296;
      Returns:
      The beaconPointRef.
    • getBeaconPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBeaconPointRefOrBuilder()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 296;
    • hasTrafficControlPointRef

      boolean hasTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 297;
      Returns:
      Whether the trafficControlPointRef field is set.
    • getTrafficControlPointRef

      VersionOfObjectRefStructure getTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 297;
      Returns:
      The trafficControlPointRef.
    • getTrafficControlPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrafficControlPointRefOrBuilder()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 297;
    • hasActivationLinkRef

      boolean hasActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 298;
      Returns:
      Whether the activationLinkRef field is set.
    • getActivationLinkRef

      VersionOfObjectRefStructure getActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 298;
      Returns:
      The activationLinkRef.
    • getActivationLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getActivationLinkRefOrBuilder()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 298;
    • hasTypeOfActivationRef

      boolean hasTypeOfActivationRef()
       Reference to a TYPE OF ACTIVATION.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 271:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_activation_ref = 299;
      Returns:
      Whether the typeOfActivationRef field is set.
    • getTypeOfActivationRef

      VersionOfObjectRefStructure getTypeOfActivationRef()
       Reference to a TYPE OF ACTIVATION.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 271:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_activation_ref = 299;
      Returns:
      The typeOfActivationRef.
    • getTypeOfActivationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfActivationRefOrBuilder()
       Reference to a TYPE OF ACTIVATION.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 271:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_activation_ref = 299;
    • hasRailwayPointRef

      boolean hasRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 300;
      Returns:
      Whether the railwayPointRef field is set.
    • getRailwayPointRef

      VersionOfObjectRefStructure getRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 300;
      Returns:
      The railwayPointRef.
    • getRailwayPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRailwayPointRefOrBuilder()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 300;
    • hasRoadPointRef

      boolean hasRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 301;
      Returns:
      Whether the roadPointRef field is set.
    • getRoadPointRef

      VersionOfObjectRefStructure getRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 301;
      Returns:
      The roadPointRef.
    • getRoadPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoadPointRefOrBuilder()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 301;
    • hasWirePointRef

      boolean hasWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 302;
      Returns:
      Whether the wirePointRef field is set.
    • getWirePointRef

      VersionOfObjectRefStructure getWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 302;
      Returns:
      The wirePointRef.
    • getWirePointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWirePointRefOrBuilder()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 302;
    • hasRailwayLinkRef

      boolean hasRailwayLinkRef()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 303;
      Returns:
      Whether the railwayLinkRef field is set.
    • getRailwayLinkRef

      VersionOfObjectRefStructure getRailwayLinkRef()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 303;
      Returns:
      The railwayLinkRef.
    • getRailwayLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRailwayLinkRefOrBuilder()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 303;
    • hasRoadLinkRef

      boolean hasRoadLinkRef()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 304;
      Returns:
      Whether the roadLinkRef field is set.
    • getRoadLinkRef

      VersionOfObjectRefStructure getRoadLinkRef()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 304;
      Returns:
      The roadLinkRef.
    • getRoadLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoadLinkRefOrBuilder()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 304;
    • hasWireLinkRef

      boolean hasWireLinkRef()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 305;
      Returns:
      Whether the wireLinkRef field is set.
    • getWireLinkRef

      VersionOfObjectRefStructure getWireLinkRef()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 305;
      Returns:
      The wireLinkRef.
    • getWireLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWireLinkRefOrBuilder()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 305;
    • hasDirectionRef

      boolean hasDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 306;
      Returns:
      Whether the directionRef field is set.
    • getDirectionRef

      VersionOfObjectRefStructure getDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 306;
      Returns:
      The directionRef.
    • getDirectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDirectionRefOrBuilder()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 306;
    • 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 = 307;
      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 = 307;
      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 = 307;
    • hasRoutePointRef

      boolean hasRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 308;
      Returns:
      Whether the routePointRef field is set.
    • getRoutePointRef

      VersionOfObjectRefStructure getRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 308;
      Returns:
      The routePointRef.
    • getRoutePointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoutePointRefOrBuilder()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 308;
    • hasRouteLinkRef

      boolean hasRouteLinkRef()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 309;
      Returns:
      Whether the routeLinkRef field is set.
    • getRouteLinkRef

      VersionOfObjectRefStructure getRouteLinkRef()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 309;
      Returns:
      The routeLinkRef.
    • getRouteLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRouteLinkRefOrBuilder()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 309;
    • hasTimingPatternRef

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

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

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

      boolean hasTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 311;
      Returns:
      Whether the timingPointRef field is set.
    • getTimingPointRef

      VersionOfObjectRefStructure getTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 311;
      Returns:
      The timingPointRef.
    • getTimingPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimingPointRefOrBuilder()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 311;
    • hasTimingLinkRef

      boolean hasTimingLinkRef()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 312;
      Returns:
      Whether the timingLinkRef field is set.
    • getTimingLinkRef

      VersionOfObjectRefStructure getTimingLinkRef()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 312;
      Returns:
      The timingLinkRef.
    • getTimingLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimingLinkRefOrBuilder()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 312;
    • hasGroupOfTimingLinksRef

      boolean hasGroupOfTimingLinksRef()
       Reference to a GROUP OF TIMING LINKs.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 191:122]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timing_links_ref = 313;
      Returns:
      Whether the groupOfTimingLinksRef field is set.
    • getGroupOfTimingLinksRef

      GroupOfEntitiesRefStructure getGroupOfTimingLinksRef()
       Reference to a GROUP OF TIMING LINKs.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 191:122]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timing_links_ref = 313;
      Returns:
      The groupOfTimingLinksRef.
    • getGroupOfTimingLinksRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfTimingLinksRefOrBuilder()
       Reference to a GROUP OF TIMING LINKs.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 191:122]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timing_links_ref = 313;
    • hasReliefPointRef

      boolean hasReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 314;
      Returns:
      Whether the reliefPointRef field is set.
    • getReliefPointRef

      VersionOfObjectRefStructure getReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 314;
      Returns:
      The reliefPointRef.
    • getReliefPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getReliefPointRefOrBuilder()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 314;
    • hasParkingPointRef

      boolean hasParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 315;
      Returns:
      Whether the parkingPointRef field is set.
    • getParkingPointRef

      VersionOfObjectRefStructure getParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 315;
      Returns:
      The parkingPointRef.
    • getParkingPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingPointRefOrBuilder()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 315;
    • hasGaragePointRef

      boolean hasGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 316;
      Returns:
      Whether the garagePointRef field is set.
    • getGaragePointRef

      VersionOfObjectRefStructure getGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 316;
      Returns:
      The garagePointRef.
    • getGaragePointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGaragePointRefOrBuilder()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 316;
    • hasGarageRef

      boolean hasGarageRef()
       Reference to a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 147:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_ref = 317;
      Returns:
      Whether the garageRef field is set.
    • getGarageRef

       Reference to a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 147:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_ref = 317;
      Returns:
      The garageRef.
    • getGarageRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGarageRefOrBuilder()
       Reference to a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 147:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_ref = 317;
    • hasCrewBaseRef

      boolean hasCrewBaseRef()
       Reference to a CREW BASE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 318;
      Returns:
      Whether the crewBaseRef field is set.
    • getCrewBaseRef

      GroupOfEntitiesRefStructure getCrewBaseRef()
       Reference to a CREW BASE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 318;
      Returns:
      The crewBaseRef.
    • getCrewBaseRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getCrewBaseRefOrBuilder()
       Reference to a CREW BASE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 318;
    • 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 = 319;
      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 = 319;
      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 = 319;
    • 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 = 320;
      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 = 320;
      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 = 320;
    • hasTypeOfJourneyPatternRef

      boolean hasTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Returns:
      Whether the typeOfJourneyPatternRef field is set.
    • getTypeOfJourneyPatternRef

      VersionOfObjectRefStructure getTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Returns:
      The typeOfJourneyPatternRef.
    • getTypeOfJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfJourneyPatternRefOrBuilder()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
    • hasJourneyTimingRef

      boolean hasJourneyTimingRef()
       Reference to a JOURNEY TIMING.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 68:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_timing_ref = 322;
      Returns:
      Whether the journeyTimingRef field is set.
    • getJourneyTimingRef

      VersionOfObjectRefStructure getJourneyTimingRef()
       Reference to a JOURNEY TIMING.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 68:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_timing_ref = 322;
      Returns:
      The journeyTimingRef.
    • getJourneyTimingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyTimingRefOrBuilder()
       Reference to a JOURNEY TIMING.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 68:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_timing_ref = 322;
    • hasTurnaroundTimeLimitTimeRef

      boolean hasTurnaroundTimeLimitTimeRef()
       Reference to a TURNAROUND TIME LIMIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 133:86]
       
      .uk.org.netex.www.netex.TurnaroundTimeLimitTimeRefType turnaround_time_limit_time_ref = 323;
      Returns:
      Whether the turnaroundTimeLimitTimeRef field is set.
    • getTurnaroundTimeLimitTimeRef

      TurnaroundTimeLimitTimeRefType getTurnaroundTimeLimitTimeRef()
       Reference to a TURNAROUND TIME LIMIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 133:86]
       
      .uk.org.netex.www.netex.TurnaroundTimeLimitTimeRefType turnaround_time_limit_time_ref = 323;
      Returns:
      The turnaroundTimeLimitTimeRef.
    • getTurnaroundTimeLimitTimeRefOrBuilder

      TurnaroundTimeLimitTimeRefTypeOrBuilder getTurnaroundTimeLimitTimeRefOrBuilder()
       Reference to a TURNAROUND TIME LIMIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 133:86]
       
      .uk.org.netex.www.netex.TurnaroundTimeLimitTimeRefType turnaround_time_limit_time_ref = 323;
    • hasDefaultDeadRunRunTimeRef

      boolean hasDefaultDeadRunRunTimeRef()
       Reference to a DEFAULT DEAD RUN RUN TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 165:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_dead_run_run_time_ref = 324;
      Returns:
      Whether the defaultDeadRunRunTimeRef field is set.
    • getDefaultDeadRunRunTimeRef

      VersionOfObjectRefStructure getDefaultDeadRunRunTimeRef()
       Reference to a DEFAULT DEAD RUN RUN TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 165:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_dead_run_run_time_ref = 324;
      Returns:
      The defaultDeadRunRunTimeRef.
    • getDefaultDeadRunRunTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDefaultDeadRunRunTimeRefOrBuilder()
       Reference to a DEFAULT DEAD RUN RUN TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 165:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_dead_run_run_time_ref = 324;
    • hasDefaultServiceJourneyTimeRef

      boolean hasDefaultServiceJourneyTimeRef()
       Reference to a DEFAULT SERVICE JOURNEY TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 191:88]
       
      .uk.org.netex.www.netex.DefaultServiceJourneyTimeRefType default_service_journey_time_ref = 325;
      Returns:
      Whether the defaultServiceJourneyTimeRef field is set.
    • getDefaultServiceJourneyTimeRef

      DefaultServiceJourneyTimeRefType getDefaultServiceJourneyTimeRef()
       Reference to a DEFAULT SERVICE JOURNEY TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 191:88]
       
      .uk.org.netex.www.netex.DefaultServiceJourneyTimeRefType default_service_journey_time_ref = 325;
      Returns:
      The defaultServiceJourneyTimeRef.
    • getDefaultServiceJourneyTimeRefOrBuilder

      DefaultServiceJourneyTimeRefTypeOrBuilder getDefaultServiceJourneyTimeRefOrBuilder()
       Reference to a DEFAULT SERVICE JOURNEY TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_support.xsd at 191:88]
       
      .uk.org.netex.www.netex.DefaultServiceJourneyTimeRefType default_service_journey_time_ref = 325;
    • hasJourneyPatternWaitTimeRef

      boolean hasJourneyPatternWaitTimeRef()
       Reference to a JOURNEY PATTERN WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 69:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_wait_time_ref = 326;
      Returns:
      Whether the journeyPatternWaitTimeRef field is set.
    • getJourneyPatternWaitTimeRef

      VersionOfObjectRefStructure getJourneyPatternWaitTimeRef()
       Reference to a JOURNEY PATTERN WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 69:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_wait_time_ref = 326;
      Returns:
      The journeyPatternWaitTimeRef.
    • getJourneyPatternWaitTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPatternWaitTimeRefOrBuilder()
       Reference to a JOURNEY PATTERN WAIT TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 69:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_wait_time_ref = 326;
    • hasJourneyPatternRunTimeRef

      boolean hasJourneyPatternRunTimeRef()
       Reference to a JOURNEY PATTERN RUN TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 95:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_run_time_ref = 327;
      Returns:
      Whether the journeyPatternRunTimeRef field is set.
    • getJourneyPatternRunTimeRef

      VersionOfObjectRefStructure getJourneyPatternRunTimeRef()
       Reference to a JOURNEY PATTERN RUN TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 95:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_run_time_ref = 327;
      Returns:
      The journeyPatternRunTimeRef.
    • getJourneyPatternRunTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPatternRunTimeRefOrBuilder()
       Reference to a JOURNEY PATTERN RUN TIME.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 95:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_run_time_ref = 327;
    • hasJourneyPatternLayoverRef

      boolean hasJourneyPatternLayoverRef()
       Reference to a JOURNEY PATTERN LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 121:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_layover_ref = 328;
      Returns:
      Whether the journeyPatternLayoverRef field is set.
    • getJourneyPatternLayoverRef

      VersionOfObjectRefStructure getJourneyPatternLayoverRef()
       Reference to a JOURNEY PATTERN LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 121:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_layover_ref = 328;
      Returns:
      The journeyPatternLayoverRef.
    • getJourneyPatternLayoverRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPatternLayoverRefOrBuilder()
       Reference to a JOURNEY PATTERN LAYOVER.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 121:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_layover_ref = 328;
    • hasJourneyPatternHeadwayRef

      boolean hasJourneyPatternHeadwayRef()
       Reference to a JOURNEY PATTERN HEADWAY.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 147:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_headway_ref = 329;
      Returns:
      Whether the journeyPatternHeadwayRef field is set.
    • getJourneyPatternHeadwayRef

      VersionOfObjectRefStructure getJourneyPatternHeadwayRef()
       Reference to a JOURNEY PATTERN HEADWAY.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 147:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_headway_ref = 329;
      Returns:
      The journeyPatternHeadwayRef.
    • getJourneyPatternHeadwayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPatternHeadwayRefOrBuilder()
       Reference to a JOURNEY PATTERN HEADWAY.  [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 147:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_headway_ref = 329;
    • hasTimeDemandTypeRef

      boolean hasTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 330;
      Returns:
      Whether the timeDemandTypeRef field is set.
    • getTimeDemandTypeRef

      VersionOfObjectRefStructure getTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 330;
      Returns:
      The timeDemandTypeRef.
    • getTimeDemandTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeDemandTypeRefOrBuilder()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 330;
    • hasTimeDemandProfileRef

      boolean hasTimeDemandProfileRef()
       Reference to a TIME DEMAND PROFILE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 132:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_profile_ref = 331;
      Returns:
      Whether the timeDemandProfileRef field is set.
    • getTimeDemandProfileRef

      VersionOfObjectRefStructure getTimeDemandProfileRef()
       Reference to a TIME DEMAND PROFILE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 132:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_profile_ref = 331;
      Returns:
      The timeDemandProfileRef.
    • getTimeDemandProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeDemandProfileRefOrBuilder()
       Reference to a TIME DEMAND PROFILE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 132:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_profile_ref = 331;
    • hasTypeOfTimeDemandTypeRef

      boolean hasTypeOfTimeDemandTypeRef()
       Reference to a TYPE OF TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 164:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_time_demand_type_ref = 332;
      Returns:
      Whether the typeOfTimeDemandTypeRef field is set.
    • getTypeOfTimeDemandTypeRef

      VersionOfObjectRefStructure getTypeOfTimeDemandTypeRef()
       Reference to a TYPE OF TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 164:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_time_demand_type_ref = 332;
      Returns:
      The typeOfTimeDemandTypeRef.
    • getTypeOfTimeDemandTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfTimeDemandTypeRefOrBuilder()
       Reference to a TYPE OF TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 164:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_time_demand_type_ref = 332;
    • hasVehicleTypePreferenceRef

      boolean hasVehicleTypePreferenceRef()
       Reference to a VEHICLE TYPE PREFERENCE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 190:84]
       
      .uk.org.netex.www.netex.VehicleTypePreferenceRefType vehicle_type_preference_ref = 333;
      Returns:
      Whether the vehicleTypePreferenceRef field is set.
    • getVehicleTypePreferenceRef

      VehicleTypePreferenceRefType getVehicleTypePreferenceRef()
       Reference to a VEHICLE TYPE PREFERENCE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 190:84]
       
      .uk.org.netex.www.netex.VehicleTypePreferenceRefType vehicle_type_preference_ref = 333;
      Returns:
      The vehicleTypePreferenceRef.
    • getVehicleTypePreferenceRefOrBuilder

      VehicleTypePreferenceRefTypeOrBuilder getVehicleTypePreferenceRefOrBuilder()
       Reference to a VEHICLE TYPE PREFERENCE.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 190:84]
       
      .uk.org.netex.www.netex.VehicleTypePreferenceRefType vehicle_type_preference_ref = 333;
    • 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 = 334;
      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 = 334;
      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 = 334;
    • hasFlexibleLinkPropertiesRef

      boolean hasFlexibleLinkPropertiesRef()
       Reference to a FLEXIBLE LINK PROPERTies.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 154:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_link_properties_ref = 335;
      Returns:
      Whether the flexibleLinkPropertiesRef field is set.
    • getFlexibleLinkPropertiesRef

      VersionOfObjectRefStructure getFlexibleLinkPropertiesRef()
       Reference to a FLEXIBLE LINK PROPERTies.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 154:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_link_properties_ref = 335;
      Returns:
      The flexibleLinkPropertiesRef.
    • getFlexibleLinkPropertiesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleLinkPropertiesRefOrBuilder()
       Reference to a FLEXIBLE LINK PROPERTies.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 154:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_link_properties_ref = 335;
    • hasFlexiblePointPropertiesRef

      boolean hasFlexiblePointPropertiesRef()
       Reference to a FLEXIBLE POINT PROPERTies.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 180:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_point_properties_ref = 336;
      Returns:
      Whether the flexiblePointPropertiesRef field is set.
    • getFlexiblePointPropertiesRef

      VersionOfObjectRefStructure getFlexiblePointPropertiesRef()
       Reference to a FLEXIBLE POINT PROPERTies.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 180:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_point_properties_ref = 336;
      Returns:
      The flexiblePointPropertiesRef.
    • getFlexiblePointPropertiesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexiblePointPropertiesRefOrBuilder()
       Reference to a FLEXIBLE POINT PROPERTies.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 180:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_point_properties_ref = 336;
    • hasSiteElementRef

      boolean hasSiteElementRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 68:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_element_ref = 337;
      Returns:
      Whether the siteElementRef field is set.
    • getSiteElementRef

      VersionOfObjectRefStructure getSiteElementRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 68:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_element_ref = 337;
      Returns:
      The siteElementRef.
    • getSiteElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteElementRefOrBuilder()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 68:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_element_ref = 337;
    • hasSiteRef

      boolean hasSiteRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 94:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 338;
      Returns:
      Whether the siteRef field is set.
    • getSiteRef

       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 94:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 338;
      Returns:
      The siteRef.
    • getSiteRefOrBuilder

       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 94:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 338;
    • hasServiceSiteRef

      boolean hasServiceSiteRef()
       Reference to a SERVICE SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 132:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_site_ref = 339;
      Returns:
      Whether the serviceSiteRef field is set.
    • getServiceSiteRef

      VersionOfObjectRefStructure getServiceSiteRef()
       Reference to a SERVICE SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 132:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_site_ref = 339;
      Returns:
      The serviceSiteRef.
    • getServiceSiteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceSiteRefOrBuilder()
       Reference to a SERVICE SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 132:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_site_ref = 339;
    • hasSiteComponentRef

      boolean hasSiteComponentRef()
       Reference to a SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 158:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_component_ref = 340;
      Returns:
      Whether the siteComponentRef field is set.
    • getSiteComponentRef

      VersionOfObjectRefStructure getSiteComponentRef()
       Reference to a SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 158:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_component_ref = 340;
      Returns:
      The siteComponentRef.
    • getSiteComponentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteComponentRefOrBuilder()
       Reference to a SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 158:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_component_ref = 340;
    • hasLevelRef

      boolean hasLevelRef()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 341;
      Returns:
      Whether the levelRef field is set.
    • getLevelRef

       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 341;
      Returns:
      The levelRef.
    • getLevelRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLevelRefOrBuilder()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 341;
    • hasEntranceRef

      boolean hasEntranceRef()
       Reference to an ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 210:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 342;
      Returns:
      Whether the entranceRef field is set.
    • getEntranceRef

      VersionOfObjectRefStructure getEntranceRef()
       Reference to an ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 210:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 342;
      Returns:
      The entranceRef.
    • getEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntranceRefOrBuilder()
       Reference to an ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 210:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 342;
    • hasVehicleEntranceRef

      boolean hasVehicleEntranceRef()
       Reference to an VEHICLE ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 343;
      Returns:
      Whether the vehicleEntranceRef field is set.
    • getVehicleEntranceRef

      VersionOfObjectRefStructure getVehicleEntranceRef()
       Reference to an VEHICLE ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 343;
      Returns:
      The vehicleEntranceRef.
    • getVehicleEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleEntranceRefOrBuilder()
       Reference to an VEHICLE ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 343;
    • hasAccessZoneRef

      boolean hasAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 344;
      Returns:
      Whether the accessZoneRef field is set.
    • getAccessZoneRef

      VersionOfObjectRefStructure getAccessZoneRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 344;
      Returns:
      The accessZoneRef.
    • getAccessZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessZoneRefOrBuilder()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 274:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_zone_ref = 344;
    • hasPathLinkRef

      boolean hasPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 345;
      Returns:
      Whether the pathLinkRef field is set.
    • getPathLinkRef

      VersionOfObjectRefStructure getPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 345;
      Returns:
      The pathLinkRef.
    • getPathLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPathLinkRefOrBuilder()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 345;
    • hasPathJunctionRef

      boolean hasPathJunctionRef()
       Reference to a PATH JUNCTION.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 136:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_junction_ref = 346;
      Returns:
      Whether the pathJunctionRef field is set.
    • getPathJunctionRef

      VersionOfObjectRefStructure getPathJunctionRef()
       Reference to a PATH JUNCTION.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 136:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_junction_ref = 346;
      Returns:
      The pathJunctionRef.
    • getPathJunctionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPathJunctionRefOrBuilder()
       Reference to a PATH JUNCTION.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 136:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_junction_ref = 346;
    • hasNavigationPathRef

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

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

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

      boolean hasRouteInstructionRef()
       Reference to a ROUTE INSTRUCTION.  [netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd at 68:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_instruction_ref = 348;
      Returns:
      Whether the routeInstructionRef field is set.
    • getRouteInstructionRef

      VersionOfObjectRefStructure getRouteInstructionRef()
       Reference to a ROUTE INSTRUCTION.  [netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd at 68:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_instruction_ref = 348;
      Returns:
      The routeInstructionRef.
    • getRouteInstructionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRouteInstructionRefOrBuilder()
       Reference to a ROUTE INSTRUCTION.  [netex_part_1/part1_networkDescription/netex_routeInstruction_support.xsd at 68:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_instruction_ref = 348;
    • hasLineLinkRef

      boolean hasLineLinkRef()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 349;
      Returns:
      Whether the lineLinkRef field is set.
    • getLineLinkRef

      VersionOfObjectRefStructure getLineLinkRef()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 349;
      Returns:
      The lineLinkRef.
    • getLineLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLineLinkRefOrBuilder()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 349;
    • hasLineSectionRef

      boolean hasLineSectionRef()
       Reference to a LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 350;
      Returns:
      Whether the lineSectionRef field is set.
    • getLineSectionRef

      VersionOfObjectRefStructure getLineSectionRef()
       Reference to a LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 350;
      Returns:
      The lineSectionRef.
    • getLineSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLineSectionRefOrBuilder()
       Reference to a LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 350;
    • hasLineNetworkRef

      boolean hasLineNetworkRef()
       Reference to a LINE NETWORK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 178:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_network_ref = 351;
      Returns:
      Whether the lineNetworkRef field is set.
    • getLineNetworkRef

      VersionOfObjectRefStructure getLineNetworkRef()
       Reference to a LINE NETWORK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 178:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_network_ref = 351;
      Returns:
      The lineNetworkRef.
    • getLineNetworkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLineNetworkRefOrBuilder()
       Reference to a LINE NETWORK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 178:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_network_ref = 351;
    • hasCommonSectionRef

      boolean hasCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 60:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure common_section_ref = 352;
      Returns:
      Whether the commonSectionRef field is set.
    • getCommonSectionRef

      VersionOfObjectRefStructure getCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 60:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure common_section_ref = 352;
      Returns:
      The commonSectionRef.
    • getCommonSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommonSectionRefOrBuilder()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 60:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure common_section_ref = 352;
    • hasParentCommonSectionRef

      boolean hasParentCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 79:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_common_section_ref = 353;
      Returns:
      Whether the parentCommonSectionRef field is set.
    • getParentCommonSectionRef

      VersionOfObjectRefStructure getParentCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 79:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_common_section_ref = 353;
      Returns:
      The parentCommonSectionRef.
    • getParentCommonSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentCommonSectionRefOrBuilder()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 79:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_common_section_ref = 353;
    • hasScheduledStopPointRef

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

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

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

      boolean hasConnectionRef()
       Reference to a CONNECTION link.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 118:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 355;
      Returns:
      Whether the connectionRef field is set.
    • getConnectionRef

      VersionOfObjectRefStructure getConnectionRef()
       Reference to a CONNECTION link.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 118:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 355;
      Returns:
      The connectionRef.
    • getConnectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getConnectionRefOrBuilder()
       Reference to a CONNECTION link.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 118:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 355;
    • hasServiceLinkRef

      boolean hasServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 356;
      Returns:
      Whether the serviceLinkRef field is set.
    • getServiceLinkRef

      VersionOfObjectRefStructure getServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 356;
      Returns:
      The serviceLinkRef.
    • getServiceLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceLinkRefOrBuilder()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 356;
    • 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 = 357;
      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 = 357;
      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 = 357;
    • 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 = 358;
      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 = 358;
      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 = 358;
    • hasStopAreaRef

      boolean hasStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 359;
      Returns:
      Whether the stopAreaRef field is set.
    • getStopAreaRef

      VersionOfObjectRefStructure getStopAreaRef()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 359;
      Returns:
      The stopAreaRef.
    • getStopAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopAreaRefOrBuilder()
       Reference to a STOP AREA.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 335:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 359;
    • hasFareScheduledStopPointRef

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

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

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

      boolean hasBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 361;
      Returns:
      Whether the borderPointRef field is set.
    • getBorderPointRef

      VersionOfObjectRefStructure getBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 361;
      Returns:
      The borderPointRef.
    • getBorderPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBorderPointRefOrBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 361;
    • hasFareSectionRef

      boolean hasFareSectionRef()
       Reference to a FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 362;
      Returns:
      Whether the fareSectionRef field is set.
    • getFareSectionRef

      VersionOfObjectRefStructure getFareSectionRef()
       Reference to a FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 362;
      Returns:
      The fareSectionRef.
    • getFareSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareSectionRefOrBuilder()
       Reference to a FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 362;
    • hasFareZoneRef

      boolean hasFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 363;
      Returns:
      Whether the fareZoneRef field is set.
    • getFareZoneRef

      VersionOfObjectRefStructure getFareZoneRef()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 363;
      Returns:
      The fareZoneRef.
    • getFareZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareZoneRefOrBuilder()
       Reference to a FARE ZONE.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 363;
    • hasSiteConnectionRef

      boolean hasSiteConnectionRef()
       Reference to a SITE CONNECTION link.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 67:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_connection_ref = 364;
      Returns:
      Whether the siteConnectionRef field is set.
    • getSiteConnectionRef

      VersionOfObjectRefStructure getSiteConnectionRef()
       Reference to a SITE CONNECTION link.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 67:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_connection_ref = 364;
      Returns:
      The siteConnectionRef.
    • getSiteConnectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteConnectionRefOrBuilder()
       Reference to a SITE CONNECTION link.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 67:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_connection_ref = 364;
    • hasDefaultConnectionRef

      boolean hasDefaultConnectionRef()
       Reference to a DEFAULT TRANSFER link.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 93:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_connection_ref = 365;
      Returns:
      Whether the defaultConnectionRef field is set.
    • getDefaultConnectionRef

      VersionOfObjectRefStructure getDefaultConnectionRef()
       Reference to a DEFAULT TRANSFER link.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 93:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_connection_ref = 365;
      Returns:
      The defaultConnectionRef.
    • getDefaultConnectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDefaultConnectionRefOrBuilder()
       Reference to a DEFAULT TRANSFER link.  [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 93:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_connection_ref = 365;
    • hasPointOfInterestRef

      boolean hasPointOfInterestRef()
       Reference to a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 366;
      Returns:
      Whether the pointOfInterestRef field is set.
    • getPointOfInterestRef

      VersionOfObjectRefStructure getPointOfInterestRef()
       Reference to a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 366;
      Returns:
      The pointOfInterestRef.
    • getPointOfInterestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestRefOrBuilder()
       Reference to a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 366;
    • hasPointOfInterestClassificationRef

      boolean hasPointOfInterestClassificationRef()
       Classification of a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 105:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_classification_ref = 367;
      Returns:
      Whether the pointOfInterestClassificationRef field is set.
    • getPointOfInterestClassificationRef

      VersionOfObjectRefStructure getPointOfInterestClassificationRef()
       Classification of a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 105:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_classification_ref = 367;
      Returns:
      The pointOfInterestClassificationRef.
    • getPointOfInterestClassificationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestClassificationRefOrBuilder()
       Classification of a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 105:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_classification_ref = 367;
    • hasPointOfInterestHierarchyRef

      boolean hasPointOfInterestHierarchyRef()
       Classification of a POINT OF INTEREST CLASSIFICATION HIERARCHY.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 137:134]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure point_of_interest_hierarchy_ref = 368;
      Returns:
      Whether the pointOfInterestHierarchyRef field is set.
    • getPointOfInterestHierarchyRef

      GroupOfEntitiesRefStructure getPointOfInterestHierarchyRef()
       Classification of a POINT OF INTEREST CLASSIFICATION HIERARCHY.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 137:134]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure point_of_interest_hierarchy_ref = 368;
      Returns:
      The pointOfInterestHierarchyRef.
    • getPointOfInterestHierarchyRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getPointOfInterestHierarchyRefOrBuilder()
       Classification of a POINT OF INTEREST CLASSIFICATION HIERARCHY.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 137:134]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure point_of_interest_hierarchy_ref = 368;
    • hasPointOfInterestSpaceRef

      boolean hasPointOfInterestSpaceRef()
       Reference to a POINT OF INTEREST SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 215:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_space_ref = 369;
      Returns:
      Whether the pointOfInterestSpaceRef field is set.
    • getPointOfInterestSpaceRef

      VersionOfObjectRefStructure getPointOfInterestSpaceRef()
       Reference to a POINT OF INTEREST SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 215:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_space_ref = 369;
      Returns:
      The pointOfInterestSpaceRef.
    • getPointOfInterestSpaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestSpaceRefOrBuilder()
       Reference to a POINT OF INTEREST SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 215:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_space_ref = 369;
    • hasPointOfInterestEntranceRef

      boolean hasPointOfInterestEntranceRef()
       Reference to a POINT OF INTEREST ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 241:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_entrance_ref = 370;
      Returns:
      Whether the pointOfInterestEntranceRef field is set.
    • getPointOfInterestEntranceRef

      VersionOfObjectRefStructure getPointOfInterestEntranceRef()
       Reference to a POINT OF INTEREST ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 241:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_entrance_ref = 370;
      Returns:
      The pointOfInterestEntranceRef.
    • getPointOfInterestEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestEntranceRefOrBuilder()
       Reference to a POINT OF INTEREST ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 241:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_entrance_ref = 370;
    • hasPointOfInterestVehicleEntranceRef

      boolean hasPointOfInterestVehicleEntranceRef()
       Reference to a POINT OF INTEREST VEHICLEENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 267:138]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_vehicle_entrance_ref = 371;
      Returns:
      Whether the pointOfInterestVehicleEntranceRef field is set.
    • getPointOfInterestVehicleEntranceRef

      VersionOfObjectRefStructure getPointOfInterestVehicleEntranceRef()
       Reference to a POINT OF INTEREST VEHICLEENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 267:138]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_vehicle_entrance_ref = 371;
      Returns:
      The pointOfInterestVehicleEntranceRef.
    • getPointOfInterestVehicleEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestVehicleEntranceRefOrBuilder()
       Reference to a POINT OF INTEREST VEHICLEENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 267:138]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_vehicle_entrance_ref = 371;
    • hasParkingRef

      boolean hasParkingRef()
       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 372;
      Returns:
      Whether the parkingRef field is set.
    • getParkingRef

       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 372;
      Returns:
      The parkingRef.
    • getParkingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingRefOrBuilder()
       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 372;
    • hasParkingCapacityRef

      boolean hasParkingCapacityRef()
       Reference to a PARKING CAPACITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 119:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_capacity_ref = 373;
      Returns:
      Whether the parkingCapacityRef field is set.
    • getParkingCapacityRef

      VersionOfObjectRefStructure getParkingCapacityRef()
       Reference to a PARKING CAPACITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 119:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_capacity_ref = 373;
      Returns:
      The parkingCapacityRef.
    • getParkingCapacityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingCapacityRefOrBuilder()
       Reference to a PARKING CAPACITY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 119:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_capacity_ref = 373;
    • hasParkingPropertiesRef

      boolean hasParkingPropertiesRef()
       Reference to a PARKING PROPERTIES  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 145:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_properties_ref = 374;
      Returns:
      Whether the parkingPropertiesRef field is set.
    • getParkingPropertiesRef

      VersionOfObjectRefStructure getParkingPropertiesRef()
       Reference to a PARKING PROPERTIES  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 145:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_properties_ref = 374;
      Returns:
      The parkingPropertiesRef.
    • getParkingPropertiesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingPropertiesRefOrBuilder()
       Reference to a PARKING PROPERTIES  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 145:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_properties_ref = 374;
    • hasParkingEntranceRef

      boolean hasParkingEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 172:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_ref = 375;
      Returns:
      Whether the parkingEntranceRef field is set.
    • getParkingEntranceRef

      VersionOfObjectRefStructure getParkingEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 172:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_ref = 375;
      Returns:
      The parkingEntranceRef.
    • getParkingEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingEntranceRefOrBuilder()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 172:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_ref = 375;
    • hasParkingPassengerEntranceRef

      boolean hasParkingPassengerEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 198:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_passenger_entrance_ref = 376;
      Returns:
      Whether the parkingPassengerEntranceRef field is set.
    • getParkingPassengerEntranceRef

      VersionOfObjectRefStructure getParkingPassengerEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 198:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_passenger_entrance_ref = 376;
      Returns:
      The parkingPassengerEntranceRef.
    • getParkingPassengerEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingPassengerEntranceRefOrBuilder()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 198:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_passenger_entrance_ref = 376;
    • hasParkingEntranceForVehiclesRef

      boolean hasParkingEntranceForVehiclesRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 377;
      Returns:
      Whether the parkingEntranceForVehiclesRef field is set.
    • getParkingEntranceForVehiclesRef

      VersionOfObjectRefStructure getParkingEntranceForVehiclesRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 377;
      Returns:
      The parkingEntranceForVehiclesRef.
    • getParkingEntranceForVehiclesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingEntranceForVehiclesRefOrBuilder()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 377;
    • hasParkingAreaRef

      boolean hasParkingAreaRef()
       Reference to a PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 268:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_area_ref = 378;
      Returns:
      Whether the parkingAreaRef field is set.
    • getParkingAreaRef

      VersionOfObjectRefStructure getParkingAreaRef()
       Reference to a PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 268:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_area_ref = 378;
      Returns:
      The parkingAreaRef.
    • getParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingAreaRefOrBuilder()
       Reference to a PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 268:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_area_ref = 378;
    • hasParkingBayRef

      boolean hasParkingBayRef()
       Reference to a PARKING BAY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_bay_ref = 379;
      Returns:
      Whether the parkingBayRef field is set.
    • getParkingBayRef

      VersionOfObjectRefStructure getParkingBayRef()
       Reference to a PARKING BAY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_bay_ref = 379;
      Returns:
      The parkingBayRef.
    • getParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingBayRefOrBuilder()
       Reference to a PARKING BAY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_bay_ref = 379;
    • hasStopPlaceRef

      boolean hasStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 380;
      Returns:
      Whether the stopPlaceRef field is set.
    • getStopPlaceRef

      VersionOfObjectRefStructure getStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 380;
      Returns:
      The stopPlaceRef.
    • getStopPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceRefOrBuilder()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 380;
    • hasGroupOfStopPlacesRef

      boolean hasGroupOfStopPlacesRef()
       Reference to a GROUP OF STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 110:120]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_stop_places_ref = 381;
      Returns:
      Whether the groupOfStopPlacesRef field is set.
    • getGroupOfStopPlacesRef

      GroupOfEntitiesRefStructure getGroupOfStopPlacesRef()
       Reference to a GROUP OF STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 110:120]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_stop_places_ref = 381;
      Returns:
      The groupOfStopPlacesRef.
    • getGroupOfStopPlacesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfStopPlacesRefOrBuilder()
       Reference to a GROUP OF STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 110:120]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_stop_places_ref = 381;
    • hasStopPlaceSpaceRef

      boolean hasStopPlaceSpaceRef()
       Reference to a STOP PLACE SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 130:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_space_ref = 382;
      Returns:
      Whether the stopPlaceSpaceRef field is set.
    • getStopPlaceSpaceRef

      VersionOfObjectRefStructure getStopPlaceSpaceRef()
       Reference to a STOP PLACE SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 130:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_space_ref = 382;
      Returns:
      The stopPlaceSpaceRef.
    • getStopPlaceSpaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceSpaceRefOrBuilder()
       Reference to a STOP PLACE SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 130:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_space_ref = 382;
    • hasQuayRef

      boolean hasQuayRef()
       Reference to a QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 383;
      Returns:
      Whether the quayRef field is set.
    • getQuayRef

       Reference to a QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 383;
      Returns:
      The quayRef.
    • getQuayRefOrBuilder

       Reference to a QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 383;
    • hasAccessSpaceRef

      boolean hasAccessSpaceRef()
       Reference to an ACCESS SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 384;
      Returns:
      Whether the accessSpaceRef field is set.
    • getAccessSpaceRef

      VersionOfObjectRefStructure getAccessSpaceRef()
       Reference to an ACCESS SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 384;
      Returns:
      The accessSpaceRef.
    • getAccessSpaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessSpaceRefOrBuilder()
       Reference to an ACCESS SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 384;
    • hasBoardingPositionRef

      boolean hasBoardingPositionRef()
       Reference to a BOARDING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 385;
      Returns:
      Whether the boardingPositionRef field is set.
    • getBoardingPositionRef

      VersionOfObjectRefStructure getBoardingPositionRef()
       Reference to a BOARDING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 385;
      Returns:
      The boardingPositionRef.
    • getBoardingPositionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBoardingPositionRefOrBuilder()
       Reference to a BOARDING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 385;
    • hasStopPlaceEntranceRef

      boolean hasStopPlaceEntranceRef()
       Reference to a STOP PLACE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 252:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_entrance_ref = 386;
      Returns:
      Whether the stopPlaceEntranceRef field is set.
    • getStopPlaceEntranceRef

      VersionOfObjectRefStructure getStopPlaceEntranceRef()
       Reference to a STOP PLACE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 252:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_entrance_ref = 386;
      Returns:
      The stopPlaceEntranceRef.
    • getStopPlaceEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceEntranceRefOrBuilder()
       Reference to a STOP PLACE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 252:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_entrance_ref = 386;
    • hasStopPlaceVehicleEntranceRef

      boolean hasStopPlaceVehicleEntranceRef()
       Reference to a STOP PLACE VEHICLE  ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 278:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_vehicle_entrance_ref = 387;
      Returns:
      Whether the stopPlaceVehicleEntranceRef field is set.
    • getStopPlaceVehicleEntranceRef

      VersionOfObjectRefStructure getStopPlaceVehicleEntranceRef()
       Reference to a STOP PLACE VEHICLE  ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 278:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_vehicle_entrance_ref = 387;
      Returns:
      The stopPlaceVehicleEntranceRef.
    • getStopPlaceVehicleEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceVehicleEntranceRefOrBuilder()
       Reference to a STOP PLACE VEHICLE  ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 278:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_vehicle_entrance_ref = 387;
    • hasTypeOfCongestionRef

      boolean hasTypeOfCongestionRef()
       Reference to a TYPE OF CONGESTION.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 62:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_congestion_ref = 388;
      Returns:
      Whether the typeOfCongestionRef field is set.
    • getTypeOfCongestionRef

      VersionOfObjectRefStructure getTypeOfCongestionRef()
       Reference to a TYPE OF CONGESTION.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 62:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_congestion_ref = 388;
      Returns:
      The typeOfCongestionRef.
    • getTypeOfCongestionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfCongestionRefOrBuilder()
       Reference to a TYPE OF CONGESTION.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 62:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_congestion_ref = 388;
    • hasTypeOfServiceFeatureRef

      boolean hasTypeOfServiceFeatureRef()
       Reference to a TYPE OF SERVICE FEATURE.  [netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_feature_ref = 389;
      Returns:
      Whether the typeOfServiceFeatureRef field is set.
    • getTypeOfServiceFeatureRef

      VersionOfObjectRefStructure getTypeOfServiceFeatureRef()
       Reference to a TYPE OF SERVICE FEATURE.  [netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_feature_ref = 389;
      Returns:
      The typeOfServiceFeatureRef.
    • getTypeOfServiceFeatureRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfServiceFeatureRefOrBuilder()
       Reference to a TYPE OF SERVICE FEATURE.  [netex_part_1/part1_ifopt/netex_ifopt_serviceFeature_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_feature_ref = 389;
    • hasLogicalDisplayRef

      boolean hasLogicalDisplayRef()
       Reference to a LOGICAL DISPLAY.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 137:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure logical_display_ref = 390;
      Returns:
      Whether the logicalDisplayRef field is set.
    • getLogicalDisplayRef

      VersionOfObjectRefStructure getLogicalDisplayRef()
       Reference to a LOGICAL DISPLAY.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 137:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure logical_display_ref = 390;
      Returns:
      The logicalDisplayRef.
    • getLogicalDisplayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLogicalDisplayRefOrBuilder()
       Reference to a LOGICAL DISPLAY.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 137:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure logical_display_ref = 390;
    • hasTypeOfPassengerInformationEquipmentRef

      boolean hasTypeOfPassengerInformationEquipmentRef()
       Reference to a TYPE OF PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 163:152]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_passenger_information_equipment_ref = 391;
      Returns:
      Whether the typeOfPassengerInformationEquipmentRef field is set.
    • getTypeOfPassengerInformationEquipmentRef

      VersionOfObjectRefStructure getTypeOfPassengerInformationEquipmentRef()
       Reference to a TYPE OF PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 163:152]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_passenger_information_equipment_ref = 391;
      Returns:
      The typeOfPassengerInformationEquipmentRef.
    • getTypeOfPassengerInformationEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfPassengerInformationEquipmentRefOrBuilder()
       Reference to a TYPE OF PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 163:152]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_passenger_information_equipment_ref = 391;
    • hasVehicleStoppingPlaceRef

      boolean hasVehicleStoppingPlaceRef()
       Reference to a VEHICLE STOPPING PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 392;
      Returns:
      Whether the vehicleStoppingPlaceRef field is set.
    • getVehicleStoppingPlaceRef

      VersionOfObjectRefStructure getVehicleStoppingPlaceRef()
       Reference to a VEHICLE STOPPING PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 392;
      Returns:
      The vehicleStoppingPlaceRef.
    • getVehicleStoppingPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleStoppingPlaceRefOrBuilder()
       Reference to a VEHICLE STOPPING PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 392;
    • hasVehicleStoppingPositionRef

      boolean hasVehicleStoppingPositionRef()
       Reference to a VEHICLE STOPPING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 393;
      Returns:
      Whether the vehicleStoppingPositionRef field is set.
    • getVehicleStoppingPositionRef

      VersionOfObjectRefStructure getVehicleStoppingPositionRef()
       Reference to a VEHICLE STOPPING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 393;
      Returns:
      The vehicleStoppingPositionRef.
    • getVehicleStoppingPositionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleStoppingPositionRefOrBuilder()
       Reference to a VEHICLE STOPPING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 393;
    • hasVehicleQuayAlignmentRef

      boolean hasVehicleQuayAlignmentRef()
       Reference to a VEHICLE QUAY ALIGNMENT.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 116:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_quay_alignment_ref = 394;
      Returns:
      Whether the vehicleQuayAlignmentRef field is set.
    • getVehicleQuayAlignmentRef

      VersionOfObjectRefStructure getVehicleQuayAlignmentRef()
       Reference to a VEHICLE QUAY ALIGNMENT.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 116:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_quay_alignment_ref = 394;
      Returns:
      The vehicleQuayAlignmentRef.
    • getVehicleQuayAlignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleQuayAlignmentRefOrBuilder()
       Reference to a VEHICLE QUAY ALIGNMENT.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 116:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_quay_alignment_ref = 394;
    • hasVehiclePositionAlignmentRef

      boolean hasVehiclePositionAlignmentRef()
       Reference to a VEHICLE POSITION ALIGNMENT.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 142:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_position_alignment_ref = 395;
      Returns:
      Whether the vehiclePositionAlignmentRef field is set.
    • getVehiclePositionAlignmentRef

      VersionOfObjectRefStructure getVehiclePositionAlignmentRef()
       Reference to a VEHICLE POSITION ALIGNMENT.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 142:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_position_alignment_ref = 395;
      Returns:
      The vehiclePositionAlignmentRef.
    • getVehiclePositionAlignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePositionAlignmentRefOrBuilder()
       Reference to a VEHICLE POSITION ALIGNMENT.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 142:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_position_alignment_ref = 395;
    • hasRoutingConstraintZoneRef

      boolean hasRoutingConstraintZoneRef()
       Reference to a ROUTING CONSTRAINT ZONE.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd at 121:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_constraint_zone_ref = 396;
      Returns:
      Whether the routingConstraintZoneRef field is set.
    • getRoutingConstraintZoneRef

      VersionOfObjectRefStructure getRoutingConstraintZoneRef()
       Reference to a ROUTING CONSTRAINT ZONE.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd at 121:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_constraint_zone_ref = 396;
      Returns:
      The routingConstraintZoneRef.
    • getRoutingConstraintZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoutingConstraintZoneRefOrBuilder()
       Reference to a ROUTING CONSTRAINT ZONE.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_support.xsd at 121:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_constraint_zone_ref = 396;
    • hasFlexibleStopPlaceRef

      boolean hasFlexibleStopPlaceRef()
       Reference to a FLEXIBLE STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_stop_place_ref = 397;
      Returns:
      Whether the flexibleStopPlaceRef field is set.
    • getFlexibleStopPlaceRef

      VersionOfObjectRefStructure getFlexibleStopPlaceRef()
       Reference to a FLEXIBLE STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_stop_place_ref = 397;
      Returns:
      The flexibleStopPlaceRef.
    • getFlexibleStopPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleStopPlaceRefOrBuilder()
       Reference to a FLEXIBLE STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_stop_place_ref = 397;
    • hasFlexibleQuayRef

      boolean hasFlexibleQuayRef()
       Reference to a FLEXIBLE QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 103:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_quay_ref = 398;
      Returns:
      Whether the flexibleQuayRef field is set.
    • getFlexibleQuayRef

      VersionOfObjectRefStructure getFlexibleQuayRef()
       Reference to a FLEXIBLE QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 103:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_quay_ref = 398;
      Returns:
      The flexibleQuayRef.
    • getFlexibleQuayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleQuayRefOrBuilder()
       Reference to a FLEXIBLE QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 103:100]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_quay_ref = 398;
    • hasFlexibleAreaRef

      boolean hasFlexibleAreaRef()
       Reference to a FLEXIBLE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 129:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_area_ref = 399;
      Returns:
      Whether the flexibleAreaRef field is set.
    • getFlexibleAreaRef

      VersionOfObjectRefStructure getFlexibleAreaRef()
       Reference to a FLEXIBLE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 129:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_area_ref = 399;
      Returns:
      The flexibleAreaRef.
    • getFlexibleAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleAreaRefOrBuilder()
       Reference to a FLEXIBLE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 129:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_area_ref = 399;
    • hasHailAndRideAreaRef

      boolean hasHailAndRideAreaRef()
       Reference to a HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 155:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hail_and_ride_area_ref = 400;
      Returns:
      Whether the hailAndRideAreaRef field is set.
    • getHailAndRideAreaRef

      VersionOfObjectRefStructure getHailAndRideAreaRef()
       Reference to a HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 155:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hail_and_ride_area_ref = 400;
      Returns:
      The hailAndRideAreaRef.
    • getHailAndRideAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHailAndRideAreaRefOrBuilder()
       Reference to a HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 155:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hail_and_ride_area_ref = 400;
    • hasInfrastructureFrameRef

      boolean hasInfrastructureFrameRef()
       Reference to an INFRASTRUCTURE FRAME.  [netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd at 66:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure infrastructure_frame_ref = 401;
      Returns:
      Whether the infrastructureFrameRef field is set.
    • getInfrastructureFrameRef

      VersionOfObjectRefStructure getInfrastructureFrameRef()
       Reference to an INFRASTRUCTURE FRAME.  [netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd at 66:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure infrastructure_frame_ref = 401;
      Returns:
      The infrastructureFrameRef.
    • getInfrastructureFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getInfrastructureFrameRefOrBuilder()
       Reference to an INFRASTRUCTURE FRAME.  [netex_part_1/part1_frames/netex_infrastructureFrame_version.xsd at 66:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure infrastructure_frame_ref = 401;
    • hasSiteFrameRef

      boolean hasSiteFrameRef()
       Reference to a SITE FRAME.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_frame_ref = 402;
      Returns:
      Whether the siteFrameRef field is set.
    • getSiteFrameRef

      VersionOfObjectRefStructure getSiteFrameRef()
       Reference to a SITE FRAME.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_frame_ref = 402;
      Returns:
      The siteFrameRef.
    • getSiteFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteFrameRefOrBuilder()
       Reference to a SITE FRAME.  [netex_part_1/part1_frames/netex_siteFrame_version.xsd at 76:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_frame_ref = 402;
    • hasVehicleJourneyRef

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

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

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

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

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

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

      boolean hasTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 405;
      Returns:
      Whether the trainNumberRef field is set.
    • getTrainNumberRef

      VersionOfObjectRefStructure getTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 405;
      Returns:
      The trainNumberRef.
    • getTrainNumberRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrainNumberRefOrBuilder()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 405;
    • 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 = 406;
      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 = 406;
      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 = 406;
    • hasJourneyMeetingRef

      boolean hasJourneyMeetingRef()
       Reference to a JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 69:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_meeting_ref = 407;
      Returns:
      Whether the journeyMeetingRef field is set.
    • getJourneyMeetingRef

      VersionOfObjectRefStructure getJourneyMeetingRef()
       Reference to a JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 69:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_meeting_ref = 407;
      Returns:
      The journeyMeetingRef.
    • getJourneyMeetingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyMeetingRefOrBuilder()
       Reference to a JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 69:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_meeting_ref = 407;
    • hasInterchangeRef

      boolean hasInterchangeRef()
       Reference to an INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 118:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_ref = 408;
      Returns:
      Whether the interchangeRef field is set.
    • getInterchangeRef

      VersionOfObjectRefStructure getInterchangeRef()
       Reference to an INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 118:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_ref = 408;
      Returns:
      The interchangeRef.
    • getInterchangeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getInterchangeRefOrBuilder()
       Reference to an INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 118:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_ref = 408;
    • hasDefaultInterchangeRef

      boolean hasDefaultInterchangeRef()
       Reference to a DEFAULT INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 144:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_interchange_ref = 409;
      Returns:
      Whether the defaultInterchangeRef field is set.
    • getDefaultInterchangeRef

      VersionOfObjectRefStructure getDefaultInterchangeRef()
       Reference to a DEFAULT INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 144:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_interchange_ref = 409;
      Returns:
      The defaultInterchangeRef.
    • getDefaultInterchangeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDefaultInterchangeRefOrBuilder()
       Reference to a DEFAULT INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 144:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure default_interchange_ref = 409;
    • hasServiceJourneyInterchangeRef

      boolean hasServiceJourneyInterchangeRef()
       Reference to a SERVICE JOURNEY INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 170:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_interchange_ref = 410;
      Returns:
      Whether the serviceJourneyInterchangeRef field is set.
    • getServiceJourneyInterchangeRef

      VersionOfObjectRefStructure getServiceJourneyInterchangeRef()
       Reference to a SERVICE JOURNEY INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 170:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_interchange_ref = 410;
      Returns:
      The serviceJourneyInterchangeRef.
    • getServiceJourneyInterchangeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyInterchangeRefOrBuilder()
       Reference to a SERVICE JOURNEY INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 170:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_interchange_ref = 410;
    • hasServiceJourneyPatternInterchangeRef

      boolean hasServiceJourneyPatternInterchangeRef()
       Reference to a SERVICE JOURNEY PATTERN INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 196:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_interchange_ref = 411;
      Returns:
      Whether the serviceJourneyPatternInterchangeRef field is set.
    • getServiceJourneyPatternInterchangeRef

      VersionOfObjectRefStructure getServiceJourneyPatternInterchangeRef()
       Reference to a SERVICE JOURNEY PATTERN INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 196:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_interchange_ref = 411;
      Returns:
      The serviceJourneyPatternInterchangeRef.
    • getServiceJourneyPatternInterchangeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyPatternInterchangeRefOrBuilder()
       Reference to a SERVICE JOURNEY PATTERN INTERCHANGE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 196:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_interchange_ref = 411;
    • hasInterchangeRuleRef

      boolean hasInterchangeRuleRef()
       Reference to an INTERCHANGE RULE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 222:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_rule_ref = 412;
      Returns:
      Whether the interchangeRuleRef field is set.
    • getInterchangeRuleRef

      VersionOfObjectRefStructure getInterchangeRuleRef()
       Reference to an INTERCHANGE RULE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 222:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_rule_ref = 412;
      Returns:
      The interchangeRuleRef.
    • getInterchangeRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getInterchangeRuleRefOrBuilder()
       Reference to an INTERCHANGE RULE.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 222:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_rule_ref = 412;
    • hasInterchangeRuleTimingRef

      boolean hasInterchangeRuleTimingRef()
       Reference to an INTERCHANGE RULE TIMING.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 275:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_rule_timing_ref = 413;
      Returns:
      Whether the interchangeRuleTimingRef field is set.
    • getInterchangeRuleTimingRef

      VersionOfObjectRefStructure getInterchangeRuleTimingRef()
       Reference to an INTERCHANGE RULE TIMING.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 275:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_rule_timing_ref = 413;
      Returns:
      The interchangeRuleTimingRef.
    • getInterchangeRuleTimingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getInterchangeRuleTimingRefOrBuilder()
       Reference to an INTERCHANGE RULE TIMING.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 275:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchange_rule_timing_ref = 413;
    • hasServiceJourneyRef

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

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

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

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

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

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

      boolean hasGroupOfServicesRef()
       Reference to a GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 149:116]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_services_ref = 416;
      Returns:
      Whether the groupOfServicesRef field is set.
    • getGroupOfServicesRef

      GroupOfEntitiesRefStructure getGroupOfServicesRef()
       Reference to a GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 149:116]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_services_ref = 416;
      Returns:
      The groupOfServicesRef.
    • getGroupOfServicesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfServicesRefOrBuilder()
       Reference to a GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 149:116]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_services_ref = 416;
    • hasTemplateServiceJourneyRef

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

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

      VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 417;
    • 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 = 418;
      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 = 418;
      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 = 418;
    • 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 = 419;
      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 = 419;
      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 = 419;
    • 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 = 420;
      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 = 420;
      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 = 420;
    • hasPassingTimeRef

      boolean hasPassingTimeRef()
       Reference to a PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 69:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passing_time_ref = 421;
      Returns:
      Whether the passingTimeRef field is set.
    • getPassingTimeRef

      VersionOfObjectRefStructure getPassingTimeRef()
       Reference to a PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 69:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passing_time_ref = 421;
      Returns:
      The passingTimeRef.
    • getPassingTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassingTimeRefOrBuilder()
       Reference to a PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 69:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passing_time_ref = 421;
    • hasTargetPassingTimeRef

      boolean hasTargetPassingTimeRef()
       Reference to a TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 95:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure target_passing_time_ref = 422;
      Returns:
      Whether the targetPassingTimeRef field is set.
    • getTargetPassingTimeRef

      VersionOfObjectRefStructure getTargetPassingTimeRef()
       Reference to a TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 95:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure target_passing_time_ref = 422;
      Returns:
      The targetPassingTimeRef.
    • getTargetPassingTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTargetPassingTimeRefOrBuilder()
       Reference to a TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 95:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure target_passing_time_ref = 422;
    • hasObservedPassingTimeRef

      boolean hasObservedPassingTimeRef()
       Reference to an OBSERVED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 121:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure observed_passing_time_ref = 423;
      Returns:
      Whether the observedPassingTimeRef field is set.
    • getObservedPassingTimeRef

      VersionOfObjectRefStructure getObservedPassingTimeRef()
       Reference to an OBSERVED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 121:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure observed_passing_time_ref = 423;
      Returns:
      The observedPassingTimeRef.
    • getObservedPassingTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getObservedPassingTimeRefOrBuilder()
       Reference to an OBSERVED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 121:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure observed_passing_time_ref = 423;
    • hasEstimatedPassingTimeRef

      boolean hasEstimatedPassingTimeRef()
       Reference to an ESTIMATED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 147:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure estimated_passing_time_ref = 424;
      Returns:
      Whether the estimatedPassingTimeRef field is set.
    • getEstimatedPassingTimeRef

      VersionOfObjectRefStructure getEstimatedPassingTimeRef()
       Reference to an ESTIMATED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 147:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure estimated_passing_time_ref = 424;
      Returns:
      The estimatedPassingTimeRef.
    • getEstimatedPassingTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEstimatedPassingTimeRefOrBuilder()
       Reference to an ESTIMATED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 147:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure estimated_passing_time_ref = 424;
    • hasTimetabledPassingTimeRef

      boolean hasTimetabledPassingTimeRef()
       Reference to a TIMETABLED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 173:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timetabled_passing_time_ref = 425;
      Returns:
      Whether the timetabledPassingTimeRef field is set.
    • getTimetabledPassingTimeRef

      VersionOfObjectRefStructure getTimetabledPassingTimeRef()
       Reference to a TIMETABLED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 173:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timetabled_passing_time_ref = 425;
      Returns:
      The timetabledPassingTimeRef.
    • getTimetabledPassingTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimetabledPassingTimeRefOrBuilder()
       Reference to a TIMETABLED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_support.xsd at 173:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timetabled_passing_time_ref = 425;
    • hasJourneyPartRef

      boolean hasJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 426;
      Returns:
      Whether the journeyPartRef field is set.
    • getJourneyPartRef

      GroupOfEntitiesRefStructure getJourneyPartRef()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 426;
      Returns:
      The journeyPartRef.
    • getJourneyPartRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getJourneyPartRefOrBuilder()
       Reference to a JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 100:107]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure journey_part_ref = 426;
    • hasCoupledJourneyRef

      boolean hasCoupledJourneyRef()
       Reference to a COUPLED JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 138:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure coupled_journey_ref = 427;
      Returns:
      Whether the coupledJourneyRef field is set.
    • getCoupledJourneyRef

      VersionOfObjectRefStructure getCoupledJourneyRef()
       Reference to a COUPLED JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 138:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure coupled_journey_ref = 427;
      Returns:
      The coupledJourneyRef.
    • getCoupledJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCoupledJourneyRefOrBuilder()
       Reference to a COUPLED JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 138:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure coupled_journey_ref = 427;
    • hasJourneyPartCoupleRef

      boolean hasJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 428;
      Returns:
      Whether the journeyPartCoupleRef field is set.
    • getJourneyPartCoupleRef

      VersionOfObjectRefStructure getJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 428;
      Returns:
      The journeyPartCoupleRef.
    • getJourneyPartCoupleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPartCoupleRefOrBuilder()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 428;
    • hasPurposeOfJourneyPartitionRef

      boolean hasPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 429;
      Returns:
      Whether the purposeOfJourneyPartitionRef field is set.
    • getPurposeOfJourneyPartitionRef

      VersionOfObjectRefStructure getPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 429;
      Returns:
      The purposeOfJourneyPartitionRef.
    • getPurposeOfJourneyPartitionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurposeOfJourneyPartitionRefOrBuilder()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 429;
    • 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 = 430;
      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 = 430;
      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 = 430;
    • 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 = 431;
      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 = 431;
      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 = 431;
    • hasBlockPartRef

      boolean hasBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 432;
      Returns:
      Whether the blockPartRef field is set.
    • getBlockPartRef

      VersionOfObjectRefStructure getBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 432;
      Returns:
      The blockPartRef.
    • getBlockPartRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBlockPartRefOrBuilder()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 432;
    • hasTrainBlockPartRef

      boolean hasTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 433;
      Returns:
      Whether the trainBlockPartRef field is set.
    • getTrainBlockPartRef

      VersionOfObjectRefStructure getTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 433;
      Returns:
      The trainBlockPartRef.
    • getTrainBlockPartRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrainBlockPartRefOrBuilder()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 433;
    • hasCompoundBlockRef

      boolean hasCompoundBlockRef()
       Reference to a COMPOUND BLOCK.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 68:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_block_ref = 434;
      Returns:
      Whether the compoundBlockRef field is set.
    • getCompoundBlockRef

      VersionOfObjectRefStructure getCompoundBlockRef()
       Reference to a COMPOUND BLOCK.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 68:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_block_ref = 434;
      Returns:
      The compoundBlockRef.
    • getCompoundBlockRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCompoundBlockRefOrBuilder()
       Reference to a COMPOUND BLOCK.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 68:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_block_ref = 434;
    • hasVehicleServiceRef

      boolean hasVehicleServiceRef()
       Reference to a VEHICLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 94:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_ref = 435;
      Returns:
      Whether the vehicleServiceRef field is set.
    • getVehicleServiceRef

      VersionOfObjectRefStructure getVehicleServiceRef()
       Reference to a VEHICLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 94:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_ref = 435;
      Returns:
      The vehicleServiceRef.
    • getVehicleServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleServiceRefOrBuilder()
       Reference to a VEHICLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 94:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_ref = 435;
    • hasVehicleServicePartRef

      boolean hasVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 436;
      Returns:
      Whether the vehicleServicePartRef field is set.
    • getVehicleServicePartRef

      VersionOfObjectRefStructure getVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 436;
      Returns:
      The vehicleServicePartRef.
    • getVehicleServicePartRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleServicePartRefOrBuilder()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 436;
    • 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 = 437;
      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 = 437;
      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 = 437;
    • 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 = 438;
      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 = 438;
      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 = 438;
    • hasReliefOpportunityRef

      boolean hasReliefOpportunityRef()
       Reference to a RELIEF OPPORTUNITY.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 198:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_opportunity_ref = 439;
      Returns:
      Whether the reliefOpportunityRef field is set.
    • getReliefOpportunityRef

      VersionOfObjectRefStructure getReliefOpportunityRef()
       Reference to a RELIEF OPPORTUNITY.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 198:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_opportunity_ref = 439;
      Returns:
      The reliefOpportunityRef.
    • getReliefOpportunityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getReliefOpportunityRefOrBuilder()
       Reference to a RELIEF OPPORTUNITY.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 198:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_opportunity_ref = 439;
    • hasDutyRef

      boolean hasDutyRef()
       Reference to a DUTY.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 67:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_ref = 440;
      Returns:
      Whether the dutyRef field is set.
    • getDutyRef

       Reference to a DUTY.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 67:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_ref = 440;
      Returns:
      The dutyRef.
    • getDutyRefOrBuilder

       Reference to a DUTY.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 67:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_ref = 440;
    • hasAccountableElementRef

      boolean hasAccountableElementRef()
       Reference to an ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 94:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accountable_element_ref = 441;
      Returns:
      Whether the accountableElementRef field is set.
    • getAccountableElementRef

      VersionOfObjectRefStructure getAccountableElementRef()
       Reference to an ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 94:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accountable_element_ref = 441;
      Returns:
      The accountableElementRef.
    • getAccountableElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccountableElementRefOrBuilder()
       Reference to an ACCOUNTABLE ELEMENT.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 94:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accountable_element_ref = 441;
    • hasDutyPartRef

      boolean hasDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 442;
      Returns:
      Whether the dutyPartRef field is set.
    • getDutyPartRef

      VersionOfObjectRefStructure getDutyPartRef()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 442;
      Returns:
      The dutyPartRef.
    • getDutyPartRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDutyPartRefOrBuilder()
       Reference to a DUTY PART.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 442;
    • hasDriverTripRef

      boolean hasDriverTripRef()
       Reference to a DRIVER TRIP.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 147:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_ref = 443;
      Returns:
      Whether the driverTripRef field is set.
    • getDriverTripRef

      VersionOfObjectRefStructure getDriverTripRef()
       Reference to a DRIVER TRIP.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 147:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_ref = 443;
      Returns:
      The driverTripRef.
    • getDriverTripRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDriverTripRefOrBuilder()
       Reference to a DRIVER TRIP.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 147:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_ref = 443;
    • hasDriverTripTimeRef

      boolean hasDriverTripTimeRef()
       Reference to a DRIVER TRIP TIME.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 173:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_time_ref = 444;
      Returns:
      Whether the driverTripTimeRef field is set.
    • getDriverTripTimeRef

      VersionOfObjectRefStructure getDriverTripTimeRef()
       Reference to a DRIVER TRIP TIME.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 173:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_time_ref = 444;
      Returns:
      The driverTripTimeRef.
    • getDriverTripTimeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDriverTripTimeRefOrBuilder()
       Reference to a DRIVER TRIP TIME.  [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 173:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_time_ref = 444;
    • 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 = 445;
      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 = 445;
      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 = 445;
    • 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 = 446;
      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 = 446;
      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 = 446;
    • hasSupplyContractRef

      boolean hasSupplyContractRef()
       Reference to a SUPPLY CONTRACT.  [netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supply_contract_ref = 447;
      Returns:
      Whether the supplyContractRef field is set.
    • getSupplyContractRef

      VersionOfObjectRefStructure getSupplyContractRef()
       Reference to a SUPPLY CONTRACT.  [netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supply_contract_ref = 447;
      Returns:
      The supplyContractRef.
    • getSupplyContractRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSupplyContractRefOrBuilder()
       Reference to a SUPPLY CONTRACT.  [netex_part_2/part2_journeyTimes/netex_journeyAccounting_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supply_contract_ref = 447;
    • hasDatedVehicleJourneyRef

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

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

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

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

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

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

      boolean hasTimetableFrameRef()
       Reference to a TIMETABLE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 61:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timetable_frame_ref = 450;
      Returns:
      Whether the timetableFrameRef field is set.
    • getTimetableFrameRef

      VersionOfObjectRefStructure getTimetableFrameRef()
       Reference to a TIMETABLE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 61:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timetable_frame_ref = 450;
      Returns:
      The timetableFrameRef.
    • getTimetableFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimetableFrameRefOrBuilder()
       Reference to a TIMETABLE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 61:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timetable_frame_ref = 450;
    • hasVehicleScheduleFrameRef

      boolean hasVehicleScheduleFrameRef()
       Reference to a VEHICLE SCHEDULE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 87:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_schedule_frame_ref = 451;
      Returns:
      Whether the vehicleScheduleFrameRef field is set.
    • getVehicleScheduleFrameRef

      VersionOfObjectRefStructure getVehicleScheduleFrameRef()
       Reference to a VEHICLE SCHEDULE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 87:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_schedule_frame_ref = 451;
      Returns:
      The vehicleScheduleFrameRef.
    • getVehicleScheduleFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleScheduleFrameRefOrBuilder()
       Reference to a VEHICLE SCHEDULE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 87:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_schedule_frame_ref = 451;
    • hasDriverScheduleFrameRef

      boolean hasDriverScheduleFrameRef()
       Reference to a DRIVER SCHEDULE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 109:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_schedule_frame_ref = 452;
      Returns:
      Whether the driverScheduleFrameRef field is set.
    • getDriverScheduleFrameRef

      VersionOfObjectRefStructure getDriverScheduleFrameRef()
       Reference to a DRIVER SCHEDULE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 109:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_schedule_frame_ref = 452;
      Returns:
      The driverScheduleFrameRef.
    • getDriverScheduleFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDriverScheduleFrameRefOrBuilder()
       Reference to a DRIVER SCHEDULE FRAME.  [netex_part_2/part2_frames/netex_timetableFrame_support.xsd at 109:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_schedule_frame_ref = 452;
    • hasServiceFrameRef

      boolean hasServiceFrameRef()
       Reference to a SERVICE FRAME.  [netex_part_2/part2_frames/netex_serviceFrame_version.xsd at 62:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_frame_ref = 453;
      Returns:
      Whether the serviceFrameRef field is set.
    • getServiceFrameRef

      VersionOfObjectRefStructure getServiceFrameRef()
       Reference to a SERVICE FRAME.  [netex_part_2/part2_frames/netex_serviceFrame_version.xsd at 62:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_frame_ref = 453;
      Returns:
      The serviceFrameRef.
    • getServiceFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceFrameRefOrBuilder()
       Reference to a SERVICE FRAME.  [netex_part_2/part2_frames/netex_serviceFrame_version.xsd at 62:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_frame_ref = 453;
    • hasPricingParameterSetRef

      boolean hasPricingParameterSetRef()
       Reference to a PRICING PARAMETERS.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 67:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_parameter_set_ref = 454;
      Returns:
      Whether the pricingParameterSetRef field is set.
    • getPricingParameterSetRef

      VersionOfObjectRefStructure getPricingParameterSetRef()
       Reference to a PRICING PARAMETERS.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 67:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_parameter_set_ref = 454;
      Returns:
      The pricingParameterSetRef.
    • getPricingParameterSetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPricingParameterSetRefOrBuilder()
       Reference to a PRICING PARAMETERS.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 67:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_parameter_set_ref = 454;
    • hasPriceUnitRef

      boolean hasPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 455;
      Returns:
      Whether the priceUnitRef field is set.
    • getPriceUnitRef

      VersionOfObjectRefStructure getPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 455;
      Returns:
      The priceUnitRef.
    • getPriceUnitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPriceUnitRefOrBuilder()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 455;
    • hasRoundingRef

      boolean hasRoundingRef()
       Reference to a ROUNDING.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 456;
      Returns:
      Whether the roundingRef field is set.
    • getRoundingRef

      VersionOfObjectRefStructure getRoundingRef()
       Reference to a ROUNDING.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 456;
      Returns:
      The roundingRef.
    • getRoundingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoundingRefOrBuilder()
       Reference to a ROUNDING.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 456;
    • hasRoundingStepRef

      boolean hasRoundingStepRef()
       Reference to a ROUNDING STEP.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 157:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_step_ref = 457;
      Returns:
      Whether the roundingStepRef field is set.
    • getRoundingStepRef

      VersionOfObjectRefStructure getRoundingStepRef()
       Reference to a ROUNDING STEP.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 157:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_step_ref = 457;
      Returns:
      The roundingStepRef.
    • getRoundingStepRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoundingStepRefOrBuilder()
       Reference to a ROUNDING STEP.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 157:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_step_ref = 457;
    • hasFareDayTypeRef

      boolean hasFareDayTypeRef()
       Reference to a FARE DAY TYPE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 196:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_day_type_ref = 458;
      Returns:
      Whether the fareDayTypeRef field is set.
    • getFareDayTypeRef

      VersionOfObjectRefStructure getFareDayTypeRef()
       Reference to a FARE DAY TYPE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 196:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_day_type_ref = 458;
      Returns:
      The fareDayTypeRef.
    • getFareDayTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareDayTypeRefOrBuilder()
       Reference to a FARE DAY TYPE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 196:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_day_type_ref = 458;
    • hasPricingServiceRef

      boolean hasPricingServiceRef()
       Reference to a PRICING SERVICE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 222:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_service_ref = 459;
      Returns:
      Whether the pricingServiceRef field is set.
    • getPricingServiceRef

      VersionOfObjectRefStructure getPricingServiceRef()
       Reference to a PRICING SERVICE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 222:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_service_ref = 459;
      Returns:
      The pricingServiceRef.
    • getPricingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPricingServiceRefOrBuilder()
       Reference to a PRICING SERVICE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 222:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_service_ref = 459;
    • hasPricingRuleRef

      boolean hasPricingRuleRef()
       Reference to a PRICING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 248:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_rule_ref = 460;
      Returns:
      Whether the pricingRuleRef field is set.
    • getPricingRuleRef

      VersionOfObjectRefStructure getPricingRuleRef()
       Reference to a PRICING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 248:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_rule_ref = 460;
      Returns:
      The pricingRuleRef.
    • getPricingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPricingRuleRefOrBuilder()
       Reference to a PRICING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 248:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_rule_ref = 460;
    • hasDiscountingRuleRef

      boolean hasDiscountingRuleRef()
       Reference to a DISCOUNTING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 274:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure discounting_rule_ref = 461;
      Returns:
      Whether the discountingRuleRef field is set.
    • getDiscountingRuleRef

      VersionOfObjectRefStructure getDiscountingRuleRef()
       Reference to a DISCOUNTING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 274:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure discounting_rule_ref = 461;
      Returns:
      The discountingRuleRef.
    • getDiscountingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDiscountingRuleRefOrBuilder()
       Reference to a DISCOUNTING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 274:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure discounting_rule_ref = 461;
    • hasLimitingRuleRef

      boolean hasLimitingRuleRef()
       Reference to a LIMITING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 300:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure limiting_rule_ref = 462;
      Returns:
      Whether the limitingRuleRef field is set.
    • getLimitingRuleRef

      VersionOfObjectRefStructure getLimitingRuleRef()
       Reference to a LIMITING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 300:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure limiting_rule_ref = 462;
      Returns:
      The limitingRuleRef.
    • getLimitingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLimitingRuleRefOrBuilder()
       Reference to a LIMITING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 300:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure limiting_rule_ref = 462;
    • hasMonthValidityOffsetRef

      boolean hasMonthValidityOffsetRef()
       Reference to a MONTH VALIDITY OFFSET.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 326:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure month_validity_offset_ref = 463;
      Returns:
      Whether the monthValidityOffsetRef field is set.
    • getMonthValidityOffsetRef

      VersionOfObjectRefStructure getMonthValidityOffsetRef()
       Reference to a MONTH VALIDITY OFFSET.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 326:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure month_validity_offset_ref = 463;
      Returns:
      The monthValidityOffsetRef.
    • getMonthValidityOffsetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMonthValidityOffsetRefOrBuilder()
       Reference to a MONTH VALIDITY OFFSET.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 326:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure month_validity_offset_ref = 463;
    • hasTypeOfPricingRuleRef

      boolean hasTypeOfPricingRuleRef()
       Reference to a TYPE OF PRICING RULE. +v1.1  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 388:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_pricing_rule_ref = 464;
      Returns:
      Whether the typeOfPricingRuleRef field is set.
    • getTypeOfPricingRuleRef

      VersionOfObjectRefStructure getTypeOfPricingRuleRef()
       Reference to a TYPE OF PRICING RULE. +v1.1  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 388:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_pricing_rule_ref = 464;
      Returns:
      The typeOfPricingRuleRef.
    • getTypeOfPricingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfPricingRuleRefOrBuilder()
       Reference to a TYPE OF PRICING RULE. +v1.1  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 388:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_pricing_rule_ref = 464;
    • hasPriceableObjectRef

      boolean hasPriceableObjectRef()
       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure priceable_object_ref = 465;
      Returns:
      Whether the priceableObjectRef field is set.
    • getPriceableObjectRef

      VersionOfObjectRefStructure getPriceableObjectRef()
       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure priceable_object_ref = 465;
      Returns:
      The priceableObjectRef.
    • getPriceableObjectRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPriceableObjectRefOrBuilder()
       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure priceable_object_ref = 465;
    • hasFarePriceRef

      boolean hasFarePriceRef()
       Reference to a FARE PRICE.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 107:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_price_ref = 466;
      Returns:
      Whether the farePriceRef field is set.
    • getFarePriceRef

      VersionOfObjectRefStructure getFarePriceRef()
       Reference to a FARE PRICE.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 107:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_price_ref = 466;
      Returns:
      The farePriceRef.
    • getFarePriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFarePriceRefOrBuilder()
       Reference to a FARE PRICE.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 107:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_price_ref = 466;
    • hasPriceGroupRef

      boolean hasPriceGroupRef()
       Reference to a PRICE GROUP.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 139:106]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure price_group_ref = 467;
      Returns:
      Whether the priceGroupRef field is set.
    • getPriceGroupRef

      GroupOfEntitiesRefStructure getPriceGroupRef()
       Reference to a PRICE GROUP.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 139:106]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure price_group_ref = 467;
      Returns:
      The priceGroupRef.
    • getPriceGroupRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getPriceGroupRefOrBuilder()
       Reference to a PRICE GROUP.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 139:106]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure price_group_ref = 467;
    • hasTypeOfFareStructureFactorRef

      boolean hasTypeOfFareStructureFactorRef()
       Reference to a TYPE OF FARE STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_fareStructure_support.xsd at 187:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_structure_factor_ref = 468;
      Returns:
      Whether the typeOfFareStructureFactorRef field is set.
    • getTypeOfFareStructureFactorRef

      VersionOfObjectRefStructure getTypeOfFareStructureFactorRef()
       Reference to a TYPE OF FARE STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_fareStructure_support.xsd at 187:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_structure_factor_ref = 468;
      Returns:
      The typeOfFareStructureFactorRef.
    • getTypeOfFareStructureFactorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareStructureFactorRefOrBuilder()
       Reference to a TYPE OF FARE STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_fareStructure_support.xsd at 187:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_structure_factor_ref = 468;
    • hasServiceAccessRightRef

      boolean hasServiceAccessRightRef()
       Reference to a SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 100:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_right_ref = 469;
      Returns:
      Whether the serviceAccessRightRef field is set.
    • getServiceAccessRightRef

      VersionOfObjectRefStructure getServiceAccessRightRef()
       Reference to a SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 100:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_right_ref = 469;
      Returns:
      The serviceAccessRightRef.
    • getServiceAccessRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceAccessRightRefOrBuilder()
       Reference to a SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 100:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_right_ref = 469;
    • hasFareProductRef

      boolean hasFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 470;
      Returns:
      Whether the fareProductRef field is set.
    • getFareProductRef

      VersionOfObjectRefStructure getFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 470;
      Returns:
      The fareProductRef.
    • getFareProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareProductRefOrBuilder()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 470;
    • hasSaleDiscountRightRef

      boolean hasSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 471;
      Returns:
      Whether the saleDiscountRightRef field is set.
    • getSaleDiscountRightRef

      VersionOfObjectRefStructure getSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 471;
      Returns:
      The saleDiscountRightRef.
    • getSaleDiscountRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSaleDiscountRightRefOrBuilder()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 471;
    • hasEntitlementProductRef

      boolean hasEntitlementProductRef()
       Reference to a ENTITLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 209:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_product_ref = 472;
      Returns:
      Whether the entitlementProductRef field is set.
    • getEntitlementProductRef

      VersionOfObjectRefStructure getEntitlementProductRef()
       Reference to a ENTITLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 209:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_product_ref = 472;
      Returns:
      The entitlementProductRef.
    • getEntitlementProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntitlementProductRefOrBuilder()
       Reference to a ENTITLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 209:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_product_ref = 472;
    • hasThirdPartyProductRef

      boolean hasThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 473;
      Returns:
      Whether the thirdPartyProductRef field is set.
    • getThirdPartyProductRef

      VersionOfObjectRefStructure getThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 473;
      Returns:
      The thirdPartyProductRef.
    • getThirdPartyProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getThirdPartyProductRefOrBuilder()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 473;
    • hasUsageDiscountRightRef

      boolean hasUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 474;
      Returns:
      Whether the usageDiscountRightRef field is set.
    • getUsageDiscountRightRef

      VersionOfObjectRefStructure getUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 474;
      Returns:
      The usageDiscountRightRef.
    • getUsageDiscountRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUsageDiscountRightRefOrBuilder()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 474;
    • hasCappedDiscountRightRef

      boolean hasCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 475;
      Returns:
      Whether the cappedDiscountRightRef field is set.
    • getCappedDiscountRightRef

      VersionOfObjectRefStructure getCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 475;
      Returns:
      The cappedDiscountRightRef.
    • getCappedDiscountRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCappedDiscountRightRefOrBuilder()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 475;
    • hasCappingRuleRef

      boolean hasCappingRuleRef()
       Reference to a CAPPING RULE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 348:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_ref = 476;
      Returns:
      Whether the cappingRuleRef field is set.
    • getCappingRuleRef

      VersionOfObjectRefStructure getCappingRuleRef()
       Reference to a CAPPING RULE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 348:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_ref = 476;
      Returns:
      The cappingRuleRef.
    • getCappingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCappingRuleRefOrBuilder()
       Reference to a CAPPING RULE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 348:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_ref = 476;
    • hasAmountOfPriceUnitProductRef

      boolean hasAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 477;
      Returns:
      Whether the amountOfPriceUnitProductRef field is set.
    • getAmountOfPriceUnitProductRef

      VersionOfObjectRefStructure getAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 477;
      Returns:
      The amountOfPriceUnitProductRef.
    • getAmountOfPriceUnitProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAmountOfPriceUnitProductRefOrBuilder()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 477;
    • hasPreassignedFareProductRef

      boolean hasPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 478;
      Returns:
      Whether the preassignedFareProductRef field is set.
    • getPreassignedFareProductRef

      VersionOfObjectRefStructure getPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 478;
      Returns:
      The preassignedFareProductRef.
    • getPreassignedFareProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPreassignedFareProductRefOrBuilder()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 478;
    • hasSupplementProductRef

      boolean hasSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 479;
      Returns:
      Whether the supplementProductRef field is set.
    • getSupplementProductRef

      VersionOfObjectRefStructure getSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 479;
      Returns:
      The supplementProductRef.
    • getSupplementProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSupplementProductRefOrBuilder()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 479;
    • hasFareProductPriceRef

      boolean hasFareProductPriceRef()
       Reference to a FARE PRODUCT PRICE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 480;
      Returns:
      Whether the fareProductPriceRef field is set.
    • getFareProductPriceRef

      VersionOfObjectRefStructure getFareProductPriceRef()
       Reference to a FARE PRODUCT PRICE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 480;
      Returns:
      The fareProductPriceRef.
    • getFareProductPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareProductPriceRefOrBuilder()
       Reference to a FARE PRODUCT PRICE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 480;
    • hasCappingRulePriceRef

      boolean hasCappingRulePriceRef()
       Reference to a CAPPING RULE PRICE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 481;
      Returns:
      Whether the cappingRulePriceRef field is set.
    • getCappingRulePriceRef

      VersionOfObjectRefStructure getCappingRulePriceRef()
       Reference to a CAPPING RULE PRICE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 481;
      Returns:
      The cappingRulePriceRef.
    • getCappingRulePriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCappingRulePriceRefOrBuilder()
       Reference to a CAPPING RULE PRICE.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 481;
    • hasAccessRightInProductRef

      boolean hasAccessRightInProductRef()
       Reference to an ACCESS RIGHT IN PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 595:131]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure access_right_in_product_ref = 482;
      Returns:
      Whether the accessRightInProductRef field is set.
    • getAccessRightInProductRef

      OrderedVersionOfObjectRefStructure getAccessRightInProductRef()
       Reference to an ACCESS RIGHT IN PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 595:131]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure access_right_in_product_ref = 482;
      Returns:
      The accessRightInProductRef.
    • getAccessRightInProductRefOrBuilder

      OrderedVersionOfObjectRefStructureOrBuilder getAccessRightInProductRefOrBuilder()
       Reference to an ACCESS RIGHT IN PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 595:131]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure access_right_in_product_ref = 482;
    • hasChargingMomentRef

      boolean hasChargingMomentRef()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 483;
      Returns:
      Whether the chargingMomentRef field is set.
    • getChargingMomentRef

      VersionOfObjectRefStructure getChargingMomentRef()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 483;
      Returns:
      The chargingMomentRef.
    • getChargingMomentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getChargingMomentRefOrBuilder()
       Reference to a CHARGING MOMENT. +v1.1  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 615:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_moment_ref = 483;
    • hasTypeOfFareProductRef

      boolean hasTypeOfFareProductRef()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 484;
      Returns:
      Whether the typeOfFareProductRef field is set.
    • getTypeOfFareProductRef

      VersionOfObjectRefStructure getTypeOfFareProductRef()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 484;
      Returns:
      The typeOfFareProductRef.
    • getTypeOfFareProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareProductRefOrBuilder()
       Reference to a TYPE OF FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 484;
    • hasFareTableRef

      boolean hasFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 485;
      Returns:
      Whether the fareTableRef field is set.
    • getFareTableRef

      GroupOfEntitiesRefStructure getFareTableRef()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 485;
      Returns:
      The fareTableRef.
    • getFareTableRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getFareTableRefOrBuilder()
       Reference to a FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 80:104]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure fare_table_ref = 485;
    • hasStandardFareTableRef

      boolean hasStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 486;
      Returns:
      Whether the standardFareTableRef field is set.
    • getStandardFareTableRef

      GroupOfEntitiesRefStructure getStandardFareTableRef()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 486;
      Returns:
      The standardFareTableRef.
    • getStandardFareTableRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getStandardFareTableRefOrBuilder()
       Reference to a STANDARD FARE TABLE  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 118:113]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure standard_fare_table_ref = 486;
    • hasCellRef

      boolean hasCellRef()
       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 487;
      Returns:
      Whether the cellRef field is set.
    • getCellRef

       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 487;
      Returns:
      The cellRef.
    • getCellRefOrBuilder

       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 487;
    • hasFareTableColumnRef

      boolean hasFareTableColumnRef()
       Reference to a FARE TABLE COLUMN.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 196:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_table_column_ref = 488;
      Returns:
      Whether the fareTableColumnRef field is set.
    • getFareTableColumnRef

      VersionOfObjectRefStructure getFareTableColumnRef()
       Reference to a FARE TABLE COLUMN.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 196:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_table_column_ref = 488;
      Returns:
      The fareTableColumnRef.
    • getFareTableColumnRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareTableColumnRefOrBuilder()
       Reference to a FARE TABLE COLUMN.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 196:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_table_column_ref = 488;
    • hasFareTableRowRef

      boolean hasFareTableRowRef()
       Reference to a FARE TABLE ROW.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 208:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_table_row_ref = 489;
      Returns:
      Whether the fareTableRowRef field is set.
    • getFareTableRowRef

      VersionOfObjectRefStructure getFareTableRowRef()
       Reference to a FARE TABLE ROW.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 208:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_table_row_ref = 489;
      Returns:
      The fareTableRowRef.
    • getFareTableRowRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareTableRowRefOrBuilder()
       Reference to a FARE TABLE ROW.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 208:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_table_row_ref = 489;
    • hasTypeOfFareTableRef

      boolean hasTypeOfFareTableRef()
       Reference to a TYPE OF FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 234:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_table_ref = 490;
      Returns:
      Whether the typeOfFareTableRef field is set.
    • getTypeOfFareTableRef

      VersionOfObjectRefStructure getTypeOfFareTableRef()
       Reference to a TYPE OF FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 234:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_table_ref = 490;
      Returns:
      The typeOfFareTableRef.
    • getTypeOfFareTableRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareTableRefOrBuilder()
       Reference to a TYPE OF FARE TABLE.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 234:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_table_ref = 490;
    • hasSeriesConstraintRef

      boolean hasSeriesConstraintRef()
       Reference to a SERIES CONSTRAINT.  [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 80:81]
       
      .uk.org.netex.www.netex.SeriesConstraintRefType series_constraint_ref = 491;
      Returns:
      Whether the seriesConstraintRef field is set.
    • getSeriesConstraintRef

      SeriesConstraintRefType getSeriesConstraintRef()
       Reference to a SERIES CONSTRAINT.  [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 80:81]
       
      .uk.org.netex.www.netex.SeriesConstraintRefType series_constraint_ref = 491;
      Returns:
      The seriesConstraintRef.
    • getSeriesConstraintRefOrBuilder

      SeriesConstraintRefTypeOrBuilder getSeriesConstraintRefOrBuilder()
       Reference to a SERIES CONSTRAINT.  [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 80:81]
       
      .uk.org.netex.www.netex.SeriesConstraintRefType series_constraint_ref = 491;
    • hasSeriesConstraintPriceRef

      boolean hasSeriesConstraintPriceRef()
       Reference to a SERIES CONSTRAINT PRICE.  [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 492;
      Returns:
      Whether the seriesConstraintPriceRef field is set.
    • getSeriesConstraintPriceRef

      VersionOfObjectRefStructure getSeriesConstraintPriceRef()
       Reference to a SERIES CONSTRAINT PRICE.  [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 492;
      Returns:
      The seriesConstraintPriceRef.
    • getSeriesConstraintPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSeriesConstraintPriceRefOrBuilder()
       Reference to a SERIES CONSTRAINT PRICE.  [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 492;
    • hasTypeOfTravelDocumentRef

      boolean hasTypeOfTravelDocumentRef()
       Reference to a TYPE OF TRAVEL DOCUMENT.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd at 79:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_travel_document_ref = 493;
      Returns:
      Whether the typeOfTravelDocumentRef field is set.
    • getTypeOfTravelDocumentRef

      VersionOfObjectRefStructure getTypeOfTravelDocumentRef()
       Reference to a TYPE OF TRAVEL DOCUMENT.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd at 79:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_travel_document_ref = 493;
      Returns:
      The typeOfTravelDocumentRef.
    • getTypeOfTravelDocumentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfTravelDocumentRefOrBuilder()
       Reference to a TYPE OF TRAVEL DOCUMENT.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd at 79:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_travel_document_ref = 493;
    • hasTypeOfMachineReadabilityRef

      boolean hasTypeOfMachineReadabilityRef()
       Reference to a TYPE OF MACHINE READABILITY.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd at 117:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_machine_readability_ref = 494;
      Returns:
      Whether the typeOfMachineReadabilityRef field is set.
    • getTypeOfMachineReadabilityRef

      VersionOfObjectRefStructure getTypeOfMachineReadabilityRef()
       Reference to a TYPE OF MACHINE READABILITY.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd at 117:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_machine_readability_ref = 494;
      Returns:
      The typeOfMachineReadabilityRef.
    • getTypeOfMachineReadabilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfMachineReadabilityRefOrBuilder()
       Reference to a TYPE OF MACHINE READABILITY.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_support.xsd at 117:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_machine_readability_ref = 494;
    • hasFulfilmentMethodRef

      boolean hasFulfilmentMethodRef()
       Reference to a FULFILMENT METHOD.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 495;
      Returns:
      Whether the fulfilmentMethodRef field is set.
    • getFulfilmentMethodRef

      VersionOfObjectRefStructure getFulfilmentMethodRef()
       Reference to a FULFILMENT METHOD.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 495;
      Returns:
      The fulfilmentMethodRef.
    • getFulfilmentMethodRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFulfilmentMethodRefOrBuilder()
       Reference to a FULFILMENT METHOD.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 495;
    • hasDistributionChannelRef

      boolean hasDistributionChannelRef()
       Reference to a DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 152:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distribution_channel_ref = 496;
      Returns:
      Whether the distributionChannelRef field is set.
    • getDistributionChannelRef

      VersionOfObjectRefStructure getDistributionChannelRef()
       Reference to a DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 152:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distribution_channel_ref = 496;
      Returns:
      The distributionChannelRef.
    • getDistributionChannelRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDistributionChannelRefOrBuilder()
       Reference to a DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 152:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distribution_channel_ref = 496;
    • hasAllDistributionChannelsRef

      boolean hasAllDistributionChannelsRef()
       Reference to   All DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 189:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_distribution_channels_ref = 497;
      Returns:
      Whether the allDistributionChannelsRef field is set.
    • getAllDistributionChannelsRef

      VersionOfObjectRefStructure getAllDistributionChannelsRef()
       Reference to   All DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 189:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_distribution_channels_ref = 497;
      Returns:
      The allDistributionChannelsRef.
    • getAllDistributionChannelsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllDistributionChannelsRefOrBuilder()
       Reference to   All DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 189:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_distribution_channels_ref = 497;
    • hasGroupOfDistributionChannelsRef

      boolean hasGroupOfDistributionChannelsRef()
       Reference to a GROUP OF DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 215:140]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distribution_channels_ref = 498;
      Returns:
      Whether the groupOfDistributionChannelsRef field is set.
    • getGroupOfDistributionChannelsRef

      GroupOfEntitiesRefStructure getGroupOfDistributionChannelsRef()
       Reference to a GROUP OF DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 215:140]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distribution_channels_ref = 498;
      Returns:
      The groupOfDistributionChannelsRef.
    • getGroupOfDistributionChannelsRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfDistributionChannelsRefOrBuilder()
       Reference to a GROUP OF DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 215:140]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distribution_channels_ref = 498;
    • hasFulfilmentMethodPriceRef

      boolean hasFulfilmentMethodPriceRef()
       Reference to a FULFILMENT METHOD PRICE.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 251:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_price_ref = 499;
      Returns:
      Whether the fulfilmentMethodPriceRef field is set.
    • getFulfilmentMethodPriceRef

      VersionOfObjectRefStructure getFulfilmentMethodPriceRef()
       Reference to a FULFILMENT METHOD PRICE.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 251:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_price_ref = 499;
      Returns:
      The fulfilmentMethodPriceRef.
    • getFulfilmentMethodPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFulfilmentMethodPriceRefOrBuilder()
       Reference to a FULFILMENT METHOD PRICE.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 251:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_price_ref = 499;
    • hasTariffRef

      boolean hasTariffRef()
       Reference to a TARIFF.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 85:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure tariff_ref = 500;
      Returns:
      Whether the tariffRef field is set.
    • getTariffRef

       Reference to a TARIFF.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 85:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure tariff_ref = 500;
      Returns:
      The tariffRef.
    • getTariffRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTariffRefOrBuilder()
       Reference to a TARIFF.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 85:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure tariff_ref = 500;
    • hasTypeOfTariffRef

      boolean hasTypeOfTariffRef()
       Reference to a TYPE OF TARIFF. (TAP TSI)  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 179:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_tariff_ref = 501;
      Returns:
      Whether the typeOfTariffRef field is set.
    • getTypeOfTariffRef

      VersionOfObjectRefStructure getTypeOfTariffRef()
       Reference to a TYPE OF TARIFF. (TAP TSI)  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 179:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_tariff_ref = 501;
      Returns:
      The typeOfTariffRef.
    • getTypeOfTariffRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfTariffRefOrBuilder()
       Reference to a TYPE OF TARIFF. (TAP TSI)  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 179:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_tariff_ref = 501;
    • hasFareStructureElementRef

      boolean hasFareStructureElementRef()
       Reference to a FARE STRUCTURE ELEMENT.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 217:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_ref = 502;
      Returns:
      Whether the fareStructureElementRef field is set.
    • getFareStructureElementRef

      VersionOfObjectRefStructure getFareStructureElementRef()
       Reference to a FARE STRUCTURE ELEMENT.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 217:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_ref = 502;
      Returns:
      The fareStructureElementRef.
    • getFareStructureElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareStructureElementRefOrBuilder()
       Reference to a FARE STRUCTURE ELEMENT.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 217:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_ref = 502;
    • hasFareStructureElementPriceRef

      boolean hasFareStructureElementPriceRef()
       Reference to a FARE STRUCTURE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 243:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_price_ref = 503;
      Returns:
      Whether the fareStructureElementPriceRef field is set.
    • getFareStructureElementPriceRef

      VersionOfObjectRefStructure getFareStructureElementPriceRef()
       Reference to a FARE STRUCTURE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 243:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_price_ref = 503;
      Returns:
      The fareStructureElementPriceRef.
    • getFareStructureElementPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareStructureElementPriceRefOrBuilder()
       Reference to a FARE STRUCTURE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 243:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_price_ref = 503;
    • hasFareStructureElementInSequenceRef

      boolean hasFareStructureElementInSequenceRef()
       Reference to a FARE STRUCTURE ELEMENT IN SEQUENCE.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 269:151]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure fare_structure_element_in_sequence_ref = 504;
      Returns:
      Whether the fareStructureElementInSequenceRef field is set.
    • getFareStructureElementInSequenceRef

      OrderedVersionOfObjectRefStructure getFareStructureElementInSequenceRef()
       Reference to a FARE STRUCTURE ELEMENT IN SEQUENCE.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 269:151]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure fare_structure_element_in_sequence_ref = 504;
      Returns:
      The fareStructureElementInSequenceRef.
    • getFareStructureElementInSequenceRefOrBuilder

      OrderedVersionOfObjectRefStructureOrBuilder getFareStructureElementInSequenceRefOrBuilder()
       Reference to a FARE STRUCTURE ELEMENT IN SEQUENCE.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 269:151]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure fare_structure_element_in_sequence_ref = 504;
    • hasTypeOfFareStructureElementRef

      boolean hasTypeOfFareStructureElementRef()
       Reference to a TYPE OF FARE STRUCTURE ELEMENT.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 281:134]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_structure_element_ref = 505;
      Returns:
      Whether the typeOfFareStructureElementRef field is set.
    • getTypeOfFareStructureElementRef

      VersionOfObjectRefStructure getTypeOfFareStructureElementRef()
       Reference to a TYPE OF FARE STRUCTURE ELEMENT.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 281:134]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_structure_element_ref = 505;
      Returns:
      The typeOfFareStructureElementRef.
    • getTypeOfFareStructureElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareStructureElementRefOrBuilder()
       Reference to a TYPE OF FARE STRUCTURE ELEMENT.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 281:134]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_structure_element_ref = 505;
    • hasTariffObjectRef

      boolean hasTariffObjectRef()
       Reference to an object used in a TARIFF.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 316:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure tariff_object_ref = 506;
      Returns:
      Whether the tariffObjectRef field is set.
    • getTariffObjectRef

      VersionOfObjectRefStructure getTariffObjectRef()
       Reference to an object used in a TARIFF.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 316:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure tariff_object_ref = 506;
      Returns:
      The tariffObjectRef.
    • getTariffObjectRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTariffObjectRefOrBuilder()
       Reference to an object used in a TARIFF.  [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 316:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure tariff_object_ref = 506;
    • hasGroupOfDistanceMatrixElementsRef

      boolean hasGroupOfDistanceMatrixElementsRef()
       Reference to a GROUP OF DISTANCE MATRIX ELEMENTs.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 81:151]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distance_matrix_elements_ref = 507;
      Returns:
      Whether the groupOfDistanceMatrixElementsRef field is set.
    • getGroupOfDistanceMatrixElementsRef

      GroupOfEntitiesRefStructure getGroupOfDistanceMatrixElementsRef()
       Reference to a GROUP OF DISTANCE MATRIX ELEMENTs.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 81:151]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distance_matrix_elements_ref = 507;
      Returns:
      The groupOfDistanceMatrixElementsRef.
    • getGroupOfDistanceMatrixElementsRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfDistanceMatrixElementsRefOrBuilder()
       Reference to a GROUP OF DISTANCE MATRIX ELEMENTs.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 81:151]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distance_matrix_elements_ref = 507;
    • hasDistanceMatrixElementRef

      boolean hasDistanceMatrixElementRef()
       Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 126:86]
       
      .uk.org.netex.www.netex.DistanceMatrixElementRefType distance_matrix_element_ref = 508;
      Returns:
      Whether the distanceMatrixElementRef field is set.
    • getDistanceMatrixElementRef

      DistanceMatrixElementRefType getDistanceMatrixElementRef()
       Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 126:86]
       
      .uk.org.netex.www.netex.DistanceMatrixElementRefType distance_matrix_element_ref = 508;
      Returns:
      The distanceMatrixElementRef.
    • getDistanceMatrixElementRefOrBuilder

      DistanceMatrixElementRefTypeOrBuilder getDistanceMatrixElementRefOrBuilder()
       Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 126:86]
       
      .uk.org.netex.www.netex.DistanceMatrixElementRefType distance_matrix_element_ref = 508;
    • hasDistanceMatrixElementInverseRef

      boolean hasDistanceMatrixElementInverseRef()
       Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 150:93]
       
      .uk.org.netex.www.netex.DistanceMatrixElementInverseRefType distance_matrix_element_inverse_ref = 509;
      Returns:
      Whether the distanceMatrixElementInverseRef field is set.
    • getDistanceMatrixElementInverseRef

      DistanceMatrixElementInverseRefType getDistanceMatrixElementInverseRef()
       Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 150:93]
       
      .uk.org.netex.www.netex.DistanceMatrixElementInverseRefType distance_matrix_element_inverse_ref = 509;
      Returns:
      The distanceMatrixElementInverseRef.
    • getDistanceMatrixElementInverseRefOrBuilder

      DistanceMatrixElementInverseRefTypeOrBuilder getDistanceMatrixElementInverseRefOrBuilder()
       Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 150:93]
       
      .uk.org.netex.www.netex.DistanceMatrixElementInverseRefType distance_matrix_element_inverse_ref = 509;
    • hasDistanceMatrixElementPriceRef

      boolean hasDistanceMatrixElementPriceRef()
       Reference to a DISTANCE MATRIX ELEMENT PRICE.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 195:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distance_matrix_element_price_ref = 510;
      Returns:
      Whether the distanceMatrixElementPriceRef field is set.
    • getDistanceMatrixElementPriceRef

      VersionOfObjectRefStructure getDistanceMatrixElementPriceRef()
       Reference to a DISTANCE MATRIX ELEMENT PRICE.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 195:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distance_matrix_element_price_ref = 510;
      Returns:
      The distanceMatrixElementPriceRef.
    • getDistanceMatrixElementPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDistanceMatrixElementPriceRefOrBuilder()
       Reference to a DISTANCE MATRIX ELEMENT PRICE.  [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 195:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distance_matrix_element_price_ref = 510;
    • hasSalesOfferPackageRef

      boolean hasSalesOfferPackageRef()
       Reference to a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 84:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_ref = 511;
      Returns:
      Whether the salesOfferPackageRef field is set.
    • getSalesOfferPackageRef

      VersionOfObjectRefStructure getSalesOfferPackageRef()
       Reference to a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 84:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_ref = 511;
      Returns:
      The salesOfferPackageRef.
    • getSalesOfferPackageRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageRefOrBuilder()
       Reference to a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 84:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_ref = 511;
    • hasSalesOfferPackageElementRef

      boolean hasSalesOfferPackageElementRef()
       Reference to a SALES OFFER PACKAGE ELEMENT.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 110:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_element_ref = 512;
      Returns:
      Whether the salesOfferPackageElementRef field is set.
    • getSalesOfferPackageElementRef

      VersionOfObjectRefStructure getSalesOfferPackageElementRef()
       Reference to a SALES OFFER PACKAGE ELEMENT.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 110:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_element_ref = 512;
      Returns:
      The salesOfferPackageElementRef.
    • getSalesOfferPackageElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageElementRefOrBuilder()
       Reference to a SALES OFFER PACKAGE ELEMENT.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 110:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_element_ref = 512;
    • hasSalesOfferPackagePriceRef

      boolean hasSalesOfferPackagePriceRef()
       Reference to a SALES OFFER PACKAGE PRICE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 136:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_price_ref = 513;
      Returns:
      Whether the salesOfferPackagePriceRef field is set.
    • getSalesOfferPackagePriceRef

      VersionOfObjectRefStructure getSalesOfferPackagePriceRef()
       Reference to a SALES OFFER PACKAGE PRICE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 136:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_price_ref = 513;
      Returns:
      The salesOfferPackagePriceRef.
    • getSalesOfferPackagePriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackagePriceRefOrBuilder()
       Reference to a SALES OFFER PACKAGE PRICE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 136:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_price_ref = 513;
    • hasGroupOfSalesOfferPackagesRef

      boolean hasGroupOfSalesOfferPackagesRef()
       Reference to a GROUP OF SALES OFFER PACKAGEs.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 200:136]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_sales_offer_packages_ref = 514;
      Returns:
      Whether the groupOfSalesOfferPackagesRef field is set.
    • getGroupOfSalesOfferPackagesRef

      GroupOfEntitiesRefStructure getGroupOfSalesOfferPackagesRef()
       Reference to a GROUP OF SALES OFFER PACKAGEs.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 200:136]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_sales_offer_packages_ref = 514;
      Returns:
      The groupOfSalesOfferPackagesRef.
    • getGroupOfSalesOfferPackagesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfSalesOfferPackagesRefOrBuilder()
       Reference to a GROUP OF SALES OFFER PACKAGEs.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 200:136]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_sales_offer_packages_ref = 514;
    • hasTypeOfSalesOfferPackageRef

      boolean hasTypeOfSalesOfferPackageRef()
       Reference to a TYPE OF SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 297:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_sales_offer_package_ref = 515;
      Returns:
      Whether the typeOfSalesOfferPackageRef field is set.
    • getTypeOfSalesOfferPackageRef

      VersionOfObjectRefStructure getTypeOfSalesOfferPackageRef()
       Reference to a TYPE OF SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 297:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_sales_offer_package_ref = 515;
      Returns:
      The typeOfSalesOfferPackageRef.
    • getTypeOfSalesOfferPackageRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfSalesOfferPackageRefOrBuilder()
       Reference to a TYPE OF SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 297:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_sales_offer_package_ref = 515;
    • hasUsageParameterPriceRef

      boolean hasUsageParameterPriceRef()
       Reference to a USAGE PARAMETER PRICE.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 118:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_parameter_price_ref = 516;
      Returns:
      Whether the usageParameterPriceRef field is set.
    • getUsageParameterPriceRef

      VersionOfObjectRefStructure getUsageParameterPriceRef()
       Reference to a USAGE PARAMETER PRICE.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 118:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_parameter_price_ref = 516;
      Returns:
      The usageParameterPriceRef.
    • getUsageParameterPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUsageParameterPriceRefOrBuilder()
       Reference to a USAGE PARAMETER PRICE.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 118:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_parameter_price_ref = 516;
    • hasTypeOfUsageParameterRef

      boolean hasTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 517;
      Returns:
      Whether the typeOfUsageParameterRef field is set.
    • getTypeOfUsageParameterRef

      VersionOfObjectRefStructure getTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 517;
      Returns:
      The typeOfUsageParameterRef.
    • getTypeOfUsageParameterRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfUsageParameterRefOrBuilder()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 517;
    • hasTypeOfConcessionRef

      boolean hasTypeOfConcessionRef()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 518;
      Returns:
      Whether the typeOfConcessionRef field is set.
    • getTypeOfConcessionRef

      VersionOfObjectRefStructure getTypeOfConcessionRef()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 518;
      Returns:
      The typeOfConcessionRef.
    • getTypeOfConcessionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfConcessionRefOrBuilder()
       Reference to a TYPE OF CONCESSION.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 518;
    • hasPurchaseWindowRef

      boolean hasPurchaseWindowRef()
       Reference to a PURCHASE WINDOW PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 83:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purchase_window_ref = 519;
      Returns:
      Whether the purchaseWindowRef field is set.
    • getPurchaseWindowRef

      VersionOfObjectRefStructure getPurchaseWindowRef()
       Reference to a PURCHASE WINDOW PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 83:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purchase_window_ref = 519;
      Returns:
      The purchaseWindowRef.
    • getPurchaseWindowRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurchaseWindowRefOrBuilder()
       Reference to a PURCHASE WINDOW PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 83:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purchase_window_ref = 519;
    • hasReservingRef

      boolean hasReservingRef()
       Reference to a RESERVING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 165:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reserving_ref = 520;
      Returns:
      Whether the reservingRef field is set.
    • getReservingRef

      VersionOfObjectRefStructure getReservingRef()
       Reference to a RESERVING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 165:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reserving_ref = 520;
      Returns:
      The reservingRef.
    • getReservingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getReservingRefOrBuilder()
       Reference to a RESERVING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 165:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reserving_ref = 520;
    • hasCancellingRef

      boolean hasCancellingRef()
       Reference to a CANCELLING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 191:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cancelling_ref = 521;
      Returns:
      Whether the cancellingRef field is set.
    • getCancellingRef

      VersionOfObjectRefStructure getCancellingRef()
       Reference to a CANCELLING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 191:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cancelling_ref = 521;
      Returns:
      The cancellingRef.
    • getCancellingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCancellingRefOrBuilder()
       Reference to a CANCELLING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 191:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cancelling_ref = 521;
    • hasResellingRef

      boolean hasResellingRef()
       Reference to a RESELLING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 99:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reselling_ref = 522;
      Returns:
      Whether the resellingRef field is set.
    • getResellingRef

      VersionOfObjectRefStructure getResellingRef()
       Reference to a RESELLING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 99:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reselling_ref = 522;
      Returns:
      The resellingRef.
    • getResellingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResellingRefOrBuilder()
       Reference to a RESELLING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 99:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reselling_ref = 522;
    • hasExchangingRef

      boolean hasExchangingRef()
       Reference to a EXCHANGING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 193:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchanging_ref = 523;
      Returns:
      Whether the exchangingRef field is set.
    • getExchangingRef

      VersionOfObjectRefStructure getExchangingRef()
       Reference to a EXCHANGING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 193:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchanging_ref = 523;
      Returns:
      The exchangingRef.
    • getExchangingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getExchangingRefOrBuilder()
       Reference to a EXCHANGING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 193:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchanging_ref = 523;
    • hasRefundingRef

      boolean hasRefundingRef()
       Reference to a REFUNDING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 237:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refunding_ref = 524;
      Returns:
      Whether the refundingRef field is set.
    • getRefundingRef

      VersionOfObjectRefStructure getRefundingRef()
       Reference to a REFUNDING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 237:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refunding_ref = 524;
      Returns:
      The refundingRef.
    • getRefundingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRefundingRefOrBuilder()
       Reference to a REFUNDING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 237:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refunding_ref = 524;
    • hasReplacingRef

      boolean hasReplacingRef()
       Reference to a REPLACING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 351:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure replacing_ref = 525;
      Returns:
      Whether the replacingRef field is set.
    • getReplacingRef

      VersionOfObjectRefStructure getReplacingRef()
       Reference to a REPLACING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 351:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure replacing_ref = 525;
      Returns:
      The replacingRef.
    • getReplacingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getReplacingRefOrBuilder()
       Reference to a REPLACING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 351:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure replacing_ref = 525;
    • hasTransferabilityRef

      boolean hasTransferabilityRef()
       Reference to a TRANSFERABILITY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 377:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transferability_ref = 526;
      Returns:
      Whether the transferabilityRef field is set.
    • getTransferabilityRef

      VersionOfObjectRefStructure getTransferabilityRef()
       Reference to a TRANSFERABILITY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 377:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transferability_ref = 526;
      Returns:
      The transferabilityRef.
    • getTransferabilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTransferabilityRefOrBuilder()
       Reference to a TRANSFERABILITY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 377:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transferability_ref = 526;
    • hasChargingPolicyRef

      boolean hasChargingPolicyRef()
       Reference to a CHARGING POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 79:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_policy_ref = 527;
      Returns:
      Whether the chargingPolicyRef field is set.
    • getChargingPolicyRef

      VersionOfObjectRefStructure getChargingPolicyRef()
       Reference to a CHARGING POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 79:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_policy_ref = 527;
      Returns:
      The chargingPolicyRef.
    • getChargingPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getChargingPolicyRefOrBuilder()
       Reference to a CHARGING POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 79:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_policy_ref = 527;
    • hasPenaltyPolicyRef

      boolean hasPenaltyPolicyRef()
       Reference to a PENALTY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 182:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure penalty_policy_ref = 528;
      Returns:
      Whether the penaltyPolicyRef field is set.
    • getPenaltyPolicyRef

      VersionOfObjectRefStructure getPenaltyPolicyRef()
       Reference to a PENALTY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 182:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure penalty_policy_ref = 528;
      Returns:
      The penaltyPolicyRef.
    • getPenaltyPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPenaltyPolicyRefOrBuilder()
       Reference to a PENALTY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 182:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure penalty_policy_ref = 528;
    • hasSubscribingRef

      boolean hasSubscribingRef()
       Reference to a SUBSCRIBING usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 233:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure subscribing_ref = 529;
      Returns:
      Whether the subscribingRef field is set.
    • getSubscribingRef

      VersionOfObjectRefStructure getSubscribingRef()
       Reference to a SUBSCRIBING usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 233:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure subscribing_ref = 529;
      Returns:
      The subscribingRef.
    • getSubscribingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSubscribingRefOrBuilder()
       Reference to a SUBSCRIBING usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 233:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure subscribing_ref = 529;
    • hasProfileParameterRef

      boolean hasProfileParameterRef()
       Reference to a PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 126:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure profile_parameter_ref = 530;
      Returns:
      Whether the profileParameterRef field is set.
    • getProfileParameterRef

      VersionOfObjectRefStructure getProfileParameterRef()
       Reference to a PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 126:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure profile_parameter_ref = 530;
      Returns:
      The profileParameterRef.
    • getProfileParameterRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getProfileParameterRefOrBuilder()
       Reference to a PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 126:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure profile_parameter_ref = 530;
    • hasUserProfileRef

      boolean hasUserProfileRef()
       Reference to a USER PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 150:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_ref = 531;
      Returns:
      Whether the userProfileRef field is set.
    • getUserProfileRef

      VersionOfObjectRefStructure getUserProfileRef()
       Reference to a USER PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 150:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_ref = 531;
      Returns:
      The userProfileRef.
    • getUserProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUserProfileRefOrBuilder()
       Reference to a USER PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 150:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_ref = 531;
    • hasCommercialProfileRef

      boolean hasCommercialProfileRef()
       Reference to a COMMERCIAL PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 200:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_ref = 532;
      Returns:
      Whether the commercialProfileRef field is set.
    • getCommercialProfileRef

      VersionOfObjectRefStructure getCommercialProfileRef()
       Reference to a COMMERCIAL PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 200:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_ref = 532;
      Returns:
      The commercialProfileRef.
    • getCommercialProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommercialProfileRefOrBuilder()
       Reference to a COMMERCIAL PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 200:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_ref = 532;
    • hasGroupTicketRef

      boolean hasGroupTicketRef()
       Reference to a GROUP TICKET usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 237:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_ticket_ref = 533;
      Returns:
      Whether the groupTicketRef field is set.
    • getGroupTicketRef

      VersionOfObjectRefStructure getGroupTicketRef()
       Reference to a GROUP TICKET usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 237:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_ticket_ref = 533;
      Returns:
      The groupTicketRef.
    • getGroupTicketRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGroupTicketRefOrBuilder()
       Reference to a GROUP TICKET usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 237:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_ticket_ref = 533;
    • hasCompanionProfileRef

      boolean hasCompanionProfileRef()
       Reference to a COMPANION PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 316:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure companion_profile_ref = 534;
      Returns:
      Whether the companionProfileRef field is set.
    • getCompanionProfileRef

      VersionOfObjectRefStructure getCompanionProfileRef()
       Reference to a COMPANION PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 316:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure companion_profile_ref = 534;
      Returns:
      The companionProfileRef.
    • getCompanionProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCompanionProfileRefOrBuilder()
       Reference to a COMPANION PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 316:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure companion_profile_ref = 534;
    • hasResidentialQualificationRef

      boolean hasResidentialQualificationRef()
       Reference to a RESIDENTIAL QUALIFICATION usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 448:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure residential_qualification_ref = 535;
      Returns:
      Whether the residentialQualificationRef field is set.
    • getResidentialQualificationRef

      VersionOfObjectRefStructure getResidentialQualificationRef()
       Reference to a RESIDENTIAL QUALIFICATION usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 448:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure residential_qualification_ref = 535;
      Returns:
      The residentialQualificationRef.
    • getResidentialQualificationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResidentialQualificationRefOrBuilder()
       Reference to a RESIDENTIAL QUALIFICATION usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 448:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure residential_qualification_ref = 535;
    • hasEligibilityChangePolicyRef

      boolean hasEligibilityChangePolicyRef()
       Reference to anELIGIBILITY CHANGE POLICY usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 487:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure eligibility_change_policy_ref = 536;
      Returns:
      Whether the eligibilityChangePolicyRef field is set.
    • getEligibilityChangePolicyRef

      VersionOfObjectRefStructure getEligibilityChangePolicyRef()
       Reference to anELIGIBILITY CHANGE POLICY usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 487:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure eligibility_change_policy_ref = 536;
      Returns:
      The eligibilityChangePolicyRef.
    • getEligibilityChangePolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEligibilityChangePolicyRefOrBuilder()
       Reference to anELIGIBILITY CHANGE POLICY usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 487:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure eligibility_change_policy_ref = 536;
    • hasEntitlementRequiredRef

      boolean hasEntitlementRequiredRef()
       Reference to a ENTITLEMENT REQUIRED PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 80:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_required_ref = 537;
      Returns:
      Whether the entitlementRequiredRef field is set.
    • getEntitlementRequiredRef

      VersionOfObjectRefStructure getEntitlementRequiredRef()
       Reference to a ENTITLEMENT REQUIRED PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 80:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_required_ref = 537;
      Returns:
      The entitlementRequiredRef.
    • getEntitlementRequiredRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntitlementRequiredRefOrBuilder()
       Reference to a ENTITLEMENT REQUIRED PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 80:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_required_ref = 537;
    • hasEntitlementGivenRef

      boolean hasEntitlementGivenRef()
       Reference to a ENTITLEMENT GIVEN PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 118:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_given_ref = 538;
      Returns:
      Whether the entitlementGivenRef field is set.
    • getEntitlementGivenRef

      VersionOfObjectRefStructure getEntitlementGivenRef()
       Reference to a ENTITLEMENT GIVEN PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 118:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_given_ref = 538;
      Returns:
      The entitlementGivenRef.
    • getEntitlementGivenRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntitlementGivenRefOrBuilder()
       Reference to a ENTITLEMENT GIVEN PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 118:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_given_ref = 538;
    • hasLuggageAllowanceRef

      boolean hasLuggageAllowanceRef()
       Reference to a LUGGAGE ALLOWANCE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd at 76:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_allowance_ref = 539;
      Returns:
      Whether the luggageAllowanceRef field is set.
    • getLuggageAllowanceRef

      VersionOfObjectRefStructure getLuggageAllowanceRef()
       Reference to a LUGGAGE ALLOWANCE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd at 76:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_allowance_ref = 539;
      Returns:
      The luggageAllowanceRef.
    • getLuggageAllowanceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLuggageAllowanceRefOrBuilder()
       Reference to a LUGGAGE ALLOWANCE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd at 76:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_allowance_ref = 539;
    • hasRoundTripRef

      boolean hasRoundTripRef()
       Reference to a ROUND TRIP PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 128:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure round_trip_ref = 540;
      Returns:
      Whether the roundTripRef field is set.
    • getRoundTripRef

      VersionOfObjectRefStructure getRoundTripRef()
       Reference to a ROUND TRIP PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 128:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure round_trip_ref = 540;
      Returns:
      The roundTripRef.
    • getRoundTripRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoundTripRefOrBuilder()
       Reference to a ROUND TRIP PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 128:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure round_trip_ref = 540;
    • hasRoutingRef

      boolean hasRoutingRef()
       Reference to a ROUTING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 187:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_ref = 541;
      Returns:
      Whether the routingRef field is set.
    • getRoutingRef

       Reference to a ROUTING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 187:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_ref = 541;
      Returns:
      The routingRef.
    • getRoutingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoutingRefOrBuilder()
       Reference to a ROUTING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 187:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_ref = 541;
    • hasStepLimitRef

      boolean hasStepLimitRef()
       Reference to a STEP LIMIT PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 213:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure step_limit_ref = 542;
      Returns:
      Whether the stepLimitRef field is set.
    • getStepLimitRef

      VersionOfObjectRefStructure getStepLimitRef()
       Reference to a STEP LIMIT PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 213:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure step_limit_ref = 542;
      Returns:
      The stepLimitRef.
    • getStepLimitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStepLimitRefOrBuilder()
       Reference to a STEP LIMIT PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 213:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure step_limit_ref = 542;
    • hasUsageValidityPeriodRef

      boolean hasUsageValidityPeriodRef()
       Reference to a USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 253:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_validity_period_ref = 543;
      Returns:
      Whether the usageValidityPeriodRef field is set.
    • getUsageValidityPeriodRef

      VersionOfObjectRefStructure getUsageValidityPeriodRef()
       Reference to a USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 253:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_validity_period_ref = 543;
      Returns:
      The usageValidityPeriodRef.
    • getUsageValidityPeriodRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUsageValidityPeriodRefOrBuilder()
       Reference to a USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 253:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_validity_period_ref = 543;
    • hasSuspendingRef

      boolean hasSuspendingRef()
       Reference to a SUSPENDING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 467:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure suspending_ref = 544;
      Returns:
      Whether the suspendingRef field is set.
    • getSuspendingRef

      VersionOfObjectRefStructure getSuspendingRef()
       Reference to a SUSPENDING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 467:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure suspending_ref = 544;
      Returns:
      The suspendingRef.
    • getSuspendingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSuspendingRefOrBuilder()
       Reference to a SUSPENDING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 467:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure suspending_ref = 544;
    • hasFrequencyOfUseRef

      boolean hasFrequencyOfUseRef()
       Reference to a FREQUENCY OF USE.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 563:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure frequency_of_use_ref = 545;
      Returns:
      Whether the frequencyOfUseRef field is set.
    • getFrequencyOfUseRef

      VersionOfObjectRefStructure getFrequencyOfUseRef()
       Reference to a FREQUENCY OF USE.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 563:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure frequency_of_use_ref = 545;
      Returns:
      The frequencyOfUseRef.
    • getFrequencyOfUseRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFrequencyOfUseRefOrBuilder()
       Reference to a FREQUENCY OF USE.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 563:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure frequency_of_use_ref = 545;
    • hasInterchangingRef

      boolean hasInterchangingRef()
       Reference to a INTERCHANGING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 600:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchanging_ref = 546;
      Returns:
      Whether the interchangingRef field is set.
    • getInterchangingRef

      VersionOfObjectRefStructure getInterchangingRef()
       Reference to a INTERCHANGING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 600:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchanging_ref = 546;
      Returns:
      The interchangingRef.
    • getInterchangingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getInterchangingRefOrBuilder()
       Reference to a INTERCHANGING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 600:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchanging_ref = 546;
    • hasMinimumStayRef

      boolean hasMinimumStayRef()
       Reference to a MINIMUM STAY PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 664:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_stay_ref = 547;
      Returns:
      Whether the minimumStayRef field is set.
    • getMinimumStayRef

      VersionOfObjectRefStructure getMinimumStayRef()
       Reference to a MINIMUM STAY PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 664:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_stay_ref = 547;
      Returns:
      The minimumStayRef.
    • getMinimumStayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMinimumStayRefOrBuilder()
       Reference to a MINIMUM STAY PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 664:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_stay_ref = 547;
    • hasGeographicalUnitRef

      boolean hasGeographicalUnitRef()
       Reference to a GEOGRAPHICAL UNIT.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 67:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_ref = 548;
      Returns:
      Whether the geographicalUnitRef field is set.
    • getGeographicalUnitRef

      VersionOfObjectRefStructure getGeographicalUnitRef()
       Reference to a GEOGRAPHICAL UNIT.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 67:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_ref = 548;
      Returns:
      The geographicalUnitRef.
    • getGeographicalUnitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeographicalUnitRefOrBuilder()
       Reference to a GEOGRAPHICAL UNIT.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 67:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_ref = 548;
    • hasGeographicalIntervalRef

      boolean hasGeographicalIntervalRef()
       Reference to a GEOGRAPHICAL INTERVAL.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 93:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_ref = 549;
      Returns:
      Whether the geographicalIntervalRef field is set.
    • getGeographicalIntervalRef

      VersionOfObjectRefStructure getGeographicalIntervalRef()
       Reference to a GEOGRAPHICAL INTERVAL.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 93:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_ref = 549;
      Returns:
      The geographicalIntervalRef.
    • getGeographicalIntervalRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeographicalIntervalRefOrBuilder()
       Reference to a GEOGRAPHICAL INTERVAL.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 93:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_ref = 549;
    • hasGeographicalStructureFactorRef

      boolean hasGeographicalStructureFactorRef()
       Reference to a GEOGRAPHICAL STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 119:143]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_structure_factor_ref = 550;
      Returns:
      Whether the geographicalStructureFactorRef field is set.
    • getGeographicalStructureFactorRef

      VersionOfObjectRefStructure getGeographicalStructureFactorRef()
       Reference to a GEOGRAPHICAL STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 119:143]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_structure_factor_ref = 550;
      Returns:
      The geographicalStructureFactorRef.
    • getGeographicalStructureFactorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeographicalStructureFactorRefOrBuilder()
       Reference to a GEOGRAPHICAL STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 119:143]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_structure_factor_ref = 550;
    • hasGeographicalUnitPriceRef

      boolean hasGeographicalUnitPriceRef()
       Reference to a GEOGRAPHICAL UNIT PRICE.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 145:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_price_ref = 551;
      Returns:
      Whether the geographicalUnitPriceRef field is set.
    • getGeographicalUnitPriceRef

      VersionOfObjectRefStructure getGeographicalUnitPriceRef()
       Reference to a GEOGRAPHICAL UNIT PRICE.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 145:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_price_ref = 551;
      Returns:
      The geographicalUnitPriceRef.
    • getGeographicalUnitPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeographicalUnitPriceRefOrBuilder()
       Reference to a GEOGRAPHICAL UNIT PRICE.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 145:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_price_ref = 551;
    • hasGeographicalIntervalPriceRef

      boolean hasGeographicalIntervalPriceRef()
       Reference to a GEOGRAPHICAL INTERVAL PRICE.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 171:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_price_ref = 552;
      Returns:
      Whether the geographicalIntervalPriceRef field is set.
    • getGeographicalIntervalPriceRef

      VersionOfObjectRefStructure getGeographicalIntervalPriceRef()
       Reference to a GEOGRAPHICAL INTERVAL PRICE.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 171:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_price_ref = 552;
      Returns:
      The geographicalIntervalPriceRef.
    • getGeographicalIntervalPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeographicalIntervalPriceRefOrBuilder()
       Reference to a GEOGRAPHICAL INTERVAL PRICE.  [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 171:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_price_ref = 552;
    • hasValidableElementRef

      boolean hasValidableElementRef()
       Reference to a VALIDABLE ELEMENT.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 68:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_ref = 553;
      Returns:
      Whether the validableElementRef field is set.
    • getValidableElementRef

      VersionOfObjectRefStructure getValidableElementRef()
       Reference to a VALIDABLE ELEMENT.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 68:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_ref = 553;
      Returns:
      The validableElementRef.
    • getValidableElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getValidableElementRefOrBuilder()
       Reference to a VALIDABLE ELEMENT.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 68:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_ref = 553;
    • hasValidableElementPriceRef

      boolean hasValidableElementPriceRef()
       Reference to a VALIDABLE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 554;
      Returns:
      Whether the validableElementPriceRef field is set.
    • getValidableElementPriceRef

      VersionOfObjectRefStructure getValidableElementPriceRef()
       Reference to a VALIDABLE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 554;
      Returns:
      The validableElementPriceRef.
    • getValidableElementPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getValidableElementPriceRefOrBuilder()
       Reference to a VALIDABLE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 554;
    • hasControllableElementRef

      boolean hasControllableElementRef()
       Reference to a CONTROLLABLE ELEMENT.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 120:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_ref = 555;
      Returns:
      Whether the controllableElementRef field is set.
    • getControllableElementRef

      VersionOfObjectRefStructure getControllableElementRef()
       Reference to a CONTROLLABLE ELEMENT.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 120:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_ref = 555;
      Returns:
      The controllableElementRef.
    • getControllableElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getControllableElementRefOrBuilder()
       Reference to a CONTROLLABLE ELEMENT.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 120:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_ref = 555;
    • hasControllableElementInSequenceRef

      boolean hasControllableElementInSequenceRef()
       Reference to an CONTROLLABLE ELEMENT IN SEQUENCE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 146:149]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure controllable_element_in_sequence_ref = 556;
      Returns:
      Whether the controllableElementInSequenceRef field is set.
    • getControllableElementInSequenceRef

      OrderedVersionOfObjectRefStructure getControllableElementInSequenceRef()
       Reference to an CONTROLLABLE ELEMENT IN SEQUENCE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 146:149]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure controllable_element_in_sequence_ref = 556;
      Returns:
      The controllableElementInSequenceRef.
    • getControllableElementInSequenceRefOrBuilder

      OrderedVersionOfObjectRefStructureOrBuilder getControllableElementInSequenceRefOrBuilder()
       Reference to an CONTROLLABLE ELEMENT IN SEQUENCE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 146:149]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure controllable_element_in_sequence_ref = 556;
    • hasControllableElementPriceRef

      boolean hasControllableElementPriceRef()
       Reference to a CONTROLLABLE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 557;
      Returns:
      Whether the controllableElementPriceRef field is set.
    • getControllableElementPriceRef

      VersionOfObjectRefStructure getControllableElementPriceRef()
       Reference to a CONTROLLABLE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 557;
      Returns:
      The controllableElementPriceRef.
    • getControllableElementPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getControllableElementPriceRefOrBuilder()
       Reference to a CONTROLLABLE ELEMENT PRICE.  [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 557;
    • hasQualityStructureFactorRef

      boolean hasQualityStructureFactorRef()
       Reference to a QUALITY STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 69:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_ref = 558;
      Returns:
      Whether the qualityStructureFactorRef field is set.
    • getQualityStructureFactorRef

      VersionOfObjectRefStructure getQualityStructureFactorRef()
       Reference to a QUALITY STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 69:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_ref = 558;
      Returns:
      The qualityStructureFactorRef.
    • getQualityStructureFactorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getQualityStructureFactorRefOrBuilder()
       Reference to a QUALITY STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 69:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_ref = 558;
    • hasFareDemandFactorRef

      boolean hasFareDemandFactorRef()
       Reference to a FARE DEMAND FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 95:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_demand_factor_ref = 559;
      Returns:
      Whether the fareDemandFactorRef field is set.
    • getFareDemandFactorRef

      VersionOfObjectRefStructure getFareDemandFactorRef()
       Reference to a FARE DEMAND FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 95:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_demand_factor_ref = 559;
      Returns:
      The fareDemandFactorRef.
    • getFareDemandFactorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareDemandFactorRefOrBuilder()
       Reference to a FARE DEMAND FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 95:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_demand_factor_ref = 559;
    • hasFareQuotaFactorRef

      boolean hasFareQuotaFactorRef()
       Reference to a FARE QUOTA FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 144:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_quota_factor_ref = 560;
      Returns:
      Whether the fareQuotaFactorRef field is set.
    • getFareQuotaFactorRef

      VersionOfObjectRefStructure getFareQuotaFactorRef()
       Reference to a FARE QUOTA FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 144:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_quota_factor_ref = 560;
      Returns:
      The fareQuotaFactorRef.
    • getFareQuotaFactorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareQuotaFactorRefOrBuilder()
       Reference to a FARE QUOTA FACTOR.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 144:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_quota_factor_ref = 560;
    • hasQualityStructureFactorPriceRef

      boolean hasQualityStructureFactorPriceRef()
       Reference to a QUALITY STRUCTURE FACTOR PRICE.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 170:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_price_ref = 561;
      Returns:
      Whether the qualityStructureFactorPriceRef field is set.
    • getQualityStructureFactorPriceRef

      VersionOfObjectRefStructure getQualityStructureFactorPriceRef()
       Reference to a QUALITY STRUCTURE FACTOR PRICE.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 170:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_price_ref = 561;
      Returns:
      The qualityStructureFactorPriceRef.
    • getQualityStructureFactorPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getQualityStructureFactorPriceRefOrBuilder()
       Reference to a QUALITY STRUCTURE FACTOR PRICE.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 170:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_price_ref = 561;
    • hasStartTimeAtStopPointRef

      boolean hasStartTimeAtStopPointRef()
       Reference to a START TIME AT STOP POINT.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 196:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_time_at_stop_point_ref = 562;
      Returns:
      Whether the startTimeAtStopPointRef field is set.
    • getStartTimeAtStopPointRef

      VersionOfObjectRefStructure getStartTimeAtStopPointRef()
       Reference to a START TIME AT STOP POINT.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 196:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_time_at_stop_point_ref = 562;
      Returns:
      The startTimeAtStopPointRef.
    • getStartTimeAtStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStartTimeAtStopPointRefOrBuilder()
       Reference to a START TIME AT STOP POINT.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 196:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_time_at_stop_point_ref = 562;
    • hasTimeUnitRef

      boolean hasTimeUnitRef()
       Reference to a TIME UNIT.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 67:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_ref = 563;
      Returns:
      Whether the timeUnitRef field is set.
    • getTimeUnitRef

      VersionOfObjectRefStructure getTimeUnitRef()
       Reference to a TIME UNIT.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 67:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_ref = 563;
      Returns:
      The timeUnitRef.
    • getTimeUnitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeUnitRefOrBuilder()
       Reference to a TIME UNIT.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 67:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_ref = 563;
    • hasTimeIntervalRef

      boolean hasTimeIntervalRef()
       Reference to a TIME INTERVAL.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 105:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_ref = 564;
      Returns:
      Whether the timeIntervalRef field is set.
    • getTimeIntervalRef

      VersionOfObjectRefStructure getTimeIntervalRef()
       Reference to a TIME INTERVAL.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 105:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_ref = 564;
      Returns:
      The timeIntervalRef.
    • getTimeIntervalRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeIntervalRefOrBuilder()
       Reference to a TIME INTERVAL.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 105:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_ref = 564;
    • hasTimeStructureFactorRef

      boolean hasTimeStructureFactorRef()
       Reference to a TIME STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 131:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_structure_factor_ref = 565;
      Returns:
      Whether the timeStructureFactorRef field is set.
    • getTimeStructureFactorRef

      VersionOfObjectRefStructure getTimeStructureFactorRef()
       Reference to a TIME STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 131:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_structure_factor_ref = 565;
      Returns:
      The timeStructureFactorRef.
    • getTimeStructureFactorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeStructureFactorRefOrBuilder()
       Reference to a TIME STRUCTURE FACTOR.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 131:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_structure_factor_ref = 565;
    • hasTimeUnitPriceRef

      boolean hasTimeUnitPriceRef()
       Reference to a TIME UNIT PRICE.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 566;
      Returns:
      Whether the timeUnitPriceRef field is set.
    • getTimeUnitPriceRef

      VersionOfObjectRefStructure getTimeUnitPriceRef()
       Reference to a TIME UNIT PRICE.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 566;
      Returns:
      The timeUnitPriceRef.
    • getTimeUnitPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeUnitPriceRefOrBuilder()
       Reference to a TIME UNIT PRICE.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 566;
    • hasTimeIntervalPriceRef

      boolean hasTimeIntervalPriceRef()
       Reference to a TIME INTERVAL PRICE.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 567;
      Returns:
      Whether the timeIntervalPriceRef field is set.
    • getTimeIntervalPriceRef

      VersionOfObjectRefStructure getTimeIntervalPriceRef()
       Reference to a TIME INTERVAL PRICE.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 567;
      Returns:
      The timeIntervalPriceRef.
    • getTimeIntervalPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeIntervalPriceRefOrBuilder()
       Reference to a TIME INTERVAL PRICE.  [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 567;
    • hasSalesOfferPackageEntitlementRequiredRef

      boolean hasSalesOfferPackageEntitlementRequiredRef()
       Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 66:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_required_ref = 568;
      Returns:
      Whether the salesOfferPackageEntitlementRequiredRef field is set.
    • getSalesOfferPackageEntitlementRequiredRef

      VersionOfObjectRefStructure getSalesOfferPackageEntitlementRequiredRef()
       Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 66:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_required_ref = 568;
      Returns:
      The salesOfferPackageEntitlementRequiredRef.
    • getSalesOfferPackageEntitlementRequiredRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageEntitlementRequiredRefOrBuilder()
       Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 66:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_required_ref = 568;
    • hasSalesOfferPackageEntitlementGivenRef

      boolean hasSalesOfferPackageEntitlementGivenRef()
       Reference to a SALES OFFER  ENTITLEMENT GIVEN PARAMETER parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 86:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_given_ref = 569;
      Returns:
      Whether the salesOfferPackageEntitlementGivenRef field is set.
    • getSalesOfferPackageEntitlementGivenRef

      VersionOfObjectRefStructure getSalesOfferPackageEntitlementGivenRef()
       Reference to a SALES OFFER  ENTITLEMENT GIVEN PARAMETER parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 86:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_given_ref = 569;
      Returns:
      The salesOfferPackageEntitlementGivenRef.
    • getSalesOfferPackageEntitlementGivenRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageEntitlementGivenRefOrBuilder()
       Reference to a SALES OFFER  ENTITLEMENT GIVEN PARAMETER parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 86:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_given_ref = 569;
    • hasTypeOfAccessRightAssignmentRef

      boolean hasTypeOfAccessRightAssignmentRef()
       Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.  [netex_part_3/part3_fares/netex_accessRightParameter_support.xsd at 229:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_access_right_assignment_ref = 570;
      Returns:
      Whether the typeOfAccessRightAssignmentRef field is set.
    • getTypeOfAccessRightAssignmentRef

      VersionOfObjectRefStructure getTypeOfAccessRightAssignmentRef()
       Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.  [netex_part_3/part3_fares/netex_accessRightParameter_support.xsd at 229:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_access_right_assignment_ref = 570;
      Returns:
      The typeOfAccessRightAssignmentRef.
    • getTypeOfAccessRightAssignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfAccessRightAssignmentRefOrBuilder()
       Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.  [netex_part_3/part3_fares/netex_accessRightParameter_support.xsd at 229:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_access_right_assignment_ref = 570;
    • hasParkingTariffRef

      boolean hasParkingTariffRef()
       Reference to a PARKING TARIFF.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 70:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_tariff_ref = 571;
      Returns:
      Whether the parkingTariffRef field is set.
    • getParkingTariffRef

      VersionOfObjectRefStructure getParkingTariffRef()
       Reference to a PARKING TARIFF.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 70:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_tariff_ref = 571;
      Returns:
      The parkingTariffRef.
    • getParkingTariffRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingTariffRefOrBuilder()
       Reference to a PARKING TARIFF.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 70:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_tariff_ref = 571;
    • hasParkingChargeBandRef

      boolean hasParkingChargeBandRef()
       Reference to a PARKING TARIFF CHARGE BAND.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 96:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_charge_band_ref = 572;
      Returns:
      Whether the parkingChargeBandRef field is set.
    • getParkingChargeBandRef

      VersionOfObjectRefStructure getParkingChargeBandRef()
       Reference to a PARKING TARIFF CHARGE BAND.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 96:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_charge_band_ref = 572;
      Returns:
      The parkingChargeBandRef.
    • getParkingChargeBandRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingChargeBandRefOrBuilder()
       Reference to a PARKING TARIFF CHARGE BAND.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 96:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_charge_band_ref = 572;
    • hasParkingPriceRef

      boolean hasParkingPriceRef()
       Reference to a PARKING TARIFF PRICE.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 573;
      Returns:
      Whether the parkingPriceRef field is set.
    • getParkingPriceRef

      VersionOfObjectRefStructure getParkingPriceRef()
       Reference to a PARKING TARIFF PRICE.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 573;
      Returns:
      The parkingPriceRef.
    • getParkingPriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingPriceRefOrBuilder()
       Reference to a PARKING TARIFF PRICE.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 573;
    • hasFareFrameRef

      boolean hasFareFrameRef()
       Reference to a FARE FRAME.  [netex_part_3/part3_frames/netex_fareFrame_version.xsd at 73:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_frame_ref = 574;
      Returns:
      Whether the fareFrameRef field is set.
    • getFareFrameRef

      VersionOfObjectRefStructure getFareFrameRef()
       Reference to a FARE FRAME.  [netex_part_3/part3_frames/netex_fareFrame_version.xsd at 73:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_frame_ref = 574;
      Returns:
      The fareFrameRef.
    • getFareFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareFrameRefOrBuilder()
       Reference to a FARE FRAME.  [netex_part_3/part3_frames/netex_fareFrame_version.xsd at 73:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_frame_ref = 574;
    • hasCustomerRef

      boolean hasCustomerRef()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 575;
      Returns:
      Whether the customerRef field is set.
    • getCustomerRef

      VersionOfObjectRefStructure getCustomerRef()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 575;
      Returns:
      The customerRef.
    • getCustomerRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerRefOrBuilder()
       Reference to a CUSTOMER.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 575;
    • hasCustomerSecurityListingRef

      boolean hasCustomerSecurityListingRef()
       Reference to a CUSTOMER SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 147:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_security_listing_ref = 576;
      Returns:
      Whether the customerSecurityListingRef field is set.
    • getCustomerSecurityListingRef

      VersionOfObjectRefStructure getCustomerSecurityListingRef()
       Reference to a CUSTOMER SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 147:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_security_listing_ref = 576;
      Returns:
      The customerSecurityListingRef.
    • getCustomerSecurityListingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerSecurityListingRefOrBuilder()
       Reference to a CUSTOMER SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 147:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_security_listing_ref = 576;
    • hasFareContractRef

      boolean hasFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 577;
      Returns:
      Whether the fareContractRef field is set.
    • getFareContractRef

      VersionOfObjectRefStructure getFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 577;
      Returns:
      The fareContractRef.
    • getFareContractRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareContractRefOrBuilder()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 577;
    • hasTypeOfFareContractRef

      boolean hasTypeOfFareContractRef()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 578;
      Returns:
      Whether the typeOfFareContractRef field is set.
    • getTypeOfFareContractRef

      VersionOfObjectRefStructure getTypeOfFareContractRef()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 578;
      Returns:
      The typeOfFareContractRef.
    • getTypeOfFareContractRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareContractRefOrBuilder()
       Reference to a TYPE OF FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 578;
    • hasFareContractSecurityListingRef

      boolean hasFareContractSecurityListingRef()
       Reference to a FARE CONTRACT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 276:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_security_listing_ref = 579;
      Returns:
      Whether the fareContractSecurityListingRef field is set.
    • getFareContractSecurityListingRef

      VersionOfObjectRefStructure getFareContractSecurityListingRef()
       Reference to a FARE CONTRACT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 276:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_security_listing_ref = 579;
      Returns:
      The fareContractSecurityListingRef.
    • getFareContractSecurityListingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareContractSecurityListingRefOrBuilder()
       Reference to a FARE CONTRACT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 276:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_security_listing_ref = 579;
    • hasFareContractEntryRef

      boolean hasFareContractEntryRef()
       Reference to a FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 288:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_entry_ref = 580;
      Returns:
      Whether the fareContractEntryRef field is set.
    • getFareContractEntryRef

      VersionOfObjectRefStructure getFareContractEntryRef()
       Reference to a FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 288:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_entry_ref = 580;
      Returns:
      The fareContractEntryRef.
    • getFareContractEntryRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareContractEntryRefOrBuilder()
       Reference to a FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 288:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_entry_ref = 580;
    • hasTypeOfFareContractEntryRef

      boolean hasTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 581;
      Returns:
      Whether the typeOfFareContractEntryRef field is set.
    • getTypeOfFareContractEntryRef

      VersionOfObjectRefStructure getTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 581;
      Returns:
      The typeOfFareContractEntryRef.
    • getTypeOfFareContractEntryRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareContractEntryRefOrBuilder()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 581;
    • hasCustomerAccountRef

      boolean hasCustomerAccountRef()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 582;
      Returns:
      Whether the customerAccountRef field is set.
    • getCustomerAccountRef

      VersionOfObjectRefStructure getCustomerAccountRef()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 582;
      Returns:
      The customerAccountRef.
    • getCustomerAccountRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerAccountRefOrBuilder()
       Reference to a CUSTOMER ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 582;
    • hasCustomerAccountSecurityListingRef

      boolean hasCustomerAccountSecurityListingRef()
       Reference to a CUSTOMER ACCOUNT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 416:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_security_listing_ref = 583;
      Returns:
      Whether the customerAccountSecurityListingRef field is set.
    • getCustomerAccountSecurityListingRef

      VersionOfObjectRefStructure getCustomerAccountSecurityListingRef()
       Reference to a CUSTOMER ACCOUNT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 416:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_security_listing_ref = 583;
      Returns:
      The customerAccountSecurityListingRef.
    • getCustomerAccountSecurityListingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerAccountSecurityListingRefOrBuilder()
       Reference to a CUSTOMER ACCOUNT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 416:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_security_listing_ref = 583;
    • hasTypeOfCustomerAccountRef

      boolean hasTypeOfCustomerAccountRef()
       Reference to a TYPE OF CUSTOMER ACCOUNT .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 584;
      Returns:
      Whether the typeOfCustomerAccountRef field is set.
    • getTypeOfCustomerAccountRef

      VersionOfObjectRefStructure getTypeOfCustomerAccountRef()
       Reference to a TYPE OF CUSTOMER ACCOUNT .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 584;
      Returns:
      The typeOfCustomerAccountRef.
    • getTypeOfCustomerAccountRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfCustomerAccountRefOrBuilder()
       Reference to a TYPE OF CUSTOMER ACCOUNT .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 584;
    • hasCustomerAccountStatusRef

      boolean hasCustomerAccountStatusRef()
       Reference to a CUSTOMER ACCOUNT STATUS .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 585;
      Returns:
      Whether the customerAccountStatusRef field is set.
    • getCustomerAccountStatusRef

      VersionOfObjectRefStructure getCustomerAccountStatusRef()
       Reference to a CUSTOMER ACCOUNT STATUS .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 585;
      Returns:
      The customerAccountStatusRef.
    • getCustomerAccountStatusRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerAccountStatusRefOrBuilder()
       Reference to a CUSTOMER ACCOUNT STATUS .  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 585;
    • hasTravelSpecificationRef

      boolean hasTravelSpecificationRef()
       Reference to a TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 88:142]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_specification_ref = 586;
      Returns:
      Whether the travelSpecificationRef field is set.
    • getTravelSpecificationRef

      VersionOfObjectRefStructure getTravelSpecificationRef()
       Reference to a TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 88:142]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_specification_ref = 586;
      Returns:
      The travelSpecificationRef.
    • getTravelSpecificationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelSpecificationRefOrBuilder()
       Reference to a TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 88:142]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_specification_ref = 586;
    • hasRequestedTravelSpecificationRef

      boolean hasRequestedTravelSpecificationRef()
       Reference to a REQUESTED TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 114:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure requested_travel_specification_ref = 587;
      Returns:
      Whether the requestedTravelSpecificationRef field is set.
    • getRequestedTravelSpecificationRef

      VersionOfObjectRefStructure getRequestedTravelSpecificationRef()
       Reference to a REQUESTED TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 114:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure requested_travel_specification_ref = 587;
      Returns:
      The requestedTravelSpecificationRef.
    • getRequestedTravelSpecificationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRequestedTravelSpecificationRefOrBuilder()
       Reference to a REQUESTED TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 114:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure requested_travel_specification_ref = 587;
    • hasOfferedTravelSpecificationRef

      boolean hasOfferedTravelSpecificationRef()
       Reference to an OFFERED TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 140:158]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure offered_travel_specification_ref = 588;
      Returns:
      Whether the offeredTravelSpecificationRef field is set.
    • getOfferedTravelSpecificationRef

      VersionOfObjectRefStructure getOfferedTravelSpecificationRef()
       Reference to an OFFERED TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 140:158]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure offered_travel_specification_ref = 588;
      Returns:
      The offeredTravelSpecificationRef.
    • getOfferedTravelSpecificationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOfferedTravelSpecificationRefOrBuilder()
       Reference to an OFFERED TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 140:158]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure offered_travel_specification_ref = 588;
    • hasCustomerPurchasePackageRef

      boolean hasCustomerPurchasePackageRef()
       Reference to a CUSTOMER PURCHASE PACKAGE.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 199:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_ref = 589;
      Returns:
      Whether the customerPurchasePackageRef field is set.
    • getCustomerPurchasePackageRef

      VersionOfObjectRefStructure getCustomerPurchasePackageRef()
       Reference to a CUSTOMER PURCHASE PACKAGE.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 199:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_ref = 589;
      Returns:
      The customerPurchasePackageRef.
    • getCustomerPurchasePackageRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerPurchasePackageRefOrBuilder()
       Reference to a CUSTOMER PURCHASE PACKAGE.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 199:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_ref = 589;
    • hasCustomerPurchasePackageElementRef

      boolean hasCustomerPurchasePackageElementRef()
       Reference to a CUSTOMER PURCHASE PACKAGE ELEMENT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 225:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_element_ref = 590;
      Returns:
      Whether the customerPurchasePackageElementRef field is set.
    • getCustomerPurchasePackageElementRef

      VersionOfObjectRefStructure getCustomerPurchasePackageElementRef()
       Reference to a CUSTOMER PURCHASE PACKAGE ELEMENT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 225:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_element_ref = 590;
      Returns:
      The customerPurchasePackageElementRef.
    • getCustomerPurchasePackageElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerPurchasePackageElementRefOrBuilder()
       Reference to a CUSTOMER PURCHASE PACKAGE ELEMENT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 225:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_element_ref = 590;
    • hasCustomerPurchasePackagePriceRef

      boolean hasCustomerPurchasePackagePriceRef()
       Reference to a CUSTOMER PURCHASE PACKAGE PRICE.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 315:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_price_ref = 591;
      Returns:
      Whether the customerPurchasePackagePriceRef field is set.
    • getCustomerPurchasePackagePriceRef

      VersionOfObjectRefStructure getCustomerPurchasePackagePriceRef()
       Reference to a CUSTOMER PURCHASE PACKAGE PRICE.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 315:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_price_ref = 591;
      Returns:
      The customerPurchasePackagePriceRef.
    • getCustomerPurchasePackagePriceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerPurchasePackagePriceRefOrBuilder()
       Reference to a CUSTOMER PURCHASE PACKAGE PRICE.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 315:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_price_ref = 591;
    • hasGroupOfCustomerPurchasePackagesRef

      boolean hasGroupOfCustomerPurchasePackagesRef()
       Reference to a GROUP OF CUSTOMER PURCHASE PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 353:148]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_customer_purchase_packages_ref = 592;
      Returns:
      Whether the groupOfCustomerPurchasePackagesRef field is set.
    • getGroupOfCustomerPurchasePackagesRef

      GroupOfEntitiesRefStructure getGroupOfCustomerPurchasePackagesRef()
       Reference to a GROUP OF CUSTOMER PURCHASE PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 353:148]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_customer_purchase_packages_ref = 592;
      Returns:
      The groupOfCustomerPurchasePackagesRef.
    • getGroupOfCustomerPurchasePackagesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfCustomerPurchasePackagesRefOrBuilder()
       Reference to a GROUP OF CUSTOMER PURCHASE PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 353:148]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_customer_purchase_packages_ref = 592;
    • hasRetailConsortiumRef

      boolean hasRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 593;
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      VersionOfObjectRefStructure getRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 593;
      Returns:
      The retailConsortiumRef.
    • getRetailConsortiumRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailConsortiumRefOrBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 593;
    • hasTypeOfRetailDeviceRef

      boolean hasTypeOfRetailDeviceRef()
       Reference to a TYPE OF RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 156:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_retail_device_ref = 594;
      Returns:
      Whether the typeOfRetailDeviceRef field is set.
    • getTypeOfRetailDeviceRef

      VersionOfObjectRefStructure getTypeOfRetailDeviceRef()
       Reference to a TYPE OF RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 156:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_retail_device_ref = 594;
      Returns:
      The typeOfRetailDeviceRef.
    • getTypeOfRetailDeviceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfRetailDeviceRefOrBuilder()
       Reference to a TYPE OF RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 156:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_retail_device_ref = 594;
    • hasRetailDeviceSecurityListingRef

      boolean hasRetailDeviceSecurityListingRef()
       Reference to a RETAIL DEVICE SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 194:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_security_listing_ref = 595;
      Returns:
      Whether the retailDeviceSecurityListingRef field is set.
    • getRetailDeviceSecurityListingRef

      VersionOfObjectRefStructure getRetailDeviceSecurityListingRef()
       Reference to a RETAIL DEVICE SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 194:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_security_listing_ref = 595;
      Returns:
      The retailDeviceSecurityListingRef.
    • getRetailDeviceSecurityListingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailDeviceSecurityListingRefOrBuilder()
       Reference to a RETAIL DEVICE SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 194:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_security_listing_ref = 595;
    • hasUserProfileEligibilityRef

      boolean hasUserProfileEligibilityRef()
       Reference to a USER PROFILE ELIGIBILITY..  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 105:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_eligibility_ref = 597;
      Returns:
      Whether the userProfileEligibilityRef field is set.
    • getUserProfileEligibilityRef

      VersionOfObjectRefStructure getUserProfileEligibilityRef()
       Reference to a USER PROFILE ELIGIBILITY..  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 105:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_eligibility_ref = 597;
      Returns:
      The userProfileEligibilityRef.
    • getUserProfileEligibilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUserProfileEligibilityRefOrBuilder()
       Reference to a USER PROFILE ELIGIBILITY..  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 105:133]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_eligibility_ref = 597;
    • hasCommercialProfileEligibilityRef

      boolean hasCommercialProfileEligibilityRef()
       Reference to a COMMERCIAL PROFILE ELIGIBILITY.  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 131:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_eligibility_ref = 598;
      Returns:
      Whether the commercialProfileEligibilityRef field is set.
    • getCommercialProfileEligibilityRef

      VersionOfObjectRefStructure getCommercialProfileEligibilityRef()
       Reference to a COMMERCIAL PROFILE ELIGIBILITY.  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 131:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_eligibility_ref = 598;
      Returns:
      The commercialProfileEligibilityRef.
    • getCommercialProfileEligibilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommercialProfileEligibilityRefOrBuilder()
       Reference to a COMMERCIAL PROFILE ELIGIBILITY.  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 131:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_eligibility_ref = 598;
    • hasResidentialQualificationEligibilityRef

      boolean hasResidentialQualificationEligibilityRef()
       Reference to a RESIDENTIAL QUALIFICATION ELIGIBILIT..  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 157:159]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure residential_qualification_eligibility_ref = 599;
      Returns:
      Whether the residentialQualificationEligibilityRef field is set.
    • getResidentialQualificationEligibilityRef

      VersionOfObjectRefStructure getResidentialQualificationEligibilityRef()
       Reference to a RESIDENTIAL QUALIFICATION ELIGIBILIT..  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 157:159]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure residential_qualification_eligibility_ref = 599;
      Returns:
      The residentialQualificationEligibilityRef.
    • getResidentialQualificationEligibilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResidentialQualificationEligibilityRefOrBuilder()
       Reference to a RESIDENTIAL QUALIFICATION ELIGIBILIT..  [netex_part_3/part3_salesTransactions/netex_customerEligibility_support.xsd at 157:159]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure residential_qualification_eligibility_ref = 599;
    • hasSalesTransactionRef

      boolean hasSalesTransactionRef()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 600;
      Returns:
      Whether the salesTransactionRef field is set.
    • getSalesTransactionRef

      VersionOfObjectRefStructure getSalesTransactionRef()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 600;
      Returns:
      The salesTransactionRef.
    • getSalesTransactionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesTransactionRefOrBuilder()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 600;
    • hasTripPlanRequestRef

      boolean hasTripPlanRequestRef()
       Reference to a TRIP PLAN REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 97:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_plan_request_ref = 601;
      Returns:
      Whether the tripPlanRequestRef field is set.
    • getTripPlanRequestRef

      VersionOfObjectRefStructure getTripPlanRequestRef()
       Reference to a TRIP PLAN REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 97:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_plan_request_ref = 601;
      Returns:
      The tripPlanRequestRef.
    • getTripPlanRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTripPlanRequestRefOrBuilder()
       Reference to a TRIP PLAN REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 97:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_plan_request_ref = 601;
    • hasScheduleRequestRef

      boolean hasScheduleRequestRef()
       Reference to a SCHEDULE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 123:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schedule_request_ref = 602;
      Returns:
      Whether the scheduleRequestRef field is set.
    • getScheduleRequestRef

      VersionOfObjectRefStructure getScheduleRequestRef()
       Reference to a SCHEDULE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 123:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schedule_request_ref = 602;
      Returns:
      The scheduleRequestRef.
    • getScheduleRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getScheduleRequestRefOrBuilder()
       Reference to a SCHEDULE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 123:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schedule_request_ref = 602;
    • hasStopEventRequestRef

      boolean hasStopEventRequestRef()
       Reference to a STOP EVENT REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 149:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_event_request_ref = 603;
      Returns:
      Whether the stopEventRequestRef field is set.
    • getStopEventRequestRef

      VersionOfObjectRefStructure getStopEventRequestRef()
       Reference to a STOP EVENT REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 149:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_event_request_ref = 603;
      Returns:
      The stopEventRequestRef.
    • getStopEventRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopEventRequestRefOrBuilder()
       Reference to a STOP EVENT REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 149:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_event_request_ref = 603;
    • hasStopFinderRequestRef

      boolean hasStopFinderRequestRef()
       Reference to a STOP FINDER REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 175:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_finder_request_ref = 604;
      Returns:
      Whether the stopFinderRequestRef field is set.
    • getStopFinderRequestRef

      VersionOfObjectRefStructure getStopFinderRequestRef()
       Reference to a STOP FINDER REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 175:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_finder_request_ref = 604;
      Returns:
      The stopFinderRequestRef.
    • getStopFinderRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopFinderRequestRefOrBuilder()
       Reference to a STOP FINDER REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 175:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_finder_request_ref = 604;
    • hasFareRequestRef

      boolean hasFareRequestRef()
       Reference to a FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 201:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_request_ref = 605;
      Returns:
      Whether the fareRequestRef field is set.
    • getFareRequestRef

      VersionOfObjectRefStructure getFareRequestRef()
       Reference to a FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 201:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_request_ref = 605;
      Returns:
      The fareRequestRef.
    • getFareRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareRequestRefOrBuilder()
       Reference to a FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 201:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_request_ref = 605;
    • hasSingleTripFareRequestRef

      boolean hasSingleTripFareRequestRef()
       Reference to a SINGLE TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 227:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_trip_fare_request_ref = 606;
      Returns:
      Whether the singleTripFareRequestRef field is set.
    • getSingleTripFareRequestRef

      VersionOfObjectRefStructure getSingleTripFareRequestRef()
       Reference to a SINGLE TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 227:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_trip_fare_request_ref = 606;
      Returns:
      The singleTripFareRequestRef.
    • getSingleTripFareRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSingleTripFareRequestRefOrBuilder()
       Reference to a SINGLE TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 227:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_trip_fare_request_ref = 606;
    • hasRepeatedTripFareRequestRef

      boolean hasRepeatedTripFareRequestRef()
       Reference to a REPEATED TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 253:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure repeated_trip_fare_request_ref = 607;
      Returns:
      Whether the repeatedTripFareRequestRef field is set.
    • getRepeatedTripFareRequestRef

      VersionOfObjectRefStructure getRepeatedTripFareRequestRef()
       Reference to a REPEATED TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 253:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure repeated_trip_fare_request_ref = 607;
      Returns:
      The repeatedTripFareRequestRef.
    • getRepeatedTripFareRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRepeatedTripFareRequestRefOrBuilder()
       Reference to a REPEATED TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 253:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure repeated_trip_fare_request_ref = 607;
    • hasTravelDocumentRef

      boolean hasTravelDocumentRef()
       Reference to a TRAVEL DOCUMENT.  [netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd at 71:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_document_ref = 608;
      Returns:
      Whether the travelDocumentRef field is set.
    • getTravelDocumentRef

      VersionOfObjectRefStructure getTravelDocumentRef()
       Reference to a TRAVEL DOCUMENT.  [netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd at 71:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_document_ref = 608;
      Returns:
      The travelDocumentRef.
    • getTravelDocumentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelDocumentRefOrBuilder()
       Reference to a TRAVEL DOCUMENT.  [netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd at 71:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_document_ref = 608;
    • hasTravelDocumentSecurityListingRef

      boolean hasTravelDocumentSecurityListingRef()
       Reference to a TRAVEL DOCUMENT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd at 109:143]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_document_security_listing_ref = 609;
      Returns:
      Whether the travelDocumentSecurityListingRef field is set.
    • getTravelDocumentSecurityListingRef

      VersionOfObjectRefStructure getTravelDocumentSecurityListingRef()
       Reference to a TRAVEL DOCUMENT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd at 109:143]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_document_security_listing_ref = 609;
      Returns:
      The travelDocumentSecurityListingRef.
    • getTravelDocumentSecurityListingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelDocumentSecurityListingRefOrBuilder()
       Reference to a TRAVEL DOCUMENT SECURITY LISTING..  [netex_part_3/part3_salesTransactions/netex_travelDocument_support.xsd at 109:143]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_document_security_listing_ref = 609;
    • hasSalesTransactionFrameRef

      boolean hasSalesTransactionFrameRef()
       Reference to a SALES TRANSACTION FRAME.  [netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd at 80:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_frame_ref = 610;
      Returns:
      Whether the salesTransactionFrameRef field is set.
    • getSalesTransactionFrameRef

      VersionOfObjectRefStructure getSalesTransactionFrameRef()
       Reference to a SALES TRANSACTION FRAME.  [netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd at 80:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_frame_ref = 610;
      Returns:
      The salesTransactionFrameRef.
    • getSalesTransactionFrameRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesTransactionFrameRefOrBuilder()
       Reference to a SALES TRANSACTION FRAME.  [netex_part_3/part3_frames/netex_salesTransactionFrame_version.xsd at 80:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_frame_ref = 610;
    • hasFulfilmentEntryRef

      boolean hasFulfilmentEntryRef()
       Reference to a FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 163:134]
       
      .uk.org.netex.www.netex.FulfilmentEntryRefStructure fulfilment_entry_ref = 611;
      Returns:
      Whether the fulfilmentEntryRef field is set.
    • getFulfilmentEntryRef

      FulfilmentEntryRefStructure getFulfilmentEntryRef()
       Reference to a FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 163:134]
       
      .uk.org.netex.www.netex.FulfilmentEntryRefStructure fulfilment_entry_ref = 611;
      Returns:
      The fulfilmentEntryRef.
    • getFulfilmentEntryRefOrBuilder

      FulfilmentEntryRefStructureOrBuilder getFulfilmentEntryRefOrBuilder()
       Reference to a FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 163:134]
       
      .uk.org.netex.www.netex.FulfilmentEntryRefStructure fulfilment_entry_ref = 611;
    • hasPurchaseFulfilmentEntryRef

      boolean hasPurchaseFulfilmentEntryRef()
       Reference to a PURCHASE FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 189:150]
       
      .uk.org.netex.www.netex.PurchaseFulfilmentEntryRefStructure purchase_fulfilment_entry_ref = 612;
      Returns:
      Whether the purchaseFulfilmentEntryRef field is set.
    • getPurchaseFulfilmentEntryRef

      PurchaseFulfilmentEntryRefStructure getPurchaseFulfilmentEntryRef()
       Reference to a PURCHASE FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 189:150]
       
      .uk.org.netex.www.netex.PurchaseFulfilmentEntryRefStructure purchase_fulfilment_entry_ref = 612;
      Returns:
      The purchaseFulfilmentEntryRef.
    • getPurchaseFulfilmentEntryRefOrBuilder

      PurchaseFulfilmentEntryRefStructureOrBuilder getPurchaseFulfilmentEntryRefOrBuilder()
       Reference to a PURCHASE FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 189:150]
       
      .uk.org.netex.www.netex.PurchaseFulfilmentEntryRefStructure purchase_fulfilment_entry_ref = 612;
    • hasNormalDatedVehicleJourneyRef

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

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

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

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

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

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

      boolean hasGroupOfDistributionAssignmentsRef()
       Reference to a GROUP OF DISTRIBUTION ASSIGNMENTs.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 807:146]
       
      .uk.org.netex.www.netex.GroupOfDistributionAssignmentsRefStructure group_of_distribution_assignments_ref = 616;
      Returns:
      Whether the groupOfDistributionAssignmentsRef field is set.
    • getGroupOfDistributionAssignmentsRef

      GroupOfDistributionAssignmentsRefStructure getGroupOfDistributionAssignmentsRef()
       Reference to a GROUP OF DISTRIBUTION ASSIGNMENTs.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 807:146]
       
      .uk.org.netex.www.netex.GroupOfDistributionAssignmentsRefStructure group_of_distribution_assignments_ref = 616;
      Returns:
      The groupOfDistributionAssignmentsRef.
    • getGroupOfDistributionAssignmentsRefOrBuilder

      GroupOfDistributionAssignmentsRefStructureOrBuilder getGroupOfDistributionAssignmentsRefOrBuilder()
       Reference to a GROUP OF DISTRIBUTION ASSIGNMENTs.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 807:146]
       
      .uk.org.netex.www.netex.GroupOfDistributionAssignmentsRefStructure group_of_distribution_assignments_ref = 616;
    • hasTypeOfCustomerAccountEntryRef

      boolean hasTypeOfCustomerAccountEntryRef()
       Reference to a TYPE OF CUSTOMER ACCOUNT ENTRY.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 72:134]
       
      .uk.org.netex.www.netex.TypeOfCustomerAccountEntryRefStructure type_of_customer_account_entry_ref = 618;
      Returns:
      Whether the typeOfCustomerAccountEntryRef field is set.
    • getTypeOfCustomerAccountEntryRef

      TypeOfCustomerAccountEntryRefStructure getTypeOfCustomerAccountEntryRef()
       Reference to a TYPE OF CUSTOMER ACCOUNT ENTRY.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 72:134]
       
      .uk.org.netex.www.netex.TypeOfCustomerAccountEntryRefStructure type_of_customer_account_entry_ref = 618;
      Returns:
      The typeOfCustomerAccountEntryRef.
    • getTypeOfCustomerAccountEntryRefOrBuilder

      TypeOfCustomerAccountEntryRefStructureOrBuilder getTypeOfCustomerAccountEntryRefOrBuilder()
       Reference to a TYPE OF CUSTOMER ACCOUNT ENTRY.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 72:134]
       
      .uk.org.netex.www.netex.TypeOfCustomerAccountEntryRefStructure type_of_customer_account_entry_ref = 618;
    • hasCustomerAccountEntryRef

      boolean hasCustomerAccountEntryRef()
       Reference to a CUSTOMER ACCOUNT ENTRY.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 98:118]
       
      .uk.org.netex.www.netex.CustomerAccountEntryRefStructure customer_account_entry_ref = 619;
      Returns:
      Whether the customerAccountEntryRef field is set.
    • getCustomerAccountEntryRef

      CustomerAccountEntryRefStructure getCustomerAccountEntryRef()
       Reference to a CUSTOMER ACCOUNT ENTRY.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 98:118]
       
      .uk.org.netex.www.netex.CustomerAccountEntryRefStructure customer_account_entry_ref = 619;
      Returns:
      The customerAccountEntryRef.
    • getCustomerAccountEntryRefOrBuilder

      CustomerAccountEntryRefStructureOrBuilder getCustomerAccountEntryRefOrBuilder()
       Reference to a CUSTOMER ACCOUNT ENTRY.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 98:118]
       
      .uk.org.netex.www.netex.CustomerAccountEntryRefStructure customer_account_entry_ref = 619;
    • hasCustomerRegistrationRef

      boolean hasCustomerRegistrationRef()
       Reference to a CUSTOMER REGISTRATION.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 124:147]
       
      .uk.org.netex.www.netex.CustomerRegistrationRefStructure customer_registration_ref = 620;
      Returns:
      Whether the customerRegistrationRef field is set.
    • getCustomerRegistrationRef

      CustomerRegistrationRefStructure getCustomerRegistrationRef()
       Reference to a CUSTOMER REGISTRATION.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 124:147]
       
      .uk.org.netex.www.netex.CustomerRegistrationRefStructure customer_registration_ref = 620;
      Returns:
      The customerRegistrationRef.
    • getCustomerRegistrationRefOrBuilder

      CustomerRegistrationRefStructureOrBuilder getCustomerRegistrationRefOrBuilder()
       Reference to a CUSTOMER REGISTRATION.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 124:147]
       
      .uk.org.netex.www.netex.CustomerRegistrationRefStructure customer_registration_ref = 620;
    • hasCustomerDeregistrationRef

      boolean hasCustomerDeregistrationRef()
       Reference to a CUSTOMER DEREGISTRATION.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 150:151]
       
      .uk.org.netex.www.netex.CustomerDeregistrationRefStructure customer_deregistration_ref = 621;
      Returns:
      Whether the customerDeregistrationRef field is set.
    • getCustomerDeregistrationRef

      CustomerDeregistrationRefStructure getCustomerDeregistrationRef()
       Reference to a CUSTOMER DEREGISTRATION.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 150:151]
       
      .uk.org.netex.www.netex.CustomerDeregistrationRefStructure customer_deregistration_ref = 621;
      Returns:
      The customerDeregistrationRef.
    • getCustomerDeregistrationRefOrBuilder

      CustomerDeregistrationRefStructureOrBuilder getCustomerDeregistrationRefOrBuilder()
       Reference to a CUSTOMER DEREGISTRATION.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 150:151]
       
      .uk.org.netex.www.netex.CustomerDeregistrationRefStructure customer_deregistration_ref = 621;
    • hasGroupOfTariffZonesRef

      boolean hasGroupOfTariffZonesRef()
       Reference to a GROUP OF TARIFF ZONEs.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 301:122]
       
      .uk.org.netex.www.netex.GroupOfTariffZonesRefStructure group_of_tariff_zones_ref = 623;
      Returns:
      Whether the groupOfTariffZonesRef field is set.
    • getGroupOfTariffZonesRef

      GroupOfTariffZonesRefStructure getGroupOfTariffZonesRef()
       Reference to a GROUP OF TARIFF ZONEs.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 301:122]
       
      .uk.org.netex.www.netex.GroupOfTariffZonesRefStructure group_of_tariff_zones_ref = 623;
      Returns:
      The groupOfTariffZonesRef.
    • getGroupOfTariffZonesRefOrBuilder

      GroupOfTariffZonesRefStructureOrBuilder getGroupOfTariffZonesRefOrBuilder()
       Reference to a GROUP OF TARIFF ZONEs.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 301:122]
       
      .uk.org.netex.www.netex.GroupOfTariffZonesRefStructure group_of_tariff_zones_ref = 623;
    • hasValidationEntryRef

      boolean hasValidationEntryRef()
       Reference to a VALIDATION ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 58:134]
       
      .uk.org.netex.www.netex.ValidationEntryRefStructure validation_entry_ref = 624;
      Returns:
      Whether the validationEntryRef field is set.
    • getValidationEntryRef

      ValidationEntryRefStructure getValidationEntryRef()
       Reference to a VALIDATION ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 58:134]
       
      .uk.org.netex.www.netex.ValidationEntryRefStructure validation_entry_ref = 624;
      Returns:
      The validationEntryRef.
    • getValidationEntryRefOrBuilder

      ValidationEntryRefStructureOrBuilder getValidationEntryRefOrBuilder()
       Reference to a VALIDATION ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 58:134]
       
      .uk.org.netex.www.netex.ValidationEntryRefStructure validation_entry_ref = 624;
    • hasPassengerTravelEntryRef

      boolean hasPassengerTravelEntryRef()
       Reference to a PASSENGER TRAVEL ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 84:144]
       
      .uk.org.netex.www.netex.PassengerTravelEntryRefStructure passenger_travel_entry_ref = 625;
      Returns:
      Whether the passengerTravelEntryRef field is set.
    • getPassengerTravelEntryRef

      PassengerTravelEntryRefStructure getPassengerTravelEntryRef()
       Reference to a PASSENGER TRAVEL ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 84:144]
       
      .uk.org.netex.www.netex.PassengerTravelEntryRefStructure passenger_travel_entry_ref = 625;
      Returns:
      The passengerTravelEntryRef.
    • getPassengerTravelEntryRefOrBuilder

      PassengerTravelEntryRefStructureOrBuilder getPassengerTravelEntryRefOrBuilder()
       Reference to a PASSENGER TRAVEL ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 84:144]
       
      .uk.org.netex.www.netex.PassengerTravelEntryRefStructure passenger_travel_entry_ref = 625;
    • hasPassengerValidateTravelEntryRef

      boolean hasPassengerValidateTravelEntryRef()
       Reference to a PASSENGER VALIDATE TRAVEL ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 110:160]
       
      .uk.org.netex.www.netex.PassengerValidateTravelEntryRefStructure passenger_validate_travel_entry_ref = 626;
      Returns:
      Whether the passengerValidateTravelEntryRef field is set.
    • getPassengerValidateTravelEntryRef

      PassengerValidateTravelEntryRefStructure getPassengerValidateTravelEntryRef()
       Reference to a PASSENGER VALIDATE TRAVEL ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 110:160]
       
      .uk.org.netex.www.netex.PassengerValidateTravelEntryRefStructure passenger_validate_travel_entry_ref = 626;
      Returns:
      The passengerValidateTravelEntryRef.
    • getPassengerValidateTravelEntryRefOrBuilder

      PassengerValidateTravelEntryRefStructureOrBuilder getPassengerValidateTravelEntryRefOrBuilder()
       Reference to a PASSENGER VALIDATE TRAVEL ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 110:160]
       
      .uk.org.netex.www.netex.PassengerValidateTravelEntryRefStructure passenger_validate_travel_entry_ref = 626;
    • hasPassengerUsedSameStopEntryRef

      boolean hasPassengerUsedSameStopEntryRef()
       Reference to a PASSENGER USED SAME STOP ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 136:156]
       
      .uk.org.netex.www.netex.PassengerUsedSameStopEntryRefStructure passenger_used_same_stop_entry_ref = 627;
      Returns:
      Whether the passengerUsedSameStopEntryRef field is set.
    • getPassengerUsedSameStopEntryRef

      PassengerUsedSameStopEntryRefStructure getPassengerUsedSameStopEntryRef()
       Reference to a PASSENGER USED SAME STOP ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 136:156]
       
      .uk.org.netex.www.netex.PassengerUsedSameStopEntryRefStructure passenger_used_same_stop_entry_ref = 627;
      Returns:
      The passengerUsedSameStopEntryRef.
    • getPassengerUsedSameStopEntryRefOrBuilder

      PassengerUsedSameStopEntryRefStructureOrBuilder getPassengerUsedSameStopEntryRefOrBuilder()
       Reference to a PASSENGER USED SAME STOP ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 136:156]
       
      .uk.org.netex.www.netex.PassengerUsedSameStopEntryRefStructure passenger_used_same_stop_entry_ref = 627;
    • hasNoAccessRightsOnAccountRef

      boolean hasNoAccessRightsOnAccountRef()
       Reference to a NO ACCESS RIGHTS ON ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 176:153]
       
      .uk.org.netex.www.netex.NoAccessRightsOnAccountRefStructure no_access_rights_on_account_ref = 628;
      Returns:
      Whether the noAccessRightsOnAccountRef field is set.
    • getNoAccessRightsOnAccountRef

      NoAccessRightsOnAccountRefStructure getNoAccessRightsOnAccountRef()
       Reference to a NO ACCESS RIGHTS ON ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 176:153]
       
      .uk.org.netex.www.netex.NoAccessRightsOnAccountRefStructure no_access_rights_on_account_ref = 628;
      Returns:
      The noAccessRightsOnAccountRef.
    • getNoAccessRightsOnAccountRefOrBuilder

      NoAccessRightsOnAccountRefStructureOrBuilder getNoAccessRightsOnAccountRefOrBuilder()
       Reference to a NO ACCESS RIGHTS ON ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 176:153]
       
      .uk.org.netex.www.netex.NoAccessRightsOnAccountRefStructure no_access_rights_on_account_ref = 628;
    • hasInsufficientAccessRightsOnAccountRef

      boolean hasInsufficientAccessRightsOnAccountRef()
       Reference to a NO ACCESS RIGHTS ON ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 202:173]
       
      .uk.org.netex.www.netex.InsufficientAccessRightsOnAccountRefStructure insufficient_access_rights_on_account_ref = 629;
      Returns:
      Whether the insufficientAccessRightsOnAccountRef field is set.
    • getInsufficientAccessRightsOnAccountRef

      InsufficientAccessRightsOnAccountRefStructure getInsufficientAccessRightsOnAccountRef()
       Reference to a NO ACCESS RIGHTS ON ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 202:173]
       
      .uk.org.netex.www.netex.InsufficientAccessRightsOnAccountRefStructure insufficient_access_rights_on_account_ref = 629;
      Returns:
      The insufficientAccessRightsOnAccountRef.
    • getInsufficientAccessRightsOnAccountRefOrBuilder

      InsufficientAccessRightsOnAccountRefStructureOrBuilder getInsufficientAccessRightsOnAccountRefOrBuilder()
       Reference to a NO ACCESS RIGHTS ON ACCOUNT.  [netex_part_3/part3_salesTransactions/netex_accountUse_support.xsd at 202:173]
       
      .uk.org.netex.www.netex.InsufficientAccessRightsOnAccountRefStructure insufficient_access_rights_on_account_ref = 629;
    • hasRevertingRef

      boolean hasRevertingRef()
       Reference to a REVERTING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 167:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reverting_ref = 630;
      Returns:
      Whether the revertingRef field is set.
    • getRevertingRef

      VersionOfObjectRefStructure getRevertingRef()
       Reference to a REVERTING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 167:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reverting_ref = 630;
      Returns:
      The revertingRef.
    • getRevertingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRevertingRefOrBuilder()
       Reference to a REVERTING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 167:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reverting_ref = 630;
    • hasMappingFulfilmentEntryRef

      boolean hasMappingFulfilmentEntryRef()
       Reference to a MAPPING FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 215:148]
       
      .uk.org.netex.www.netex.MappingFulfilmentEntryRefStructure mapping_fulfilment_entry_ref = 632;
      Returns:
      Whether the mappingFulfilmentEntryRef field is set.
    • getMappingFulfilmentEntryRef

      MappingFulfilmentEntryRefStructure getMappingFulfilmentEntryRef()
       Reference to a MAPPING FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 215:148]
       
      .uk.org.netex.www.netex.MappingFulfilmentEntryRefStructure mapping_fulfilment_entry_ref = 632;
      Returns:
      The mappingFulfilmentEntryRef.
    • getMappingFulfilmentEntryRefOrBuilder

      MappingFulfilmentEntryRefStructureOrBuilder getMappingFulfilmentEntryRefOrBuilder()
       Reference to a MAPPING FULFILMENT ENTRY.  [netex_part_3/part3_salesTransactions/netex_fareContract_logentries_support.xsd at 215:148]
       
      .uk.org.netex.www.netex.MappingFulfilmentEntryRefStructure mapping_fulfilment_entry_ref = 632;
    • hasSecurityPolicyRef

      boolean hasSecurityPolicyRef()
       Reference to a SECURITY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 309:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure security_policy_ref = 633;
      Returns:
      Whether the securityPolicyRef field is set.
    • getSecurityPolicyRef

      VersionOfObjectRefStructure getSecurityPolicyRef()
       Reference to a SECURITY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 309:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure security_policy_ref = 633;
      Returns:
      The securityPolicyRef.
    • getSecurityPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSecurityPolicyRefOrBuilder()
       Reference to a SECURITY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 309:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure security_policy_ref = 633;
    • hasOnboardValidityRef

      boolean hasOnboardValidityRef()
       Reference to a ONBOARD VALIDITY.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 702:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_validity_ref = 634;
      Returns:
      Whether the onboardValidityRef field is set.
    • getOnboardValidityRef

      VersionOfObjectRefStructure getOnboardValidityRef()
       Reference to a ONBOARD VALIDITY.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 702:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_validity_ref = 634;
      Returns:
      The onboardValidityRef.
    • getOnboardValidityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnboardValidityRefOrBuilder()
       Reference to a ONBOARD VALIDITY.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 702:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_validity_ref = 634;
    • hasSmartcardRef

      boolean hasSmartcardRef()
       Reference to a SMARTCARD. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 104:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure smartcard_ref = 649;
      Returns:
      Whether the smartcardRef field is set.
    • getSmartcardRef

      VersionOfObjectRefStructure getSmartcardRef()
       Reference to a SMARTCARD. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 104:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure smartcard_ref = 649;
      Returns:
      The smartcardRef.
    • getSmartcardRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSmartcardRefOrBuilder()
       Reference to a SMARTCARD. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 104:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure smartcard_ref = 649;
    • hasEmvCardRef

      boolean hasEmvCardRef()
       Reference to a EMV CARD. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 130:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure emv_card_ref = 650;
      Returns:
      Whether the emvCardRef field is set.
    • getEmvCardRef

       Reference to a EMV CARD. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 130:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure emv_card_ref = 650;
      Returns:
      The emvCardRef.
    • getEmvCardRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEmvCardRefOrBuilder()
       Reference to a EMV CARD. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 130:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure emv_card_ref = 650;
    • hasMobileDeviceRef

      boolean hasMobileDeviceRef()
       Reference to a MOBILE DEVICE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 156:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobile_device_ref = 651;
      Returns:
      Whether the mobileDeviceRef field is set.
    • getMobileDeviceRef

      VersionOfObjectRefStructure getMobileDeviceRef()
       Reference to a MOBILE DEVICE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 156:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobile_device_ref = 651;
      Returns:
      The mobileDeviceRef.
    • getMobileDeviceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMobileDeviceRefOrBuilder()
       Reference to a MOBILE DEVICE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 156:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobile_device_ref = 651;
    • hasMediumApplicationInstanceRef

      boolean hasMediumApplicationInstanceRef()
       Reference to a MEDIUM APPLICATION INSTANCE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 194:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure medium_application_instance_ref = 652;
      Returns:
      Whether the mediumApplicationInstanceRef field is set.
    • getMediumApplicationInstanceRef

      VersionOfObjectRefStructure getMediumApplicationInstanceRef()
       Reference to a MEDIUM APPLICATION INSTANCE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 194:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure medium_application_instance_ref = 652;
      Returns:
      The mediumApplicationInstanceRef.
    • getMediumApplicationInstanceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMediumApplicationInstanceRefOrBuilder()
       Reference to a MEDIUM APPLICATION INSTANCE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 194:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure medium_application_instance_ref = 652;
    • hasTypeOfMediumAccessDeviceRef

      boolean hasTypeOfMediumAccessDeviceRef()
       Reference to a TYPE OF MEDIUM ACCESS DEVICE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 220:146]
       
      .uk.org.netex.www.netex.TypeOfMediumAccessDeviceRefStructure type_of_medium_access_device_ref = 653;
      Returns:
      Whether the typeOfMediumAccessDeviceRef field is set.
    • getTypeOfMediumAccessDeviceRef

      TypeOfMediumAccessDeviceRefStructure getTypeOfMediumAccessDeviceRef()
       Reference to a TYPE OF MEDIUM ACCESS DEVICE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 220:146]
       
      .uk.org.netex.www.netex.TypeOfMediumAccessDeviceRefStructure type_of_medium_access_device_ref = 653;
      Returns:
      The typeOfMediumAccessDeviceRef.
    • getTypeOfMediumAccessDeviceRefOrBuilder

      TypeOfMediumAccessDeviceRefStructureOrBuilder getTypeOfMediumAccessDeviceRefOrBuilder()
       Reference to a TYPE OF MEDIUM ACCESS DEVICE. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 220:146]
       
      .uk.org.netex.www.netex.TypeOfMediumAccessDeviceRefStructure type_of_medium_access_device_ref = 653;
    • hasMediumAccessDeviceSecurityListingRef

      boolean hasMediumAccessDeviceSecurityListingRef()
       Reference to a MEDIUM ACCESS DEVICE SECURITY LISTING. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 258:151]
       
      .uk.org.netex.www.netex.MediumAccessDeviceSecurityListingRefStructure medium_access_device_security_listing_ref = 654;
      Returns:
      Whether the mediumAccessDeviceSecurityListingRef field is set.
    • getMediumAccessDeviceSecurityListingRef

      MediumAccessDeviceSecurityListingRefStructure getMediumAccessDeviceSecurityListingRef()
       Reference to a MEDIUM ACCESS DEVICE SECURITY LISTING. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 258:151]
       
      .uk.org.netex.www.netex.MediumAccessDeviceSecurityListingRefStructure medium_access_device_security_listing_ref = 654;
      Returns:
      The mediumAccessDeviceSecurityListingRef.
    • getMediumAccessDeviceSecurityListingRefOrBuilder

      MediumAccessDeviceSecurityListingRefStructureOrBuilder getMediumAccessDeviceSecurityListingRefOrBuilder()
       Reference to a MEDIUM ACCESS DEVICE SECURITY LISTING. +v1.2.2  [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 258:151]
       
      .uk.org.netex.www.netex.MediumAccessDeviceSecurityListingRefStructure medium_access_device_security_listing_ref = 654;
    • hasCustomerPaymentMeansRef

      boolean hasCustomerPaymentMeansRef()
       Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2  [netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd at 79:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_payment_means_ref = 655;
      Returns:
      Whether the customerPaymentMeansRef field is set.
    • getCustomerPaymentMeansRef

      VersionOfObjectRefStructure getCustomerPaymentMeansRef()
       Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2  [netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd at 79:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_payment_means_ref = 655;
      Returns:
      The customerPaymentMeansRef.
    • getCustomerPaymentMeansRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerPaymentMeansRefOrBuilder()
       Reference to a CUSTOMER PAYMENT MEANS . +v1.2.2  [netex_part_3/part3_salesTransactions/netex_customerPaymentMeans_support.xsd at 79:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_payment_means_ref = 655;
    • hasIndividualTravellerRef

      boolean hasIndividualTravellerRef()
       Reference to a INDIVIDUAL TRAVELLER. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 78:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure individual_traveller_ref = 670;
      Returns:
      Whether the individualTravellerRef field is set.
    • getIndividualTravellerRef

      VersionOfObjectRefStructure getIndividualTravellerRef()
       Reference to a INDIVIDUAL TRAVELLER. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 78:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure individual_traveller_ref = 670;
      Returns:
      The individualTravellerRef.
    • getIndividualTravellerRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getIndividualTravellerRefOrBuilder()
       Reference to a INDIVIDUAL TRAVELLER. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 78:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure individual_traveller_ref = 670;
    • hasVehiclePoolingDriverInfoRef

      boolean hasVehiclePoolingDriverInfoRef()
       Reference to a VEHICLE POOLING DRIVER INFO. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 116:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_driver_info_ref = 671;
      Returns:
      Whether the vehiclePoolingDriverInfoRef field is set.
    • getVehiclePoolingDriverInfoRef

      VersionOfObjectRefStructure getVehiclePoolingDriverInfoRef()
       Reference to a VEHICLE POOLING DRIVER INFO. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 116:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_driver_info_ref = 671;
      Returns:
      The vehiclePoolingDriverInfoRef.
    • getVehiclePoolingDriverInfoRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingDriverInfoRefOrBuilder()
       Reference to a VEHICLE POOLING DRIVER INFO. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 116:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_driver_info_ref = 671;
    • hasIndividualPassengerInfoRef

      boolean hasIndividualPassengerInfoRef()
       Reference to a INDIVIDUAL PASSENGER  INFO. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 165:148]
       
      .uk.org.netex.www.netex.IndividualPassengerInfoRefStructure individual_passenger_info_ref = 672;
      Returns:
      Whether the individualPassengerInfoRef field is set.
    • getIndividualPassengerInfoRef

      IndividualPassengerInfoRefStructure getIndividualPassengerInfoRef()
       Reference to a INDIVIDUAL PASSENGER  INFO. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 165:148]
       
      .uk.org.netex.www.netex.IndividualPassengerInfoRefStructure individual_passenger_info_ref = 672;
      Returns:
      The individualPassengerInfoRef.
    • getIndividualPassengerInfoRefOrBuilder

      IndividualPassengerInfoRefStructureOrBuilder getIndividualPassengerInfoRefOrBuilder()
       Reference to a INDIVIDUAL PASSENGER  INFO. +v1.2.2  [netex_part_5/part5_fm/netex_nm_individualTraveller_support.xsd at 165:148]
       
      .uk.org.netex.www.netex.IndividualPassengerInfoRefStructure individual_passenger_info_ref = 672;
    • hasServiceAccessCodeRef

      boolean hasServiceAccessCodeRef()
       Reference to a SERVICE ACCESS CODE. +v1.2.2  [netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd at 79:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_code_ref = 673;
      Returns:
      Whether the serviceAccessCodeRef field is set.
    • getServiceAccessCodeRef

      VersionOfObjectRefStructure getServiceAccessCodeRef()
       Reference to a SERVICE ACCESS CODE. +v1.2.2  [netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd at 79:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_code_ref = 673;
      Returns:
      The serviceAccessCodeRef.
    • getServiceAccessCodeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceAccessCodeRefOrBuilder()
       Reference to a SERVICE ACCESS CODE. +v1.2.2  [netex_part_5/part5_fm/netex_nm_accessCredentialsAssignment_support.xsd at 79:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_code_ref = 673;
    • hasTripPatternTripRef

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

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

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

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

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

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

      boolean hasTripLegRef()
       Reference to a TRIP LEG.  [netex_part_3/part3_fares/netex_trip_support.xsd at 117:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_leg_ref = 676;
      Returns:
      Whether the tripLegRef field is set.
    • getTripLegRef

       Reference to a TRIP LEG.  [netex_part_3/part3_fares/netex_trip_support.xsd at 117:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_leg_ref = 676;
      Returns:
      The tripLegRef.
    • getTripLegRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTripLegRefOrBuilder()
       Reference to a TRIP LEG.  [netex_part_3/part3_fares/netex_trip_support.xsd at 117:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_leg_ref = 676;
    • hasMonitoredVehicleSharingParkingBayRef

      boolean hasMonitoredVehicleSharingParkingBayRef()
       Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 69:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure monitored_vehicle_sharing_parking_bay_ref = 678;
      Returns:
      Whether the monitoredVehicleSharingParkingBayRef field is set.
    • getMonitoredVehicleSharingParkingBayRef

      VersionOfObjectRefStructure getMonitoredVehicleSharingParkingBayRef()
       Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 69:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure monitored_vehicle_sharing_parking_bay_ref = 678;
      Returns:
      The monitoredVehicleSharingParkingBayRef.
    • getMonitoredVehicleSharingParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMonitoredVehicleSharingParkingBayRefOrBuilder()
       Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 69:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure monitored_vehicle_sharing_parking_bay_ref = 678;
    • hasParkingBayStatusRef

      boolean hasParkingBayStatusRef()
       Reference to a PARKING BAY STATUS. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 95:130]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure parking_bay_status_ref = 679;
      Returns:
      Whether the parkingBayStatusRef field is set.
    • getParkingBayStatusRef

      ParkingBayStatusRefStructure getParkingBayStatusRef()
       Reference to a PARKING BAY STATUS. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 95:130]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure parking_bay_status_ref = 679;
      Returns:
      The parkingBayStatusRef.
    • getParkingBayStatusRefOrBuilder

      ParkingBayStatusRefStructureOrBuilder getParkingBayStatusRefOrBuilder()
       Reference to a PARKING BAY STATUS. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 95:130]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure parking_bay_status_ref = 679;
    • hasRentalAvailabilityRef

      boolean hasRentalAvailabilityRef()
       Reference to a RENTAL AVAILABILITY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 133:132]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure rental_availability_ref = 680;
      Returns:
      Whether the rentalAvailabilityRef field is set.
    • getRentalAvailabilityRef

      ParkingBayStatusRefStructure getRentalAvailabilityRef()
       Reference to a RENTAL AVAILABILITY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 133:132]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure rental_availability_ref = 680;
      Returns:
      The rentalAvailabilityRef.
    • getRentalAvailabilityRefOrBuilder

      ParkingBayStatusRefStructureOrBuilder getRentalAvailabilityRefOrBuilder()
       Reference to a RENTAL AVAILABILITY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 133:132]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure rental_availability_ref = 680;
    • hasParkingBayConditionRef

      boolean hasParkingBayConditionRef()
       Reference to a PARKING BAY CONDITION. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 159:133]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure parking_bay_condition_ref = 681;
      Returns:
      Whether the parkingBayConditionRef field is set.
    • getParkingBayConditionRef

      ParkingBayStatusRefStructure getParkingBayConditionRef()
       Reference to a PARKING BAY CONDITION. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 159:133]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure parking_bay_condition_ref = 681;
      Returns:
      The parkingBayConditionRef.
    • getParkingBayConditionRefOrBuilder

      ParkingBayStatusRefStructureOrBuilder getParkingBayConditionRefOrBuilder()
       Reference to a PARKING BAY CONDITION. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 159:133]
       
      .uk.org.netex.www.netex.ParkingBayStatusRefStructure parking_bay_condition_ref = 681;
    • hasVehiclePoolerProfileRef

      boolean hasVehiclePoolerProfileRef()
       Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd at 66:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooler_profile_ref = 682;
      Returns:
      Whether the vehiclePoolerProfileRef field is set.
    • getVehiclePoolerProfileRef

      VersionOfObjectRefStructure getVehiclePoolerProfileRef()
       Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd at 66:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooler_profile_ref = 682;
      Returns:
      The vehiclePoolerProfileRef.
    • getVehiclePoolerProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolerProfileRefOrBuilder()
       Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd at 66:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooler_profile_ref = 682;
    • hasRentalPenaltyPolicyRef

      boolean hasRentalPenaltyPolicyRef()
       Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_penalty_policy_ref = 683;
      Returns:
      Whether the rentalPenaltyPolicyRef field is set.
    • getRentalPenaltyPolicyRef

      VersionOfObjectRefStructure getRentalPenaltyPolicyRef()
       Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_penalty_policy_ref = 683;
      Returns:
      The rentalPenaltyPolicyRef.
    • getRentalPenaltyPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRentalPenaltyPolicyRefOrBuilder()
       Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_penalty_policy_ref = 683;
    • hasRentalOptionRef

      boolean hasRentalOptionRef()
       Reference to a RENTAL OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 112:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_option_ref = 684;
      Returns:
      Whether the rentalOptionRef field is set.
    • getRentalOptionRef

      VersionOfObjectRefStructure getRentalOptionRef()
       Reference to a RENTAL OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 112:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_option_ref = 684;
      Returns:
      The rentalOptionRef.
    • getRentalOptionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRentalOptionRefOrBuilder()
       Reference to a RENTAL OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 112:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_option_ref = 684;
    • hasAdditionalDriverOptionRef

      boolean hasAdditionalDriverOptionRef()
       Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 138:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure additional_driver_option_ref = 685;
      Returns:
      Whether the additionalDriverOptionRef field is set.
    • getAdditionalDriverOptionRef

      VersionOfObjectRefStructure getAdditionalDriverOptionRef()
       Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 138:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure additional_driver_option_ref = 685;
      Returns:
      The additionalDriverOptionRef.
    • getAdditionalDriverOptionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAdditionalDriverOptionRefOrBuilder()
       Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 138:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure additional_driver_option_ref = 685;
    • hasMobilityServiceFrameRef

      boolean hasMobilityServiceFrameRef()
       Reference to a MOBILITY SERVICE FRAME.  [netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd at 79:139]
       
      .uk.org.netex.www.netex.MobilityServiceFrameRefStructure mobility_service_frame_ref = 686;
      Returns:
      Whether the mobilityServiceFrameRef field is set.
    • getMobilityServiceFrameRef

      MobilityServiceFrameRefStructure getMobilityServiceFrameRef()
       Reference to a MOBILITY SERVICE FRAME.  [netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd at 79:139]
       
      .uk.org.netex.www.netex.MobilityServiceFrameRefStructure mobility_service_frame_ref = 686;
      Returns:
      The mobilityServiceFrameRef.
    • getMobilityServiceFrameRefOrBuilder

      MobilityServiceFrameRefStructureOrBuilder getMobilityServiceFrameRefOrBuilder()
       Reference to a MOBILITY SERVICE FRAME.  [netex_part_5/part5_frames/netex_nm_mobilityServiceFrame_version.xsd at 79:139]
       
      .uk.org.netex.www.netex.MobilityServiceFrameRefStructure mobility_service_frame_ref = 686;
    • hasMobilityJourneyFrameRef

      boolean hasMobilityJourneyFrameRef()
       Reference to a MOBILITY JOURNEY FRAME.  [netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd at 75:139]
       
      .uk.org.netex.www.netex.MobilityJourneyFrameRefStructure mobility_journey_frame_ref = 687;
      Returns:
      Whether the mobilityJourneyFrameRef field is set.
    • getMobilityJourneyFrameRef

      MobilityJourneyFrameRefStructure getMobilityJourneyFrameRef()
       Reference to a MOBILITY JOURNEY FRAME.  [netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd at 75:139]
       
      .uk.org.netex.www.netex.MobilityJourneyFrameRefStructure mobility_journey_frame_ref = 687;
      Returns:
      The mobilityJourneyFrameRef.
    • getMobilityJourneyFrameRefOrBuilder

      MobilityJourneyFrameRefStructureOrBuilder getMobilityJourneyFrameRefOrBuilder()
       Reference to a MOBILITY JOURNEY FRAME.  [netex_part_5/part5_frames/netex_nm_mobilityJourneyFrame_version.xsd at 75:139]
       
      .uk.org.netex.www.netex.MobilityJourneyFrameRefStructure mobility_journey_frame_ref = 687;
    • hasUicOperatingPeriodRef

      boolean hasUicOperatingPeriodRef()
       Reference to an UIC OPERATING PERIOD.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 140:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure uic_operating_period_ref = 688;
      Returns:
      Whether the uicOperatingPeriodRef field is set.
    • getUicOperatingPeriodRef

      VersionOfObjectRefStructure getUicOperatingPeriodRef()
       Reference to an UIC OPERATING PERIOD.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 140:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure uic_operating_period_ref = 688;
      Returns:
      The uicOperatingPeriodRef.
    • getUicOperatingPeriodRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUicOperatingPeriodRefOrBuilder()
       Reference to an UIC OPERATING PERIOD.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 140:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure uic_operating_period_ref = 688;
    • hasContactRef

      boolean hasContactRef()
       Reference to a CONTACT. +v1.2.2  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 472:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contact_ref = 689;
      Returns:
      Whether the contactRef field is set.
    • getContactRef

       Reference to a CONTACT. +v1.2.2  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 472:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contact_ref = 689;
      Returns:
      The contactRef.
    • getContactRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getContactRefOrBuilder()
       Reference to a CONTACT. +v1.2.2  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 472:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contact_ref = 689;
    • hasAllPublicTransportOrganisationsRef

      boolean hasAllPublicTransportOrganisationsRef()
       Reference to all PUBLIC TRANSPORT ORGANISATIONs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 120:157]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_public_transport_organisations_ref = 690;
      Returns:
      Whether the allPublicTransportOrganisationsRef field is set.
    • getAllPublicTransportOrganisationsRef

      VersionOfObjectRefStructure getAllPublicTransportOrganisationsRef()
       Reference to all PUBLIC TRANSPORT ORGANISATIONs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 120:157]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_public_transport_organisations_ref = 690;
      Returns:
      The allPublicTransportOrganisationsRef.
    • getAllPublicTransportOrganisationsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllPublicTransportOrganisationsRefOrBuilder()
       Reference to all PUBLIC TRANSPORT ORGANISATIONs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 120:157]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_public_transport_organisations_ref = 690;
    • hasScheduledModeOfOperationRef

      boolean hasScheduledModeOfOperationRef()
       Reference to a SCHEDULED MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 116:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_mode_of_operation_ref = 691;
      Returns:
      Whether the scheduledModeOfOperationRef field is set.
    • getScheduledModeOfOperationRef

      VersionOfObjectRefStructure getScheduledModeOfOperationRef()
       Reference to a SCHEDULED MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 116:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_mode_of_operation_ref = 691;
      Returns:
      The scheduledModeOfOperationRef.
    • getScheduledModeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getScheduledModeOfOperationRefOrBuilder()
       Reference to a SCHEDULED MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 116:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_mode_of_operation_ref = 691;
    • hasFlexibleModeOfOperationRef

      boolean hasFlexibleModeOfOperationRef()
       Reference to a FLEXIBLE MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 151:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_mode_of_operation_ref = 692;
      Returns:
      Whether the flexibleModeOfOperationRef field is set.
    • getFlexibleModeOfOperationRef

      VersionOfObjectRefStructure getFlexibleModeOfOperationRef()
       Reference to a FLEXIBLE MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 151:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_mode_of_operation_ref = 692;
      Returns:
      The flexibleModeOfOperationRef.
    • getFlexibleModeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleModeOfOperationRefOrBuilder()
       Reference to a FLEXIBLE MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 151:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_mode_of_operation_ref = 692;
    • hasVehicleRentalRef

      boolean hasVehicleRentalRef()
       Reference to a VEHICLE RENTAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 213:154]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_ref = 693;
      Returns:
      Whether the vehicleRentalRef field is set.
    • getVehicleRentalRef

      VersionOfObjectRefStructure getVehicleRentalRef()
       Reference to a VEHICLE RENTAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 213:154]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_ref = 693;
      Returns:
      The vehicleRentalRef.
    • getVehicleRentalRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleRentalRefOrBuilder()
       Reference to a VEHICLE RENTAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 213:154]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_ref = 693;
    • hasVehicleSharingRef

      boolean hasVehicleSharingRef()
       Reference to a VEHICLE SHARING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 248:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_ref = 694;
      Returns:
      Whether the vehicleSharingRef field is set.
    • getVehicleSharingRef

      VersionOfObjectRefStructure getVehicleSharingRef()
       Reference to a VEHICLE SHARING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 248:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_ref = 694;
      Returns:
      The vehicleSharingRef.
    • getVehicleSharingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingRefOrBuilder()
       Reference to a VEHICLE SHARING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 248:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_ref = 694;
    • hasVehiclePoolingRef

      boolean hasVehiclePoolingRef()
       Reference to a VEHICLE POOLING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 284:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_ref = 695;
      Returns:
      Whether the vehiclePoolingRef field is set.
    • getVehiclePoolingRef

      VersionOfObjectRefStructure getVehiclePoolingRef()
       Reference to a VEHICLE POOLING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 284:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_ref = 695;
      Returns:
      The vehiclePoolingRef.
    • getVehiclePoolingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingRefOrBuilder()
       Reference to a VEHICLE POOLING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 284:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_ref = 695;
    • hasPersonalModeOfOperationRef

      boolean hasPersonalModeOfOperationRef()
       Reference to a PERSONAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 325:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure personal_mode_of_operation_ref = 696;
      Returns:
      Whether the personalModeOfOperationRef field is set.
    • getPersonalModeOfOperationRef

      VersionOfObjectRefStructure getPersonalModeOfOperationRef()
       Reference to a PERSONAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 325:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure personal_mode_of_operation_ref = 696;
      Returns:
      The personalModeOfOperationRef.
    • getPersonalModeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPersonalModeOfOperationRefOrBuilder()
       Reference to a PERSONAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 325:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure personal_mode_of_operation_ref = 696;
    • hasTypeOfModeOfOperationRef

      boolean hasTypeOfModeOfOperationRef()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 697;
      Returns:
      Whether the typeOfModeOfOperationRef field is set.
    • getTypeOfModeOfOperationRef

      TypeOfModeOfOperationRefStructure getTypeOfModeOfOperationRef()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 697;
      Returns:
      The typeOfModeOfOperationRef.
    • getTypeOfModeOfOperationRefOrBuilder

      TypeOfModeOfOperationRefStructureOrBuilder getTypeOfModeOfOperationRefOrBuilder()
       Reference to a TYPE OF MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 360:124]
       
      .uk.org.netex.www.netex.TypeOfModeOfOperationRefStructure type_of_mode_of_operation_ref = 697;
    • hasTransportTypeRef

      boolean hasTransportTypeRef()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 698;
      Returns:
      Whether the transportTypeRef field is set.
    • getTransportTypeRef

      VersionOfObjectRefStructure getTransportTypeRef()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 698;
      Returns:
      The transportTypeRef.
    • getTransportTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTransportTypeRefOrBuilder()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 698;
    • hasSimpleVehicleTypeRef

      boolean hasSimpleVehicleTypeRef()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 699;
      Returns:
      Whether the simpleVehicleTypeRef field is set.
    • getSimpleVehicleTypeRef

      VersionOfObjectRefStructure getSimpleVehicleTypeRef()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 699;
      Returns:
      The simpleVehicleTypeRef.
    • getSimpleVehicleTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSimpleVehicleTypeRefOrBuilder()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 699;
    • hasVehicleProfileRef

      boolean hasVehicleProfileRef()
       Reference to a VEHICLE PROFILE  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 514:113]
       
      .uk.org.netex.www.netex.VehicleProfileRefStructure vehicle_profile_ref = 700;
      Returns:
      Whether the vehicleProfileRef field is set.
    • getVehicleProfileRef

      VehicleProfileRefStructure getVehicleProfileRef()
       Reference to a VEHICLE PROFILE  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 514:113]
       
      .uk.org.netex.www.netex.VehicleProfileRefStructure vehicle_profile_ref = 700;
      Returns:
      The vehicleProfileRef.
    • getVehicleProfileRefOrBuilder

      VehicleProfileRefStructureOrBuilder getVehicleProfileRefOrBuilder()
       Reference to a VEHICLE PROFILE  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 514:113]
       
      .uk.org.netex.www.netex.VehicleProfileRefStructure vehicle_profile_ref = 700;
    • hasModeRestrictionAssessmentRef

      boolean hasModeRestrictionAssessmentRef()
       Reference to MODE RESTRICTION ASSESSMENT. +v1.2.2  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 256:135]
       
      .uk.org.netex.www.netex.ModeRestrictionAssessmentRefStructure mode_restriction_assessment_ref = 701;
      Returns:
      Whether the modeRestrictionAssessmentRef field is set.
    • getModeRestrictionAssessmentRef

      ModeRestrictionAssessmentRefStructure getModeRestrictionAssessmentRef()
       Reference to MODE RESTRICTION ASSESSMENT. +v1.2.2  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 256:135]
       
      .uk.org.netex.www.netex.ModeRestrictionAssessmentRefStructure mode_restriction_assessment_ref = 701;
      Returns:
      The modeRestrictionAssessmentRef.
    • getModeRestrictionAssessmentRefOrBuilder

      ModeRestrictionAssessmentRefStructureOrBuilder getModeRestrictionAssessmentRefOrBuilder()
       Reference to MODE RESTRICTION ASSESSMENT. +v1.2.2  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 256:135]
       
      .uk.org.netex.www.netex.ModeRestrictionAssessmentRefStructure mode_restriction_assessment_ref = 701;
    • hasTypeOfBatteryChemistryRef

      boolean hasTypeOfBatteryChemistryRef()
       Reference to a TYPE OF BATTERY CHEMISTRY. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 140:143]
       
      .uk.org.netex.www.netex.TypeOfBatteryChemistryRefStructure type_of_battery_chemistry_ref = 702;
      Returns:
      Whether the typeOfBatteryChemistryRef field is set.
    • getTypeOfBatteryChemistryRef

      TypeOfBatteryChemistryRefStructure getTypeOfBatteryChemistryRef()
       Reference to a TYPE OF BATTERY CHEMISTRY. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 140:143]
       
      .uk.org.netex.www.netex.TypeOfBatteryChemistryRefStructure type_of_battery_chemistry_ref = 702;
      Returns:
      The typeOfBatteryChemistryRef.
    • getTypeOfBatteryChemistryRefOrBuilder

      TypeOfBatteryChemistryRefStructureOrBuilder getTypeOfBatteryChemistryRefOrBuilder()
       Reference to a TYPE OF BATTERY CHEMISTRY. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 140:143]
       
      .uk.org.netex.www.netex.TypeOfBatteryChemistryRefStructure type_of_battery_chemistry_ref = 702;
    • hasTypeOfPlugRef

      boolean hasTypeOfPlugRef()
       Reference to a TYPE OF PLUG. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 166:119]
       
      .uk.org.netex.www.netex.TypeOfPlugRefStructure type_of_plug_ref = 703;
      Returns:
      Whether the typeOfPlugRef field is set.
    • getTypeOfPlugRef

      TypeOfPlugRefStructure getTypeOfPlugRef()
       Reference to a TYPE OF PLUG. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 166:119]
       
      .uk.org.netex.www.netex.TypeOfPlugRefStructure type_of_plug_ref = 703;
      Returns:
      The typeOfPlugRef.
    • getTypeOfPlugRefOrBuilder

      TypeOfPlugRefStructureOrBuilder getTypeOfPlugRefOrBuilder()
       Reference to a TYPE OF PLUG. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 166:119]
       
      .uk.org.netex.www.netex.TypeOfPlugRefStructure type_of_plug_ref = 703;
    • hasChargingEquipmentProfileRef

      boolean hasChargingEquipmentProfileRef()
       Identifier of an CHARGING EQUIPMENT PROFILE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd at 60:141]
       
      .uk.org.netex.www.netex.ChargingEquipmentProfileRefStructure charging_equipment_profile_ref = 704;
      Returns:
      Whether the chargingEquipmentProfileRef field is set.
    • getChargingEquipmentProfileRef

      ChargingEquipmentProfileRefStructure getChargingEquipmentProfileRef()
       Identifier of an CHARGING EQUIPMENT PROFILE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd at 60:141]
       
      .uk.org.netex.www.netex.ChargingEquipmentProfileRefStructure charging_equipment_profile_ref = 704;
      Returns:
      The chargingEquipmentProfileRef.
    • getChargingEquipmentProfileRefOrBuilder

      ChargingEquipmentProfileRefStructureOrBuilder getChargingEquipmentProfileRefOrBuilder()
       Identifier of an CHARGING EQUIPMENT PROFILE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_chargingEquipmentProfile_support.xsd at 60:141]
       
      .uk.org.netex.www.netex.ChargingEquipmentProfileRefStructure charging_equipment_profile_ref = 704;
    • hasCarModelProfileRef

      boolean hasCarModelProfileRef()
       Reference to a CAR MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 92:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_model_profile_ref = 705;
      Returns:
      Whether the carModelProfileRef field is set.
    • getCarModelProfileRef

      VersionOfObjectRefStructure getCarModelProfileRef()
       Reference to a CAR MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 92:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_model_profile_ref = 705;
      Returns:
      The carModelProfileRef.
    • getCarModelProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCarModelProfileRefOrBuilder()
       Reference to a CAR MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 92:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_model_profile_ref = 705;
    • hasCycleModelProfileRef

      boolean hasCycleModelProfileRef()
       Reference to a CYCLE MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 118:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_model_profile_ref = 706;
      Returns:
      Whether the cycleModelProfileRef field is set.
    • getCycleModelProfileRef

      VersionOfObjectRefStructure getCycleModelProfileRef()
       Reference to a CYCLE MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 118:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_model_profile_ref = 706;
      Returns:
      The cycleModelProfileRef.
    • getCycleModelProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCycleModelProfileRefOrBuilder()
       Reference to a CYCLE MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 118:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_model_profile_ref = 706;
    • hasFleetRef

      boolean hasFleetRef()
       Reference to a FLEET. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd at 77:96]
       
      .uk.org.netex.www.netex.FleetRefStructure fleet_ref = 707;
      Returns:
      Whether the fleetRef field is set.
    • getFleetRef

      FleetRefStructure getFleetRef()
       Reference to a FLEET. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd at 77:96]
       
      .uk.org.netex.www.netex.FleetRefStructure fleet_ref = 707;
      Returns:
      The fleetRef.
    • getFleetRefOrBuilder

      FleetRefStructureOrBuilder getFleetRefOrBuilder()
       Reference to a FLEET. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd at 77:96]
       
      .uk.org.netex.www.netex.FleetRefStructure fleet_ref = 707;
    • hasTypeOfFleetRef

      boolean hasTypeOfFleetRef()
       Reference to a TYPE OF FLEET. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd at 103:120]
       
      .uk.org.netex.www.netex.TypeOfFleetRefStructure type_of_fleet_ref = 708;
      Returns:
      Whether the typeOfFleetRef field is set.
    • getTypeOfFleetRef

      TypeOfFleetRefStructure getTypeOfFleetRef()
       Reference to a TYPE OF FLEET. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd at 103:120]
       
      .uk.org.netex.www.netex.TypeOfFleetRefStructure type_of_fleet_ref = 708;
      Returns:
      The typeOfFleetRef.
    • getTypeOfFleetRefOrBuilder

      TypeOfFleetRefStructureOrBuilder getTypeOfFleetRefOrBuilder()
       Reference to a TYPE OF FLEET. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleet_support.xsd at 103:120]
       
      .uk.org.netex.www.netex.TypeOfFleetRefStructure type_of_fleet_ref = 708;
    • hasTypeOfParkingRef

      boolean hasTypeOfParkingRef()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 709;
      Returns:
      Whether the typeOfParkingRef field is set.
    • getTypeOfParkingRef

      VersionOfObjectRefStructure getTypeOfParkingRef()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 709;
      Returns:
      The typeOfParkingRef.
    • getTypeOfParkingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfParkingRefOrBuilder()
       Reference to a TYPE OF PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 571:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_parking_ref = 709;
    • hasTaxiRankRef

      boolean hasTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 710;
      Returns:
      Whether the taxiRankRef field is set.
    • getTaxiRankRef

      VersionOfObjectRefStructure getTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 710;
      Returns:
      The taxiRankRef.
    • getTaxiRankRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiRankRefOrBuilder()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 710;
    • hasTaxiStandRef

      boolean hasTaxiStandRef()
       Reference to a TAXI STAND. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 711;
      Returns:
      Whether the taxiStandRef field is set.
    • getTaxiStandRef

      VersionOfObjectRefStructure getTaxiStandRef()
       Reference to a TAXI STAND. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 711;
      Returns:
      The taxiStandRef.
    • getTaxiStandRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiStandRefOrBuilder()
       Reference to a TAXI STAND. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 711;
    • hasTaxiParkingAreaRef

      boolean hasTaxiParkingAreaRef()
       Reference to a TAXI PARKING AREA. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 132:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_parking_area_ref = 712;
      Returns:
      Whether the taxiParkingAreaRef field is set.
    • getTaxiParkingAreaRef

      VersionOfObjectRefStructure getTaxiParkingAreaRef()
       Reference to a TAXI PARKING AREA. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 132:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_parking_area_ref = 712;
      Returns:
      The taxiParkingAreaRef.
    • getTaxiParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiParkingAreaRefOrBuilder()
       Reference to a TAXI PARKING AREA. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 132:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_parking_area_ref = 712;
    • hasTypeOfMobilityServiceRef

      boolean hasTypeOfMobilityServiceRef()
       Reference to a TYPE OF MobilityService. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 293:124]
       
      .uk.org.netex.www.netex.TypeOfMobilityServiceRefStructure type_of_mobility_service_ref = 713;
      Returns:
      Whether the typeOfMobilityServiceRef field is set.
    • getTypeOfMobilityServiceRef

      TypeOfMobilityServiceRefStructure getTypeOfMobilityServiceRef()
       Reference to a TYPE OF MobilityService. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 293:124]
       
      .uk.org.netex.www.netex.TypeOfMobilityServiceRefStructure type_of_mobility_service_ref = 713;
      Returns:
      The typeOfMobilityServiceRef.
    • getTypeOfMobilityServiceRefOrBuilder

      TypeOfMobilityServiceRefStructureOrBuilder getTypeOfMobilityServiceRefOrBuilder()
       Reference to a TYPE OF MobilityService. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 293:124]
       
      .uk.org.netex.www.netex.TypeOfMobilityServiceRefStructure type_of_mobility_service_ref = 713;
    • hasOnlineServiceOperatorRef

      boolean hasOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 714;
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 714;
      Returns:
      The onlineServiceOperatorRef.
    • getOnlineServiceOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 714;
    • hasVehicleMeetingPlaceRef

      boolean hasVehicleMeetingPlaceRef()
       Reference to a VEHICLE MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 67:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_place_ref = 715;
      Returns:
      Whether the vehicleMeetingPlaceRef field is set.
    • getVehicleMeetingPlaceRef

      VersionOfObjectRefStructure getVehicleMeetingPlaceRef()
       Reference to a VEHICLE MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 67:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_place_ref = 715;
      Returns:
      The vehicleMeetingPlaceRef.
    • getVehicleMeetingPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleMeetingPlaceRefOrBuilder()
       Reference to a VEHICLE MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 67:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_place_ref = 715;
    • hasVehiclePoolingMeetingPlaceRef

      boolean hasVehiclePoolingMeetingPlaceRef()
       Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 93:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_meeting_place_ref = 716;
      Returns:
      Whether the vehiclePoolingMeetingPlaceRef field is set.
    • getVehiclePoolingMeetingPlaceRef

      VersionOfObjectRefStructure getVehiclePoolingMeetingPlaceRef()
       Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 93:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_meeting_place_ref = 716;
      Returns:
      The vehiclePoolingMeetingPlaceRef.
    • getVehiclePoolingMeetingPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingMeetingPlaceRefOrBuilder()
       Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 93:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_meeting_place_ref = 716;
    • hasVehicleSharingParkingAreaRef

      boolean hasVehicleSharingParkingAreaRef()
       Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 120:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_area_ref = 717;
      Returns:
      Whether the vehicleSharingParkingAreaRef field is set.
    • getVehicleSharingParkingAreaRef

      VersionOfObjectRefStructure getVehicleSharingParkingAreaRef()
       Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 120:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_area_ref = 717;
      Returns:
      The vehicleSharingParkingAreaRef.
    • getVehicleSharingParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingParkingAreaRefOrBuilder()
       Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 120:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_area_ref = 717;
    • hasVehiclePoolingParkingAreaRef

      boolean hasVehiclePoolingParkingAreaRef()
       Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 146:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_area_ref = 718;
      Returns:
      Whether the vehiclePoolingParkingAreaRef field is set.
    • getVehiclePoolingParkingAreaRef

      VersionOfObjectRefStructure getVehiclePoolingParkingAreaRef()
       Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 146:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_area_ref = 718;
      Returns:
      The vehiclePoolingParkingAreaRef.
    • getVehiclePoolingParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingParkingAreaRefOrBuilder()
       Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 146:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_area_ref = 718;
    • hasVehicleSharingParkingBayRef

      boolean hasVehicleSharingParkingBayRef()
       Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 172:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_bay_ref = 719;
      Returns:
      Whether the vehicleSharingParkingBayRef field is set.
    • getVehicleSharingParkingBayRef

      VersionOfObjectRefStructure getVehicleSharingParkingBayRef()
       Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 172:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_bay_ref = 719;
      Returns:
      The vehicleSharingParkingBayRef.
    • getVehicleSharingParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingParkingBayRefOrBuilder()
       Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 172:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_bay_ref = 719;
    • hasVehiclePoolingParkingBayRef

      boolean hasVehiclePoolingParkingBayRef()
       Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 198:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_bay_ref = 720;
      Returns:
      Whether the vehiclePoolingParkingBayRef field is set.
    • getVehiclePoolingParkingBayRef

      VersionOfObjectRefStructure getVehiclePoolingParkingBayRef()
       Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 198:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_bay_ref = 720;
      Returns:
      The vehiclePoolingParkingBayRef.
    • getVehiclePoolingParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingParkingBayRefOrBuilder()
       Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 198:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_bay_ref = 720;
    • hasSingleJourneyRef

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

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

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

      boolean hasGroupOfSingleJourneysRef()
       Reference to a GROUP OF SINGLE JOURNEYs. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 105:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_of_single_journeys_ref = 722;
      Returns:
      Whether the groupOfSingleJourneysRef field is set.
    • getGroupOfSingleJourneysRef

      VersionOfObjectRefStructure getGroupOfSingleJourneysRef()
       Reference to a GROUP OF SINGLE JOURNEYs. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 105:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_of_single_journeys_ref = 722;
      Returns:
      The groupOfSingleJourneysRef.
    • getGroupOfSingleJourneysRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGroupOfSingleJourneysRefOrBuilder()
       Reference to a GROUP OF SINGLE JOURNEYs. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 105:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_of_single_journeys_ref = 722;
    • hasBookingPolicyRef

      boolean hasBookingPolicyRef()
       Reference to a BOOKING POLICY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 139:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure booking_policy_ref = 723;
      Returns:
      Whether the bookingPolicyRef field is set.
    • getBookingPolicyRef

      VersionOfObjectRefStructure getBookingPolicyRef()
       Reference to a BOOKING POLICY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 139:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure booking_policy_ref = 723;
      Returns:
      The bookingPolicyRef.
    • getBookingPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBookingPolicyRefOrBuilder()
       Reference to a BOOKING POLICY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 139:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure booking_policy_ref = 723;
    • hasTypeOfProofRef

      boolean hasTypeOfProofRef()
       Reference to a TYPE OF PROOF. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 414:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_proof_ref = 724;
      Returns:
      Whether the typeOfProofRef field is set.
    • getTypeOfProofRef

      VersionOfObjectRefStructure getTypeOfProofRef()
       Reference to a TYPE OF PROOF. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 414:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_proof_ref = 724;
      Returns:
      The typeOfProofRef.
    • getTypeOfProofRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfProofRefOrBuilder()
       Reference to a TYPE OF PROOF. +v1.2.2  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 414:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_proof_ref = 724;
    • hasVehicleMeetingPointRef

      boolean hasVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 725;
      Returns:
      Whether the vehicleMeetingPointRef field is set.
    • getVehicleMeetingPointRef

      VersionOfObjectRefStructure getVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 725;
      Returns:
      The vehicleMeetingPointRef.
    • getVehicleMeetingPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleMeetingPointRefOrBuilder()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 725;
    • hasVehicleMeetingLinkRef

      boolean hasVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 726;
      Returns:
      Whether the vehicleMeetingLinkRef field is set.
    • getVehicleMeetingLinkRef

      VersionOfObjectRefStructure getVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 726;
      Returns:
      The vehicleMeetingLinkRef.
    • getVehicleMeetingLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleMeetingLinkRefOrBuilder()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 726;
    • hasOnwardVehicleMeetingLinkRef

      boolean hasOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 727;
      Returns:
      Whether the onwardVehicleMeetingLinkRef field is set.
    • getOnwardVehicleMeetingLinkRef

      VersionOfObjectRefStructure getOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 727;
      Returns:
      The onwardVehicleMeetingLinkRef.
    • getOnwardVehicleMeetingLinkRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnwardVehicleMeetingLinkRefOrBuilder()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 727;
    • hasMobilityServiceConstraintZoneRef

      boolean hasMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 728;
      Returns:
      Whether the mobilityServiceConstraintZoneRef field is set.
    • getMobilityServiceConstraintZoneRef

      VersionOfObjectRefStructure getMobilityServiceConstraintZoneRef()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 728;
      Returns:
      The mobilityServiceConstraintZoneRef.
    • getMobilityServiceConstraintZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMobilityServiceConstraintZoneRefOrBuilder()
       Reference to an MOBILITY SERVICE CONSTRAINT ZONE. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 83:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure mobility_service_constraint_zone_ref = 728;
    • hasVehicleTypeZoneRestrictionRef

      boolean hasVehicleTypeZoneRestrictionRef()
       Reference to an VEHICLE TYPE ZONE RESTRICTION. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 119:91]
       
      .uk.org.netex.www.netex.VehicleTypeZoneRestrictionRefType vehicle_type_zone_restriction_ref = 729;
      Returns:
      Whether the vehicleTypeZoneRestrictionRef field is set.
    • getVehicleTypeZoneRestrictionRef

      VehicleTypeZoneRestrictionRefType getVehicleTypeZoneRestrictionRef()
       Reference to an VEHICLE TYPE ZONE RESTRICTION. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 119:91]
       
      .uk.org.netex.www.netex.VehicleTypeZoneRestrictionRefType vehicle_type_zone_restriction_ref = 729;
      Returns:
      The vehicleTypeZoneRestrictionRef.
    • getVehicleTypeZoneRestrictionRefOrBuilder

      VehicleTypeZoneRestrictionRefTypeOrBuilder getVehicleTypeZoneRestrictionRefOrBuilder()
       Reference to an VEHICLE TYPE ZONE RESTRICTION. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 119:91]
       
      .uk.org.netex.www.netex.VehicleTypeZoneRestrictionRefType vehicle_type_zone_restriction_ref = 729;
    • hasPoolOfVehiclesRef

      boolean hasPoolOfVehiclesRef()
       Reference to an POOL OF VEHICLEs. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 182:80]
       
      .uk.org.netex.www.netex.PoolOfVehiclesRefType pool_of_vehicles_ref = 730;
      Returns:
      Whether the poolOfVehiclesRef field is set.
    • getPoolOfVehiclesRef

      PoolOfVehiclesRefType getPoolOfVehiclesRef()
       Reference to an POOL OF VEHICLEs. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 182:80]
       
      .uk.org.netex.www.netex.PoolOfVehiclesRefType pool_of_vehicles_ref = 730;
      Returns:
      The poolOfVehiclesRef.
    • getPoolOfVehiclesRefOrBuilder

      PoolOfVehiclesRefTypeOrBuilder getPoolOfVehiclesRefOrBuilder()
       Reference to an POOL OF VEHICLEs. +v1.2.2  [netex_part_5/part5_nd/netex_nm_mobilityServiceConstraintZone_support.xsd at 182:80]
       
      .uk.org.netex.www.netex.PoolOfVehiclesRefType pool_of_vehicles_ref = 730;
    • hasSingleJourneyPathRef

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

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

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