Class NavigationPathType.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<NavigationPathType.Builder>
com.google.protobuf.GeneratedMessage.Builder<NavigationPathType.Builder>
uk.org.netex.www.netex.NavigationPathType.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, NavigationPathTypeOrBuilder
Enclosing class:
NavigationPathType

public static final class NavigationPathType.Builder extends com.google.protobuf.GeneratedMessage.Builder<NavigationPathType.Builder> implements NavigationPathTypeOrBuilder
 A designated path between two places. May include an ordered sequence of PATH LINKs.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 195:70]
 
Protobuf type uk.org.netex.www.netex.NavigationPathType
  • 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.Builder<NavigationPathType.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<NavigationPathType.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<NavigationPathType.Builder>
    • getDefaultInstanceForType

      public NavigationPathType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public NavigationPathType build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public NavigationPathType buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public NavigationPathType.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<NavigationPathType.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<NavigationPathType.Builder>
    • mergeFrom

      public NavigationPathType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<NavigationPathType.Builder>
      Throws:
      IOException
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public NavigationPathType.Builder setCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • setCreated

      public NavigationPathType.Builder setCreated(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • mergeCreated

      public NavigationPathType.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

      public NavigationPathType.Builder clearCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • getCreatedBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public NavigationPathType.Builder setChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • setChanged

      public NavigationPathType.Builder setChanged(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • mergeChanged

      public NavigationPathType.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

      public NavigationPathType.Builder clearChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getChangedBuilder

      public com.google.protobuf.Timestamp.Builder getChangedBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public NavigationPathType.Builder setVersion(String value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

      public NavigationPathType.Builder clearVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public NavigationPathType.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public NavigationPathType.Builder setStatusValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The status.
    • setStatus

       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;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public NavigationPathType.Builder clearStatus()
       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;
      Returns:
      This builder for chaining.
    • 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 = 352;
      Specified by:
      getDerivedFromVersionRef in interface NavigationPathTypeOrBuilder
      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 = 352;
      Specified by:
      getDerivedFromVersionRefBytes in interface NavigationPathTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public NavigationPathType.Builder setDerivedFromVersionRef(String value)
       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 = 352;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public NavigationPathType.Builder clearDerivedFromVersionRef()
       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 = 352;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public NavigationPathType.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       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 = 352;
      Parameters:
      value - The bytes for derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • 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 = 353;
      Specified by:
      getDerivedFromObjectRef in interface NavigationPathTypeOrBuilder
      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 = 353;
      Specified by:
      getDerivedFromObjectRefBytes in interface NavigationPathTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public NavigationPathType.Builder setDerivedFromObjectRef(String value)
       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 = 353;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public NavigationPathType.Builder clearDerivedFromObjectRef()
       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 = 353;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public NavigationPathType.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       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 = 353;
      Parameters:
      value - The bytes for derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public NavigationPathType.Builder setValidityConditions(ValidityConditions_RelStructure value)
       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;
    • setValidityConditions

      public NavigationPathType.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       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;
    • mergeValidityConditions

      public NavigationPathType.Builder mergeValidityConditions(ValidityConditions_RelStructure value)
       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;
    • clearValidityConditions

      public NavigationPathType.Builder clearValidityConditions()
       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;
    • getValidityConditionsBuilder

      public ValidityConditions_RelStructure.Builder getValidityConditionsBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
    • setValidBetween

      public NavigationPathType.Builder setValidBetween(int index, ValidBetweenType value)
       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;
    • setValidBetween

      public NavigationPathType.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public NavigationPathType.Builder addValidBetween(ValidBetweenType value)
       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;
    • addValidBetween

      public NavigationPathType.Builder addValidBetween(int index, ValidBetweenType value)
       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;
    • addValidBetween

      public NavigationPathType.Builder addValidBetween(ValidBetweenType.Builder builderForValue)
       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;
    • addValidBetween

      public NavigationPathType.Builder addValidBetween(int index, ValidBetweenType.Builder builderForValue)
       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;
    • addAllValidBetween

      public NavigationPathType.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       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;
    • clearValidBetween

      public NavigationPathType.Builder clearValidBetween()
       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;
    • removeValidBetween

      public NavigationPathType.Builder removeValidBetween(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;
    • getValidBetweenBuilder

      public ValidBetweenType.Builder getValidBetweenBuilder(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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder()
       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;
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder(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;
    • getValidBetweenBuilderList

      public List<ValidBetweenType.Builder> getValidBetweenBuilderList()
       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;
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

      public NavigationPathType.Builder setAlternativeTexts(AlternativeTexts_RelStructure value)
       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;
    • setAlternativeTexts

      public NavigationPathType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       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;
    • mergeAlternativeTexts

      public NavigationPathType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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;
    • clearAlternativeTexts

      public NavigationPathType.Builder clearAlternativeTexts()
       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;
    • getAlternativeTextsBuilder

      public AlternativeTexts_RelStructure.Builder getAlternativeTextsBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public NavigationPathType.Builder setKeyList(KeyListStructure value)
       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;
    • setKeyList

      public NavigationPathType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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;
    • mergeKeyList

      public NavigationPathType.Builder mergeKeyList(KeyListStructure value)
       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;
    • clearKeyList

      public NavigationPathType.Builder clearKeyList()
       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;
    • getKeyListBuilder

      public KeyListStructure.Builder getKeyListBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public NavigationPathType.Builder setExtensions(ExtensionsStructure value)
       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;
    • setExtensions

      public NavigationPathType.Builder setExtensions(ExtensionsStructure.Builder builderForValue)
       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;
    • mergeExtensions

      public NavigationPathType.Builder mergeExtensions(ExtensionsStructure value)
       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;
    • clearExtensions

      public NavigationPathType.Builder clearExtensions()
       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;
    • getExtensionsBuilder

      public ExtensionsStructure.Builder getExtensionsBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • setBrandingRef

      public NavigationPathType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • mergeBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • clearBrandingRef

      public NavigationPathType.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

      public NavigationPathType.Builder setName(MultilingualString.Builder builderForValue)
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public NavigationPathType.Builder clearName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public NavigationPathType.Builder setShortName(MultilingualString value)
       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;
    • setShortName

      public NavigationPathType.Builder setShortName(MultilingualString.Builder builderForValue)
       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;
    • mergeShortName

      public NavigationPathType.Builder mergeShortName(MultilingualString value)
       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;
    • clearShortName

      public NavigationPathType.Builder clearShortName()
       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;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public NavigationPathType.Builder setDescription(MultilingualString value)
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • setDescription

      public NavigationPathType.Builder setDescription(MultilingualString.Builder builderForValue)
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • mergeDescription

      public NavigationPathType.Builder mergeDescription(MultilingualString value)
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • clearDescription

      public NavigationPathType.Builder clearDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The distance.
    • setDistance

      public NavigationPathType.Builder setDistance(double value)
       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;
      Parameters:
      value - The distance to set.
      Returns:
      This builder for chaining.
    • clearDistance

      public NavigationPathType.Builder clearDistance()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public NavigationPathType.Builder setPrivateCode(PrivateCodeStructure value)
       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;
    • setPrivateCode

      public NavigationPathType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       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;
    • mergePrivateCode

      public NavigationPathType.Builder mergePrivateCode(PrivateCodeStructure value)
       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;
    • clearPrivateCode

      public NavigationPathType.Builder clearPrivateCode()
       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;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The projections.
    • setProjections

       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;
    • setProjections

      public NavigationPathType.Builder setProjections(Projections_RelStructure.Builder builderForValue)
       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;
    • mergeProjections

      public NavigationPathType.Builder mergeProjections(Projections_RelStructure value)
       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;
    • clearProjections

      public NavigationPathType.Builder clearProjections()
       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;
    • getProjectionsBuilder

      public Projections_RelStructure.Builder getProjectionsBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • hasInfoLinks

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

      public NavigationPathType.InfoLinksType getInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinks in interface NavigationPathTypeOrBuilder
      Returns:
      The infoLinks.
    • setInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
    • setInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
    • mergeInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
    • clearInfoLinks

      public NavigationPathType.Builder clearInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
    • getInfoLinksBuilder

      public NavigationPathType.InfoLinksType.Builder getInfoLinksBuilder()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
    • getInfoLinksOrBuilder

      public NavigationPathType.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.NavigationPathType.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The sectionsInSequence.
    • setSectionsInSequence

      public NavigationPathType.Builder setSectionsInSequence(SectionsInSequence_RelStructure value)
       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;
    • setSectionsInSequence

      public NavigationPathType.Builder setSectionsInSequence(SectionsInSequence_RelStructure.Builder builderForValue)
       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;
    • mergeSectionsInSequence

      public NavigationPathType.Builder mergeSectionsInSequence(SectionsInSequence_RelStructure value)
       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;
    • clearSectionsInSequence

      public NavigationPathType.Builder clearSectionsInSequence()
       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;
    • getSectionsInSequenceBuilder

      public SectionsInSequence_RelStructure.Builder getSectionsInSequenceBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The from.
    • setFrom

       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;
    • setFrom

      public NavigationPathType.Builder setFrom(PathLinkEndStructure.Builder builderForValue)
       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;
    • mergeFrom

       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;
    • clearFrom

      public NavigationPathType.Builder clearFrom()
       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;
    • getFromBuilder

      public PathLinkEndStructure.Builder getFromBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The to.
    • setTo

       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;
    • setTo

       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;
    • mergeTo

       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;
    • clearTo

      public NavigationPathType.Builder clearTo()
       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;
    • getToBuilder

      public PathLinkEndStructure.Builder getToBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

      public NavigationPathType.Builder setAccessibilityAssessment(AccessibilityAssessmentType value)
       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;
    • setAccessibilityAssessment

      public NavigationPathType.Builder setAccessibilityAssessment(AccessibilityAssessmentType.Builder builderForValue)
       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;
    • mergeAccessibilityAssessment

      public NavigationPathType.Builder mergeAccessibilityAssessment(AccessibilityAssessmentType value)
       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;
    • clearAccessibilityAssessment

      public NavigationPathType.Builder clearAccessibilityAssessment()
       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;
    • getAccessibilityAssessmentBuilder

      public AccessibilityAssessmentType.Builder getAccessibilityAssessmentBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • setAccessModes

      public NavigationPathType.Builder setAccessModes(int index, AccessModeEnumeration value)
       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];
      Parameters:
      index - The index to set the value at.
      value - The accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModes

      public NavigationPathType.Builder addAccessModes(AccessModeEnumeration value)
       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];
      Parameters:
      value - The accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModes

      public NavigationPathType.Builder addAllAccessModes(Iterable<? extends AccessModeEnumeration> values)
       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];
      Parameters:
      values - The accessModes to add.
      Returns:
      This builder for chaining.
    • clearAccessModes

      public NavigationPathType.Builder clearAccessModes()
       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];
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessModes at the given index.
    • setAccessModesValue

      public NavigationPathType.Builder setAccessModesValue(int index, int value)
       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];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModesValue

      public NavigationPathType.Builder addAccessModesValue(int value)
       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];
      Parameters:
      value - The enum numeric value on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModesValue

      public NavigationPathType.Builder addAllAccessModesValue(Iterable<Integer> values)
       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];
      Parameters:
      values - The enum numeric values on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The summaries.
    • setSummaries

       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;
    • setSummaries

       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;
    • mergeSummaries

       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;
    • clearSummaries

      public NavigationPathType.Builder clearSummaries()
       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;
    • getSummariesBuilder

      public AccessSummaries_RelStructure.Builder getSummariesBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The transferDuration.
    • setTransferDuration

      public NavigationPathType.Builder setTransferDuration(TransferDurationStructure value)
       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;
    • setTransferDuration

      public NavigationPathType.Builder setTransferDuration(TransferDurationStructure.Builder builderForValue)
       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;
    • mergeTransferDuration

      public NavigationPathType.Builder mergeTransferDuration(TransferDurationStructure value)
       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;
    • clearTransferDuration

      public NavigationPathType.Builder clearTransferDuration()
       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;
    • getTransferDurationBuilder

      public TransferDurationStructure.Builder getTransferDurationBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The enum numeric value on the wire for publicUse.
    • setPublicUseValue

      public NavigationPathType.Builder setPublicUseValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for publicUse to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The publicUse.
    • setPublicUse

      public NavigationPathType.Builder setPublicUse(PublicUseEnumeration value)
       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;
      Parameters:
      value - The publicUse to set.
      Returns:
      This builder for chaining.
    • clearPublicUse

      public NavigationPathType.Builder clearPublicUse()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The enum numeric value on the wire for covered.
    • setCoveredValue

      public NavigationPathType.Builder setCoveredValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for covered to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The covered.
    • setCovered

       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;
      Parameters:
      value - The covered to set.
      Returns:
      This builder for chaining.
    • clearCovered

      public NavigationPathType.Builder clearCovered()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The enum numeric value on the wire for gated.
    • setGatedValue

      public NavigationPathType.Builder setGatedValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for gated to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The gated.
    • setGated

       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;
      Parameters:
      value - The gated to set.
      Returns:
      This builder for chaining.
    • clearGated

      public NavigationPathType.Builder clearGated()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The enum numeric value on the wire for lighting.
    • setLightingValue

      public NavigationPathType.Builder setLightingValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for lighting to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The lighting.
    • setLighting

      public NavigationPathType.Builder setLighting(LightingEnumeration value)
       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;
      Parameters:
      value - The lighting to set.
      Returns:
      This builder for chaining.
    • clearLighting

      public NavigationPathType.Builder clearLighting()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The allAreasWheelchairAccessible.
    • setAllAreasWheelchairAccessible

      public NavigationPathType.Builder setAllAreasWheelchairAccessible(boolean value)
       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;
      Parameters:
      value - The allAreasWheelchairAccessible to set.
      Returns:
      This builder for chaining.
    • clearAllAreasWheelchairAccessible

      public NavigationPathType.Builder clearAllAreasWheelchairAccessible()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The personCapacity.
    • setPersonCapacity

      public NavigationPathType.Builder setPersonCapacity(int value)
       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;
      Parameters:
      value - The personCapacity to set.
      Returns:
      This builder for chaining.
    • clearPersonCapacity

      public NavigationPathType.Builder clearPersonCapacity()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The presentation.
    • setPresentation

      public NavigationPathType.Builder setPresentation(PresentationStructure value)
       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;
    • setPresentation

      public NavigationPathType.Builder setPresentation(PresentationStructure.Builder builderForValue)
       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;
    • mergePresentation

      public NavigationPathType.Builder mergePresentation(PresentationStructure value)
       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;
    • clearPresentation

      public NavigationPathType.Builder clearPresentation()
       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;
    • getPresentationBuilder

      public PresentationStructure.Builder getPresentationBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The facilities.
    • setFacilities

       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;
    • setFacilities

      public NavigationPathType.Builder setFacilities(SiteFacilitySets_RelStructure.Builder builderForValue)
       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;
    • mergeFacilities

       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;
    • clearFacilities

      public NavigationPathType.Builder clearFacilities()
       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;
    • getFacilitiesBuilder

      public SiteFacilitySets_RelStructure.Builder getFacilitiesBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessFeatureList at the given index.
    • setAccessFeatureList

      public NavigationPathType.Builder setAccessFeatureList(int index, AccessFeatureEnumeration value)
       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];
      Parameters:
      index - The index to set the value at.
      value - The accessFeatureList to set.
      Returns:
      This builder for chaining.
    • addAccessFeatureList

      public NavigationPathType.Builder addAccessFeatureList(AccessFeatureEnumeration value)
       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];
      Parameters:
      value - The accessFeatureList to add.
      Returns:
      This builder for chaining.
    • addAllAccessFeatureList

      public NavigationPathType.Builder addAllAccessFeatureList(Iterable<? extends AccessFeatureEnumeration> values)
       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];
      Parameters:
      values - The accessFeatureList to add.
      Returns:
      This builder for chaining.
    • clearAccessFeatureList

      public NavigationPathType.Builder clearAccessFeatureList()
       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];
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessFeatureList at the given index.
    • setAccessFeatureListValue

      public NavigationPathType.Builder setAccessFeatureListValue(int index, int value)
       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];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accessFeatureList to set.
      Returns:
      This builder for chaining.
    • addAccessFeatureListValue

      public NavigationPathType.Builder addAccessFeatureListValue(int value)
       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];
      Parameters:
      value - The enum numeric value on the wire for accessFeatureList to add.
      Returns:
      This builder for chaining.
    • addAllAccessFeatureListValue

      public NavigationPathType.Builder addAllAccessFeatureListValue(Iterable<Integer> values)
       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];
      Parameters:
      values - The enum numeric values on the wire for accessFeatureList to add.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The enum numeric value on the wire for navigationType.
    • setNavigationTypeValue

      public NavigationPathType.Builder setNavigationTypeValue(int value)
       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;
      Parameters:
      value - The enum numeric value on the wire for navigationType to set.
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      Returns:
      The navigationType.
    • setNavigationType

      public NavigationPathType.Builder setNavigationType(NavigationTypeEnumeration value)
       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;
      Parameters:
      value - The navigationType to set.
      Returns:
      This builder for chaining.
    • clearNavigationType

      public NavigationPathType.Builder clearNavigationType()
       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;
      Returns:
      This builder for chaining.
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The placesInSequence.
    • setPlacesInSequence

      public NavigationPathType.Builder setPlacesInSequence(PlacesInSequence_RelStructure value)
       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;
    • setPlacesInSequence

      public NavigationPathType.Builder setPlacesInSequence(PlacesInSequence_RelStructure.Builder builderForValue)
       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;
    • mergePlacesInSequence

      public NavigationPathType.Builder mergePlacesInSequence(PlacesInSequence_RelStructure value)
       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;
    • clearPlacesInSequence

      public NavigationPathType.Builder clearPlacesInSequence()
       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;
    • getPlacesInSequenceBuilder

      public PlacesInSequence_RelStructure.Builder getPlacesInSequenceBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The pathLinksInSequence.
    • setPathLinksInSequence

      public NavigationPathType.Builder setPathLinksInSequence(PathLinksInSequence_RelStructure value)
       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;
    • setPathLinksInSequence

      public NavigationPathType.Builder setPathLinksInSequence(PathLinksInSequence_RelStructure.Builder builderForValue)
       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;
    • mergePathLinksInSequence

      public NavigationPathType.Builder mergePathLinksInSequence(PathLinksInSequence_RelStructure value)
       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;
    • clearPathLinksInSequence

      public NavigationPathType.Builder clearPathLinksInSequence()
       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;
    • getPathLinksInSequenceBuilder

      public PathLinksInSequence_RelStructure.Builder getPathLinksInSequenceBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • 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 NavigationPathTypeOrBuilder
      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 NavigationPathTypeOrBuilder
      Returns:
      The transfers.
    • setTransfers

       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;
    • setTransfers

      public NavigationPathType.Builder setTransfers(TransferRefs_RelStructure.Builder builderForValue)
       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;
    • mergeTransfers

       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;
    • clearTransfers

      public NavigationPathType.Builder clearTransfers()
       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;
    • getTransfersBuilder

      public TransferRefs_RelStructure.Builder getTransfersBuilder()
       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;
    • 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 NavigationPathTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 218:75]
       
      string id = 341;
      Specified by:
      getId in interface NavigationPathTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 218:75]
       
      string id = 341;
      Specified by:
      getIdBytes in interface NavigationPathTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public NavigationPathType.Builder setId(String value)
       [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 218:75]
       
      string id = 341;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public NavigationPathType.Builder clearId()
       [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 218:75]
       
      string id = 341;
      Returns:
      This builder for chaining.
    • setIdBytes

      public NavigationPathType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 218:75]
       
      string id = 341;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.