Interface DistributionAssignmentTypeOrBuilder

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

@Generated public interface DistributionAssignmentTypeOrBuilder 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 = 412;
      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 = 412;
      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 = 413;
      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 = 413;
      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;
    • getOrder

      int getOrder()
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 101;
      Returns:
      The order.
    • hasName

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

       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

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

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

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasSalesOfferPackageRef

      boolean hasSalesOfferPackageRef()
       Reference to a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 84:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_ref = 291;
      Returns:
      Whether the salesOfferPackageRef field is set.
    • getSalesOfferPackageRef

      VersionOfObjectRefStructure getSalesOfferPackageRef()
       Reference to a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 84:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_ref = 291;
      Returns:
      The salesOfferPackageRef.
    • getSalesOfferPackageRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSalesOfferPackageRefOrBuilder()
       Reference to a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 84:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_ref = 291;
    • hasGroupOfSalesOfferPackagesRef

      boolean hasGroupOfSalesOfferPackagesRef()
       Reference to a GROUP OF SALES OFFER PACKAGEs.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 200:136]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_sales_offer_packages_ref = 292;
      Returns:
      Whether the groupOfSalesOfferPackagesRef field is set.
    • getGroupOfSalesOfferPackagesRef

      GroupOfEntitiesRefStructure getGroupOfSalesOfferPackagesRef()
       Reference to a GROUP OF SALES OFFER PACKAGEs.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 200:136]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_sales_offer_packages_ref = 292;
      Returns:
      The groupOfSalesOfferPackagesRef.
    • getGroupOfSalesOfferPackagesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfSalesOfferPackagesRefOrBuilder()
       Reference to a GROUP OF SALES OFFER PACKAGEs.  [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 200:136]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_sales_offer_packages_ref = 292;
    • getDistributionRightsList

      List<DistributionRightsEnumeration> getDistributionRightsList()
       Override the folloing   rights allowed by channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 690:101]
       
      repeated .uk.org.netex.www.netex.DistributionRightsEnumeration distribution_rights = 301 [packed = true];
      Returns:
      A list containing the distributionRights.
    • getDistributionRightsCount

      int getDistributionRightsCount()
       Override the folloing   rights allowed by channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 690:101]
       
      repeated .uk.org.netex.www.netex.DistributionRightsEnumeration distribution_rights = 301 [packed = true];
      Returns:
      The count of distributionRights.
    • getDistributionRights

      DistributionRightsEnumeration getDistributionRights(int index)
       Override the folloing   rights allowed by channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 690:101]
       
      repeated .uk.org.netex.www.netex.DistributionRightsEnumeration distribution_rights = 301 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The distributionRights at the given index.
    • getDistributionRightsValueList

      List<Integer> getDistributionRightsValueList()
       Override the folloing   rights allowed by channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 690:101]
       
      repeated .uk.org.netex.www.netex.DistributionRightsEnumeration distribution_rights = 301 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for distributionRights.
    • getDistributionRightsValue

      int getDistributionRightsValue(int index)
       Override the folloing   rights allowed by channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 690:101]
       
      repeated .uk.org.netex.www.netex.DistributionRightsEnumeration distribution_rights = 301 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of distributionRights at the given index.
    • hasAllCountriesRef

      boolean hasAllCountriesRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1379:38]
       
      .uk.org.netex.www.netex.AllCountriesRefType all_countries_ref = 302;
      Returns:
      Whether the allCountriesRef field is set.
    • getAllCountriesRef

      AllCountriesRefType getAllCountriesRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1379:38]
       
      .uk.org.netex.www.netex.AllCountriesRefType all_countries_ref = 302;
      Returns:
      The allCountriesRef.
    • getAllCountriesRefOrBuilder

      AllCountriesRefTypeOrBuilder getAllCountriesRefOrBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1379:38]
       
      .uk.org.netex.www.netex.AllCountriesRefType all_countries_ref = 302;
    • hasCountryRef

      boolean hasCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 303;
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      CountryRefType getCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 303;
      Returns:
      The countryRef.
    • getCountryRefOrBuilder

      CountryRefTypeOrBuilder getCountryRefOrBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 303;
    • getAllowedInCountry

      boolean getAllowedInCountry()
       Whether distribution is allowed or forbidden for given country.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 728:89]
       
      bool allowed_in_country = 311;
      Returns:
      The allowedInCountry.
    • hasTopographicPlaceRef

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

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

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

      boolean hasAllDistributionChannelsRef()
       Reference to   All DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 189:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_distribution_channels_ref = 313;
      Returns:
      Whether the allDistributionChannelsRef field is set.
    • getAllDistributionChannelsRef

      VersionOfObjectRefStructure getAllDistributionChannelsRef()
       Reference to   All DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 189:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_distribution_channels_ref = 313;
      Returns:
      The allDistributionChannelsRef.
    • getAllDistributionChannelsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllDistributionChannelsRefOrBuilder()
       Reference to   All DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 189:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_distribution_channels_ref = 313;
    • hasGroupOfDistributionChannelsRef

      boolean hasGroupOfDistributionChannelsRef()
       Reference to a GROUP OF DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 215:140]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distribution_channels_ref = 314;
      Returns:
      Whether the groupOfDistributionChannelsRef field is set.
    • getGroupOfDistributionChannelsRef

      GroupOfEntitiesRefStructure getGroupOfDistributionChannelsRef()
       Reference to a GROUP OF DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 215:140]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distribution_channels_ref = 314;
      Returns:
      The groupOfDistributionChannelsRef.
    • getGroupOfDistributionChannelsRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfDistributionChannelsRefOrBuilder()
       Reference to a GROUP OF DISTRIBUTION CHANNELs.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 215:140]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_distribution_channels_ref = 314;
    • hasDistributionChannelRef

      boolean hasDistributionChannelRef()
       Reference to a DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 152:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distribution_channel_ref = 315;
      Returns:
      Whether the distributionChannelRef field is set.
    • getDistributionChannelRef

      VersionOfObjectRefStructure getDistributionChannelRef()
       Reference to a DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 152:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distribution_channel_ref = 315;
      Returns:
      The distributionChannelRef.
    • getDistributionChannelRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDistributionChannelRefOrBuilder()
       Reference to a DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 152:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure distribution_channel_ref = 315;
    • getDistributionChannelTypeValue

      int getDistributionChannelTypeValue()
       Classification of  DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 735:104]
       
      .uk.org.netex.www.netex.DistributionChannelTypeEnumeration distribution_channel_type = 321;
      Returns:
      The enum numeric value on the wire for distributionChannelType.
    • getDistributionChannelType

      DistributionChannelTypeEnumeration getDistributionChannelType()
       Classification of  DISTRIBUTION CHANNEL.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 735:104]
       
      .uk.org.netex.www.netex.DistributionChannelTypeEnumeration distribution_channel_type = 321;
      Returns:
      The distributionChannelType.
    • getAllowedInChannel

      boolean getAllowedInChannel()
       Whether distribution is allowed or forbidden for given channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 740:89]
       
      bool allowed_in_channel = 322;
      Returns:
      The allowedInChannel.
    • getRestrictedToChannel

      boolean getRestrictedToChannel()
       Whether distribution is restricted to a given country and / or channel.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 745:92]
       
      bool restricted_to_channel = 323;
      Returns:
      The restrictedToChannel.
    • getMandatoryProduct

      boolean getMandatoryProduct()
       Whether product is mandatory, i.e.  must be provided.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 750:74]
       
      bool mandatory_product = 324;
      Returns:
      The mandatoryProduct.
    • getInitialCarrier

      boolean getInitialCarrier()
       Wehther initial carrer has rights.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 762:72]
       
      bool initial_carrier = 331;
      Returns:
      The initialCarrier.
    • getTransitCarrier

      boolean getTransitCarrier()
       Whther intremediate transit carrier has rights.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 767:72]
       
      bool transit_carrier = 332;
      Returns:
      The transitCarrier.
    • getFinalCarrier

      boolean getFinalCarrier()
       Whetehr final carrier has rights.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 772:70]
       
      bool final_carrier = 333;
      Returns:
      The finalCarrier.
    • hasResponsibilitySetRef

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

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

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

      List<TicketingServiceFacilityEnumeration> getTicketingServiceFacilityListList()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 361 [packed = true];
      Returns:
      A list containing the ticketingServiceFacilityList.
    • getTicketingServiceFacilityListCount

      int getTicketingServiceFacilityListCount()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 361 [packed = true];
      Returns:
      The count of ticketingServiceFacilityList.
    • getTicketingServiceFacilityList

      TicketingServiceFacilityEnumeration getTicketingServiceFacilityList(int index)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 361 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ticketingServiceFacilityList at the given index.
    • getTicketingServiceFacilityListValueList

      List<Integer> getTicketingServiceFacilityListValueList()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 361 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for ticketingServiceFacilityList.
    • getTicketingServiceFacilityListValue

      int getTicketingServiceFacilityListValue(int index)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 361 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of ticketingServiceFacilityList at the given index.
    • getPaymentMethodsList

      List<PaymentMethodEnumeration> getPaymentMethodsList()
       Payment methods allowed. May override Channel to be more specific.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 787:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 362 [packed = true];
      Returns:
      A list containing the paymentMethods.
    • getPaymentMethodsCount

      int getPaymentMethodsCount()
       Payment methods allowed. May override Channel to be more specific.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 787:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 362 [packed = true];
      Returns:
      The count of paymentMethods.
    • getPaymentMethods

      PaymentMethodEnumeration getPaymentMethods(int index)
       Payment methods allowed. May override Channel to be more specific.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 787:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 362 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The paymentMethods at the given index.
    • getPaymentMethodsValueList

      List<Integer> getPaymentMethodsValueList()
       Payment methods allowed. May override Channel to be more specific.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 787:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 362 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for paymentMethods.
    • getPaymentMethodsValue

      int getPaymentMethodsValue(int index)
       Payment methods allowed. May override Channel to be more specific.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 787:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 362 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of paymentMethods at the given index.
    • getRequiresRegistration

      boolean getRequiresRegistration()
       Whetee fDistribution requires the user to register.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 792:78]
       
      bool requires_registration = 363;
      Returns:
      The requiresRegistration.
    • hasFulfilmentMethodRef

      boolean hasFulfilmentMethodRef()
       Reference to a FULFILMENT METHOD.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 364;
      Returns:
      Whether the fulfilmentMethodRef field is set.
    • getFulfilmentMethodRef

      VersionOfObjectRefStructure getFulfilmentMethodRef()
       Reference to a FULFILMENT METHOD.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 364;
      Returns:
      The fulfilmentMethodRef.
    • getFulfilmentMethodRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFulfilmentMethodRefOrBuilder()
       Reference to a FULFILMENT METHOD.  [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 364;
    • hasNoticeAssignments

      boolean hasNoticeAssignments()
       NOTICEs for  SALES PACKAGe.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 702:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 371;
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICEs for  SALES PACKAGe.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 702:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 371;
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICEs for  SALES PACKAGe.  [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 702:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 371;
    • getId

      String getId()
       [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 667:68]
       
      string id = 401;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_3/part3_fares/netex_salesOfferPackage_version.xsd at 667:68]
       
      string id = 401;
      Returns:
      The bytes for id.
    • hasServiceAccessRightRef

      boolean hasServiceAccessRightRef()
       Reference to a SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 100:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_right_ref = 281;
      Returns:
      Whether the serviceAccessRightRef field is set.
    • getServiceAccessRightRef

      VersionOfObjectRefStructure getServiceAccessRightRef()
       Reference to a SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 100:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_right_ref = 281;
      Returns:
      The serviceAccessRightRef.
    • getServiceAccessRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceAccessRightRefOrBuilder()
       Reference to a SERVICE ACCESS RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 100:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_access_right_ref = 281;
    • hasFareProductRef

      boolean hasFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 282;
      Returns:
      Whether the fareProductRef field is set.
    • getFareProductRef

      VersionOfObjectRefStructure getFareProductRef()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 282;
      Returns:
      The fareProductRef.
    • getFareProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareProductRefOrBuilder()
       Reference to a FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 146:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_ref = 282;
    • hasSaleDiscountRightRef

      boolean hasSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 283;
      Returns:
      Whether the saleDiscountRightRef field is set.
    • getSaleDiscountRightRef

      VersionOfObjectRefStructure getSaleDiscountRightRef()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 283;
      Returns:
      The saleDiscountRightRef.
    • getSaleDiscountRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSaleDiscountRightRefOrBuilder()
       Reference to a SALES DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 283;
    • hasEntitlementProductRef

      boolean hasEntitlementProductRef()
       Reference to a ENTITLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 209:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_product_ref = 284;
      Returns:
      Whether the entitlementProductRef field is set.
    • getEntitlementProductRef

      VersionOfObjectRefStructure getEntitlementProductRef()
       Reference to a ENTITLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 209:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_product_ref = 284;
      Returns:
      The entitlementProductRef.
    • getEntitlementProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntitlementProductRefOrBuilder()
       Reference to a ENTITLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 209:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entitlement_product_ref = 284;
    • hasThirdPartyProductRef

      boolean hasThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 285;
      Returns:
      Whether the thirdPartyProductRef field is set.
    • getThirdPartyProductRef

      VersionOfObjectRefStructure getThirdPartyProductRef()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 285;
      Returns:
      The thirdPartyProductRef.
    • getThirdPartyProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getThirdPartyProductRefOrBuilder()
       Reference to a THIRD PARTY PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 247:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure third_party_product_ref = 285;
    • hasUsageDiscountRightRef

      boolean hasUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 286;
      Returns:
      Whether the usageDiscountRightRef field is set.
    • getUsageDiscountRightRef

      VersionOfObjectRefStructure getUsageDiscountRightRef()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 286;
      Returns:
      The usageDiscountRightRef.
    • getUsageDiscountRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getUsageDiscountRightRefOrBuilder()
       Reference to a USAGE DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 286;
    • hasCappedDiscountRightRef

      boolean hasCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 287;
      Returns:
      Whether the cappedDiscountRightRef field is set.
    • getCappedDiscountRightRef

      VersionOfObjectRefStructure getCappedDiscountRightRef()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 287;
      Returns:
      The cappedDiscountRightRef.
    • getCappedDiscountRightRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCappedDiscountRightRefOrBuilder()
       Reference to a CAPPED DISCOUNT RIGHT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 287;
    • hasAmountOfPriceUnitProductRef

      boolean hasAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 288;
      Returns:
      Whether the amountOfPriceUnitProductRef field is set.
    • getAmountOfPriceUnitProductRef

      VersionOfObjectRefStructure getAmountOfPriceUnitProductRef()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 288;
      Returns:
      The amountOfPriceUnitProductRef.
    • getAmountOfPriceUnitProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAmountOfPriceUnitProductRefOrBuilder()
       Reference to a AMOUNT OF PRICE UNIT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 397:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure amount_of_price_unit_product_ref = 288;
    • hasPreassignedFareProductRef

      boolean hasPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 289;
      Returns:
      Whether the preassignedFareProductRef field is set.
    • getPreassignedFareProductRef

      VersionOfObjectRefStructure getPreassignedFareProductRef()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 289;
      Returns:
      The preassignedFareProductRef.
    • getPreassignedFareProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPreassignedFareProductRefOrBuilder()
       Reference to a PREASSIGNED FARE PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 289;
    • hasSupplementProductRef

      boolean hasSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 290;
      Returns:
      Whether the supplementProductRef field is set.
    • getSupplementProductRef

      VersionOfObjectRefStructure getSupplementProductRef()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 290;
      Returns:
      The supplementProductRef.
    • getSupplementProductRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSupplementProductRefOrBuilder()
       Reference to a SUPPLEMENT PRODUCT.  [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 290;
    • hasAllPublicTransportOrganisationsRef

      boolean hasAllPublicTransportOrganisationsRef()
       Reference to all PUBLIC TRANSPORT ORGANISATIONs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 120:157]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_public_transport_organisations_ref = 326;
      Returns:
      Whether the allPublicTransportOrganisationsRef field is set.
    • getAllPublicTransportOrganisationsRef

      VersionOfObjectRefStructure getAllPublicTransportOrganisationsRef()
       Reference to all PUBLIC TRANSPORT ORGANISATIONs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 120:157]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_public_transport_organisations_ref = 326;
      Returns:
      The allPublicTransportOrganisationsRef.
    • getAllPublicTransportOrganisationsRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAllPublicTransportOrganisationsRefOrBuilder()
       Reference to all PUBLIC TRANSPORT ORGANISATIONs.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 120:157]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_public_transport_organisations_ref = 326;
    • hasAllOrganisationsRef

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

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

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

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

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

      VersionOfObjectRefStructureOrBuilder getAllTransportOrganisationsRefOrBuilder()
       Reference to all  TRANSPORT ORGANISATION.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 59:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure all_transport_organisations_ref = 335;
    • hasAllOperatorsRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 344;
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 344;
      Returns:
      The operatorRef.
    • getOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 344;
    • hasAuthorityRef

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

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

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

      boolean hasRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 346;
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      VersionOfObjectRefStructure getRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 346;
      Returns:
      The retailConsortiumRef.
    • getRetailConsortiumRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailConsortiumRefOrBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 346;
    • hasOnlineServiceOperatorRef

      boolean hasOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 403;
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 403;
      Returns:
      The onlineServiceOperatorRef.
    • getOnlineServiceOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 403;
    • getServiceAccessRightRefStructureCase

      DistributionAssignmentType.ServiceAccessRightRefStructureCase getServiceAccessRightRefStructureCase()
    • getAllOrganisationsRefStructureCase

    • getOrganisationRefStructureCase