Class ControlCentreType

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

public final class ControlCentreType extends com.google.protobuf.GeneratedMessage implements ControlCentreTypeOrBuilder
 An ORGANISATION PART for an operational team who are responsible for issuing commands to control the services.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 610:74]
 
Protobuf type uk.org.netex.www.netex.ControlCentreType
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:
    • 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:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_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:
    • CONTACT_DETAILS_FIELD_NUMBER

      public static final int CONTACT_DETAILS_FIELD_NUMBER
      See Also:
    • LOCATION_FIELD_NUMBER

      public static final int LOCATION_FIELD_NUMBER
      See Also:
    • TYPE_OF_ORGANISATION_PART_REF_FIELD_NUMBER

      public static final int TYPE_OF_ORGANISATION_PART_REF_FIELD_NUMBER
      See Also:
    • ADMINISTRATIVE_ZONES_FIELD_NUMBER

      public static final int ADMINISTRATIVE_ZONES_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:
    • NUMBER_FIELD_NUMBER

      public static final int NUMBER_FIELD_NUMBER
      See Also:
    • CONTROL_CENTRE_CODE_FIELD_NUMBER

      public static final int CONTROL_CENTRE_CODE_FIELD_NUMBER
      See Also:
    • DEPARTMENT_REF_FIELD_NUMBER

      public static final int DEPARTMENT_REF_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_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 ControlCentreType.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface ControlCentreTypeOrBuilder
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface ControlCentreTypeOrBuilder
      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 = 4;
      Specified by:
      getCreated in interface ControlCentreTypeOrBuilder
      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 = 4;
      Specified by:
      getCreatedOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 5;
      Specified by:
      hasChanged in interface ControlCentreTypeOrBuilder
      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 = 5;
      Specified by:
      getChanged in interface ControlCentreTypeOrBuilder
      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 = 5;
      Specified by:
      getChangedOrBuilder in interface ControlCentreTypeOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface ControlCentreTypeOrBuilder
      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 = 7;
      Specified by:
      getVersionBytes in interface ControlCentreTypeOrBuilder
      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 = 8;
      Specified by:
      getStatusValue in interface ControlCentreTypeOrBuilder
      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 = 8;
      Specified by:
      getStatus in interface ControlCentreTypeOrBuilder
      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 = 353;
      Specified by:
      getDerivedFromVersionRef in interface ControlCentreTypeOrBuilder
      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 = 353;
      Specified by:
      getDerivedFromVersionRefBytes in interface ControlCentreTypeOrBuilder
      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 = 354;
      Specified by:
      getDerivedFromObjectRef in interface ControlCentreTypeOrBuilder
      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 = 354;
      Specified by:
      getDerivedFromObjectRefBytes in interface ControlCentreTypeOrBuilder
      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 = 12;
      Specified by:
      hasValidityConditions in interface ControlCentreTypeOrBuilder
      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 = 12;
      Specified by:
      getValidityConditions in interface ControlCentreTypeOrBuilder
      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 = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 13;
      Specified by:
      getValidBetweenList in interface ControlCentreTypeOrBuilder
    • 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 = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface ControlCentreTypeOrBuilder
    • 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 = 13;
      Specified by:
      getValidBetweenCount in interface ControlCentreTypeOrBuilder
    • 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 = 13;
      Specified by:
      getValidBetween in interface ControlCentreTypeOrBuilder
    • 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 = 13;
      Specified by:
      getValidBetweenOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 21;
      Specified by:
      hasAlternativeTexts in interface ControlCentreTypeOrBuilder
      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 = 21;
      Specified by:
      getAlternativeTexts in interface ControlCentreTypeOrBuilder
      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 = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 71;
      Specified by:
      hasKeyList in interface ControlCentreTypeOrBuilder
      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 = 71;
      Specified by:
      getKeyList in interface ControlCentreTypeOrBuilder
      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 = 71;
      Specified by:
      getKeyListOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 72;
      Specified by:
      hasExtensions in interface ControlCentreTypeOrBuilder
      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 = 72;
      Specified by:
      getExtensions in interface ControlCentreTypeOrBuilder
      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 = 72;
      Specified by:
      getExtensionsOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 73;
      Specified by:
      hasBrandingRef in interface ControlCentreTypeOrBuilder
      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 = 73;
      Specified by:
      getBrandingRef in interface ControlCentreTypeOrBuilder
      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 = 73;
      Specified by:
      getBrandingRefOrBuilder in interface ControlCentreTypeOrBuilder
    • hasName

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

      public MultilingualString getName()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface ControlCentreTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 372:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface ControlCentreTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface ControlCentreTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Name of DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 377:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface ControlCentreTypeOrBuilder
    • hasDescription

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

      public MultilingualString getDescription()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface ControlCentreTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 382:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface ControlCentreTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
      Specified by:
      hasPublicCode in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
      Specified by:
      getPublicCode in interface ControlCentreTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       Additional public code used for department.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 387:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 164;
      Specified by:
      getPublicCodeOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 165;
      Specified by:
      hasPrivateCode in interface ControlCentreTypeOrBuilder
      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 = 165;
      Specified by:
      getPrivateCode in interface ControlCentreTypeOrBuilder
      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 = 165;
      Specified by:
      getPrivateCodeOrBuilder in interface ControlCentreTypeOrBuilder
    • hasContactDetails

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

      public ContactStructure getContactDetails()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
      Specified by:
      getContactDetails in interface ControlCentreTypeOrBuilder
      Returns:
      The contactDetails.
    • getContactDetailsOrBuilder

      public ContactStructureOrBuilder getContactDetailsOrBuilder()
       Contact details for ORGANISATION PART for Public use.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 393:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 166;
      Specified by:
      getContactDetailsOrBuilder in interface ControlCentreTypeOrBuilder
    • hasLocation

      public boolean hasLocation()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
      Specified by:
      hasLocation in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the location field is set.
    • getLocation

      public LocationStructure getLocation()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
      Specified by:
      getLocation in interface ControlCentreTypeOrBuilder
      Returns:
      The location.
    • getLocationOrBuilder

      public LocationStructureOrBuilder getLocationOrBuilder()
       Coordinates of ORGANISATIONAL UNIT.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 398:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 167;
      Specified by:
      getLocationOrBuilder in interface ControlCentreTypeOrBuilder
    • hasTypeOfOrganisationPartRef

      public boolean hasTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
      Specified by:
      hasTypeOfOrganisationPartRef in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the typeOfOrganisationPartRef field is set.
    • getTypeOfOrganisationPartRef

      public TypeOfOrganisationPartRefType getTypeOfOrganisationPartRef()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
      Specified by:
      getTypeOfOrganisationPartRef in interface ControlCentreTypeOrBuilder
      Returns:
      The typeOfOrganisationPartRef.
    • getTypeOfOrganisationPartRefOrBuilder

      public TypeOfOrganisationPartRefTypeOrBuilder getTypeOfOrganisationPartRefOrBuilder()
       Reference to a TYPE OF ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 265:84]
       
      .uk.org.netex.www.netex.TypeOfOrganisationPartRefType type_of_organisation_part_ref = 177;
      Specified by:
      getTypeOfOrganisationPartRefOrBuilder in interface ControlCentreTypeOrBuilder
    • hasAdministrativeZones

      public boolean hasAdministrativeZones()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
      Specified by:
      hasAdministrativeZones in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the administrativeZones field is set.
    • getAdministrativeZones

      public AdministrativeZones_RelStructure getAdministrativeZones()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
      Specified by:
      getAdministrativeZones in interface ControlCentreTypeOrBuilder
      Returns:
      The administrativeZones.
    • getAdministrativeZonesOrBuilder

      public AdministrativeZones_RelStructureOrBuilder getAdministrativeZonesOrBuilder()
       Zones managed by ORGANISATION PART.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 405:98]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure administrative_zones = 178;
      Specified by:
      getAdministrativeZonesOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 179;
      Specified by:
      hasOwnResponsibilitySets in interface ControlCentreTypeOrBuilder
      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 = 179;
      Specified by:
      getOwnResponsibilitySets in interface ControlCentreTypeOrBuilder
      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 = 179;
      Specified by:
      getOwnResponsibilitySetsOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 180;
      Specified by:
      hasDelegatedResponsibilitySets in interface ControlCentreTypeOrBuilder
      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 = 180;
      Specified by:
      getDelegatedResponsibilitySets in interface ControlCentreTypeOrBuilder
      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 = 180;
      Specified by:
      getDelegatedResponsibilitySetsOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 181;
      Specified by:
      hasDelegatedFrom in interface ControlCentreTypeOrBuilder
      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 = 181;
      Specified by:
      getDelegatedFrom in interface ControlCentreTypeOrBuilder
      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 = 181;
      Specified by:
      getDelegatedFromOrBuilder in interface ControlCentreTypeOrBuilder
    • getNumber

      public int getNumber()
       Number used to identify CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 657:64]
       
      int32 number = 321;
      Specified by:
      getNumber in interface ControlCentreTypeOrBuilder
      Returns:
      The number.
    • hasControlCentreCode

      public boolean hasControlCentreCode()
       Unique alphanumeric identification of CONTROL CENTRE  used to identify source  of request to external systems.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 662:82]
       
      .uk.org.netex.www.netex.MultilingualString control_centre_code = 322;
      Specified by:
      hasControlCentreCode in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the controlCentreCode field is set.
    • getControlCentreCode

      public MultilingualString getControlCentreCode()
       Unique alphanumeric identification of CONTROL CENTRE  used to identify source  of request to external systems.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 662:82]
       
      .uk.org.netex.www.netex.MultilingualString control_centre_code = 322;
      Specified by:
      getControlCentreCode in interface ControlCentreTypeOrBuilder
      Returns:
      The controlCentreCode.
    • getControlCentreCodeOrBuilder

      public MultilingualStringOrBuilder getControlCentreCodeOrBuilder()
       Unique alphanumeric identification of CONTROL CENTRE  used to identify source  of request to external systems.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 662:82]
       
      .uk.org.netex.www.netex.MultilingualString control_centre_code = 322;
      Specified by:
      getControlCentreCodeOrBuilder in interface ControlCentreTypeOrBuilder
    • hasDepartmentRef

      public boolean hasDepartmentRef()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 323;
      Specified by:
      hasDepartmentRef in interface ControlCentreTypeOrBuilder
      Returns:
      Whether the departmentRef field is set.
    • getDepartmentRef

      public VersionOfObjectRefStructure getDepartmentRef()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 323;
      Specified by:
      getDepartmentRef in interface ControlCentreTypeOrBuilder
      Returns:
      The departmentRef.
    • getDepartmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDepartmentRefOrBuilder()
       Reference to a DEPARTMENT.  [netex_framework/netex_genericFramework/netex_organisation_support.xsd at 102:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure department_ref = 323;
      Specified by:
      getDepartmentRefOrBuilder in interface ControlCentreTypeOrBuilder
    • getId

      public String getId()
       Identifier of  CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 631:73]
       
      string id = 351;
      Specified by:
      getId in interface ControlCentreTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of  CONTROL CENTRE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 631:73]
       
      string id = 351;
      Specified by:
      getIdBytes in interface ControlCentreTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 = 168;
      Specified by:
      hasOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 168;
      Specified by:
      getOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 168;
      Specified by:
      getOrganisationRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 169;
      Specified by:
      hasOtherOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 169;
      Specified by:
      getOtherOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 169;
      Specified by:
      getOtherOrganisationRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 170;
      Specified by:
      hasTravelAgentRef in interface ControlCentreTypeOrBuilder
      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 = 170;
      Specified by:
      getTravelAgentRef in interface ControlCentreTypeOrBuilder
      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 = 170;
      Specified by:
      getTravelAgentRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 171;
      Specified by:
      hasServicedOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 171;
      Specified by:
      getServicedOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 171;
      Specified by:
      getServicedOrganisationRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 172;
      Specified by:
      hasManagementAgentRef in interface ControlCentreTypeOrBuilder
      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 = 172;
      Specified by:
      getManagementAgentRef in interface ControlCentreTypeOrBuilder
      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 = 172;
      Specified by:
      getManagementAgentRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 173;
      Specified by:
      hasGeneralOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 173;
      Specified by:
      getGeneralOrganisationRef in interface ControlCentreTypeOrBuilder
      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 = 173;
      Specified by:
      getGeneralOrganisationRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 174;
      Specified by:
      hasOperatorRef in interface ControlCentreTypeOrBuilder
      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 = 174;
      Specified by:
      getOperatorRef in interface ControlCentreTypeOrBuilder
      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 = 174;
      Specified by:
      getOperatorRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 175;
      Specified by:
      hasAuthorityRef in interface ControlCentreTypeOrBuilder
      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 = 175;
      Specified by:
      getAuthorityRef in interface ControlCentreTypeOrBuilder
      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 = 175;
      Specified by:
      getAuthorityRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 176;
      Specified by:
      hasRetailConsortiumRef in interface ControlCentreTypeOrBuilder
      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 = 176;
      Specified by:
      getRetailConsortiumRef in interface ControlCentreTypeOrBuilder
      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 = 176;
      Specified by:
      getRetailConsortiumRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 = 342;
      Specified by:
      hasOnlineServiceOperatorRef in interface ControlCentreTypeOrBuilder
      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 = 342;
      Specified by:
      getOnlineServiceOperatorRef in interface ControlCentreTypeOrBuilder
      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 = 342;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface ControlCentreTypeOrBuilder
    • 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 ControlCentreType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ControlCentreType.Builder newBuilder()
    • newBuilder

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

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

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

      public static ControlCentreType getDefaultInstance()
    • parser

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

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