Class OnlineServiceOperatorType

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

@Generated public final class OnlineServiceOperatorType extends com.google.protobuf.GeneratedMessage implements OnlineServiceOperatorTypeOrBuilder
 An organisation that provides online access to an ONLINE SERVICE without operating transportation services of travellers.  +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 58:87]
 
Protobuf type uk.org.netex.www.netex.OnlineServiceOperatorType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • COMPANY_NUMBER_FIELD_NUMBER

      public static final int COMPANY_NUMBER_FIELD_NUMBER
      See Also:
    • EXTERNAL_OPERATOR_REF_FIELD_NUMBER

      public static final int EXTERNAL_OPERATOR_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:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • REMARKS_FIELD_NUMBER

      public static final int REMARKS_FIELD_NUMBER
      See Also:
    • LOCALE_FIELD_NUMBER

      public static final int LOCALE_FIELD_NUMBER
      See Also:
    • CONTACT_DETAILS_FIELD_NUMBER

      public static final int CONTACT_DETAILS_FIELD_NUMBER
      See Also:
    • PRIVATE_CONTACT_DETAILS_FIELD_NUMBER

      public static final int PRIVATE_CONTACT_DETAILS_FIELD_NUMBER
      See Also:
    • ORGANISATION_TYPE_FIELD_NUMBER

      public static final int ORGANISATION_TYPE_FIELD_NUMBER
      See Also:
    • TYPES_OF_ORGANISATION_FIELD_NUMBER

      public static final int TYPES_OF_ORGANISATION_FIELD_NUMBER
      See Also:
    • STATUS_V_FIELD_NUMBER

      public static final int STATUS_V_FIELD_NUMBER
      See Also:
    • VALIDITY_PERIOD_FIELD_NUMBER

      public static final int VALIDITY_PERIOD_FIELD_NUMBER
      See Also:
    • PARTS_FIELD_NUMBER

      public static final int PARTS_FIELD_NUMBER
      See Also:
    • OWN_RESPONSIBILITY_SETS_FIELD_NUMBER

      public static final int OWN_RESPONSIBILITY_SETS_FIELD_NUMBER
      See Also:
    • DELEGATED_RESPONSIBILITY_SETS_FIELD_NUMBER

      public static final int DELEGATED_RESPONSIBILITY_SETS_FIELD_NUMBER
      See Also:
    • DELEGATED_FROM_FIELD_NUMBER

      public static final int DELEGATED_FROM_FIELD_NUMBER
      See Also:
    • COUNTRY_REF_FIELD_NUMBER

      public static final int COUNTRY_REF_FIELD_NUMBER
      See Also:
    • ADDRESS_FIELD_NUMBER

      public static final int ADDRESS_FIELD_NUMBER
      See Also:
    • SERVICES_FIELD_NUMBER

      public static final int SERVICES_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_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
    • hasCreated

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

      public 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 = 2;
      Specified by:
      getCreated in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public 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 = 2;
      Specified by:
      getCreatedOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasChanged

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

      public 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 = 3;
      Specified by:
      getChanged in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public 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 = 3;
      Specified by:
      getChangedOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 4;
      Specified by:
      getVersion in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The version.
    • getVersionBytes

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

      public 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 = 5;
      Specified by:
      getStatusValue in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public 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 = 5;
      Specified by:
      getStatus in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public 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 = 392;
      Specified by:
      getDerivedFromVersionRef in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public 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 = 392;
      Specified by:
      getDerivedFromVersionRefBytes in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public 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 = 393;
      Specified by:
      getDerivedFromObjectRef in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public 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 = 393;
      Specified by:
      getDerivedFromObjectRefBytes in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public 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 = 6;
      Specified by:
      hasValidityConditions in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public 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 = 6;
      Specified by:
      getValidityConditions in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public 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 = 6;
      Specified by:
      getValidityConditionsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • getValidBetweenList

      public 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 = 7;
      Specified by:
      getValidBetweenList in interface OnlineServiceOperatorTypeOrBuilder
    • getValidBetweenOrBuilderList

      public 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 = 7;
      Specified by:
      getValidBetweenOrBuilderList in interface OnlineServiceOperatorTypeOrBuilder
    • getValidBetweenCount

      public 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 = 7;
      Specified by:
      getValidBetweenCount in interface OnlineServiceOperatorTypeOrBuilder
    • getValidBetween

      public 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 = 7;
      Specified by:
      getValidBetween in interface OnlineServiceOperatorTypeOrBuilder
    • getValidBetweenOrBuilder

      public 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 = 7;
      Specified by:
      getValidBetweenOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasAlternativeTexts

      public 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 = 11;
      Specified by:
      hasAlternativeTexts in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public 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 = 11;
      Specified by:
      getAlternativeTexts in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public 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 = 11;
      Specified by:
      getAlternativeTextsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasKeyList

      public 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 = 61;
      Specified by:
      hasKeyList in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public 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 = 61;
      Specified by:
      getKeyList in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public 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 = 61;
      Specified by:
      getKeyListOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasExtensions

      public 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 = 62;
      Specified by:
      hasExtensions in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public 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 = 62;
      Specified by:
      getExtensions in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public 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 = 62;
      Specified by:
      getExtensionsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • 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 = 63;
      Specified by:
      hasBrandingRef in interface OnlineServiceOperatorTypeOrBuilder
      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 = 63;
      Specified by:
      getBrandingRef in interface OnlineServiceOperatorTypeOrBuilder
      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 = 63;
      Specified by:
      getBrandingRefOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       Public code to use for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 203:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 151;
      Specified by:
      hasPublicCode in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       Public code to use for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 203:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 151;
      Specified by:
      getPublicCode in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       Public code to use for ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 203:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 151;
      Specified by:
      getPublicCodeOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 152;
      Specified by:
      hasPrivateCode in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 152;
      Specified by:
      getPrivateCode in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 152;
      Specified by:
      getPrivateCodeOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • getCompanyNumber

      public String getCompanyNumber()
       Company registration number including Country prefix.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 209:80]
       
      string company_number = 153;
      Specified by:
      getCompanyNumber in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The companyNumber.
    • getCompanyNumberBytes

      public com.google.protobuf.ByteString getCompanyNumberBytes()
       Company registration number including Country prefix.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 209:80]
       
      string company_number = 153;
      Specified by:
      getCompanyNumberBytes in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The bytes for companyNumber.
    • hasExternalOperatorRef

      public boolean hasExternalOperatorRef()
       An alternative  code that uniquely identifies the OPERATOR. Specifically for use in AVMS systems. For VDV compatibility.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 214:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_operator_ref = 154;
      Specified by:
      hasExternalOperatorRef in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the externalOperatorRef field is set.
    • getExternalOperatorRef

      public VersionOfObjectRefStructure getExternalOperatorRef()
       An alternative  code that uniquely identifies the OPERATOR. Specifically for use in AVMS systems. For VDV compatibility.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 214:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_operator_ref = 154;
      Specified by:
      getExternalOperatorRef in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The externalOperatorRef.
    • getExternalOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalOperatorRefOrBuilder()
       An alternative  code that uniquely identifies the OPERATOR. Specifically for use in AVMS systems. For VDV compatibility.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 214:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_operator_ref = 154;
      Specified by:
      getExternalOperatorRefOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • 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 = 161;
      Specified by:
      hasName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 161;
      Specified by:
      getName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 161;
      Specified by:
      getNameOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • 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 = 162;
      Specified by:
      hasShortName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 162;
      Specified by:
      getShortName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 162;
      Specified by:
      getShortNameOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • 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 = 163;
      Specified by:
      hasLegalName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 163;
      Specified by:
      getLegalName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 163;
      Specified by:
      getLegalNameOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • 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 = 164;
      Specified by:
      hasTradingName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 164;
      Specified by:
      getTradingName in interface OnlineServiceOperatorTypeOrBuilder
      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 = 164;
      Specified by:
      getTradingNameOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • 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 = 165;
      Specified by:
      hasAlternativeNames in interface OnlineServiceOperatorTypeOrBuilder
      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 = 165;
      Specified by:
      getAlternativeNames in interface OnlineServiceOperatorTypeOrBuilder
      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 = 165;
      Specified by:
      getAlternativeNamesOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 258:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 171;
      Specified by:
      hasDescription in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 258:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 171;
      Specified by:
      getDescription in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 258:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 171;
      Specified by:
      getDescriptionOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasRemarks

      public boolean hasRemarks()
       Further remarks about ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 263:72]
       
      .uk.org.netex.www.netex.MultilingualString remarks = 172;
      Specified by:
      hasRemarks in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the remarks field is set.
    • getRemarks

      public MultilingualString getRemarks()
       Further remarks about ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 263:72]
       
      .uk.org.netex.www.netex.MultilingualString remarks = 172;
      Specified by:
      getRemarks in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The remarks.
    • getRemarksOrBuilder

      public MultilingualStringOrBuilder getRemarksOrBuilder()
       Further remarks about ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 263:72]
       
      .uk.org.netex.www.netex.MultilingualString remarks = 172;
      Specified by:
      getRemarksOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasLocale

      public boolean hasLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 173;
      Specified by:
      hasLocale in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the locale field is set.
    • getLocale

      public LocaleStructure getLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 173;
      Specified by:
      getLocale in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The locale.
    • getLocaleOrBuilder

      public LocaleStructureOrBuilder getLocaleOrBuilder()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 173;
      Specified by:
      getLocaleOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasContactDetails

      public boolean hasContactDetails()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 269:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 174;
      Specified by:
      hasContactDetails in interface OnlineServiceOperatorTypeOrBuilder
      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 269:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 174;
      Specified by:
      getContactDetails in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The contactDetails.
    • getContactDetailsOrBuilder

      public ContactStructureOrBuilder getContactDetailsOrBuilder()
       Contact details for ORGANISATION for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 269:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 174;
      Specified by:
      getContactDetailsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasPrivateContactDetails

      public boolean hasPrivateContactDetails()
       Contact details for ORGANISATION Private use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 274:84]
       
      .uk.org.netex.www.netex.ContactStructure private_contact_details = 175;
      Specified by:
      hasPrivateContactDetails in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the privateContactDetails field is set.
    • getPrivateContactDetails

      public ContactStructure getPrivateContactDetails()
       Contact details for ORGANISATION Private use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 274:84]
       
      .uk.org.netex.www.netex.ContactStructure private_contact_details = 175;
      Specified by:
      getPrivateContactDetails in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The privateContactDetails.
    • getPrivateContactDetailsOrBuilder

      public ContactStructureOrBuilder getPrivateContactDetailsOrBuilder()
       Contact details for ORGANISATION Private use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 274:84]
       
      .uk.org.netex.www.netex.ContactStructure private_contact_details = 175;
      Specified by:
      getPrivateContactDetailsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • getOrganisationTypeList

      public List<OrganisationTypeEnumeration> getOrganisationTypeList()
       Type of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 279:97]
       
      repeated .uk.org.netex.www.netex.OrganisationTypeEnumeration organisation_type = 176 [packed = true];
      Specified by:
      getOrganisationTypeList in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      A list containing the organisationType.
    • getOrganisationTypeCount

      public int getOrganisationTypeCount()
       Type of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 279:97]
       
      repeated .uk.org.netex.www.netex.OrganisationTypeEnumeration organisation_type = 176 [packed = true];
      Specified by:
      getOrganisationTypeCount in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The count of organisationType.
    • getOrganisationType

      public OrganisationTypeEnumeration getOrganisationType(int index)
       Type of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 279:97]
       
      repeated .uk.org.netex.www.netex.OrganisationTypeEnumeration organisation_type = 176 [packed = true];
      Specified by:
      getOrganisationType in interface OnlineServiceOperatorTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The organisationType at the given index.
    • getOrganisationTypeValueList

      public List<Integer> getOrganisationTypeValueList()
       Type of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 279:97]
       
      repeated .uk.org.netex.www.netex.OrganisationTypeEnumeration organisation_type = 176 [packed = true];
      Specified by:
      getOrganisationTypeValueList in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for organisationType.
    • getOrganisationTypeValue

      public int getOrganisationTypeValue(int index)
       Type of ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 279:97]
       
      repeated .uk.org.netex.www.netex.OrganisationTypeEnumeration organisation_type = 176 [packed = true];
      Specified by:
      getOrganisationTypeValue in interface OnlineServiceOperatorTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of organisationType at the given index.
    • hasTypesOfOrganisation

      public boolean hasTypesOfOrganisation()
       Classification of OPERATOR. Used for arbitrary documentation.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 284:101]
       
      .uk.org.netex.www.netex.TypeOfOrganisationRefs_RelStructure types_of_organisation = 177;
      Specified by:
      hasTypesOfOrganisation in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the typesOfOrganisation field is set.
    • getTypesOfOrganisation

      public TypeOfOrganisationRefs_RelStructure getTypesOfOrganisation()
       Classification of OPERATOR. Used for arbitrary documentation.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 284:101]
       
      .uk.org.netex.www.netex.TypeOfOrganisationRefs_RelStructure types_of_organisation = 177;
      Specified by:
      getTypesOfOrganisation in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The typesOfOrganisation.
    • getTypesOfOrganisationOrBuilder

      public TypeOfOrganisationRefs_RelStructureOrBuilder getTypesOfOrganisationOrBuilder()
       Classification of OPERATOR. Used for arbitrary documentation.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 284:101]
       
      .uk.org.netex.www.netex.TypeOfOrganisationRefs_RelStructure types_of_organisation = 177;
      Specified by:
      getTypesOfOrganisationOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • getStatusV

      public boolean getStatusV()
       Whether the ORGANISATION is active. Default is true.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 150:79]
       
      bool status_v = 181;
      Specified by:
      getStatusV in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The statusV.
    • hasValidityPeriod

      public boolean hasValidityPeriod()
       Period when the ORGANISATION is valid.[NOTE COULD DROP THis NOW that have VALIDITY PERIOD on base.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 155:53]
       
      .uk.org.netex.www.netex.ValidityPeriodType validity_period = 182;
      Specified by:
      hasValidityPeriod in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the validityPeriod field is set.
    • getValidityPeriod

      public ValidityPeriodType getValidityPeriod()
       Period when the ORGANISATION is valid.[NOTE COULD DROP THis NOW that have VALIDITY PERIOD on base.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 155:53]
       
      .uk.org.netex.www.netex.ValidityPeriodType validity_period = 182;
      Specified by:
      getValidityPeriod in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The validityPeriod.
    • getValidityPeriodOrBuilder

      public ValidityPeriodTypeOrBuilder getValidityPeriodOrBuilder()
       Period when the ORGANISATION is valid.[NOTE COULD DROP THis NOW that have VALIDITY PERIOD on base.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 155:53]
       
      .uk.org.netex.www.netex.ValidityPeriodType validity_period = 182;
      Specified by:
      getValidityPeriodOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasParts

      public boolean hasParts()
       Parts of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 180:44]
       
      .uk.org.netex.www.netex.PartsType parts = 183;
      Specified by:
      hasParts in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the parts field is set.
    • getParts

      public PartsType getParts()
       Parts of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 180:44]
       
      .uk.org.netex.www.netex.PartsType parts = 183;
      Specified by:
      getParts in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The parts.
    • getPartsOrBuilder

      public PartsTypeOrBuilder getPartsOrBuilder()
       Parts of the ORGANISATION.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 180:44]
       
      .uk.org.netex.www.netex.PartsType parts = 183;
      Specified by:
      getPartsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasOwnResponsibilitySets

      public boolean hasOwnResponsibilitySets()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 184;
      Specified by:
      hasOwnResponsibilitySets in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the ownResponsibilitySets field is set.
    • getOwnResponsibilitySets

      public ResponsibilitySets_RelStructure getOwnResponsibilitySets()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 184;
      Specified by:
      getOwnResponsibilitySets in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The ownResponsibilitySets.
    • getOwnResponsibilitySetsOrBuilder

      public ResponsibilitySets_RelStructureOrBuilder getOwnResponsibilitySetsOrBuilder()
       Own RESPONSIBILITY SETs V1.1  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 296:99]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure own_responsibility_sets = 184;
      Specified by:
      getOwnResponsibilitySetsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasDelegatedResponsibilitySets

      public boolean hasDelegatedResponsibilitySets()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 185;
      Specified by:
      hasDelegatedResponsibilitySets in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the delegatedResponsibilitySets field is set.
    • getDelegatedResponsibilitySets

      public ResponsibilitySets_RelStructure getDelegatedResponsibilitySets()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 185;
      Specified by:
      getDelegatedResponsibilitySets in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The delegatedResponsibilitySets.
    • getDelegatedResponsibilitySetsOrBuilder

      public ResponsibilitySets_RelStructureOrBuilder getDelegatedResponsibilitySetsOrBuilder()
       Delegated responsibility SETS.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 301:105]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure delegated_responsibility_sets = 185;
      Specified by:
      getDelegatedResponsibilitySetsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasDelegatedFrom

      public boolean hasDelegatedFrom()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 186;
      Specified by:
      hasDelegatedFrom in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the delegatedFrom field is set.
    • getDelegatedFrom

      public OrganisationRefs_RelStructure getDelegatedFrom()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 186;
      Specified by:
      getDelegatedFrom in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The delegatedFrom.
    • getDelegatedFromOrBuilder

      public OrganisationRefs_RelStructureOrBuilder getDelegatedFromOrBuilder()
       Other ORGANISATIONs that delegate to this   ORGANISATION. (TAP TSI B1.)  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 306:89]
       
      .uk.org.netex.www.netex.OrganisationRefs_RelStructure delegated_from = 186;
      Specified by:
      getDelegatedFromOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasRelatedOrganisations

      public boolean hasRelatedOrganisations()
       Related ORGABISATIONs +v1.2,2  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 191:100]
       
      .uk.org.netex.www.netex.RelatedOrganisations_RelStructure related_organisations = 191;
      Specified by:
      hasRelatedOrganisations in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the relatedOrganisations field is set.
    • getRelatedOrganisations

      public RelatedOrganisations_RelStructure getRelatedOrganisations()
       Related ORGABISATIONs +v1.2,2  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 191:100]
       
      .uk.org.netex.www.netex.RelatedOrganisations_RelStructure related_organisations = 191;
      Specified by:
      getRelatedOrganisations in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The relatedOrganisations.
    • getRelatedOrganisationsOrBuilder

      public RelatedOrganisations_RelStructureOrBuilder getRelatedOrganisationsOrBuilder()
       Related ORGABISATIONs +v1.2,2  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 191:100]
       
      .uk.org.netex.www.netex.RelatedOrganisations_RelStructure related_organisations = 191;
      Specified by:
      getRelatedOrganisationsOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasCountryRef

      public 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 = 351;
      Specified by:
      hasCountryRef in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      public 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 = 351;
      Specified by:
      getCountryRef in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The countryRef.
    • getCountryRefOrBuilder

      public 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 = 351;
      Specified by:
      getCountryRefOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasAddress

      public boolean hasAddress()
       Address of TRANSPORT ORGANISATION.  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 111:46]
       
      .uk.org.netex.www.netex.OnlineServiceOperatorType.AddressType address = 352;
      Specified by:
      hasAddress in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the address field is set.
    • getAddress

       Address of TRANSPORT ORGANISATION.  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 111:46]
       
      .uk.org.netex.www.netex.OnlineServiceOperatorType.AddressType address = 352;
      Specified by:
      getAddress in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The address.
    • getAddressOrBuilder

      public OnlineServiceOperatorType.AddressTypeOrBuilder getAddressOrBuilder()
       Address of TRANSPORT ORGANISATION.  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 111:46]
       
      .uk.org.netex.www.netex.OnlineServiceOperatorType.AddressType address = 352;
      Specified by:
      getAddressOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • hasServices

      public boolean hasServices()
       ONLIEN SERVICES managed by ONLIEN OPERATOR,  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 142:85]
       
      .uk.org.netex.www.netex.OnlineServiceRefs_RelStructure services = 353;
      Specified by:
      hasServices in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      Whether the services field is set.
    • getServices

      public OnlineServiceRefs_RelStructure getServices()
       ONLIEN SERVICES managed by ONLIEN OPERATOR,  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 142:85]
       
      .uk.org.netex.www.netex.OnlineServiceRefs_RelStructure services = 353;
      Specified by:
      getServices in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The services.
    • getServicesOrBuilder

      public OnlineServiceRefs_RelStructureOrBuilder getServicesOrBuilder()
       ONLIEN SERVICES managed by ONLIEN OPERATOR,  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 142:85]
       
      .uk.org.netex.www.netex.OnlineServiceRefs_RelStructure services = 353;
      Specified by:
      getServicesOrBuilder in interface OnlineServiceOperatorTypeOrBuilder
    • getId

      public String getId()
       Identifier of ONLINE SERVICE.  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 84:73]
       
      string id = 381;
      Specified by:
      getId in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ONLINE SERVICE.  [netex_part_5/part5_rc/netex_nm_onlineService_version.xsd at 84:73]
       
      string id = 381;
      Specified by:
      getIdBytes in interface OnlineServiceOperatorTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 OnlineServiceOperatorType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static OnlineServiceOperatorType.Builder newBuilder()
    • newBuilder

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

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static OnlineServiceOperatorType getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<OnlineServiceOperatorType> 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 OnlineServiceOperatorType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder