Class OrganisationViewType

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.OrganisationViewType
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, OrganisationViewTypeOrBuilder

@Generated public final class OrganisationViewType extends com.google.protobuf.GeneratedMessage 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
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • TRADING_NAME_FIELD_NUMBER

      public static final int TRADING_NAME_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_NAMES_FIELD_NUMBER

      public static final int ALTERNATIVE_NAMES_FIELD_NUMBER
      See Also:
    • CONTACT_DETAILS_FIELD_NUMBER

      public static final int CONTACT_DETAILS_FIELD_NUMBER
      See Also:
    • ORGANISATION_REF_FIELD_NUMBER

      public static final int ORGANISATION_REF_FIELD_NUMBER
      See Also:
    • OTHER_ORGANISATION_REF_FIELD_NUMBER

      public static final int OTHER_ORGANISATION_REF_FIELD_NUMBER
      See Also:
    • TRAVEL_AGENT_REF_FIELD_NUMBER

      public static final int TRAVEL_AGENT_REF_FIELD_NUMBER
      See Also:
    • SERVICED_ORGANISATION_REF_FIELD_NUMBER

      public static final int SERVICED_ORGANISATION_REF_FIELD_NUMBER
      See Also:
    • MANAGEMENT_AGENT_REF_FIELD_NUMBER

      public static final int MANAGEMENT_AGENT_REF_FIELD_NUMBER
      See Also:
    • GENERAL_ORGANISATION_REF_FIELD_NUMBER

      public static final int GENERAL_ORGANISATION_REF_FIELD_NUMBER
      See Also:
    • OPERATOR_REF_FIELD_NUMBER

      public static final int OPERATOR_REF_FIELD_NUMBER
      See Also:
    • AUTHORITY_REF_FIELD_NUMBER

      public static final int AUTHORITY_REF_FIELD_NUMBER
      See Also:
    • RETAIL_CONSORTIUM_REF_FIELD_NUMBER

      public static final int RETAIL_CONSORTIUM_REF_FIELD_NUMBER
      See Also:
    • ONLINE_SERVICE_OPERATOR_REF_FIELD_NUMBER

      public static final int ONLINE_SERVICE_OPERATOR_REF_FIELD_NUMBER
      See Also:
  • 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
    • getOrganisationRefStructureCase

      public OrganisationViewType.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface OrganisationViewTypeOrBuilder
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static OrganisationViewType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OrganisationViewType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OrganisationViewType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OrganisationViewType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OrganisationViewType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OrganisationViewType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OrganisationViewType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OrganisationViewType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OrganisationViewType parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OrganisationViewType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OrganisationViewType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OrganisationViewType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static OrganisationViewType.Builder newBuilder()
    • newBuilder

      public static OrganisationViewType.Builder newBuilder(OrganisationViewType prototype)
    • toBuilder

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

      protected OrganisationViewType.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static OrganisationViewType getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<OrganisationViewType> parser()
    • getParserForType

      public com.google.protobuf.Parser<OrganisationViewType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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