Interface OfferedTravelSpecificationTypeOrBuilder

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

@Generated public interface OfferedTravelSpecificationTypeOrBuilder 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 = 763;
      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 = 763;
      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 = 764;
      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 = 764;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

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

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

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

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

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

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

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

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

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

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

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

      boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • hasExtensions

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

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

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

      boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • hasName

      boolean hasName()
       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 145:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasDate

      boolean hasDate()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
      Returns:
      Whether the date field is set.
    • getDate

      com.google.protobuf.Timestamp getDate()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
      Returns:
      The date.
    • getDateOrBuilder

      com.google.protobuf.TimestampOrBuilder getDateOrBuilder()
       Timestamp of LOG ENTRY.  [netex_framework/netex_genericFramework/netex_loggable_version.xsd at 155:63]
       
      .google.protobuf.Timestamp date = 163;
    • getIsValid

      boolean getIsValid()
       Whether FARE CONTRACT ENTRY is valid.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 491:65]
       
      bool is_valid = 281;
      Returns:
      The isValid.
    • hasTypeOfFareContractEntryRef

      boolean hasTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
      Returns:
      Whether the typeOfFareContractEntryRef field is set.
    • getTypeOfFareContractEntryRef

      VersionOfObjectRefStructure getTypeOfFareContractEntryRef()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
      Returns:
      The typeOfFareContractEntryRef.
    • getTypeOfFareContractEntryRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfFareContractEntryRefOrBuilder()
       Reference to a TYPE OF FARE CONTRACT ENTRY.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 282;
    • hasFareContractRef

      boolean hasFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
      Returns:
      Whether the fareContractRef field is set.
    • getFareContractRef

      VersionOfObjectRefStructure getFareContractRef()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
      Returns:
      The fareContractRef.
    • getFareContractRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareContractRefOrBuilder()
       Reference to a FARE CONTRACT.  [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 283;
    • hasSalesTransactionRef

      boolean hasSalesTransactionRef()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 431;
      Returns:
      Whether the salesTransactionRef field is set.
    • getSalesTransactionRef

      VersionOfObjectRefStructure getSalesTransactionRef()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 431;
      Returns:
      The salesTransactionRef.
    • getSalesTransactionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesTransactionRefOrBuilder()
       Reference to a SALES TRANSACTION.  [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 431;
    • getAmount

      double getAmount()
       PRICE amount. in specified currency.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 288:71]
       
      double amount = 461;
      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 = 462;
      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 = 462;
      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 = 463;
      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 = 463;
      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 = 463;
    • 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 = 464;
      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 = 471;
      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 = 471;
      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 = 471;
    • getPaymentMethodValue

      int getPaymentMethodValue()
       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 481;
      Returns:
      The enum numeric value on the wire for paymentMethod.
    • getPaymentMethod

      PaymentMethodEnumeration getPaymentMethod()
       Method of payment used,  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 95:84]
       
      .uk.org.netex.www.netex.PaymentMethodEnumeration payment_method = 481;
      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 = 482;
      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 = 482;
      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 = 482;
    • hasStartOfValidity

      boolean hasStartOfValidity()
       Start Validity of Purchased PRODUCT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 189:74]
       
      .google.protobuf.Timestamp start_of_validity = 501;
      Returns:
      Whether the startOfValidity field is set.
    • getStartOfValidity

      com.google.protobuf.Timestamp getStartOfValidity()
       Start Validity of Purchased PRODUCT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 189:74]
       
      .google.protobuf.Timestamp start_of_validity = 501;
      Returns:
      The startOfValidity.
    • getStartOfValidityOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartOfValidityOrBuilder()
       Start Validity of Purchased PRODUCT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 189:74]
       
      .google.protobuf.Timestamp start_of_validity = 501;
    • hasEndOfValidity

      boolean hasEndOfValidity()
       End Validity of Purchased PRODUCT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 194:72]
       
      .google.protobuf.Timestamp end_of_validity = 502;
      Returns:
      Whether the endOfValidity field is set.
    • getEndOfValidity

      com.google.protobuf.Timestamp getEndOfValidity()
       End Validity of Purchased PRODUCT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 194:72]
       
      .google.protobuf.Timestamp end_of_validity = 502;
      Returns:
      The endOfValidity.
    • getEndOfValidityOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndOfValidityOrBuilder()
       End Validity of Purchased PRODUCT.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 194:72]
       
      .google.protobuf.Timestamp end_of_validity = 502;
    • hasTravelSpecificationSummaryView

      boolean hasTravelSpecificationSummaryView()
       Summary of key aspects of TRAVEL SPECIFICATION. +V1.1. This data should all be derivable from the PARAMATER ASSIGNMENTs.  v+1.1  [netex_part_3/part3_salesTransactions/netex_travelSpecificationSummary_version.xsd at 78:100]
       
      .uk.org.netex.www.netex.TravelSpecificationSummaryViewStructure travel_specification_summary_view = 503;
      Returns:
      Whether the travelSpecificationSummaryView field is set.
    • getTravelSpecificationSummaryView

      TravelSpecificationSummaryViewStructure getTravelSpecificationSummaryView()
       Summary of key aspects of TRAVEL SPECIFICATION. +V1.1. This data should all be derivable from the PARAMATER ASSIGNMENTs.  v+1.1  [netex_part_3/part3_salesTransactions/netex_travelSpecificationSummary_version.xsd at 78:100]
       
      .uk.org.netex.www.netex.TravelSpecificationSummaryViewStructure travel_specification_summary_view = 503;
      Returns:
      The travelSpecificationSummaryView.
    • getTravelSpecificationSummaryViewOrBuilder

      TravelSpecificationSummaryViewStructureOrBuilder getTravelSpecificationSummaryViewOrBuilder()
       Summary of key aspects of TRAVEL SPECIFICATION. +V1.1. This data should all be derivable from the PARAMATER ASSIGNMENTs.  v+1.1  [netex_part_3/part3_salesTransactions/netex_travelSpecificationSummary_version.xsd at 78:100]
       
      .uk.org.netex.www.netex.TravelSpecificationSummaryViewStructure travel_specification_summary_view = 503;
    • hasSpecificParameterAssignments

      boolean hasSpecificParameterAssignments()
       SPECIFIC PARAMETER ASSIGNMENTS for  TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 204:116]
       
      .uk.org.netex.www.netex.SpecificParameterAssignments_RelStructure specific_parameter_assignments = 504;
      Returns:
      Whether the specificParameterAssignments field is set.
    • getSpecificParameterAssignments

      SpecificParameterAssignments_RelStructure getSpecificParameterAssignments()
       SPECIFIC PARAMETER ASSIGNMENTS for  TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 204:116]
       
      .uk.org.netex.www.netex.SpecificParameterAssignments_RelStructure specific_parameter_assignments = 504;
      Returns:
      The specificParameterAssignments.
    • getSpecificParameterAssignmentsOrBuilder

      SpecificParameterAssignments_RelStructureOrBuilder getSpecificParameterAssignmentsOrBuilder()
       SPECIFIC PARAMETER ASSIGNMENTS for  TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 204:116]
       
      .uk.org.netex.www.netex.SpecificParameterAssignments_RelStructure specific_parameter_assignments = 504;
    • hasNoticeAssignments

      boolean hasNoticeAssignments()
       NOTICE  ASSIGNMENTS  applying to TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 209:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 505;
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICE  ASSIGNMENTS  applying to TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 209:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 505;
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICE  ASSIGNMENTS  applying to TRAVEL SPECIFICATION.  [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 209:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 505;
    • getId

      String getId()
       [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 321:72]
       
      string id = 761;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 321:72]
       
      string id = 761;
      Returns:
      The bytes for id.
    • hasTripPlanRequestRef

      boolean hasTripPlanRequestRef()
       Reference to a TRIP PLAN REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 97:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_plan_request_ref = 432;
      Returns:
      Whether the tripPlanRequestRef field is set.
    • getTripPlanRequestRef

      VersionOfObjectRefStructure getTripPlanRequestRef()
       Reference to a TRIP PLAN REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 97:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_plan_request_ref = 432;
      Returns:
      The tripPlanRequestRef.
    • getTripPlanRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTripPlanRequestRefOrBuilder()
       Reference to a TRIP PLAN REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 97:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_plan_request_ref = 432;
    • hasScheduleRequestRef

      boolean hasScheduleRequestRef()
       Reference to a SCHEDULE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 123:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schedule_request_ref = 433;
      Returns:
      Whether the scheduleRequestRef field is set.
    • getScheduleRequestRef

      VersionOfObjectRefStructure getScheduleRequestRef()
       Reference to a SCHEDULE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 123:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schedule_request_ref = 433;
      Returns:
      The scheduleRequestRef.
    • getScheduleRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getScheduleRequestRefOrBuilder()
       Reference to a SCHEDULE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 123:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure schedule_request_ref = 433;
    • hasStopEventRequestRef

      boolean hasStopEventRequestRef()
       Reference to a STOP EVENT REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 149:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_event_request_ref = 434;
      Returns:
      Whether the stopEventRequestRef field is set.
    • getStopEventRequestRef

      VersionOfObjectRefStructure getStopEventRequestRef()
       Reference to a STOP EVENT REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 149:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_event_request_ref = 434;
      Returns:
      The stopEventRequestRef.
    • getStopEventRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopEventRequestRefOrBuilder()
       Reference to a STOP EVENT REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 149:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_event_request_ref = 434;
    • hasStopFinderRequestRef

      boolean hasStopFinderRequestRef()
       Reference to a STOP FINDER REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 175:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_finder_request_ref = 435;
      Returns:
      Whether the stopFinderRequestRef field is set.
    • getStopFinderRequestRef

      VersionOfObjectRefStructure getStopFinderRequestRef()
       Reference to a STOP FINDER REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 175:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_finder_request_ref = 435;
      Returns:
      The stopFinderRequestRef.
    • getStopFinderRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopFinderRequestRefOrBuilder()
       Reference to a STOP FINDER REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 175:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_finder_request_ref = 435;
    • hasFareRequestRef

      boolean hasFareRequestRef()
       Reference to a FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 201:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_request_ref = 436;
      Returns:
      Whether the fareRequestRef field is set.
    • getFareRequestRef

      VersionOfObjectRefStructure getFareRequestRef()
       Reference to a FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 201:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_request_ref = 436;
      Returns:
      The fareRequestRef.
    • getFareRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareRequestRefOrBuilder()
       Reference to a FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 201:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_request_ref = 436;
    • hasSingleTripFareRequestRef

      boolean hasSingleTripFareRequestRef()
       Reference to a SINGLE TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 227:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_trip_fare_request_ref = 437;
      Returns:
      Whether the singleTripFareRequestRef field is set.
    • getSingleTripFareRequestRef

      VersionOfObjectRefStructure getSingleTripFareRequestRef()
       Reference to a SINGLE TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 227:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_trip_fare_request_ref = 437;
      Returns:
      The singleTripFareRequestRef.
    • getSingleTripFareRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSingleTripFareRequestRefOrBuilder()
       Reference to a SINGLE TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 227:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_trip_fare_request_ref = 437;
    • hasRepeatedTripFareRequestRef

      boolean hasRepeatedTripFareRequestRef()
       Reference to a REPEATED TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 253:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure repeated_trip_fare_request_ref = 438;
      Returns:
      Whether the repeatedTripFareRequestRef field is set.
    • getRepeatedTripFareRequestRef

      VersionOfObjectRefStructure getRepeatedTripFareRequestRef()
       Reference to a REPEATED TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 253:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure repeated_trip_fare_request_ref = 438;
      Returns:
      The repeatedTripFareRequestRef.
    • getRepeatedTripFareRequestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRepeatedTripFareRequestRefOrBuilder()
       Reference to a REPEATED TRIP FARE REQUEST.  [netex_part_3/part3_PiQuery/netex_piRequest_support.xsd at 253:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure repeated_trip_fare_request_ref = 438;
    • 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 = 439;
      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 = 439;
      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 = 439;
    • 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 = 440;
      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 = 440;
      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 = 440;
    • 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 = 441;
      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 = 441;
      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 = 441;
    • 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 = 442;
      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 = 442;
      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 = 442;
    • 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 = 443;
      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 = 443;
      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 = 443;
    • 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 = 444;
      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 = 444;
      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 = 444;
    • 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 = 445;
      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 = 445;
      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 = 445;
    • 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 = 446;
      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 = 446;
      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 = 446;
    • 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 = 447;
      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 = 447;
      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 = 447;
    • 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 = 448;
      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 = 448;
      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 = 448;
    • 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 = 449;
      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 = 449;
      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 = 449;
    • 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 = 450;
      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 = 450;
      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 = 450;
    • 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 = 451;
      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 = 451;
      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 = 451;
    • 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 = 452;
      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 = 452;
      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 = 452;
    • 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 = 453;
      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 = 453;
      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 = 453;
    • 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 = 454;
      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 = 454;
      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 = 454;
    • 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 = 455;
      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 = 455;
      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 = 455;
    • 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 = 456;
      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 = 456;
      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 = 456;
    • hasCellRef

      boolean hasCellRef()
       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 457;
      Returns:
      Whether the cellRef field is set.
    • getCellRef

       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 457;
      Returns:
      The cellRef.
    • getCellRefOrBuilder

       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 457;
    • getPassengerInformationRequestRefStructureCase

      OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase getPassengerInformationRequestRefStructureCase()
    • getFarePriceRefStructureCase

    • getVersionOfObjectRefStructureCase