Interface Cell_VersionedChildStructureOrBuilder

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

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

    • getId

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

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      The created.
    • getCreatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • hasChanged

      boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      Whether the changed field is set.
    • getChanged

      com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      The changed.
    • getChangedOrBuilder

      com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The status.
    • getDerivedFromVersionRef

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 451;
      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 = 451;
      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 = 452;
      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 = 452;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      int getOrder()
       Order in which cell is to appear.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 528:52]
       
      int32 order = 101;
      Returns:
      The order.
    • hasName

      boolean hasName()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 541:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 541:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 541:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 546:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 546:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 546:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasCellPrice

      boolean hasCellPrice()
       Price within CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 555:76]
       
      .uk.org.netex.www.netex.FarePrice_VersionedChildStructure cell_price = 163;
      Returns:
      Whether the cellPrice field is set.
    • getCellPrice

       Price within CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 555:76]
       
      .uk.org.netex.www.netex.FarePrice_VersionedChildStructure cell_price = 163;
      Returns:
      The cellPrice.
    • getCellPriceOrBuilder

       Price within CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 555:76]
       
      .uk.org.netex.www.netex.FarePrice_VersionedChildStructure cell_price = 163;
    • 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 = 199;
      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 = 199;
      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 = 199;
    • getPriceableObjectRefList

       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      repeated .uk.org.netex.www.netex.PriceableObjectRefStructure_ChoiceWrapper_PriceableObjectRefStructure priceable_object_ref = 211;
    • getPriceableObjectRef

       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      repeated .uk.org.netex.www.netex.PriceableObjectRefStructure_ChoiceWrapper_PriceableObjectRefStructure priceable_object_ref = 211;
    • getPriceableObjectRefCount

      int getPriceableObjectRefCount()
       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      repeated .uk.org.netex.www.netex.PriceableObjectRefStructure_ChoiceWrapper_PriceableObjectRefStructure priceable_object_ref = 211;
    • getPriceableObjectRefOrBuilderList

       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      repeated .uk.org.netex.www.netex.PriceableObjectRefStructure_ChoiceWrapper_PriceableObjectRefStructure priceable_object_ref = 211;
    • getPriceableObjectRefOrBuilder

       Reference to a PRICEABLE ELEMENT.  [netex_part_3/part3_fares/netex_farePrice_support.xsd at 81:115]
       
      repeated .uk.org.netex.www.netex.PriceableObjectRefStructure_ChoiceWrapper_PriceableObjectRefStructure priceable_object_ref = 211;
    • 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 = 272;
      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 = 272;
      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 = 272;
    • getDirectionTypeValue

      int getDirectionTypeValue()
       For fares for DISTANCE MATRIXE LEMENTs, DIRECTION in which price applies.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 653:103]
       
      .uk.org.netex.www.netex.RelativeDirectionEnumeration direction_type = 281;
      Returns:
      The enum numeric value on the wire for directionType.
    • getDirectionType

      RelativeDirectionEnumeration getDirectionType()
       For fares for DISTANCE MATRIXE LEMENTs, DIRECTION in which price applies.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 653:103]
       
      .uk.org.netex.www.netex.RelativeDirectionEnumeration direction_type = 281;
      Returns:
      The directionType.
    • getRoutingTypeValue

      int getRoutingTypeValue()
       Whether fare is for s a direct i.e. no changes required point to point  fare or indirect routing.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 658:95]
       
      .uk.org.netex.www.netex.RoutingTypeEnumeration routing_type = 282;
      Returns:
      The enum numeric value on the wire for routingType.
    • getRoutingType

      RoutingTypeEnumeration getRoutingType()
       Whether fare is for s a direct i.e. no changes required point to point  fare or indirect routing.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 658:95]
       
      .uk.org.netex.www.netex.RoutingTypeEnumeration routing_type = 282;
      Returns:
      The routingType.
    • 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 = 426;
      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 = 426;
      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 = 426;
    • 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 = 301;
      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 = 301;
      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 = 301;
    • 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 = 302;
      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 = 302;
      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 = 302;
    • getFareClassValue

      int getFareClassValue()
       Classification of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 943:78]
       
      .uk.org.netex.www.netex.FareClassEnumeration fare_class = 311;
      Returns:
      The enum numeric value on the wire for fareClass.
    • getFareClass

      FareClassEnumeration getFareClass()
       Classification of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 943:78]
       
      .uk.org.netex.www.netex.FareClassEnumeration fare_class = 311;
      Returns:
      The fareClass.
    • 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 = 312;
      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 = 312;
      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 = 312;
    • 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 = 321;
      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 = 321;
      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 = 321;
    • 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 = 322;
      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 = 322;
      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 = 322;
    • 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 = 427;
      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 = 427;
      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 = 427;
    • 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 = 325;
      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 = 325;
      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 = 325;
    • 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 = 326;
      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 = 326;
      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 = 326;
    • 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 = 428;
      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 = 428;
      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 = 428;
    • 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 = 286;
      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 = 286;
      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 = 286;
    • 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 = 341;
      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 = 341;
      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 = 341;
    • 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 = 342;
      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 = 342;
      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 = 342;
    • 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 = 343;
      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 = 343;
      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 = 343;
    • getPaymentMethodValue

      int getPaymentMethodValue()
       Preferred payment Method .  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 710:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 351;
      Returns:
      The enum numeric value on the wire for paymentMethod.
    • getPaymentMethod

      PaymentMethodEnumeration getPaymentMethod()
       Preferred payment Method .  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 710:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 351;
      Returns:
      The paymentMethod.
    • 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 = 352;
      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 = 352;
      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 = 352;
    • 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 = 353;
      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 = 353;
      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 = 353;
    • hasColumnRef

      boolean hasColumnRef()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 383;
      Returns:
      Whether the columnRef field is set.
    • getColumnRef

       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 383;
      Returns:
      The columnRef.
    • getColumnRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getColumnRefOrBuilder()
       Column for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 725:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure column_ref = 383;
    • hasRowRef

      boolean hasRowRef()
       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 384;
      Returns:
      Whether the rowRef field is set.
    • getRowRef

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 384;
      Returns:
      The rowRef.
    • getRowRefOrBuilder

       Row for CELL.  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 730:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure row_ref = 384;
    • hasNoticeAssignments

      boolean hasNoticeAssignments()
       NOTICE relating to CElll  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 570:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 391;
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICE relating to CElll  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 570:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 391;
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICE relating to CElll  [netex_part_3/part3_fares/netex_fareTable_version.xsd at 570:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 391;
    • 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 = 164;
      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 = 164;
      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 = 164;
    • 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 = 165;
      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 = 165;
      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 = 165;
    • 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 = 166;
      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 = 166;
      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 = 166;
    • 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 = 167;
      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 = 167;
      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 = 167;
    • 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 = 168;
      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 = 168;
      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 = 168;
    • 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 = 169;
      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 = 169;
      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 = 169;
    • 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 = 170;
      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 = 170;
      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 = 170;
    • 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 = 171;
      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 = 171;
      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 = 171;
    • 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 = 172;
      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 = 172;
      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 = 172;
    • 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 = 173;
      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 = 173;
      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 = 173;
    • 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 = 174;
      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 = 174;
      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 = 174;
    • 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 = 175;
      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 = 175;
      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 = 175;
    • 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 = 176;
      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 = 176;
      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 = 176;
    • 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 = 177;
      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 = 177;
      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 = 177;
    • 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 = 178;
      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 = 178;
      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 = 178;
    • 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 = 179;
      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 = 179;
      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 = 179;
    • 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 = 180;
      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 = 180;
      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 = 180;
    • 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 = 181;
      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 = 181;
      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 = 181;
    • hasSeriesConstraintPrice

      boolean hasSeriesConstraintPrice()
       A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareSeries_version.xsd at 280:75]
       
      .uk.org.netex.www.netex.SeriesConstraintPriceType series_constraint_price = 182;
      Returns:
      Whether the seriesConstraintPrice field is set.
    • getSeriesConstraintPrice

      SeriesConstraintPriceType getSeriesConstraintPrice()
       A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareSeries_version.xsd at 280:75]
       
      .uk.org.netex.www.netex.SeriesConstraintPriceType series_constraint_price = 182;
      Returns:
      The seriesConstraintPrice.
    • getSeriesConstraintPriceOrBuilder

      SeriesConstraintPriceTypeOrBuilder getSeriesConstraintPriceOrBuilder()
       A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareSeries_version.xsd at 280:75]
       
      .uk.org.netex.www.netex.SeriesConstraintPriceType series_constraint_price = 182;
    • hasGeographicalUnitPrice

      boolean hasGeographicalUnitPrice()
       A set of all possible price features of a GEOGRAPHICAL UNIT: default total price etc.  [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 364:75]
       
      .uk.org.netex.www.netex.GeographicalUnitPriceType geographical_unit_price = 183;
      Returns:
      Whether the geographicalUnitPrice field is set.
    • getGeographicalUnitPrice

      GeographicalUnitPriceType getGeographicalUnitPrice()
       A set of all possible price features of a GEOGRAPHICAL UNIT: default total price etc.  [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 364:75]
       
      .uk.org.netex.www.netex.GeographicalUnitPriceType geographical_unit_price = 183;
      Returns:
      The geographicalUnitPrice.
    • getGeographicalUnitPriceOrBuilder

      GeographicalUnitPriceTypeOrBuilder getGeographicalUnitPriceOrBuilder()
       A set of all possible price features of a GEOGRAPHICAL UNIT: default total price etc.  [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 364:75]
       
      .uk.org.netex.www.netex.GeographicalUnitPriceType geographical_unit_price = 183;
    • hasGeographicalIntervalPrice

      boolean hasGeographicalIntervalPrice()
       A set of all possible price features of a GEOGRAPHICAL INTERVAL: default total price etc.  [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 435:79]
       
      .uk.org.netex.www.netex.GeographicalIntervalPriceType geographical_interval_price = 184;
      Returns:
      Whether the geographicalIntervalPrice field is set.
    • getGeographicalIntervalPrice

      GeographicalIntervalPriceType getGeographicalIntervalPrice()
       A set of all possible price features of a GEOGRAPHICAL INTERVAL: default total price etc.  [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 435:79]
       
      .uk.org.netex.www.netex.GeographicalIntervalPriceType geographical_interval_price = 184;
      Returns:
      The geographicalIntervalPrice.
    • getGeographicalIntervalPriceOrBuilder

      GeographicalIntervalPriceTypeOrBuilder getGeographicalIntervalPriceOrBuilder()
       A set of all possible price features of a GEOGRAPHICAL INTERVAL: default total price etc.  [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 435:79]
       
      .uk.org.netex.www.netex.GeographicalIntervalPriceType geographical_interval_price = 184;
    • hasDistanceMatrixElementPrice

      boolean hasDistanceMatrixElementPrice()
       A set of all possible price features of a DISTANCE MATRIX ELEMENT: default total price etc. .  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 449:80]
       
      .uk.org.netex.www.netex.DistanceMatrixElementPriceType distance_matrix_element_price = 185;
      Returns:
      Whether the distanceMatrixElementPrice field is set.
    • getDistanceMatrixElementPrice

      DistanceMatrixElementPriceType getDistanceMatrixElementPrice()
       A set of all possible price features of a DISTANCE MATRIX ELEMENT: default total price etc. .  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 449:80]
       
      .uk.org.netex.www.netex.DistanceMatrixElementPriceType distance_matrix_element_price = 185;
      Returns:
      The distanceMatrixElementPrice.
    • getDistanceMatrixElementPriceOrBuilder

      DistanceMatrixElementPriceTypeOrBuilder getDistanceMatrixElementPriceOrBuilder()
       A set of all possible price features of a DISTANCE MATRIX ELEMENT: default total price etc. .  [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 449:80]
       
      .uk.org.netex.www.netex.DistanceMatrixElementPriceType distance_matrix_element_price = 185;
    • hasUsageParameterPrice

      boolean hasUsageParameterPrice()
       A set of all possible price features of a FARE USAGE PARAMETER: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 164:73]
       
      .uk.org.netex.www.netex.UsageParameterPriceType usage_parameter_price = 186;
      Returns:
      Whether the usageParameterPrice field is set.
    • getUsageParameterPrice

      UsageParameterPriceType getUsageParameterPrice()
       A set of all possible price features of a FARE USAGE PARAMETER: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 164:73]
       
      .uk.org.netex.www.netex.UsageParameterPriceType usage_parameter_price = 186;
      Returns:
      The usageParameterPrice.
    • getUsageParameterPriceOrBuilder

      UsageParameterPriceTypeOrBuilder getUsageParameterPriceOrBuilder()
       A set of all possible price features of a FARE USAGE PARAMETER: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 164:73]
       
      .uk.org.netex.www.netex.UsageParameterPriceType usage_parameter_price = 186;
    • hasValidableElementPrice

      boolean hasValidableElementPrice()
       A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 220:92]
       
      .uk.org.netex.www.netex.ValidableElementPriceType validable_element_price = 187;
      Returns:
      Whether the validableElementPrice field is set.
    • getValidableElementPrice

      ValidableElementPriceType getValidableElementPrice()
       A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 220:92]
       
      .uk.org.netex.www.netex.ValidableElementPriceType validable_element_price = 187;
      Returns:
      The validableElementPrice.
    • getValidableElementPriceOrBuilder

      ValidableElementPriceTypeOrBuilder getValidableElementPriceOrBuilder()
       A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 220:92]
       
      .uk.org.netex.www.netex.ValidableElementPriceType validable_element_price = 187;
    • hasControllableElementPrice

      boolean hasControllableElementPrice()
       A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 438:95]
       
      .uk.org.netex.www.netex.ControllableElementPriceType controllable_element_price = 188;
      Returns:
      Whether the controllableElementPrice field is set.
    • getControllableElementPrice

      ControllableElementPriceType getControllableElementPrice()
       A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 438:95]
       
      .uk.org.netex.www.netex.ControllableElementPriceType controllable_element_price = 188;
      Returns:
      The controllableElementPrice.
    • getControllableElementPriceOrBuilder

      ControllableElementPriceTypeOrBuilder getControllableElementPriceOrBuilder()
       A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 438:95]
       
      .uk.org.netex.www.netex.ControllableElementPriceType controllable_element_price = 188;
    • hasQualityStructureFactorPrice

      boolean hasQualityStructureFactorPrice()
       A set of all possible price features of a QUALITY STRUCTURE FACTOR: default total price etc.  [netex_part_3/part3_fares/netex_qualityStructureFactor_version.xsd at 184:81]
       
      .uk.org.netex.www.netex.QualityStructureFactorPriceType quality_structure_factor_price = 189;
      Returns:
      Whether the qualityStructureFactorPrice field is set.
    • getQualityStructureFactorPrice

      QualityStructureFactorPriceType getQualityStructureFactorPrice()
       A set of all possible price features of a QUALITY STRUCTURE FACTOR: default total price etc.  [netex_part_3/part3_fares/netex_qualityStructureFactor_version.xsd at 184:81]
       
      .uk.org.netex.www.netex.QualityStructureFactorPriceType quality_structure_factor_price = 189;
      Returns:
      The qualityStructureFactorPrice.
    • getQualityStructureFactorPriceOrBuilder

      QualityStructureFactorPriceTypeOrBuilder getQualityStructureFactorPriceOrBuilder()
       A set of all possible price features of a QUALITY STRUCTURE FACTOR: default total price etc.  [netex_part_3/part3_fares/netex_qualityStructureFactor_version.xsd at 184:81]
       
      .uk.org.netex.www.netex.QualityStructureFactorPriceType quality_structure_factor_price = 189;
    • hasTimeUnitPrice

      boolean hasTimeUnitPrice()
       A set of all possible price features of a TIME UNIT: default total price etc.  [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 345:67]
       
      .uk.org.netex.www.netex.TimeUnitPriceType time_unit_price = 190;
      Returns:
      Whether the timeUnitPrice field is set.
    • getTimeUnitPrice

      TimeUnitPriceType getTimeUnitPrice()
       A set of all possible price features of a TIME UNIT: default total price etc.  [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 345:67]
       
      .uk.org.netex.www.netex.TimeUnitPriceType time_unit_price = 190;
      Returns:
      The timeUnitPrice.
    • getTimeUnitPriceOrBuilder

      TimeUnitPriceTypeOrBuilder getTimeUnitPriceOrBuilder()
       A set of all possible price features of a TIME UNIT: default total price etc.  [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 345:67]
       
      .uk.org.netex.www.netex.TimeUnitPriceType time_unit_price = 190;
    • hasTimeIntervalPrice

      boolean hasTimeIntervalPrice()
       A set of all possible price features of a TIME INTERVAL: default total price etc.  [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 410:71]
       
      .uk.org.netex.www.netex.TimeIntervalPriceType time_interval_price = 191;
      Returns:
      Whether the timeIntervalPrice field is set.
    • getTimeIntervalPrice

      TimeIntervalPriceType getTimeIntervalPrice()
       A set of all possible price features of a TIME INTERVAL: default total price etc.  [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 410:71]
       
      .uk.org.netex.www.netex.TimeIntervalPriceType time_interval_price = 191;
      Returns:
      The timeIntervalPrice.
    • getTimeIntervalPriceOrBuilder

      TimeIntervalPriceTypeOrBuilder getTimeIntervalPriceOrBuilder()
       A set of all possible price features of a TIME INTERVAL: default total price etc.  [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 410:71]
       
      .uk.org.netex.www.netex.TimeIntervalPriceType time_interval_price = 191;
    • hasFareStructureElementPrice

      boolean hasFareStructureElementPrice()
       A set of all possible price features of a FARE STRUCTURE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 612:79]
       
      .uk.org.netex.www.netex.FareStructureElementPriceType fare_structure_element_price = 192;
      Returns:
      Whether the fareStructureElementPrice field is set.
    • getFareStructureElementPrice

      FareStructureElementPriceType getFareStructureElementPrice()
       A set of all possible price features of a FARE STRUCTURE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 612:79]
       
      .uk.org.netex.www.netex.FareStructureElementPriceType fare_structure_element_price = 192;
      Returns:
      The fareStructureElementPrice.
    • getFareStructureElementPriceOrBuilder

      FareStructureElementPriceTypeOrBuilder getFareStructureElementPriceOrBuilder()
       A set of all possible price features of a FARE STRUCTURE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 612:79]
       
      .uk.org.netex.www.netex.FareStructureElementPriceType fare_structure_element_price = 192;
    • hasFareProductPrice

      boolean hasFareProductPrice()
       A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1092:87]
       
      .uk.org.netex.www.netex.FareProductPriceType fare_product_price = 193;
      Returns:
      Whether the fareProductPrice field is set.
    • getFareProductPrice

      FareProductPriceType getFareProductPrice()
       A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1092:87]
       
      .uk.org.netex.www.netex.FareProductPriceType fare_product_price = 193;
      Returns:
      The fareProductPrice.
    • getFareProductPriceOrBuilder

      FareProductPriceTypeOrBuilder getFareProductPriceOrBuilder()
       A set of all possible price features of a FARE PRODUCT default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1092:87]
       
      .uk.org.netex.www.netex.FareProductPriceType fare_product_price = 193;
    • hasCappingRulePrice

      boolean hasCappingRulePrice()
       A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1154:87]
       
      .uk.org.netex.www.netex.CappingRulePriceType capping_rule_price = 194;
      Returns:
      Whether the cappingRulePrice field is set.
    • getCappingRulePrice

      CappingRulePriceType getCappingRulePrice()
       A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1154:87]
       
      .uk.org.netex.www.netex.CappingRulePriceType capping_rule_price = 194;
      Returns:
      The cappingRulePrice.
    • getCappingRulePriceOrBuilder

      CappingRulePriceTypeOrBuilder getCappingRulePriceOrBuilder()
       A set of all possible price features of a CAPPING RULE default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1154:87]
       
      .uk.org.netex.www.netex.CappingRulePriceType capping_rule_price = 194;
    • hasFulfilmentMethodPrice

      boolean hasFulfilmentMethodPrice()
       A set of all possible price features of a FULFILMENT METHOD: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 408:75]
       
      .uk.org.netex.www.netex.FulfilmentMethodPriceType fulfilment_method_price = 195;
      Returns:
      Whether the fulfilmentMethodPrice field is set.
    • getFulfilmentMethodPrice

      FulfilmentMethodPriceType getFulfilmentMethodPrice()
       A set of all possible price features of a FULFILMENT METHOD: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 408:75]
       
      .uk.org.netex.www.netex.FulfilmentMethodPriceType fulfilment_method_price = 195;
      Returns:
      The fulfilmentMethodPrice.
    • getFulfilmentMethodPriceOrBuilder

      FulfilmentMethodPriceTypeOrBuilder getFulfilmentMethodPriceOrBuilder()
       A set of all possible price features of a FULFILMENT METHOD: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 408:75]
       
      .uk.org.netex.www.netex.FulfilmentMethodPriceType fulfilment_method_price = 195;
    • hasSalesOfferPackagePrice

      boolean hasSalesOfferPackagePrice()
       A set of all possible price features of a SALES OFFER PACKAGE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 394:76]
       
      .uk.org.netex.www.netex.SalesOfferPackagePriceType sales_offer_package_price = 196;
      Returns:
      Whether the salesOfferPackagePrice field is set.
    • getSalesOfferPackagePrice

      SalesOfferPackagePriceType getSalesOfferPackagePrice()
       A set of all possible price features of a SALES OFFER PACKAGE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 394:76]
       
      .uk.org.netex.www.netex.SalesOfferPackagePriceType sales_offer_package_price = 196;
      Returns:
      The salesOfferPackagePrice.
    • getSalesOfferPackagePriceOrBuilder

      SalesOfferPackagePriceTypeOrBuilder getSalesOfferPackagePriceOrBuilder()
       A set of all possible price features of a SALES OFFER PACKAGE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 394:76]
       
      .uk.org.netex.www.netex.SalesOfferPackagePriceType sales_offer_package_price = 196;
    • hasParkingPrice

      boolean hasParkingPrice()
       A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 310:66]
       
      .uk.org.netex.www.netex.ParkingPriceType parking_price = 197;
      Returns:
      Whether the parkingPrice field is set.
    • getParkingPrice

      ParkingPriceType getParkingPrice()
       A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 310:66]
       
      .uk.org.netex.www.netex.ParkingPriceType parking_price = 197;
      Returns:
      The parkingPrice.
    • getParkingPriceOrBuilder

      ParkingPriceTypeOrBuilder getParkingPriceOrBuilder()
       A set of all possible price features of a PARKING TARIFF ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_parkingTariff/netex_parkingTariff_version.xsd at 310:66]
       
      .uk.org.netex.www.netex.ParkingPriceType parking_price = 197;
    • hasCustomerPurchasePackagePrice

      boolean hasCustomerPurchasePackagePrice()
       A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 792:82]
       
      .uk.org.netex.www.netex.CustomerPurchasePackagePriceType customer_purchase_package_price = 198;
      Returns:
      Whether the customerPurchasePackagePrice field is set.
    • getCustomerPurchasePackagePrice

      CustomerPurchasePackagePriceType getCustomerPurchasePackagePrice()
       A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 792:82]
       
      .uk.org.netex.www.netex.CustomerPurchasePackagePriceType customer_purchase_package_price = 198;
      Returns:
      The customerPurchasePackagePrice.
    • getCustomerPurchasePackagePriceOrBuilder

      CustomerPurchasePackagePriceTypeOrBuilder getCustomerPurchasePackagePriceOrBuilder()
       A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 792:82]
       
      .uk.org.netex.www.netex.CustomerPurchasePackagePriceType customer_purchase_package_price = 198;
    • 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 = 291;
      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 = 291;
      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 = 291;
    • 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 = 422;
      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 = 422;
      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 = 422;
    • 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 = 292;
      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 = 292;
      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 = 292;
    • 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 = 293;
      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 = 293;
      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 = 293;
    • 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 = 294;
      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 = 294;
      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 = 294;
    • 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 = 295;
      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 = 295;
      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 = 295;
    • 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 = 296;
      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 = 296;
      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 = 296;
    • 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 = 297;
      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 = 297;
      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 = 297;
    • 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 = 298;
      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 = 298;
      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 = 298;
    • 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 = 299;
      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 = 299;
      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 = 299;
    • 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 = 300;
      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 = 300;
      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 = 300;
    • 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 = 423;
      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 = 423;
      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 = 423;
    • 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 = 424;
      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 = 424;
      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 = 424;
    • 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 = 425;
      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 = 425;
      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 = 425;
    • 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 = 313;
      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 = 313;
      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 = 313;
    • 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 = 314;
      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 = 314;
      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 = 314;
    • 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 = 315;
      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 = 315;
      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 = 315;
    • 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 = 323;
      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 = 323;
      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 = 323;
    • 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 = 324;
      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 = 324;
      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 = 324;
    • 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 = 392;
      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 = 392;
      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 = 392;
    • 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 = 283;
      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 = 283;
      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 = 283;
    • 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 = 284;
      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 = 284;
      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 = 284;
    • 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 = 285;
      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 = 285;
      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 = 285;
    • 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 = 429;
      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 = 429;
      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 = 429;
    • 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 = 430;
      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 = 430;
      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 = 430;
    • 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 = 287;
      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 = 287;
      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 = 287;
    • 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 = 288;
      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 = 288;
      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 = 288;
    • hasWheelchairVehicleRef

      boolean hasWheelchairVehicleRef()
       Reference to a WHEELCHAIR VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 113:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wheelchair_vehicle_ref = 303;
      Returns:
      Whether the wheelchairVehicleRef field is set.
    • getWheelchairVehicleRef

      VersionOfObjectRefStructure getWheelchairVehicleRef()
       Reference to a WHEELCHAIR VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 113:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wheelchair_vehicle_ref = 303;
      Returns:
      The wheelchairVehicleRef.
    • getWheelchairVehicleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWheelchairVehicleRefOrBuilder()
       Reference to a WHEELCHAIR VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 113:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wheelchair_vehicle_ref = 303;
    • hasPlaceSignRef

      boolean hasPlaceSignRef()
       Identifier of an PLACE SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 76:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_sign_ref = 304;
      Returns:
      Whether the placeSignRef field is set.
    • getPlaceSignRef

      VersionOfObjectRefStructure getPlaceSignRef()
       Identifier of an PLACE SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 76:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_sign_ref = 304;
      Returns:
      The placeSignRef.
    • getPlaceSignRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPlaceSignRefOrBuilder()
       Identifier of an PLACE SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 76:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_sign_ref = 304;
    • hasGeneralSignRef

      boolean hasGeneralSignRef()
       Identifier of an GENERAL SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 102:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_sign_ref = 305;
      Returns:
      Whether the generalSignRef field is set.
    • getGeneralSignRef

      VersionOfObjectRefStructure getGeneralSignRef()
       Identifier of an GENERAL SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 102:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_sign_ref = 305;
      Returns:
      The generalSignRef.
    • getGeneralSignRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralSignRefOrBuilder()
       Identifier of an GENERAL SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 102:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_sign_ref = 305;
    • hasHeadingSignRef

      boolean hasHeadingSignRef()
       Identifier of an HEADING SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 128:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure heading_sign_ref = 306;
      Returns:
      Whether the headingSignRef field is set.
    • getHeadingSignRef

      VersionOfObjectRefStructure getHeadingSignRef()
       Identifier of an HEADING SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 128:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure heading_sign_ref = 306;
      Returns:
      The headingSignRef.
    • getHeadingSignRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHeadingSignRefOrBuilder()
       Identifier of an HEADING SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 128:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure heading_sign_ref = 306;
    • hasSanitaryEquipmentRef

      boolean hasSanitaryEquipmentRef()
       Identifier of an SANITARY FACILITY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 63:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sanitary_equipment_ref = 307;
      Returns:
      Whether the sanitaryEquipmentRef field is set.
    • getSanitaryEquipmentRef

      VersionOfObjectRefStructure getSanitaryEquipmentRef()
       Identifier of an SANITARY FACILITY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 63:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sanitary_equipment_ref = 307;
      Returns:
      The sanitaryEquipmentRef.
    • getSanitaryEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSanitaryEquipmentRefOrBuilder()
       Identifier of an SANITARY FACILITY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 63:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sanitary_equipment_ref = 307;
    • hasPassengerSafetyEquipmentRef

      boolean hasPassengerSafetyEquipmentRef()
       Identifier of an PASSENGER SAFETY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 89:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_safety_equipment_ref = 308;
      Returns:
      Whether the passengerSafetyEquipmentRef field is set.
    • getPassengerSafetyEquipmentRef

      VersionOfObjectRefStructure getPassengerSafetyEquipmentRef()
       Identifier of an PASSENGER SAFETY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 89:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_safety_equipment_ref = 308;
      Returns:
      The passengerSafetyEquipmentRef.
    • getPassengerSafetyEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerSafetyEquipmentRefOrBuilder()
       Identifier of an PASSENGER SAFETY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 89:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_safety_equipment_ref = 308;
    • hasHelpPointEquipmentRef

      boolean hasHelpPointEquipmentRef()
       Identifier of an HELP POINT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 115:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure help_point_equipment_ref = 309;
      Returns:
      Whether the helpPointEquipmentRef field is set.
    • getHelpPointEquipmentRef

      VersionOfObjectRefStructure getHelpPointEquipmentRef()
       Identifier of an HELP POINT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 115:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure help_point_equipment_ref = 309;
      Returns:
      The helpPointEquipmentRef.
    • getHelpPointEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHelpPointEquipmentRefOrBuilder()
       Identifier of an HELP POINT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 115:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure help_point_equipment_ref = 309;
    • hasRubbishDisposalEquipmentRef

      boolean hasRubbishDisposalEquipmentRef()
       Identifier of an RUBBISH DISPOSAL EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 141:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rubbish_disposal_equipment_ref = 310;
      Returns:
      Whether the rubbishDisposalEquipmentRef field is set.
    • getRubbishDisposalEquipmentRef

      VersionOfObjectRefStructure getRubbishDisposalEquipmentRef()
       Identifier of an RUBBISH DISPOSAL EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 141:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rubbish_disposal_equipment_ref = 310;
      Returns:
      The rubbishDisposalEquipmentRef.
    • getRubbishDisposalEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRubbishDisposalEquipmentRefOrBuilder()
       Identifier of an RUBBISH DISPOSAL EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 141:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rubbish_disposal_equipment_ref = 310;
    • hasTravelatorEquipmentRef

      boolean hasTravelatorEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 228:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travelator_equipment_ref = 316;
      Returns:
      Whether the travelatorEquipmentRef field is set.
    • getTravelatorEquipmentRef

      VersionOfObjectRefStructure getTravelatorEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 228:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travelator_equipment_ref = 316;
      Returns:
      The travelatorEquipmentRef.
    • getTravelatorEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelatorEquipmentRefOrBuilder()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 228:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travelator_equipment_ref = 316;
    • hasQueueingEquipmentRef

      boolean hasQueueingEquipmentRef()
       Identifier of an QUEUEING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 254:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure queueing_equipment_ref = 317;
      Returns:
      Whether the queueingEquipmentRef field is set.
    • getQueueingEquipmentRef

      VersionOfObjectRefStructure getQueueingEquipmentRef()
       Identifier of an QUEUEING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 254:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure queueing_equipment_ref = 317;
      Returns:
      The queueingEquipmentRef.
    • getQueueingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getQueueingEquipmentRefOrBuilder()
       Identifier of an QUEUEING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 254:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure queueing_equipment_ref = 317;
    • hasStaircaseEquipmentRef

      boolean hasStaircaseEquipmentRef()
       Identifier of an STAIRCASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 280:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure staircase_equipment_ref = 318;
      Returns:
      Whether the staircaseEquipmentRef field is set.
    • getStaircaseEquipmentRef

      VersionOfObjectRefStructure getStaircaseEquipmentRef()
       Identifier of an STAIRCASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 280:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure staircase_equipment_ref = 318;
      Returns:
      The staircaseEquipmentRef.
    • getStaircaseEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStaircaseEquipmentRefOrBuilder()
       Identifier of an STAIRCASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 280:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure staircase_equipment_ref = 318;
    • hasRoughSurfaceRef

      boolean hasRoughSurfaceRef()
       Identifier of an ROUGH SURFACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 306:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rough_surface_ref = 319;
      Returns:
      Whether the roughSurfaceRef field is set.
    • getRoughSurfaceRef

      VersionOfObjectRefStructure getRoughSurfaceRef()
       Identifier of an ROUGH SURFACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 306:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rough_surface_ref = 319;
      Returns:
      The roughSurfaceRef.
    • getRoughSurfaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoughSurfaceRefOrBuilder()
       Identifier of an ROUGH SURFACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 306:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rough_surface_ref = 319;
    • hasPlaceLightingEquipmentRef

      boolean hasPlaceLightingEquipmentRef()
       Identifier of an PLACE LIGHTING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 345:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_lighting_equipment_ref = 320;
      Returns:
      Whether the placeLightingEquipmentRef field is set.
    • getPlaceLightingEquipmentRef

      VersionOfObjectRefStructure getPlaceLightingEquipmentRef()
       Identifier of an PLACE LIGHTING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 345:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_lighting_equipment_ref = 320;
      Returns:
      The placeLightingEquipmentRef.
    • getPlaceLightingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPlaceLightingEquipmentRefOrBuilder()
       Identifier of an PLACE LIGHTING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 345:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_lighting_equipment_ref = 320;
    • hasTrolleyStandEquipmentRef

      boolean hasTrolleyStandEquipmentRef()
       Identifier of an TROLLEY STAND EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 253:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trolley_stand_equipment_ref = 327;
      Returns:
      Whether the trolleyStandEquipmentRef field is set.
    • getTrolleyStandEquipmentRef

      VersionOfObjectRefStructure getTrolleyStandEquipmentRef()
       Identifier of an TROLLEY STAND EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 253:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trolley_stand_equipment_ref = 327;
      Returns:
      The trolleyStandEquipmentRef.
    • getTrolleyStandEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrolleyStandEquipmentRefOrBuilder()
       Identifier of an TROLLEY STAND EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 253:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trolley_stand_equipment_ref = 327;
    • hasTicketingEquipmentRef

      boolean hasTicketingEquipmentRef()
       Identifier of a TICKETING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_equipment_ref = 328;
      Returns:
      Whether the ticketingEquipmentRef field is set.
    • getTicketingEquipmentRef

      VersionOfObjectRefStructure getTicketingEquipmentRef()
       Identifier of a TICKETING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_equipment_ref = 328;
      Returns:
      The ticketingEquipmentRef.
    • getTicketingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTicketingEquipmentRefOrBuilder()
       Identifier of a TICKETING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_equipment_ref = 328;
    • hasTicketValidatorEquipmentRef

      boolean hasTicketValidatorEquipmentRef()
       Identifier of a TICKET VALIDATOR.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 99:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticket_validator_equipment_ref = 329;
      Returns:
      Whether the ticketValidatorEquipmentRef field is set.
    • getTicketValidatorEquipmentRef

      VersionOfObjectRefStructure getTicketValidatorEquipmentRef()
       Identifier of a TICKET VALIDATOR.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 99:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticket_validator_equipment_ref = 329;
      Returns:
      The ticketValidatorEquipmentRef.
    • getTicketValidatorEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTicketValidatorEquipmentRefOrBuilder()
       Identifier of a TICKET VALIDATOR.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 99:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticket_validator_equipment_ref = 329;
    • hasCycleStorageEquipmentRef

      boolean hasCycleStorageEquipmentRef()
       Identifier of an CYCLE STORAGE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 70:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_storage_equipment_ref = 330;
      Returns:
      Whether the cycleStorageEquipmentRef field is set.
    • getCycleStorageEquipmentRef

      VersionOfObjectRefStructure getCycleStorageEquipmentRef()
       Identifier of an CYCLE STORAGE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 70:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_storage_equipment_ref = 330;
      Returns:
      The cycleStorageEquipmentRef.
    • getCycleStorageEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCycleStorageEquipmentRefOrBuilder()
       Identifier of an CYCLE STORAGE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 70:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_storage_equipment_ref = 330;
    • hasVehicleReleaseEquipmentRef

      boolean hasVehicleReleaseEquipmentRef()
       Identifier of an VEHICLE RELEASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 111:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_release_equipment_ref = 331;
      Returns:
      Whether the vehicleReleaseEquipmentRef field is set.
    • getVehicleReleaseEquipmentRef

      VersionOfObjectRefStructure getVehicleReleaseEquipmentRef()
       Identifier of an VEHICLE RELEASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 111:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_release_equipment_ref = 331;
      Returns:
      The vehicleReleaseEquipmentRef.
    • getVehicleReleaseEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleReleaseEquipmentRefOrBuilder()
       Identifier of an VEHICLE RELEASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 111:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_release_equipment_ref = 331;
    • hasTicketingServiceRef

      boolean hasTicketingServiceRef()
       Identifier of an TICKETING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 87:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_service_ref = 333;
      Returns:
      Whether the ticketingServiceRef field is set.
    • getTicketingServiceRef

      VersionOfObjectRefStructure getTicketingServiceRef()
       Identifier of an TICKETING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 87:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_service_ref = 333;
      Returns:
      The ticketingServiceRef.
    • getTicketingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTicketingServiceRefOrBuilder()
       Identifier of an TICKETING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 87:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_service_ref = 333;
    • hasAssistanceServiceRef

      boolean hasAssistanceServiceRef()
       Identifier of an ASSISTANCE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 113:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_service_ref = 334;
      Returns:
      Whether the assistanceServiceRef field is set.
    • getAssistanceServiceRef

      VersionOfObjectRefStructure getAssistanceServiceRef()
       Identifier of an ASSISTANCE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 113:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_service_ref = 334;
      Returns:
      The assistanceServiceRef.
    • getAssistanceServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAssistanceServiceRefOrBuilder()
       Identifier of an ASSISTANCE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 113:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_service_ref = 334;
    • hasCustomerServiceRef

      boolean hasCustomerServiceRef()
       Identifier of an CUSTOMER SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 139:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_service_ref = 335;
      Returns:
      Whether the customerServiceRef field is set.
    • getCustomerServiceRef

      VersionOfObjectRefStructure getCustomerServiceRef()
       Identifier of an CUSTOMER SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 139:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_service_ref = 335;
      Returns:
      The customerServiceRef.
    • getCustomerServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerServiceRefOrBuilder()
       Identifier of an CUSTOMER SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 139:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_service_ref = 335;
    • hasComplaintsServiceRef

      boolean hasComplaintsServiceRef()
       Identifier of an COMPLAINTS SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 165:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complaints_service_ref = 336;
      Returns:
      Whether the complaintsServiceRef field is set.
    • getComplaintsServiceRef

      VersionOfObjectRefStructure getComplaintsServiceRef()
       Identifier of an COMPLAINTS SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 165:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complaints_service_ref = 336;
      Returns:
      The complaintsServiceRef.
    • getComplaintsServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getComplaintsServiceRefOrBuilder()
       Identifier of an COMPLAINTS SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 165:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complaints_service_ref = 336;
    • hasLostPropertyServiceRef

      boolean hasLostPropertyServiceRef()
       Identifier of an LOST PROPERTY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 191:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lost_property_service_ref = 337;
      Returns:
      Whether the lostPropertyServiceRef field is set.
    • getLostPropertyServiceRef

      VersionOfObjectRefStructure getLostPropertyServiceRef()
       Identifier of an LOST PROPERTY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 191:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lost_property_service_ref = 337;
      Returns:
      The lostPropertyServiceRef.
    • getLostPropertyServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLostPropertyServiceRefOrBuilder()
       Identifier of an LOST PROPERTY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 191:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lost_property_service_ref = 337;
    • hasLuggageServiceRef

      boolean hasLuggageServiceRef()
       Identifier of an LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 217:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_service_ref = 338;
      Returns:
      Whether the luggageServiceRef field is set.
    • getLuggageServiceRef

      VersionOfObjectRefStructure getLuggageServiceRef()
       Identifier of an LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 217:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_service_ref = 338;
      Returns:
      The luggageServiceRef.
    • getLuggageServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLuggageServiceRefOrBuilder()
       Identifier of an LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 217:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_service_ref = 338;
    • hasLeftLuggageServiceRef

      boolean hasLeftLuggageServiceRef()
       Identifier of an LEFT LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 243:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure left_luggage_service_ref = 339;
      Returns:
      Whether the leftLuggageServiceRef field is set.
    • getLeftLuggageServiceRef

      VersionOfObjectRefStructure getLeftLuggageServiceRef()
       Identifier of an LEFT LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 243:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure left_luggage_service_ref = 339;
      Returns:
      The leftLuggageServiceRef.
    • getLeftLuggageServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLeftLuggageServiceRefOrBuilder()
       Identifier of an LEFT LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 243:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure left_luggage_service_ref = 339;
    • hasMeetingPointServiceRef

      boolean hasMeetingPointServiceRef()
       Identifier of an MEETING POINT SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 269:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure meeting_point_service_ref = 340;
      Returns:
      Whether the meetingPointServiceRef field is set.
    • getMeetingPointServiceRef

      VersionOfObjectRefStructure getMeetingPointServiceRef()
       Identifier of an MEETING POINT SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 269:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure meeting_point_service_ref = 340;
      Returns:
      The meetingPointServiceRef.
    • getMeetingPointServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMeetingPointServiceRefOrBuilder()
       Identifier of an MEETING POINT SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 269:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure meeting_point_service_ref = 340;
    • hasRetailServiceRef

      boolean hasRetailServiceRef()
       Identifier of an RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 182:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_service_ref = 344;
      Returns:
      Whether the retailServiceRef field is set.
    • getRetailServiceRef

      VersionOfObjectRefStructure getRetailServiceRef()
       Identifier of an RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 182:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_service_ref = 344;
      Returns:
      The retailServiceRef.
    • getRetailServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailServiceRefOrBuilder()
       Identifier of an RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 182:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_service_ref = 344;
    • hasCateringServiceRef

      boolean hasCateringServiceRef()
       Identifier of an CATERING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 229:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure catering_service_ref = 345;
      Returns:
      Whether the cateringServiceRef field is set.
    • getCateringServiceRef

      VersionOfObjectRefStructure getCateringServiceRef()
       Identifier of an CATERING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 229:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure catering_service_ref = 345;
      Returns:
      The cateringServiceRef.
    • getCateringServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCateringServiceRefOrBuilder()
       Identifier of an CATERING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 229:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure catering_service_ref = 345;
    • hasVehicleChargingEquipmentRef

      boolean hasVehicleChargingEquipmentRef()
       Identifier of an VEHICLE CHARGING EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 62:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_charging_equipment_ref = 346;
      Returns:
      Whether the vehicleChargingEquipmentRef field is set.
    • getVehicleChargingEquipmentRef

      VersionOfObjectRefStructure getVehicleChargingEquipmentRef()
       Identifier of an VEHICLE CHARGING EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 62:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_charging_equipment_ref = 346;
      Returns:
      The vehicleChargingEquipmentRef.
    • getVehicleChargingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleChargingEquipmentRefOrBuilder()
       Identifier of an VEHICLE CHARGING EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 62:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_charging_equipment_ref = 346;
    • hasRefuellingEquipmentRef

      boolean hasRefuellingEquipmentRef()
       Identifier of an REFUELLING EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 88:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refuelling_equipment_ref = 347;
      Returns:
      Whether the refuellingEquipmentRef field is set.
    • getRefuellingEquipmentRef

      VersionOfObjectRefStructure getRefuellingEquipmentRef()
       Identifier of an REFUELLING EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 88:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refuelling_equipment_ref = 347;
      Returns:
      The refuellingEquipmentRef.
    • getRefuellingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRefuellingEquipmentRefOrBuilder()
       Identifier of an REFUELLING EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 88:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refuelling_equipment_ref = 347;
    • hasBatteryEquipmentRef

      boolean hasBatteryEquipmentRef()
       Identifier of an BATTERY EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure battery_equipment_ref = 348;
      Returns:
      Whether the batteryEquipmentRef field is set.
    • getBatteryEquipmentRef

      VersionOfObjectRefStructure getBatteryEquipmentRef()
       Identifier of an BATTERY EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure battery_equipment_ref = 348;
      Returns:
      The batteryEquipmentRef.
    • getBatteryEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBatteryEquipmentRefOrBuilder()
       Identifier of an BATTERY EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure battery_equipment_ref = 348;
    • hasActivatedEquipmentRef

      boolean hasActivatedEquipmentRef()
       Reference to an ACTIVATED EQUIPMENT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 69:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activated_equipment_ref = 349;
      Returns:
      Whether the activatedEquipmentRef field is set.
    • getActivatedEquipmentRef

      VersionOfObjectRefStructure getActivatedEquipmentRef()
       Reference to an ACTIVATED EQUIPMENT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 69:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activated_equipment_ref = 349;
      Returns:
      The activatedEquipmentRef.
    • getActivatedEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getActivatedEquipmentRefOrBuilder()
       Reference to an ACTIVATED EQUIPMENT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 69:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activated_equipment_ref = 349;
    • hasPassengerInformationEquipmentRef

      boolean hasPassengerInformationEquipmentRef()
       Reference to a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 111:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_information_equipment_ref = 350;
      Returns:
      Whether the passengerInformationEquipmentRef field is set.
    • getPassengerInformationEquipmentRef

      VersionOfObjectRefStructure getPassengerInformationEquipmentRef()
       Reference to a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 111:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_information_equipment_ref = 350;
      Returns:
      The passengerInformationEquipmentRef.
    • getPassengerInformationEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerInformationEquipmentRefOrBuilder()
       Reference to a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 111:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_information_equipment_ref = 350;
    • hasChauffeuredVehicleServiceRef

      boolean hasChauffeuredVehicleServiceRef()
       Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 215:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure chauffeured_vehicle_service_ref = 354;
      Returns:
      Whether the chauffeuredVehicleServiceRef field is set.
    • getChauffeuredVehicleServiceRef

      VersionOfObjectRefStructure getChauffeuredVehicleServiceRef()
       Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 215:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure chauffeured_vehicle_service_ref = 354;
      Returns:
      The chauffeuredVehicleServiceRef.
    • getChauffeuredVehicleServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getChauffeuredVehicleServiceRefOrBuilder()
       Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 215:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure chauffeured_vehicle_service_ref = 354;
    • hasVehicleSharingServiceRef

      boolean hasVehicleSharingServiceRef()
       Identifier of an VEHICLE SHARING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 241:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_service_ref = 355;
      Returns:
      Whether the vehicleSharingServiceRef field is set.
    • getVehicleSharingServiceRef

      VersionOfObjectRefStructure getVehicleSharingServiceRef()
       Identifier of an VEHICLE SHARING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 241:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_service_ref = 355;
      Returns:
      The vehicleSharingServiceRef.
    • getVehicleSharingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingServiceRefOrBuilder()
       Identifier of an VEHICLE SHARING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 241:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_service_ref = 355;
    • hasVehicleRentalServiceRef

      boolean hasVehicleRentalServiceRef()
       Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 267:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_service_ref = 356;
      Returns:
      Whether the vehicleRentalServiceRef field is set.
    • getVehicleRentalServiceRef

      VersionOfObjectRefStructure getVehicleRentalServiceRef()
       Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 267:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_service_ref = 356;
      Returns:
      The vehicleRentalServiceRef.
    • getVehicleRentalServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleRentalServiceRefOrBuilder()
       Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 267:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_service_ref = 356;
    • hasOnlineServiceRef

      boolean hasOnlineServiceRef()
       Identifier of an ONLINE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_ref = 357;
      Returns:
      Whether the onlineServiceRef field is set.
    • getOnlineServiceRef

      VersionOfObjectRefStructure getOnlineServiceRef()
       Identifier of an ONLINE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_ref = 357;
      Returns:
      The onlineServiceRef.
    • getOnlineServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnlineServiceRefOrBuilder()
       Identifier of an ONLINE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_ref = 357;
    • hasRetailDeviceRef

      boolean hasRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 358;
      Returns:
      Whether the retailDeviceRef field is set.
    • getRetailDeviceRef

      VersionOfObjectRefStructure getRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 358;
      Returns:
      The retailDeviceRef.
    • getRetailDeviceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailDeviceRefOrBuilder()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 358;
    • hasEquipmentRef

      boolean hasEquipmentRef()
       Reference to EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 63:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_ref = 431;
      Returns:
      Whether the equipmentRef field is set.
    • getEquipmentRef

      VersionOfObjectRefStructure getEquipmentRef()
       Reference to EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 63:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_ref = 431;
      Returns:
      The equipmentRef.
    • getEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEquipmentRefOrBuilder()
       Reference to EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 63:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_ref = 431;
    • hasAccessVehicleEquipmentRef

      boolean hasAccessVehicleEquipmentRef()
       Reference to an ACCESS VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 87:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_vehicle_equipment_ref = 432;
      Returns:
      Whether the accessVehicleEquipmentRef field is set.
    • getAccessVehicleEquipmentRef

      VersionOfObjectRefStructure getAccessVehicleEquipmentRef()
       Reference to an ACCESS VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 87:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_vehicle_equipment_ref = 432;
      Returns:
      The accessVehicleEquipmentRef.
    • getAccessVehicleEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessVehicleEquipmentRefOrBuilder()
       Reference to an ACCESS VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 87:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_vehicle_equipment_ref = 432;
    • hasEntranceEquipmentRef

      boolean hasEntranceEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 98:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_equipment_ref = 433;
      Returns:
      Whether the entranceEquipmentRef field is set.
    • getEntranceEquipmentRef

      VersionOfObjectRefStructure getEntranceEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 98:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_equipment_ref = 433;
      Returns:
      The entranceEquipmentRef.
    • getEntranceEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntranceEquipmentRefOrBuilder()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 98:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_equipment_ref = 433;
    • hasRampEquipmentRef

      boolean hasRampEquipmentRef()
       Identifier of an RAMP EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 124:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ramp_equipment_ref = 434;
      Returns:
      Whether the rampEquipmentRef field is set.
    • getRampEquipmentRef

      VersionOfObjectRefStructure getRampEquipmentRef()
       Identifier of an RAMP EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 124:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ramp_equipment_ref = 434;
      Returns:
      The rampEquipmentRef.
    • getRampEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRampEquipmentRefOrBuilder()
       Identifier of an RAMP EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 124:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ramp_equipment_ref = 434;
    • hasCrossingEquipmentRef

      boolean hasCrossingEquipmentRef()
       Identifier of an CROSSING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 150:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure crossing_equipment_ref = 435;
      Returns:
      Whether the crossingEquipmentRef field is set.
    • getCrossingEquipmentRef

      VersionOfObjectRefStructure getCrossingEquipmentRef()
       Identifier of an CROSSING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 150:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure crossing_equipment_ref = 435;
      Returns:
      The crossingEquipmentRef.
    • getCrossingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCrossingEquipmentRefOrBuilder()
       Identifier of an CROSSING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 150:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure crossing_equipment_ref = 435;
    • hasLiftEquipmentRef

      boolean hasLiftEquipmentRef()
       Identifier of an LIFT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 176:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lift_equipment_ref = 436;
      Returns:
      Whether the liftEquipmentRef field is set.
    • getLiftEquipmentRef

      VersionOfObjectRefStructure getLiftEquipmentRef()
       Identifier of an LIFT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 176:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lift_equipment_ref = 436;
      Returns:
      The liftEquipmentRef.
    • getLiftEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLiftEquipmentRefOrBuilder()
       Identifier of an LIFT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 176:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lift_equipment_ref = 436;
    • hasEscalatorEquipmentRef

      boolean hasEscalatorEquipmentRef()
       Identifier of an ESCALATOR EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 202:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure escalator_equipment_ref = 437;
      Returns:
      Whether the escalatorEquipmentRef field is set.
    • getEscalatorEquipmentRef

      VersionOfObjectRefStructure getEscalatorEquipmentRef()
       Identifier of an ESCALATOR EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 202:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure escalator_equipment_ref = 437;
      Returns:
      The escalatorEquipmentRef.
    • getEscalatorEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEscalatorEquipmentRefOrBuilder()
       Identifier of an ESCALATOR EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 202:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure escalator_equipment_ref = 437;
    • hasSiteEquipmentRef

      boolean hasSiteEquipmentRef()
       Identifier of an SITE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_equipment_ref = 438;
      Returns:
      Whether the siteEquipmentRef field is set.
    • getSiteEquipmentRef

      VersionOfObjectRefStructure getSiteEquipmentRef()
       Identifier of an SITE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_equipment_ref = 438;
      Returns:
      The siteEquipmentRef.
    • getSiteEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteEquipmentRefOrBuilder()
       Identifier of an SITE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_equipment_ref = 438;
    • hasWaitingEquipmentRef

      boolean hasWaitingEquipmentRef()
       Identifier of an WAITING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 91:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_equipment_ref = 439;
      Returns:
      Whether the waitingEquipmentRef field is set.
    • getWaitingEquipmentRef

      VersionOfObjectRefStructure getWaitingEquipmentRef()
       Identifier of an WAITING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 91:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_equipment_ref = 439;
      Returns:
      The waitingEquipmentRef.
    • getWaitingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWaitingEquipmentRefOrBuilder()
       Identifier of an WAITING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 91:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_equipment_ref = 439;
    • hasWaitingRoomEquipmentRef

      boolean hasWaitingRoomEquipmentRef()
       Identifier of an WAITING ROOM EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 117:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_room_equipment_ref = 440;
      Returns:
      Whether the waitingRoomEquipmentRef field is set.
    • getWaitingRoomEquipmentRef

      VersionOfObjectRefStructure getWaitingRoomEquipmentRef()
       Identifier of an WAITING ROOM EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 117:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_room_equipment_ref = 440;
      Returns:
      The waitingRoomEquipmentRef.
    • getWaitingRoomEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWaitingRoomEquipmentRefOrBuilder()
       Identifier of an WAITING ROOM EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 117:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_room_equipment_ref = 440;
    • hasLuggageLockerEquipmentRef

      boolean hasLuggageLockerEquipmentRef()
       Identifier of an LUGGAGE LOCKER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_locker_equipment_ref = 441;
      Returns:
      Whether the luggageLockerEquipmentRef field is set.
    • getLuggageLockerEquipmentRef

      VersionOfObjectRefStructure getLuggageLockerEquipmentRef()
       Identifier of an LUGGAGE LOCKER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_locker_equipment_ref = 441;
      Returns:
      The luggageLockerEquipmentRef.
    • getLuggageLockerEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLuggageLockerEquipmentRefOrBuilder()
       Identifier of an LUGGAGE LOCKER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_locker_equipment_ref = 441;
    • hasShelterEquipmentRef

      boolean hasShelterEquipmentRef()
       Identifier of an SHELTER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 201:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure shelter_equipment_ref = 442;
      Returns:
      Whether the shelterEquipmentRef field is set.
    • getShelterEquipmentRef

      VersionOfObjectRefStructure getShelterEquipmentRef()
       Identifier of an SHELTER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 201:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure shelter_equipment_ref = 442;
      Returns:
      The shelterEquipmentRef.
    • getShelterEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getShelterEquipmentRefOrBuilder()
       Identifier of an SHELTER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 201:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure shelter_equipment_ref = 442;
    • hasSeatingEquipmentRef

      boolean hasSeatingEquipmentRef()
       Identifier of an SEATING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 227:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure seating_equipment_ref = 443;
      Returns:
      Whether the seatingEquipmentRef field is set.
    • getSeatingEquipmentRef

      VersionOfObjectRefStructure getSeatingEquipmentRef()
       Identifier of an SEATING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 227:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure seating_equipment_ref = 443;
      Returns:
      The seatingEquipmentRef.
    • getSeatingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSeatingEquipmentRefOrBuilder()
       Identifier of an SEATING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 227:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure seating_equipment_ref = 443;
    • hasLocalServiceRef

      boolean hasLocalServiceRef()
       Reference to a LOCAL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 55:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure local_service_ref = 444;
      Returns:
      Whether the localServiceRef field is set.
    • getLocalServiceRef

      VersionOfObjectRefStructure getLocalServiceRef()
       Reference to a LOCAL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 55:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure local_service_ref = 444;
      Returns:
      The localServiceRef.
    • getLocalServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLocalServiceRefOrBuilder()
       Reference to a LOCAL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 55:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure local_service_ref = 444;
    • hasCommunicationServiceRef

      boolean hasCommunicationServiceRef()
       Identifier of an COMMUNICATION SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 64:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure communication_service_ref = 445;
      Returns:
      Whether the communicationServiceRef field is set.
    • getCommunicationServiceRef

      VersionOfObjectRefStructure getCommunicationServiceRef()
       Identifier of an COMMUNICATION SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 64:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure communication_service_ref = 445;
      Returns:
      The communicationServiceRef.
    • getCommunicationServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommunicationServiceRefOrBuilder()
       Identifier of an COMMUNICATION SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 64:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure communication_service_ref = 445;
    • hasHireServiceRef

      boolean hasHireServiceRef()
       Identifier of an HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 90:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hire_service_ref = 446;
      Returns:
      Whether the hireServiceRef field is set.
    • getHireServiceRef

      VersionOfObjectRefStructure getHireServiceRef()
       Identifier of an HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 90:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hire_service_ref = 446;
      Returns:
      The hireServiceRef.
    • getHireServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHireServiceRefOrBuilder()
       Identifier of an HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 90:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hire_service_ref = 446;
    • hasMoneyServiceRef

      boolean hasMoneyServiceRef()
       Identifier of an MONEY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 137:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure money_service_ref = 447;
      Returns:
      Whether the moneyServiceRef field is set.
    • getMoneyServiceRef

      VersionOfObjectRefStructure getMoneyServiceRef()
       Identifier of an MONEY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 137:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure money_service_ref = 447;
      Returns:
      The moneyServiceRef.
    • getMoneyServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMoneyServiceRefOrBuilder()
       Identifier of an MONEY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 137:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure money_service_ref = 447;
    • hasAssistanceBookingServiceRef

      boolean hasAssistanceBookingServiceRef()
       Reference to an ASSISTANCE BOOKING SERVICE.  [netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd at 68:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_booking_service_ref = 448;
      Returns:
      Whether the assistanceBookingServiceRef field is set.
    • getAssistanceBookingServiceRef

      VersionOfObjectRefStructure getAssistanceBookingServiceRef()
       Reference to an ASSISTANCE BOOKING SERVICE.  [netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd at 68:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_booking_service_ref = 448;
      Returns:
      The assistanceBookingServiceRef.
    • getAssistanceBookingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAssistanceBookingServiceRefOrBuilder()
       Reference to an ASSISTANCE BOOKING SERVICE.  [netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd at 68:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_booking_service_ref = 448;
    • hasCarPoolingServiceRef

      boolean hasCarPoolingServiceRef()
       Identifier of an CAR POOLING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 163:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_pooling_service_ref = 449;
      Returns:
      Whether the carPoolingServiceRef field is set.
    • getCarPoolingServiceRef

      VersionOfObjectRefStructure getCarPoolingServiceRef()
       Identifier of an CAR POOLING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 163:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_pooling_service_ref = 449;
      Returns:
      The carPoolingServiceRef.
    • getCarPoolingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCarPoolingServiceRefOrBuilder()
       Identifier of an CAR POOLING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 163:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_pooling_service_ref = 449;
    • hasTaxiServiceRef

      boolean hasTaxiServiceRef()
       Identifier of an TAXI SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 189:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_service_ref = 450;
      Returns:
      Whether the taxiServiceRef field is set.
    • getTaxiServiceRef

      VersionOfObjectRefStructure getTaxiServiceRef()
       Identifier of an TAXI SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 189:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_service_ref = 450;
      Returns:
      The taxiServiceRef.
    • getTaxiServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiServiceRefOrBuilder()
       Identifier of an TAXI SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 189:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_service_ref = 450;
    • 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 = 381;
      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 = 381;
      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 = 381;
    • 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 = 382;
      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 = 382;
      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 = 382;
    • getFarePriceRefStructureCase

    • getVersionedChildStructureCase

    • getTransportOrganisationRefStructureCase

      Cell_VersionedChildStructure.TransportOrganisationRefStructureCase getTransportOrganisationRefStructureCase()
    • getGroupOfLinesRefStructureCase

    • getLineRefStructureCase

    • getSiteRefStructureCase

    • getVehicleMeetingPlaceRefStructureCase

    • getFacilitySetRefStructureCase

    • getServiceJourneyRefStructureCase

    • getTransportTypeRefStructureCase

    • getVehicleModelProfileRefStructureCase

    • getEquipmentRefStructureCase

    • getFareTableRefStructureCase