Class OrganisationViewType.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<OrganisationViewType.Builder>
com.google.protobuf.GeneratedMessage.Builder<OrganisationViewType.Builder>
uk.org.netex.www.netex.OrganisationViewType.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, OrganisationViewTypeOrBuilder
Enclosing class:
OrganisationViewType

public static final class OrganisationViewType.Builder extends com.google.protobuf.GeneratedMessage.Builder<OrganisationViewType.Builder> implements OrganisationViewTypeOrBuilder
 Simplified view of ORGANISATION. All data except the identifier will be derived through the referenced to the Organisation.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 968:71]
 
Protobuf type uk.org.netex.www.netex.OrganisationViewType
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<OrganisationViewType.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<OrganisationViewType.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<OrganisationViewType.Builder>
    • getDefaultInstanceForType

      public OrganisationViewType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public OrganisationViewType build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public OrganisationViewType buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public OrganisationViewType.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<OrganisationViewType.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<OrganisationViewType.Builder>
    • mergeFrom

      public OrganisationViewType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<OrganisationViewType.Builder>
      Throws:
      IOException
    • getOrganisationRefStructureCase

      public OrganisationViewType.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface OrganisationViewTypeOrBuilder
    • clearOrganisationRefStructure

      public OrganisationViewType.Builder clearOrganisationRefStructure()
    • getId

      public String getId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getId in interface OrganisationViewTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getIdBytes in interface OrganisationViewTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public OrganisationViewType.Builder setId(String value)
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public OrganisationViewType.Builder clearId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public OrganisationViewType.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasBrandingRef

      public 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 = 2;
      Specified by:
      hasBrandingRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public 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 = 2;
      Specified by:
      getBrandingRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • setBrandingRef

      public OrganisationViewType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • mergeBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • clearBrandingRef

      public OrganisationViewType.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • getBrandingRefBuilder

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

      public 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 = 2;
      Specified by:
      getBrandingRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasName

      public boolean hasName()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
      Specified by:
      hasName in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
      Specified by:
      getName in interface OrganisationViewTypeOrBuilder
      Returns:
      The name.
    • setName

       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
    • setName

      public OrganisationViewType.Builder setName(MultilingualString.Builder builderForValue)
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
    • mergeName

       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
    • clearName

      public OrganisationViewType.Builder clearName()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       The name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 226:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 50;
      Specified by:
      getNameOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
      Specified by:
      hasShortName in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
      Specified by:
      getShortName in interface OrganisationViewTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public OrganisationViewType.Builder setShortName(MultilingualString value)
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
    • setShortName

      public OrganisationViewType.Builder setShortName(MultilingualString.Builder builderForValue)
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
    • mergeShortName

      public OrganisationViewType.Builder mergeShortName(MultilingualString value)
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
    • clearShortName

      public OrganisationViewType.Builder clearShortName()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       A short name of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 231:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 51;
      Specified by:
      getShortNameOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasLegalName

      public boolean hasLegalName()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
      Specified by:
      hasLegalName in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the legalName field is set.
    • getLegalName

      public MultilingualString getLegalName()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
      Specified by:
      getLegalName in interface OrganisationViewTypeOrBuilder
      Returns:
      The legalName.
    • setLegalName

      public OrganisationViewType.Builder setLegalName(MultilingualString value)
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
    • setLegalName

      public OrganisationViewType.Builder setLegalName(MultilingualString.Builder builderForValue)
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
    • mergeLegalName

      public OrganisationViewType.Builder mergeLegalName(MultilingualString value)
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
    • clearLegalName

      public OrganisationViewType.Builder clearLegalName()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
    • getLegalNameBuilder

      public MultilingualString.Builder getLegalNameBuilder()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
    • getLegalNameOrBuilder

      public MultilingualStringOrBuilder getLegalNameOrBuilder()
       The legal name of the ORGANISATION, if different from Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 236:74]
       
      .uk.org.netex.www.netex.MultilingualString legal_name = 52;
      Specified by:
      getLegalNameOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasTradingName

      public boolean hasTradingName()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
      Specified by:
      hasTradingName in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the tradingName field is set.
    • getTradingName

      public MultilingualString getTradingName()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
      Specified by:
      getTradingName in interface OrganisationViewTypeOrBuilder
      Returns:
      The tradingName.
    • setTradingName

      public OrganisationViewType.Builder setTradingName(MultilingualString value)
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
    • setTradingName

      public OrganisationViewType.Builder setTradingName(MultilingualString.Builder builderForValue)
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
    • mergeTradingName

      public OrganisationViewType.Builder mergeTradingName(MultilingualString value)
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
    • clearTradingName

      public OrganisationViewType.Builder clearTradingName()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
    • getTradingNameBuilder

      public MultilingualString.Builder getTradingNameBuilder()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
    • getTradingNameOrBuilder

      public MultilingualStringOrBuilder getTradingNameOrBuilder()
       The Trading name of the ORGANISATION given to the Public - If different from Name or Legal Name.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 241:76]
       
      .uk.org.netex.www.netex.MultilingualString trading_name = 53;
      Specified by:
      getTradingNameOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
      Specified by:
      hasAlternativeNames in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
      Specified by:
      getAlternativeNames in interface OrganisationViewTypeOrBuilder
      Returns:
      The alternativeNames.
    • setAlternativeNames

      public OrganisationViewType.Builder setAlternativeNames(AlternativeNames_RelStructure value)
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
    • setAlternativeNames

      public OrganisationViewType.Builder setAlternativeNames(AlternativeNames_RelStructure.Builder builderForValue)
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
    • mergeAlternativeNames

      public OrganisationViewType.Builder mergeAlternativeNames(AlternativeNames_RelStructure value)
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
    • clearAlternativeNames

      public OrganisationViewType.Builder clearAlternativeNames()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
    • getAlternativeNamesBuilder

      public AlternativeNames_RelStructure.Builder getAlternativeNamesBuilder()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       Alternativie names for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 246:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 54;
      Specified by:
      getAlternativeNamesOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasContactDetails

      public boolean hasContactDetails()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
      Specified by:
      hasContactDetails in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the contactDetails field is set.
    • getContactDetails

      public ContactStructure getContactDetails()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
      Specified by:
      getContactDetails in interface OrganisationViewTypeOrBuilder
      Returns:
      The contactDetails.
    • setContactDetails

      public OrganisationViewType.Builder setContactDetails(ContactStructure value)
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
    • setContactDetails

      public OrganisationViewType.Builder setContactDetails(ContactStructure.Builder builderForValue)
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
    • mergeContactDetails

      public OrganisationViewType.Builder mergeContactDetails(ContactStructure value)
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
    • clearContactDetails

      public OrganisationViewType.Builder clearContactDetails()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
    • getContactDetailsBuilder

      public ContactStructure.Builder getContactDetailsBuilder()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
    • getContactDetailsOrBuilder

      public ContactStructureOrBuilder getContactDetailsOrBuilder()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 987:79]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 61;
      Specified by:
      getContactDetailsOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasOrganisationRef

      public 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 = 41;
      Specified by:
      hasOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      public 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 = 41;
      Specified by:
      getOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The organisationRef.
    • setOrganisationRef

      public OrganisationViewType.Builder setOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 41;
    • setOrganisationRef

      public OrganisationViewType.Builder setOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 41;
    • mergeOrganisationRef

      public OrganisationViewType.Builder mergeOrganisationRef(VersionOfObjectRefStructure value)
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 41;
    • clearOrganisationRef

      public OrganisationViewType.Builder clearOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 41;
    • getOrganisationRefBuilder

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

      public 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 = 41;
      Specified by:
      getOrganisationRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasOtherOrganisationRef

      public 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 = 42;
      Specified by:
      hasOtherOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      public 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 = 42;
      Specified by:
      getOtherOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The otherOrganisationRef.
    • setOtherOrganisationRef

      public OrganisationViewType.Builder setOtherOrganisationRef(VersionOfObjectRefStructure value)
       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 = 42;
    • setOtherOrganisationRef

      public OrganisationViewType.Builder setOtherOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 42;
    • mergeOtherOrganisationRef

      public OrganisationViewType.Builder mergeOtherOrganisationRef(VersionOfObjectRefStructure value)
       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 = 42;
    • clearOtherOrganisationRef

      public OrganisationViewType.Builder clearOtherOrganisationRef()
       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 = 42;
    • getOtherOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getOtherOrganisationRefBuilder()
       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 = 42;
    • getOtherOrganisationRefOrBuilder

      public 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 = 42;
      Specified by:
      getOtherOrganisationRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasTravelAgentRef

      public 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 = 43;
      Specified by:
      hasTravelAgentRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      public 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 = 43;
      Specified by:
      getTravelAgentRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The travelAgentRef.
    • setTravelAgentRef

       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 = 43;
    • setTravelAgentRef

      public OrganisationViewType.Builder setTravelAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 43;
    • mergeTravelAgentRef

      public OrganisationViewType.Builder mergeTravelAgentRef(VersionOfObjectRefStructure value)
       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 = 43;
    • clearTravelAgentRef

      public OrganisationViewType.Builder clearTravelAgentRef()
       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 = 43;
    • getTravelAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getTravelAgentRefBuilder()
       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 = 43;
    • getTravelAgentRefOrBuilder

      public 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 = 43;
      Specified by:
      getTravelAgentRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasServicedOrganisationRef

      public 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 = 44;
      Specified by:
      hasServicedOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      public 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 = 44;
      Specified by:
      getServicedOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The servicedOrganisationRef.
    • setServicedOrganisationRef

      public OrganisationViewType.Builder setServicedOrganisationRef(VersionOfObjectRefStructure value)
       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 = 44;
    • setServicedOrganisationRef

      public OrganisationViewType.Builder setServicedOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 44;
    • mergeServicedOrganisationRef

      public OrganisationViewType.Builder mergeServicedOrganisationRef(VersionOfObjectRefStructure value)
       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 = 44;
    • clearServicedOrganisationRef

      public OrganisationViewType.Builder clearServicedOrganisationRef()
       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 = 44;
    • getServicedOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getServicedOrganisationRefBuilder()
       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 = 44;
    • getServicedOrganisationRefOrBuilder

      public 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 = 44;
      Specified by:
      getServicedOrganisationRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasManagementAgentRef

      public 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 = 45;
      Specified by:
      hasManagementAgentRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      public 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 = 45;
      Specified by:
      getManagementAgentRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The managementAgentRef.
    • setManagementAgentRef

      public OrganisationViewType.Builder setManagementAgentRef(VersionOfObjectRefStructure value)
       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 = 45;
    • setManagementAgentRef

      public OrganisationViewType.Builder setManagementAgentRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 45;
    • mergeManagementAgentRef

      public OrganisationViewType.Builder mergeManagementAgentRef(VersionOfObjectRefStructure value)
       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 = 45;
    • clearManagementAgentRef

      public OrganisationViewType.Builder clearManagementAgentRef()
       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 = 45;
    • getManagementAgentRefBuilder

      public VersionOfObjectRefStructure.Builder getManagementAgentRefBuilder()
       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 = 45;
    • getManagementAgentRefOrBuilder

      public 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 = 45;
      Specified by:
      getManagementAgentRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasGeneralOrganisationRef

      public 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 = 46;
      Specified by:
      hasGeneralOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      public 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 = 46;
      Specified by:
      getGeneralOrganisationRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The generalOrganisationRef.
    • setGeneralOrganisationRef

      public OrganisationViewType.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure value)
       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 = 46;
    • setGeneralOrganisationRef

      public OrganisationViewType.Builder setGeneralOrganisationRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 46;
    • mergeGeneralOrganisationRef

      public OrganisationViewType.Builder mergeGeneralOrganisationRef(VersionOfObjectRefStructure value)
       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 = 46;
    • clearGeneralOrganisationRef

      public OrganisationViewType.Builder clearGeneralOrganisationRef()
       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 = 46;
    • getGeneralOrganisationRefBuilder

      public VersionOfObjectRefStructure.Builder getGeneralOrganisationRefBuilder()
       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 = 46;
    • getGeneralOrganisationRefOrBuilder

      public 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 = 46;
      Specified by:
      getGeneralOrganisationRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasOperatorRef

      public 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 = 47;
      Specified by:
      hasOperatorRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public 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 = 47;
      Specified by:
      getOperatorRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The operatorRef.
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 47;
    • setOperatorRef

      public OrganisationViewType.Builder setOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 47;
    • mergeOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 47;
    • clearOperatorRef

      public OrganisationViewType.Builder clearOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 47;
    • getOperatorRefBuilder

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

      public 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 = 47;
      Specified by:
      getOperatorRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasAuthorityRef

      public 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 = 48;
      Specified by:
      hasAuthorityRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public 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 = 48;
      Specified by:
      getAuthorityRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The authorityRef.
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 48;
    • setAuthorityRef

      public OrganisationViewType.Builder setAuthorityRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 48;
    • mergeAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 48;
    • clearAuthorityRef

      public OrganisationViewType.Builder clearAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 48;
    • getAuthorityRefBuilder

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

      public 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 = 48;
      Specified by:
      getAuthorityRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasRetailConsortiumRef

      public 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 = 49;
      Specified by:
      hasRetailConsortiumRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      public 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 = 49;
      Specified by:
      getRetailConsortiumRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The retailConsortiumRef.
    • setRetailConsortiumRef

      public OrganisationViewType.Builder setRetailConsortiumRef(VersionOfObjectRefStructure value)
       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 = 49;
    • setRetailConsortiumRef

      public OrganisationViewType.Builder setRetailConsortiumRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 49;
    • mergeRetailConsortiumRef

      public OrganisationViewType.Builder mergeRetailConsortiumRef(VersionOfObjectRefStructure value)
       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 = 49;
    • clearRetailConsortiumRef

      public OrganisationViewType.Builder clearRetailConsortiumRef()
       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 = 49;
    • getRetailConsortiumRefBuilder

      public VersionOfObjectRefStructure.Builder getRetailConsortiumRefBuilder()
       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 = 49;
    • getRetailConsortiumRefOrBuilder

      public 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 = 49;
      Specified by:
      getRetailConsortiumRefOrBuilder in interface OrganisationViewTypeOrBuilder
    • hasOnlineServiceOperatorRef

      public 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 = 62;
      Specified by:
      hasOnlineServiceOperatorRef in interface OrganisationViewTypeOrBuilder
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      public 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 = 62;
      Specified by:
      getOnlineServiceOperatorRef in interface OrganisationViewTypeOrBuilder
      Returns:
      The onlineServiceOperatorRef.
    • setOnlineServiceOperatorRef

      public OrganisationViewType.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       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 = 62;
    • setOnlineServiceOperatorRef

      public OrganisationViewType.Builder setOnlineServiceOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 62;
    • mergeOnlineServiceOperatorRef

      public OrganisationViewType.Builder mergeOnlineServiceOperatorRef(VersionOfObjectRefStructure value)
       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 = 62;
    • clearOnlineServiceOperatorRef

      public OrganisationViewType.Builder clearOnlineServiceOperatorRef()
       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 = 62;
    • getOnlineServiceOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOnlineServiceOperatorRefBuilder()
       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 = 62;
    • getOnlineServiceOperatorRefOrBuilder

      public 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 = 62;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface OrganisationViewTypeOrBuilder