Class TransportAdministrativeZoneType

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

public final class TransportAdministrativeZoneType extends com.google.protobuf.GeneratedMessage implements TransportAdministrativeZoneTypeOrBuilder
 A ZONE relating to the management responsibilities of an ORGANISATION. For example to allocate bus stop identifiers for a region.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 671:107]
 
Protobuf type uk.org.netex.www.netex.TransportAdministrativeZoneType
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:
    • PURPOSE_OF_GROUPING_REF_FIELD_NUMBER

      public static final int PURPOSE_OF_GROUPING_REF_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • MEMBERS_FIELD_NUMBER

      public static final int MEMBERS_FIELD_NUMBER
      See Also:
    • TYPES_FIELD_NUMBER

      public static final int TYPES_FIELD_NUMBER
      See Also:
    • CENTROID_FIELD_NUMBER

      public static final int CENTROID_FIELD_NUMBER
      See Also:
    • POLYGON_FIELD_NUMBER

      public static final int POLYGON_FIELD_NUMBER
      See Also:
    • PROJECTIONS_FIELD_NUMBER

      public static final int PROJECTIONS_FIELD_NUMBER
      See Also:
    • PARENT_ZONE_REF_FIELD_NUMBER

      public static final int PARENT_ZONE_REF_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • RESPONSIBILITIES_FIELD_NUMBER

      public static final int RESPONSIBILITIES_FIELD_NUMBER
      See Also:
    • CODESPACE_ASSIGNMENTS_FIELD_NUMBER

      public static final int CODESPACE_ASSIGNMENTS_FIELD_NUMBER
      See Also:
    • SUBZONES_FIELD_NUMBER

      public static final int SUBZONES_FIELD_NUMBER
      See Also:
    • VEHICLE_MODES_FIELD_NUMBER

      public static final int VEHICLE_MODES_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • ONLINE_SERVICE_OPERATOR_REF_FIELD_NUMBER

      public static final int ONLINE_SERVICE_OPERATOR_REF_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:
  • 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 TransportAdministrativeZoneType.OrganisationRefStructureCase getOrganisationRefStructureCase()
      Specified by:
      getOrganisationRefStructureCase in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 = 863;
      Specified by:
      getDerivedFromVersionRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 863;
      Specified by:
      getDerivedFromVersionRefBytes in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 864;
      Specified by:
      getDerivedFromObjectRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 864;
      Specified by:
      getDerivedFromObjectRefBytes in interface TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasPurposeOfGroupingRef

      public boolean hasPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Specified by:
      hasPurposeOfGroupingRef in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      public VersionOfObjectRefStructure getPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Specified by:
      getPurposeOfGroupingRef in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The purposeOfGroupingRef.
    • getPurposeOfGroupingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Specified by:
      getPurposeOfGroupingRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
      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 TransportAdministrativeZoneTypeOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneType.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneType.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinks in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.TransportAdministrativeZoneType.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinksOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasMembers

      public boolean hasMembers()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Specified by:
      hasMembers in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the members field is set.
    • getMembers

      public PointRefs_RelStructure getMembers()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Specified by:
      getMembers in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The members.
    • getMembersOrBuilder

      public PointRefs_RelStructureOrBuilder getMembersOrBuilder()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Specified by:
      getMembersOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasTypes

      public boolean hasTypes()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Specified by:
      hasTypes in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the types field is set.
    • getTypes

      public TypeOfZoneRefs_RelStructure getTypes()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Specified by:
      getTypes in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The types.
    • getTypesOrBuilder

      public TypeOfZoneRefs_RelStructureOrBuilder getTypesOrBuilder()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Specified by:
      getTypesOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasCentroid

      public boolean hasCentroid()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Specified by:
      hasCentroid in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the centroid field is set.
    • getCentroid

      public SimplePoint_VersionStructure getCentroid()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Specified by:
      getCentroid in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The centroid.
    • getCentroidOrBuilder

      public SimplePoint_VersionStructureOrBuilder getCentroidOrBuilder()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Specified by:
      getCentroidOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasPolygon

      public boolean hasPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Specified by:
      hasPolygon in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the polygon field is set.
    • getPolygon

      public PolygonType getPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Specified by:
      getPolygon in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The polygon.
    • getPolygonOrBuilder

      public PolygonTypeOrBuilder getPolygonOrBuilder()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Specified by:
      getPolygonOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasProjections

      public boolean hasProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Specified by:
      hasProjections in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Specified by:
      getProjections in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The projections.
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Specified by:
      getProjectionsOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasParentZoneRef

      public boolean hasParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Specified by:
      hasParentZoneRef in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the parentZoneRef field is set.
    • getParentZoneRef

      public VersionOfObjectRefStructure getParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Specified by:
      getParentZoneRef in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The parentZoneRef.
    • getParentZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParentZoneRefOrBuilder()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Specified by:
      getParentZoneRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       Public Code assosociated with Zone  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 678:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 611;
      Specified by:
      hasPublicCode in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       Public Code assosociated with Zone  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 678:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 611;
      Specified by:
      getPublicCode in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       Public Code assosociated with Zone  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 678:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 611;
      Specified by:
      getPublicCodeOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasResponsibilities

      public boolean hasResponsibilities()
       RESPONSIBILITY SETs allocated to ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 684:94]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure responsibilities = 621;
      Specified by:
      hasResponsibilities in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the responsibilities field is set.
    • getResponsibilities

      public ResponsibilitySets_RelStructure getResponsibilities()
       RESPONSIBILITY SETs allocated to ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 684:94]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure responsibilities = 621;
      Specified by:
      getResponsibilities in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The responsibilities.
    • getResponsibilitiesOrBuilder

      public ResponsibilitySets_RelStructureOrBuilder getResponsibilitiesOrBuilder()
       RESPONSIBILITY SETs allocated to ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 684:94]
       
      .uk.org.netex.www.netex.ResponsibilitySets_RelStructure responsibilities = 621;
      Specified by:
      getResponsibilitiesOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasCodespaceAssignments

      public boolean hasCodespaceAssignments()
       CODESPACEs belonging to ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 689:100]
       
      .uk.org.netex.www.netex.CodespaceAssignments_RelStructure codespace_assignments = 622;
      Specified by:
      hasCodespaceAssignments in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the codespaceAssignments field is set.
    • getCodespaceAssignments

      public CodespaceAssignments_RelStructure getCodespaceAssignments()
       CODESPACEs belonging to ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 689:100]
       
      .uk.org.netex.www.netex.CodespaceAssignments_RelStructure codespace_assignments = 622;
      Specified by:
      getCodespaceAssignments in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The codespaceAssignments.
    • getCodespaceAssignmentsOrBuilder

      public CodespaceAssignments_RelStructureOrBuilder getCodespaceAssignmentsOrBuilder()
       CODESPACEs belonging to ADMINISTRATIVE ZONE.  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 689:100]
       
      .uk.org.netex.www.netex.CodespaceAssignments_RelStructure codespace_assignments = 622;
      Specified by:
      getCodespaceAssignmentsOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • hasSubzones

      public boolean hasSubzones()
       Subzones of  ADMINISTRATIVE Zone; ie. strict subzones that are administrative subdivisions of the parent.  These should not contradict Parent ZONE references..  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 694:87]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure subzones = 623;
      Specified by:
      hasSubzones in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      Whether the subzones field is set.
    • getSubzones

      public AdministrativeZones_RelStructure getSubzones()
       Subzones of  ADMINISTRATIVE Zone; ie. strict subzones that are administrative subdivisions of the parent.  These should not contradict Parent ZONE references..  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 694:87]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure subzones = 623;
      Specified by:
      getSubzones in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The subzones.
    • getSubzonesOrBuilder

      public AdministrativeZones_RelStructureOrBuilder getSubzonesOrBuilder()
       Subzones of  ADMINISTRATIVE Zone; ie. strict subzones that are administrative subdivisions of the parent.  These should not contradict Parent ZONE references..  [netex_framework/netex_genericFramework/netex_organisation_version.xsd at 694:87]
       
      .uk.org.netex.www.netex.AdministrativeZones_RelStructure subzones = 623;
      Specified by:
      getSubzonesOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • getVehicleModesList

      public List<AllModesEnumeration> getVehicleModesList()
       TRANSPORT MODEs for which this zone applies. Default is all.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 727:99]
       
      repeated .uk.org.netex.www.netex.AllModesEnumeration vehicle_modes = 831 [packed = true];
      Specified by:
      getVehicleModesList in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      A list containing the vehicleModes.
    • getVehicleModesCount

      public int getVehicleModesCount()
       TRANSPORT MODEs for which this zone applies. Default is all.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 727:99]
       
      repeated .uk.org.netex.www.netex.AllModesEnumeration vehicle_modes = 831 [packed = true];
      Specified by:
      getVehicleModesCount in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The count of vehicleModes.
    • getVehicleModes

      public AllModesEnumeration getVehicleModes(int index)
       TRANSPORT MODEs for which this zone applies. Default is all.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 727:99]
       
      repeated .uk.org.netex.www.netex.AllModesEnumeration vehicle_modes = 831 [packed = true];
      Specified by:
      getVehicleModes in interface TransportAdministrativeZoneTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The vehicleModes at the given index.
    • getVehicleModesValueList

      public List<Integer> getVehicleModesValueList()
       TRANSPORT MODEs for which this zone applies. Default is all.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 727:99]
       
      repeated .uk.org.netex.www.netex.AllModesEnumeration vehicle_modes = 831 [packed = true];
      Specified by:
      getVehicleModesValueList in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for vehicleModes.
    • getVehicleModesValue

      public int getVehicleModesValue(int index)
       TRANSPORT MODEs for which this zone applies. Default is all.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 727:99]
       
      repeated .uk.org.netex.www.netex.AllModesEnumeration vehicle_modes = 831 [packed = true];
      Specified by:
      getVehicleModesValue in interface TransportAdministrativeZoneTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of vehicleModes at the given index.
    • getId

      public String getId()
       Identifier of TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 701:72]
       
      string id = 861;
      Specified by:
      getId in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of TRANSPORT ADMINISTRATIVE ZONE.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 701:72]
       
      string id = 861;
      Specified by:
      getIdBytes in interface TransportAdministrativeZoneTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 = 610;
      Specified by:
      hasOnlineServiceOperatorRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 610;
      Specified by:
      getOnlineServiceOperatorRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 610;
      Specified by:
      getOnlineServiceOperatorRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 612;
      Specified by:
      hasOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 612;
      Specified by:
      getOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 612;
      Specified by:
      getOrganisationRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 613;
      Specified by:
      hasOtherOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 613;
      Specified by:
      getOtherOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 613;
      Specified by:
      getOtherOrganisationRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 614;
      Specified by:
      hasTravelAgentRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 614;
      Specified by:
      getTravelAgentRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 614;
      Specified by:
      getTravelAgentRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 615;
      Specified by:
      hasServicedOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 615;
      Specified by:
      getServicedOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 615;
      Specified by:
      getServicedOrganisationRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 616;
      Specified by:
      hasManagementAgentRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 616;
      Specified by:
      getManagementAgentRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 616;
      Specified by:
      getManagementAgentRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 617;
      Specified by:
      hasGeneralOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 617;
      Specified by:
      getGeneralOrganisationRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 617;
      Specified by:
      getGeneralOrganisationRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 618;
      Specified by:
      hasOperatorRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 618;
      Specified by:
      getOperatorRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 618;
      Specified by:
      getOperatorRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 619;
      Specified by:
      hasAuthorityRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 619;
      Specified by:
      getAuthorityRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 619;
      Specified by:
      getAuthorityRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 = 620;
      Specified by:
      hasRetailConsortiumRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 620;
      Specified by:
      getRetailConsortiumRef in interface TransportAdministrativeZoneTypeOrBuilder
      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 = 620;
      Specified by:
      getRetailConsortiumRefOrBuilder in interface TransportAdministrativeZoneTypeOrBuilder
    • 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 TransportAdministrativeZoneType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static TransportAdministrativeZoneType.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static TransportAdministrativeZoneType getDefaultInstance()
    • parser

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

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