Interface UsageParameterPriceTypeOrBuilder

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

@Generated public interface UsageParameterPriceTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

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

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

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

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

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

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

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

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

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

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

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 449;
      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 = 449;
      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 = 450;
      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 = 450;
      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;
    • getAmount

      double getAmount()
       PRICE amount. in specified currency.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 288:71]
       
      double amount = 166;
      Returns:
      The amount.
    • getCurrency

      String getCurrency()
       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 167;
      Returns:
      The currency.
    • getCurrencyBytes

      com.google.protobuf.ByteString getCurrencyBytes()
       Currency of Price ISO 4217.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 293:67]
       
      string currency = 167;
      Returns:
      The bytes for currency.
    • hasPriceUnitRef

      boolean hasPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 168;
      Returns:
      Whether the priceUnitRef field is set.
    • getPriceUnitRef

      VersionOfObjectRefStructure getPriceUnitRef()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 168;
      Returns:
      The priceUnitRef.
    • getPriceUnitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPriceUnitRefOrBuilder()
       Reference to a PRICE UNIT.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 105:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure price_unit_ref = 168;
    • getUnits

      double getUnits()
       Other units for PRICE (If not in a currency).  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 299:63]
       
      double units = 169;
      Returns:
      The units.
    • hasRuleStepResults

      boolean hasRuleStepResults()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 181;
      Returns:
      Whether the ruleStepResults field is set.
    • getRuleStepResults

      PriceRuleStepResults_RelStructure getRuleStepResults()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 181;
      Returns:
      The ruleStepResults.
    • getRuleStepResultsOrBuilder

      PriceRuleStepResults_RelStructureOrBuilder getRuleStepResultsOrBuilder()
       Interim amounts for any pricing rules  applied to derive price , for example VAT amount  charged.  +v1.1  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 276:95]
       
      .uk.org.netex.www.netex.PriceRuleStepResults_RelStructure rule_step_results = 181;
    • hasPricingServiceRef

      boolean hasPricingServiceRef()
       Reference to a PRICING SERVICE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 222:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_service_ref = 192;
      Returns:
      Whether the pricingServiceRef field is set.
    • getPricingServiceRef

      VersionOfObjectRefStructure getPricingServiceRef()
       Reference to a PRICING SERVICE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 222:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_service_ref = 192;
      Returns:
      The pricingServiceRef.
    • getPricingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPricingServiceRefOrBuilder()
       Reference to a PRICING SERVICE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 222:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_service_ref = 192;
    • getCanBeCumulative

      boolean getCanBeCumulative()
       Whether this discount can be used cumulatively with other discounts.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 316:88]
       
      bool can_be_cumulative = 221;
      Returns:
      The canBeCumulative.
    • hasRoundingRef

      boolean hasRoundingRef()
       Reference to a ROUNDING.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 222;
      Returns:
      Whether the roundingRef field is set.
    • getRoundingRef

      VersionOfObjectRefStructure getRoundingRef()
       Reference to a ROUNDING.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 222;
      Returns:
      The roundingRef.
    • getRoundingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoundingRefOrBuilder()
       Reference to a ROUNDING.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 222;
    • getId

      String getId()
       [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 183:65]
       
      string id = 441;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 183:65]
       
      string id = 441;
      Returns:
      The bytes for id.
    • 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 = 193;
      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 = 193;
      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 = 193;
    • 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 = 194;
      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 = 194;
      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 = 194;
    • 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 = 195;
      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 = 195;
      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 = 195;
    • 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 = 196;
      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 = 196;
      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 = 196;
    • 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 = 197;
      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 = 197;
      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 = 197;
    • 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 = 198;
      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 = 198;
      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 = 198;
    • 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 = 199;
      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 = 199;
      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 = 199;
    • 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 = 200;
      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 = 200;
      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 = 200;
    • 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 = 201;
      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 = 201;
      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 = 201;
    • 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 = 202;
      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 = 202;
      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 = 202;
    • 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 = 203;
      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 = 203;
      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 = 203;
    • 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 = 204;
      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 = 204;
      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 = 204;
    • 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 = 205;
      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 = 205;
      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 = 205;
    • 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 = 206;
      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 = 206;
      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 = 206;
    • 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 = 207;
      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 = 207;
      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 = 207;
    • 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 = 208;
      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 = 208;
      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 = 208;
    • 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 = 209;
      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 = 209;
      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 = 209;
    • 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 = 210;
      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 = 210;
      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 = 210;
    • hasPricingRuleRef

      boolean hasPricingRuleRef()
       Reference to a PRICING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 248:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_rule_ref = 211;
      Returns:
      Whether the pricingRuleRef field is set.
    • getPricingRuleRef

      VersionOfObjectRefStructure getPricingRuleRef()
       Reference to a PRICING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 248:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_rule_ref = 211;
      Returns:
      The pricingRuleRef.
    • getPricingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPricingRuleRefOrBuilder()
       Reference to a PRICING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 248:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure pricing_rule_ref = 211;
    • hasDiscountingRuleRef

      boolean hasDiscountingRuleRef()
       Reference to a DISCOUNTING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 274:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure discounting_rule_ref = 212;
      Returns:
      Whether the discountingRuleRef field is set.
    • getDiscountingRuleRef

      VersionOfObjectRefStructure getDiscountingRuleRef()
       Reference to a DISCOUNTING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 274:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure discounting_rule_ref = 212;
      Returns:
      The discountingRuleRef.
    • getDiscountingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDiscountingRuleRefOrBuilder()
       Reference to a DISCOUNTING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 274:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure discounting_rule_ref = 212;
    • hasLimitingRuleRef

      boolean hasLimitingRuleRef()
       Reference to a LIMITING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 300:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure limiting_rule_ref = 213;
      Returns:
      Whether the limitingRuleRef field is set.
    • getLimitingRuleRef

      VersionOfObjectRefStructure getLimitingRuleRef()
       Reference to a LIMITING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 300:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure limiting_rule_ref = 213;
      Returns:
      The limitingRuleRef.
    • getLimitingRuleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLimitingRuleRefOrBuilder()
       Reference to a LIMITING RULE.  [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 300:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure limiting_rule_ref = 213;
    • hasPricingRule

      boolean hasPricingRule()
       Parameters describing how a fare is to be computed.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 503:67]
       
      .uk.org.netex.www.netex.PricingRuleType pricing_rule = 214;
      Returns:
      Whether the pricingRule field is set.
    • getPricingRule

      PricingRuleType getPricingRule()
       Parameters describing how a fare is to be computed.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 503:67]
       
      .uk.org.netex.www.netex.PricingRuleType pricing_rule = 214;
      Returns:
      The pricingRule.
    • getPricingRuleOrBuilder

      PricingRuleTypeOrBuilder getPricingRuleOrBuilder()
       Parameters describing how a fare is to be computed.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 503:67]
       
      .uk.org.netex.www.netex.PricingRuleType pricing_rule = 214;
    • hasDiscountingRule

      boolean hasDiscountingRule()
       A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 583:71]
       
      .uk.org.netex.www.netex.DiscountingRuleType discounting_rule = 215;
      Returns:
      Whether the discountingRule field is set.
    • getDiscountingRule

      DiscountingRuleType getDiscountingRule()
       A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 583:71]
       
      .uk.org.netex.www.netex.DiscountingRuleType discounting_rule = 215;
      Returns:
      The discountingRule.
    • getDiscountingRuleOrBuilder

      DiscountingRuleTypeOrBuilder getDiscountingRuleOrBuilder()
       A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 583:71]
       
      .uk.org.netex.www.netex.DiscountingRuleType discounting_rule = 215;
    • hasLimitingRule

      boolean hasLimitingRule()
       A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 648:68]
       
      .uk.org.netex.www.netex.LimitingRuleType limiting_rule = 216;
      Returns:
      Whether the limitingRule field is set.
    • getLimitingRule

      LimitingRuleType getLimitingRule()
       A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 648:68]
       
      .uk.org.netex.www.netex.LimitingRuleType limiting_rule = 216;
      Returns:
      The limitingRule.
    • getLimitingRuleOrBuilder

      LimitingRuleTypeOrBuilder getLimitingRuleOrBuilder()
       A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 648:68]
       
      .uk.org.netex.www.netex.LimitingRuleType limiting_rule = 216;
    • hasLimitingRuleInContext

      boolean hasLimitingRuleInContext()
       OPTIMISED version whcih can be be used only in line assues ID of comtainign context  -no  id checking. A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 766:77]
       
      .uk.org.netex.www.netex.LimitingRuleInContextType limiting_rule_in_context = 217;
      Returns:
      Whether the limitingRuleInContext field is set.
    • getLimitingRuleInContext

      LimitingRuleInContextType getLimitingRuleInContext()
       OPTIMISED version whcih can be be used only in line assues ID of comtainign context  -no  id checking. A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 766:77]
       
      .uk.org.netex.www.netex.LimitingRuleInContextType limiting_rule_in_context = 217;
      Returns:
      The limitingRuleInContext.
    • getLimitingRuleInContextOrBuilder

      LimitingRuleInContextTypeOrBuilder getLimitingRuleInContextOrBuilder()
       OPTIMISED version whcih can be be used only in line assues ID of comtainign context  -no  id checking. A price for which a discount can be offered.  [netex_part_3/part3_fares/netex_calculationParameters_version.xsd at 766:77]
       
      .uk.org.netex.www.netex.LimitingRuleInContextType limiting_rule_in_context = 217;
    • hasBookingPolicyRef

      boolean hasBookingPolicyRef()
       Reference to a BOOKING POLICY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 139:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure booking_policy_ref = 372;
      Returns:
      Whether the bookingPolicyRef field is set.
    • getBookingPolicyRef

      VersionOfObjectRefStructure getBookingPolicyRef()
       Reference to a BOOKING POLICY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 139:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure booking_policy_ref = 372;
      Returns:
      The bookingPolicyRef.
    • getBookingPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBookingPolicyRefOrBuilder()
       Reference to a BOOKING POLICY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 139:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure booking_policy_ref = 372;
    • hasSecurityPolicyRef

      boolean hasSecurityPolicyRef()
       Reference to a SECURITY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 309:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure security_policy_ref = 383;
      Returns:
      Whether the securityPolicyRef field is set.
    • getSecurityPolicyRef

      VersionOfObjectRefStructure getSecurityPolicyRef()
       Reference to a SECURITY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 309:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure security_policy_ref = 383;
      Returns:
      The securityPolicyRef.
    • getSecurityPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSecurityPolicyRefOrBuilder()
       Reference to a SECURITY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 309:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure security_policy_ref = 383;
    • hasPurchaseWindowRef

      boolean hasPurchaseWindowRef()
       Reference to a PURCHASE WINDOW PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 83:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purchase_window_ref = 391;
      Returns:
      Whether the purchaseWindowRef field is set.
    • getPurchaseWindowRef

      VersionOfObjectRefStructure getPurchaseWindowRef()
       Reference to a PURCHASE WINDOW PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 83:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purchase_window_ref = 391;
      Returns:
      The purchaseWindowRef.
    • getPurchaseWindowRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurchaseWindowRefOrBuilder()
       Reference to a PURCHASE WINDOW PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 83:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purchase_window_ref = 391;
    • hasReservingRef

      boolean hasReservingRef()
       Reference to a RESERVING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 165:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reserving_ref = 392;
      Returns:
      Whether the reservingRef field is set.
    • getReservingRef

      VersionOfObjectRefStructure getReservingRef()
       Reference to a RESERVING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 165:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reserving_ref = 392;
      Returns:
      The reservingRef.
    • getReservingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getReservingRefOrBuilder()
       Reference to a RESERVING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 165:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reserving_ref = 392;
    • hasCancellingRef

      boolean hasCancellingRef()
       Reference to a CANCELLING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 191:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cancelling_ref = 393;
      Returns:
      Whether the cancellingRef field is set.
    • getCancellingRef

      VersionOfObjectRefStructure getCancellingRef()
       Reference to a CANCELLING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 191:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cancelling_ref = 393;
      Returns:
      The cancellingRef.
    • getCancellingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCancellingRefOrBuilder()
       Reference to a CANCELLING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterBooking_support.xsd at 191:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cancelling_ref = 393;
    • hasResellingRef

      boolean hasResellingRef()
       Reference to a RESELLING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 99:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reselling_ref = 394;
      Returns:
      Whether the resellingRef field is set.
    • getResellingRef

      VersionOfObjectRefStructure getResellingRef()
       Reference to a RESELLING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 99:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reselling_ref = 394;
      Returns:
      The resellingRef.
    • getResellingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getResellingRefOrBuilder()
       Reference to a RESELLING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 99:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reselling_ref = 394;
    • hasExchangingRef

      boolean hasExchangingRef()
       Reference to a EXCHANGING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 193:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchanging_ref = 395;
      Returns:
      Whether the exchangingRef field is set.
    • getExchangingRef

      VersionOfObjectRefStructure getExchangingRef()
       Reference to a EXCHANGING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 193:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchanging_ref = 395;
      Returns:
      The exchangingRef.
    • getExchangingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getExchangingRefOrBuilder()
       Reference to a EXCHANGING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 193:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchanging_ref = 395;
    • hasRefundingRef

      boolean hasRefundingRef()
       Reference to a REFUNDING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 237:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refunding_ref = 396;
      Returns:
      Whether the refundingRef field is set.
    • getRefundingRef

      VersionOfObjectRefStructure getRefundingRef()
       Reference to a REFUNDING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 237:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refunding_ref = 396;
      Returns:
      The refundingRef.
    • getRefundingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRefundingRefOrBuilder()
       Reference to a REFUNDING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 237:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refunding_ref = 396;
    • hasReplacingRef

      boolean hasReplacingRef()
       Reference to a REPLACING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 351:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure replacing_ref = 397;
      Returns:
      Whether the replacingRef field is set.
    • getReplacingRef

      VersionOfObjectRefStructure getReplacingRef()
       Reference to a REPLACING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 351:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure replacing_ref = 397;
      Returns:
      The replacingRef.
    • getReplacingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getReplacingRefOrBuilder()
       Reference to a REPLACING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 351:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure replacing_ref = 397;
    • hasTransferabilityRef

      boolean hasTransferabilityRef()
       Reference to a TRANSFERABILITY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 377:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transferability_ref = 398;
      Returns:
      Whether the transferabilityRef field is set.
    • getTransferabilityRef

      VersionOfObjectRefStructure getTransferabilityRef()
       Reference to a TRANSFERABILITY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 377:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transferability_ref = 398;
      Returns:
      The transferabilityRef.
    • getTransferabilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTransferabilityRefOrBuilder()
       Reference to a TRANSFERABILITY USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 377:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transferability_ref = 398;
    • hasChargingPolicyRef

      boolean hasChargingPolicyRef()
       Reference to a CHARGING POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 79:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_policy_ref = 399;
      Returns:
      Whether the chargingPolicyRef field is set.
    • getChargingPolicyRef

      VersionOfObjectRefStructure getChargingPolicyRef()
       Reference to a CHARGING POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 79:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_policy_ref = 399;
      Returns:
      The chargingPolicyRef.
    • getChargingPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getChargingPolicyRefOrBuilder()
       Reference to a CHARGING POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 79:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure charging_policy_ref = 399;
    • hasPenaltyPolicyRef

      boolean hasPenaltyPolicyRef()
       Reference to a PENALTY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 182:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure penalty_policy_ref = 400;
      Returns:
      Whether the penaltyPolicyRef field is set.
    • getPenaltyPolicyRef

      VersionOfObjectRefStructure getPenaltyPolicyRef()
       Reference to a PENALTY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 182:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure penalty_policy_ref = 400;
      Returns:
      The penaltyPolicyRef.
    • getPenaltyPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPenaltyPolicyRefOrBuilder()
       Reference to a PENALTY POLICY usage parameter.  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 182:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure penalty_policy_ref = 400;
    • hasSubscribingRef

      boolean hasSubscribingRef()
       Reference to a SUBSCRIBING usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 233:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure subscribing_ref = 401;
      Returns:
      Whether the subscribingRef field is set.
    • getSubscribingRef

      VersionOfObjectRefStructure getSubscribingRef()
       Reference to a SUBSCRIBING usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 233:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure subscribing_ref = 401;
      Returns:
      The subscribingRef.
    • getSubscribingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSubscribingRefOrBuilder()
       Reference to a SUBSCRIBING usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterCharging_support.xsd at 233:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure subscribing_ref = 401;
    • hasProfileParameterRef

      boolean hasProfileParameterRef()
       Reference to a PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 126:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure profile_parameter_ref = 402;
      Returns:
      Whether the profileParameterRef field is set.
    • getProfileParameterRef

      VersionOfObjectRefStructure getProfileParameterRef()
       Reference to a PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 126:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure profile_parameter_ref = 402;
      Returns:
      The profileParameterRef.
    • getProfileParameterRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getProfileParameterRefOrBuilder()
       Reference to a PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 126:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure profile_parameter_ref = 402;
    • hasUserProfileRef

      boolean hasUserProfileRef()
       Reference to a USER PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 150:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_ref = 403;
      Returns:
      Whether the userProfileRef field is set.
    • getUserProfileRef

      VersionOfObjectRefStructure getUserProfileRef()
       Reference to a USER PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 150:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_ref = 403;
      Returns:
      The userProfileRef.
    • getUserProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUserProfileRefOrBuilder()
       Reference to a USER PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 150:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure user_profile_ref = 403;
    • hasCommercialProfileRef

      boolean hasCommercialProfileRef()
       Reference to a COMMERCIAL PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 200:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_ref = 404;
      Returns:
      Whether the commercialProfileRef field is set.
    • getCommercialProfileRef

      VersionOfObjectRefStructure getCommercialProfileRef()
       Reference to a COMMERCIAL PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 200:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_ref = 404;
      Returns:
      The commercialProfileRef.
    • getCommercialProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommercialProfileRefOrBuilder()
       Reference to a COMMERCIAL PROFILE usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 200:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure commercial_profile_ref = 404;
    • hasGroupTicketRef

      boolean hasGroupTicketRef()
       Reference to a GROUP TICKET usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 237:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_ticket_ref = 405;
      Returns:
      Whether the groupTicketRef field is set.
    • getGroupTicketRef

      VersionOfObjectRefStructure getGroupTicketRef()
       Reference to a GROUP TICKET usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 237:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_ticket_ref = 405;
      Returns:
      The groupTicketRef.
    • getGroupTicketRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGroupTicketRefOrBuilder()
       Reference to a GROUP TICKET usage parameter  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 237:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure group_ticket_ref = 405;
    • hasCompanionProfileRef

      boolean hasCompanionProfileRef()
       Reference to a COMPANION PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 316:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure companion_profile_ref = 406;
      Returns:
      Whether the companionProfileRef field is set.
    • getCompanionProfileRef

      VersionOfObjectRefStructure getCompanionProfileRef()
       Reference to a COMPANION PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 316:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure companion_profile_ref = 406;
      Returns:
      The companionProfileRef.
    • getCompanionProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCompanionProfileRefOrBuilder()
       Reference to a COMPANION PROFILE usage parameter.  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 316:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure companion_profile_ref = 406;
    • hasEligibilityChangePolicyRef

      boolean hasEligibilityChangePolicyRef()
       Reference to anELIGIBILITY CHANGE POLICY usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 487:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure eligibility_change_policy_ref = 407;
      Returns:
      Whether the eligibilityChangePolicyRef field is set.
    • getEligibilityChangePolicyRef

      VersionOfObjectRefStructure getEligibilityChangePolicyRef()
       Reference to anELIGIBILITY CHANGE POLICY usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 487:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure eligibility_change_policy_ref = 407;
      Returns:
      The eligibilityChangePolicyRef.
    • getEligibilityChangePolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEligibilityChangePolicyRefOrBuilder()
       Reference to anELIGIBILITY CHANGE POLICY usage parameter. +v1.1  [netex_part_3/part3_fares/netex_usageParameterEligibility_support.xsd at 487:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure eligibility_change_policy_ref = 407;
    • hasEntitlementRequiredRef

      boolean hasEntitlementRequiredRef()
       Reference to a ENTITLEMENT REQUIRED PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 80:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_required_ref = 408;
      Returns:
      Whether the entitlementRequiredRef field is set.
    • getEntitlementRequiredRef

      VersionOfObjectRefStructure getEntitlementRequiredRef()
       Reference to a ENTITLEMENT REQUIRED PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 80:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_required_ref = 408;
      Returns:
      The entitlementRequiredRef.
    • getEntitlementRequiredRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntitlementRequiredRefOrBuilder()
       Reference to a ENTITLEMENT REQUIRED PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 80:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_required_ref = 408;
    • hasEntitlementGivenRef

      boolean hasEntitlementGivenRef()
       Reference to a ENTITLEMENT GIVEN PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 118:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_given_ref = 409;
      Returns:
      Whether the entitlementGivenRef field is set.
    • getEntitlementGivenRef

      VersionOfObjectRefStructure getEntitlementGivenRef()
       Reference to a ENTITLEMENT GIVEN PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 118:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_given_ref = 409;
      Returns:
      The entitlementGivenRef.
    • getEntitlementGivenRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntitlementGivenRefOrBuilder()
       Reference to a ENTITLEMENT GIVEN PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterEntitlement_support.xsd at 118:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_given_ref = 409;
    • hasLuggageAllowanceRef

      boolean hasLuggageAllowanceRef()
       Reference to a LUGGAGE ALLOWANCE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd at 76:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_allowance_ref = 410;
      Returns:
      Whether the luggageAllowanceRef field is set.
    • getLuggageAllowanceRef

      VersionOfObjectRefStructure getLuggageAllowanceRef()
       Reference to a LUGGAGE ALLOWANCE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd at 76:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_allowance_ref = 410;
      Returns:
      The luggageAllowanceRef.
    • getLuggageAllowanceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLuggageAllowanceRefOrBuilder()
       Reference to a LUGGAGE ALLOWANCE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterLuggage_support.xsd at 76:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_allowance_ref = 410;
    • hasRoundTripRef

      boolean hasRoundTripRef()
       Reference to a ROUND TRIP PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 128:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure round_trip_ref = 411;
      Returns:
      Whether the roundTripRef field is set.
    • getRoundTripRef

      VersionOfObjectRefStructure getRoundTripRef()
       Reference to a ROUND TRIP PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 128:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure round_trip_ref = 411;
      Returns:
      The roundTripRef.
    • getRoundTripRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoundTripRefOrBuilder()
       Reference to a ROUND TRIP PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 128:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure round_trip_ref = 411;
    • hasRoutingRef

      boolean hasRoutingRef()
       Reference to a ROUTING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 187:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_ref = 412;
      Returns:
      Whether the routingRef field is set.
    • getRoutingRef

       Reference to a ROUTING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 187:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_ref = 412;
      Returns:
      The routingRef.
    • getRoutingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoutingRefOrBuilder()
       Reference to a ROUTING PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 187:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure routing_ref = 412;
    • hasStepLimitRef

      boolean hasStepLimitRef()
       Reference to a STEP LIMIT PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 213:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure step_limit_ref = 413;
      Returns:
      Whether the stepLimitRef field is set.
    • getStepLimitRef

      VersionOfObjectRefStructure getStepLimitRef()
       Reference to a STEP LIMIT PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 213:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure step_limit_ref = 413;
      Returns:
      The stepLimitRef.
    • getStepLimitRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStepLimitRefOrBuilder()
       Reference to a STEP LIMIT PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 213:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure step_limit_ref = 413;
    • hasUsageValidityPeriodRef

      boolean hasUsageValidityPeriodRef()
       Reference to a USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 253:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_validity_period_ref = 414;
      Returns:
      Whether the usageValidityPeriodRef field is set.
    • getUsageValidityPeriodRef

      VersionOfObjectRefStructure getUsageValidityPeriodRef()
       Reference to a USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 253:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_validity_period_ref = 414;
      Returns:
      The usageValidityPeriodRef.
    • getUsageValidityPeriodRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUsageValidityPeriodRefOrBuilder()
       Reference to a USAGE VALIDITY PERIOD.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 253:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_validity_period_ref = 414;
    • hasSuspendingRef

      boolean hasSuspendingRef()
       Reference to a SUSPENDING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 467:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure suspending_ref = 415;
      Returns:
      Whether the suspendingRef field is set.
    • getSuspendingRef

      VersionOfObjectRefStructure getSuspendingRef()
       Reference to a SUSPENDING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 467:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure suspending_ref = 415;
      Returns:
      The suspendingRef.
    • getSuspendingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSuspendingRefOrBuilder()
       Reference to a SUSPENDING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 467:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure suspending_ref = 415;
    • hasFrequencyOfUseRef

      boolean hasFrequencyOfUseRef()
       Reference to a FREQUENCY OF USE.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 563:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure frequency_of_use_ref = 416;
      Returns:
      Whether the frequencyOfUseRef field is set.
    • getFrequencyOfUseRef

      VersionOfObjectRefStructure getFrequencyOfUseRef()
       Reference to a FREQUENCY OF USE.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 563:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure frequency_of_use_ref = 416;
      Returns:
      The frequencyOfUseRef.
    • getFrequencyOfUseRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFrequencyOfUseRefOrBuilder()
       Reference to a FREQUENCY OF USE.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 563:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure frequency_of_use_ref = 416;
    • hasInterchangingRef

      boolean hasInterchangingRef()
       Reference to a INTERCHANGING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 600:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchanging_ref = 417;
      Returns:
      Whether the interchangingRef field is set.
    • getInterchangingRef

      VersionOfObjectRefStructure getInterchangingRef()
       Reference to a INTERCHANGING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 600:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchanging_ref = 417;
      Returns:
      The interchangingRef.
    • getInterchangingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getInterchangingRefOrBuilder()
       Reference to a INTERCHANGING.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 600:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure interchanging_ref = 417;
    • hasMinimumStayRef

      boolean hasMinimumStayRef()
       Reference to a MINIMUM STAY PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 664:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_stay_ref = 418;
      Returns:
      Whether the minimumStayRef field is set.
    • getMinimumStayRef

      VersionOfObjectRefStructure getMinimumStayRef()
       Reference to a MINIMUM STAY PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 664:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_stay_ref = 418;
      Returns:
      The minimumStayRef.
    • getMinimumStayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMinimumStayRefOrBuilder()
       Reference to a MINIMUM STAY PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 664:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure minimum_stay_ref = 418;
    • hasSalesOfferPackageEntitlementRequiredRef

      boolean hasSalesOfferPackageEntitlementRequiredRef()
       Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 66:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_required_ref = 419;
      Returns:
      Whether the salesOfferPackageEntitlementRequiredRef field is set.
    • getSalesOfferPackageEntitlementRequiredRef

      VersionOfObjectRefStructure getSalesOfferPackageEntitlementRequiredRef()
       Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 66:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_required_ref = 419;
      Returns:
      The salesOfferPackageEntitlementRequiredRef.
    • getSalesOfferPackageEntitlementRequiredRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageEntitlementRequiredRefOrBuilder()
       Reference to a SALES OFFER ENTITLEMENT REQUIRED parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 66:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_required_ref = 419;
    • hasSalesOfferPackageEntitlementGivenRef

      boolean hasSalesOfferPackageEntitlementGivenRef()
       Reference to a SALES OFFER  ENTITLEMENT GIVEN PARAMETER parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 86:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_given_ref = 420;
      Returns:
      Whether the salesOfferPackageEntitlementGivenRef field is set.
    • getSalesOfferPackageEntitlementGivenRef

      VersionOfObjectRefStructure getSalesOfferPackageEntitlementGivenRef()
       Reference to a SALES OFFER  ENTITLEMENT GIVEN PARAMETER parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 86:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_given_ref = 420;
      Returns:
      The salesOfferPackageEntitlementGivenRef.
    • getSalesOfferPackageEntitlementGivenRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageEntitlementGivenRefOrBuilder()
       Reference to a SALES OFFER  ENTITLEMENT GIVEN PARAMETER parameter.  [netex_part_3/part3_fares/netex_salesOfferPackageEntitlement_support.xsd at 86:150]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_entitlement_given_ref = 420;
    • hasRevertingRef

      boolean hasRevertingRef()
       Reference to a REVERTING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 167:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reverting_ref = 442;
      Returns:
      Whether the revertingRef field is set.
    • getRevertingRef

      VersionOfObjectRefStructure getRevertingRef()
       Reference to a REVERTING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 167:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reverting_ref = 442;
      Returns:
      The revertingRef.
    • getRevertingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRevertingRefOrBuilder()
       Reference to a REVERTING USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_support.xsd at 167:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure reverting_ref = 442;
    • hasOnboardValidityRef

      boolean hasOnboardValidityRef()
       Reference to a ONBOARD VALIDITY.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 702:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_validity_ref = 444;
      Returns:
      Whether the onboardValidityRef field is set.
    • getOnboardValidityRef

      VersionOfObjectRefStructure getOnboardValidityRef()
       Reference to a ONBOARD VALIDITY.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 702:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_validity_ref = 444;
      Returns:
      The onboardValidityRef.
    • getOnboardValidityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnboardValidityRefOrBuilder()
       Reference to a ONBOARD VALIDITY.  [netex_part_3/part3_fares/netex_usageParameterTravel_support.xsd at 702:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onboard_validity_ref = 444;
    • hasVehiclePoolerProfileRef

      boolean hasVehiclePoolerProfileRef()
       Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd at 66:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooler_profile_ref = 445;
      Returns:
      Whether the vehiclePoolerProfileRef field is set.
    • getVehiclePoolerProfileRef

      VersionOfObjectRefStructure getVehiclePoolerProfileRef()
       Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd at 66:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooler_profile_ref = 445;
      Returns:
      The vehiclePoolerProfileRef.
    • getVehiclePoolerProfileRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolerProfileRefOrBuilder()
       Reference to a VEHICLE POOLER PROFILE usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterEligibility_support.xsd at 66:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooler_profile_ref = 445;
    • hasRentalPenaltyPolicyRef

      boolean hasRentalPenaltyPolicyRef()
       Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_penalty_policy_ref = 446;
      Returns:
      Whether the rentalPenaltyPolicyRef field is set.
    • getRentalPenaltyPolicyRef

      VersionOfObjectRefStructure getRentalPenaltyPolicyRef()
       Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_penalty_policy_ref = 446;
      Returns:
      The rentalPenaltyPolicyRef.
    • getRentalPenaltyPolicyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRentalPenaltyPolicyRefOrBuilder()
       Reference to a RENTAL PENALTY POLICY usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_penalty_policy_ref = 446;
    • hasRentalOptionRef

      boolean hasRentalOptionRef()
       Reference to a RENTAL OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 112:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_option_ref = 447;
      Returns:
      Whether the rentalOptionRef field is set.
    • getRentalOptionRef

      VersionOfObjectRefStructure getRentalOptionRef()
       Reference to a RENTAL OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 112:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_option_ref = 447;
      Returns:
      The rentalOptionRef.
    • getRentalOptionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRentalOptionRefOrBuilder()
       Reference to a RENTAL OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 112:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rental_option_ref = 447;
    • hasAdditionalDriverOptionRef

      boolean hasAdditionalDriverOptionRef()
       Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 138:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure additional_driver_option_ref = 448;
      Returns:
      Whether the additionalDriverOptionRef field is set.
    • getAdditionalDriverOptionRef

      VersionOfObjectRefStructure getAdditionalDriverOptionRef()
       Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 138:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure additional_driver_option_ref = 448;
      Returns:
      The additionalDriverOptionRef.
    • getAdditionalDriverOptionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAdditionalDriverOptionRefOrBuilder()
       Reference to a ADDITIONAL DRIVER OPTION usage parameter. +v1.2.2  [netex_part_5/part5_fm/netex_nm_usageParameterRental_support.xsd at 138:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure additional_driver_option_ref = 448;
    • getFarePriceRefStructureCase

    • getPricingRuleRefStructureCase

      UsageParameterPriceType.PricingRuleRefStructureCase getPricingRuleRefStructureCase()
    • getDataManagedObjectStructureCase

      UsageParameterPriceType.DataManagedObjectStructureCase getDataManagedObjectStructureCase()
    • getUsageParameterRefStructureCase

      UsageParameterPriceType.UsageParameterRefStructureCase getUsageParameterRefStructureCase()