Class NavigationPath_VersionStructure

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

public final class NavigationPath_VersionStructure extends com.google.protobuf.GeneratedMessage implements NavigationPath_VersionStructureOrBuilder
 Type for NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 223:58]
 
Protobuf type uk.org.netex.www.netex.NavigationPath_VersionStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

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

      public static final int DISTANCE_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • PROJECTIONS_FIELD_NUMBER

      public static final int PROJECTIONS_FIELD_NUMBER
      See Also:
    • SECTIONS_IN_SEQUENCE_FIELD_NUMBER

      public static final int SECTIONS_IN_SEQUENCE_FIELD_NUMBER
      See Also:
    • FROM_FIELD_NUMBER

      public static final int FROM_FIELD_NUMBER
      See Also:
    • TO_FIELD_NUMBER

      public static final int TO_FIELD_NUMBER
      See Also:
    • ACCESSIBILITY_ASSESSMENT_FIELD_NUMBER

      public static final int ACCESSIBILITY_ASSESSMENT_FIELD_NUMBER
      See Also:
    • ACCESS_MODES_FIELD_NUMBER

      public static final int ACCESS_MODES_FIELD_NUMBER
      See Also:
    • SUMMARIES_FIELD_NUMBER

      public static final int SUMMARIES_FIELD_NUMBER
      See Also:
    • TRANSFER_DURATION_FIELD_NUMBER

      public static final int TRANSFER_DURATION_FIELD_NUMBER
      See Also:
    • PUBLIC_USE_FIELD_NUMBER

      public static final int PUBLIC_USE_FIELD_NUMBER
      See Also:
    • COVERED_FIELD_NUMBER

      public static final int COVERED_FIELD_NUMBER
      See Also:
    • GATED_FIELD_NUMBER

      public static final int GATED_FIELD_NUMBER
      See Also:
    • LIGHTING_FIELD_NUMBER

      public static final int LIGHTING_FIELD_NUMBER
      See Also:
    • ALL_AREAS_WHEELCHAIR_ACCESSIBLE_FIELD_NUMBER

      public static final int ALL_AREAS_WHEELCHAIR_ACCESSIBLE_FIELD_NUMBER
      See Also:
    • PERSON_CAPACITY_FIELD_NUMBER

      public static final int PERSON_CAPACITY_FIELD_NUMBER
      See Also:
    • PRESENTATION_FIELD_NUMBER

      public static final int PRESENTATION_FIELD_NUMBER
      See Also:
    • FACILITIES_FIELD_NUMBER

      public static final int FACILITIES_FIELD_NUMBER
      See Also:
    • ACCESS_FEATURE_LIST_FIELD_NUMBER

      public static final int ACCESS_FEATURE_LIST_FIELD_NUMBER
      See Also:
    • PLACES_IN_SEQUENCE_FIELD_NUMBER

      public static final int PLACES_IN_SEQUENCE_FIELD_NUMBER
      See Also:
    • TRANSFERS_FIELD_NUMBER

      public static final int TRANSFERS_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
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 = 326;
      Specified by:
      getDerivedFromVersionRef in interface NavigationPath_VersionStructureOrBuilder
      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 = 326;
      Specified by:
      getDerivedFromVersionRefBytes in interface NavigationPath_VersionStructureOrBuilder
      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 = 327;
      Specified by:
      getDerivedFromObjectRef in interface NavigationPath_VersionStructureOrBuilder
      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 = 327;
      Specified by:
      getDerivedFromObjectRefBytes in interface NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasDescription

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

      public MultilingualString getDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • getDistance

      public double getDistance()
       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Specified by:
      getDistance in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The distance.
    • 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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
      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 NavigationPath_VersionStructureOrBuilder
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      hasProjections in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      getProjections in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The projections.
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      getProjectionsOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPath_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      hasInfoLinks in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPath_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinks in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPath_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasSectionsInSequence

      public boolean hasSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      hasSectionsInSequence in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the sectionsInSequence field is set.
    • getSectionsInSequence

      public SectionsInSequence_RelStructure getSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      getSectionsInSequence in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The sectionsInSequence.
    • getSectionsInSequenceOrBuilder

      public SectionsInSequence_RelStructureOrBuilder getSectionsInSequenceOrBuilder()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      getSectionsInSequenceOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasFrom

      public boolean hasFrom()
       Origin end of NAVIGATION PATH. Only needed if detailed PATH LINKs are not given.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 274:71]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 291;
      Specified by:
      hasFrom in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the from field is set.
    • getFrom

      public PathLinkEndStructure getFrom()
       Origin end of NAVIGATION PATH. Only needed if detailed PATH LINKs are not given.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 274:71]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 291;
      Specified by:
      getFrom in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The from.
    • getFromOrBuilder

      public PathLinkEndStructureOrBuilder getFromOrBuilder()
       Origin end of NAVIGATION PATH. Only needed if detailed PATH LINKs are not given.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 274:71]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 291;
      Specified by:
      getFromOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasTo

      public boolean hasTo()
       Destination end of NAVIGATION PATH. Only needed if detailed PATH LINKs not given.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 279:69]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 292;
      Specified by:
      hasTo in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the to field is set.
    • getTo

      public PathLinkEndStructure getTo()
       Destination end of NAVIGATION PATH. Only needed if detailed PATH LINKs not given.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 279:69]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 292;
      Specified by:
      getTo in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The to.
    • getToOrBuilder

      public PathLinkEndStructureOrBuilder getToOrBuilder()
       Destination end of NAVIGATION PATH. Only needed if detailed PATH LINKs not given.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 279:69]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 292;
      Specified by:
      getToOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasAccessibilityAssessment

      public boolean hasAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 293;
      Specified by:
      hasAccessibilityAssessment in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      public AccessibilityAssessmentType getAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 293;
      Specified by:
      getAccessibilityAssessment in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The accessibilityAssessment.
    • getAccessibilityAssessmentOrBuilder

      public AccessibilityAssessmentTypeOrBuilder getAccessibilityAssessmentOrBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 293;
      Specified by:
      getAccessibilityAssessmentOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • getAccessModesList

      public List<AccessModeEnumeration> getAccessModesList()
       MODEs of access which may used at associated place, e.g. foot access, bicycle access.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 285:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 294 [packed = true];
      Specified by:
      getAccessModesList in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      A list containing the accessModes.
    • getAccessModesCount

      public int getAccessModesCount()
       MODEs of access which may used at associated place, e.g. foot access, bicycle access.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 285:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 294 [packed = true];
      Specified by:
      getAccessModesCount in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The count of accessModes.
    • getAccessModes

      public AccessModeEnumeration getAccessModes(int index)
       MODEs of access which may used at associated place, e.g. foot access, bicycle access.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 285:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 294 [packed = true];
      Specified by:
      getAccessModes in interface NavigationPath_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • getAccessModesValueList

      public List<Integer> getAccessModesValueList()
       MODEs of access which may used at associated place, e.g. foot access, bicycle access.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 285:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 294 [packed = true];
      Specified by:
      getAccessModesValueList in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

      public int getAccessModesValue(int index)
       MODEs of access which may used at associated place, e.g. foot access, bicycle access.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 285:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 294 [packed = true];
      Specified by:
      getAccessModesValue in interface NavigationPath_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessModes at the given index.
    • hasSummaries

      public boolean hasSummaries()
       Summaries of access features encountered in path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 290:84]
       
      .uk.org.netex.www.netex.AccessSummaries_RelStructure summaries = 295;
      Specified by:
      hasSummaries in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the summaries field is set.
    • getSummaries

      public AccessSummaries_RelStructure getSummaries()
       Summaries of access features encountered in path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 290:84]
       
      .uk.org.netex.www.netex.AccessSummaries_RelStructure summaries = 295;
      Specified by:
      getSummaries in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The summaries.
    • getSummariesOrBuilder

      public AccessSummaries_RelStructureOrBuilder getSummariesOrBuilder()
       Summaries of access features encountered in path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 290:84]
       
      .uk.org.netex.www.netex.AccessSummaries_RelStructure summaries = 295;
      Specified by:
      getSummariesOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasTransferDuration

      public boolean hasTransferDuration()
       Total time needed to navigate path (May be derived from links).  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 295:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 296;
      Specified by:
      hasTransferDuration in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the transferDuration field is set.
    • getTransferDuration

      public TransferDurationStructure getTransferDuration()
       Total time needed to navigate path (May be derived from links).  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 295:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 296;
      Specified by:
      getTransferDuration in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The transferDuration.
    • getTransferDurationOrBuilder

      public TransferDurationStructureOrBuilder getTransferDurationOrBuilder()
       Total time needed to navigate path (May be derived from links).  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 295:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 296;
      Specified by:
      getTransferDurationOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • getPublicUseValue

      public int getPublicUseValue()
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 301;
      Specified by:
      getPublicUseValue in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for publicUse.
    • getPublicUse

      public PublicUseEnumeration getPublicUse()
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 301;
      Specified by:
      getPublicUse in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The publicUse.
    • getCoveredValue

      public int getCoveredValue()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 302;
      Specified by:
      getCoveredValue in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for covered.
    • getCovered

      public CoveredEnumeration getCovered()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 302;
      Specified by:
      getCovered in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The covered.
    • getGatedValue

      public int getGatedValue()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 303;
      Specified by:
      getGatedValue in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for gated.
    • getGated

      public GatedEnumeration getGated()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 303;
      Specified by:
      getGated in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The gated.
    • getLightingValue

      public int getLightingValue()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 304;
      Specified by:
      getLightingValue in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lighting.
    • getLighting

      public LightingEnumeration getLighting()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 304;
      Specified by:
      getLighting in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The lighting.
    • getAllAreasWheelchairAccessible

      public boolean getAllAreasWheelchairAccessible()
       Whether all areas of the component are wheelchair accessible.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 151:101]
       
      bool all_areas_wheelchair_accessible = 305;
      Specified by:
      getAllAreasWheelchairAccessible in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The allAreasWheelchairAccessible.
    • getPersonCapacity

      public int getPersonCapacity()
       Total number of people that component can contain.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 156:83]
       
      uint32 person_capacity = 306;
      Specified by:
      getPersonCapacity in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The personCapacity.
    • hasPresentation

      public boolean hasPresentation()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 297;
      Specified by:
      hasPresentation in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

      public PresentationStructure getPresentation()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 297;
      Specified by:
      getPresentation in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The presentation.
    • getPresentationOrBuilder

      public PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 297;
      Specified by:
      getPresentationOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasFacilities

      public boolean hasFacilities()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 307;
      Specified by:
      hasFacilities in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the facilities field is set.
    • getFacilities

      public SiteFacilitySets_RelStructure getFacilities()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 307;
      Specified by:
      getFacilities in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The facilities.
    • getFacilitiesOrBuilder

      public SiteFacilitySets_RelStructureOrBuilder getFacilitiesOrBuilder()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 307;
      Specified by:
      getFacilitiesOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • getAccessFeatureListList

      public List<AccessFeatureEnumeration> getAccessFeatureListList()
       Classification of Overall Accessibility of NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 242:95]
       
      repeated .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_list = 311 [packed = true];
      Specified by:
      getAccessFeatureListList in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      A list containing the accessFeatureList.
    • getAccessFeatureListCount

      public int getAccessFeatureListCount()
       Classification of Overall Accessibility of NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 242:95]
       
      repeated .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_list = 311 [packed = true];
      Specified by:
      getAccessFeatureListCount in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The count of accessFeatureList.
    • getAccessFeatureList

      public AccessFeatureEnumeration getAccessFeatureList(int index)
       Classification of Overall Accessibility of NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 242:95]
       
      repeated .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_list = 311 [packed = true];
      Specified by:
      getAccessFeatureList in interface NavigationPath_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessFeatureList at the given index.
    • getAccessFeatureListValueList

      public List<Integer> getAccessFeatureListValueList()
       Classification of Overall Accessibility of NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 242:95]
       
      repeated .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_list = 311 [packed = true];
      Specified by:
      getAccessFeatureListValueList in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessFeatureList.
    • getAccessFeatureListValue

      public int getAccessFeatureListValue(int index)
       Classification of Overall Accessibility of NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 242:95]
       
      repeated .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_list = 311 [packed = true];
      Specified by:
      getAccessFeatureListValue in interface NavigationPath_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessFeatureList at the given index.
    • getNavigationTypeValue

      public int getNavigationTypeValue()
       Classification of Navigation.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 247:86]
       
      .uk.org.netex.www.netex.NavigationTypeEnumeration navigation_type = 312;
      Specified by:
      getNavigationTypeValue in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for navigationType.
    • getNavigationType

      public NavigationTypeEnumeration getNavigationType()
       Classification of Navigation.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 247:86]
       
      .uk.org.netex.www.netex.NavigationTypeEnumeration navigation_type = 312;
      Specified by:
      getNavigationType in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The navigationType.
    • hasPlacesInSequence

      public boolean hasPlacesInSequence()
       Ordered collection of References to STOP PLACE spaces Use for a branch path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 252:92]
       
      .uk.org.netex.www.netex.PlacesInSequence_RelStructure places_in_sequence = 313;
      Specified by:
      hasPlacesInSequence in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the placesInSequence field is set.
    • getPlacesInSequence

      public PlacesInSequence_RelStructure getPlacesInSequence()
       Ordered collection of References to STOP PLACE spaces Use for a branch path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 252:92]
       
      .uk.org.netex.www.netex.PlacesInSequence_RelStructure places_in_sequence = 313;
      Specified by:
      getPlacesInSequence in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The placesInSequence.
    • getPlacesInSequenceOrBuilder

      public PlacesInSequence_RelStructureOrBuilder getPlacesInSequenceOrBuilder()
       Ordered collection of References to STOP PLACE spaces Use for a branch path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 252:92]
       
      .uk.org.netex.www.netex.PlacesInSequence_RelStructure places_in_sequence = 313;
      Specified by:
      getPlacesInSequenceOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasPathLinksInSequence

      public boolean hasPathLinksInSequence()
       Ordered collection of References to PATH LINKs.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 257:98]
       
      .uk.org.netex.www.netex.PathLinksInSequence_RelStructure path_links_in_sequence = 314;
      Specified by:
      hasPathLinksInSequence in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the pathLinksInSequence field is set.
    • getPathLinksInSequence

      public PathLinksInSequence_RelStructure getPathLinksInSequence()
       Ordered collection of References to PATH LINKs.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 257:98]
       
      .uk.org.netex.www.netex.PathLinksInSequence_RelStructure path_links_in_sequence = 314;
      Specified by:
      getPathLinksInSequence in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The pathLinksInSequence.
    • getPathLinksInSequenceOrBuilder

      public PathLinksInSequence_RelStructureOrBuilder getPathLinksInSequenceOrBuilder()
       Ordered collection of References to PATH LINKs.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 257:98]
       
      .uk.org.netex.www.netex.PathLinksInSequence_RelStructure path_links_in_sequence = 314;
      Specified by:
      getPathLinksInSequenceOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • hasTransfers

      public boolean hasTransfers()
       Access Links that NAVIGATION PATH serves.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 262:81]
       
      .uk.org.netex.www.netex.TransferRefs_RelStructure transfers = 315;
      Specified by:
      hasTransfers in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the transfers field is set.
    • getTransfers

      public TransferRefs_RelStructure getTransfers()
       Access Links that NAVIGATION PATH serves.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 262:81]
       
      .uk.org.netex.www.netex.TransferRefs_RelStructure transfers = 315;
      Specified by:
      getTransfers in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The transfers.
    • getTransfersOrBuilder

      public TransferRefs_RelStructureOrBuilder getTransfersOrBuilder()
       Access Links that NAVIGATION PATH serves.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 262:81]
       
      .uk.org.netex.www.netex.TransferRefs_RelStructure transfers = 315;
      Specified by:
      getTransfersOrBuilder in interface NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static NavigationPath_VersionStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static NavigationPath_VersionStructure getDefaultInstance()
    • parser

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

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