Class NavigationPath_VersionStructure.Builder

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

public static final class NavigationPath_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<NavigationPath_VersionStructure.Builder> implements NavigationPath_VersionStructureOrBuilder
 Type for NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 223:58]
 
Protobuf type uk.org.netex.www.netex.NavigationPath_VersionStructure
  • 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<NavigationPath_VersionStructure.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<NavigationPath_VersionStructure.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<NavigationPath_VersionStructure.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public NavigationPath_VersionStructure.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<NavigationPath_VersionStructure.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<NavigationPath_VersionStructure.Builder>
    • mergeFrom

      public NavigationPath_VersionStructure.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<NavigationPath_VersionStructure.Builder>
      Throws:
      IOException
    • getId

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

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      This builder for chaining.
    • setIdBytes

      public NavigationPath_VersionStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasCreated

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

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructureOrBuilder
    • hasChanged

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

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructureOrBuilder
    • getVersion

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

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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      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

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

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 326;
      Specified by:
      getDerivedFromVersionRefBytes in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public NavigationPath_VersionStructure.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 = 326;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public NavigationPath_VersionStructure.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 = 326;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public NavigationPath_VersionStructure.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 = 326;
      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 = 327;
      Specified by:
      getDerivedFromObjectRef in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 327;
      Specified by:
      getDerivedFromObjectRefBytes in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public NavigationPath_VersionStructure.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 = 327;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public NavigationPath_VersionStructure.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 = 327;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public NavigationPath_VersionStructure.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 = 327;
      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 NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface NavigationPath_VersionStructureOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface NavigationPath_VersionStructureOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface NavigationPath_VersionStructureOrBuilder
    • setValidBetween

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface NavigationPath_VersionStructureOrBuilder
    • 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 NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasKeyList

      public boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      hasKeyList in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyList in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The keyList.
    • setKeyList

       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

       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

       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

       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 NavigationPath_VersionStructureOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      hasExtensions in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensions in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The extensions.
    • setExtensions

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      hasBrandingRef in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRef in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • 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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasName

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

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

       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

       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 NavigationPath_VersionStructureOrBuilder
    • hasShortName

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

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasDescription

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

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • getDistance

      public double getDistance()
       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Specified by:
      getDistance in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The distance.
    • setDistance

      public NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasProjections

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

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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasInfoLinks

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

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

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

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

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

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

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

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

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

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasFrom

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

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

       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

       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 NavigationPath_VersionStructureOrBuilder
    • hasTo

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

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

       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 NavigationPath_VersionStructureOrBuilder
    • hasAccessibilityAssessment

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

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

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • getAccessModesList

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

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

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

      public NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

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

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the summaries field is set.
    • getSummaries

      public AccessSummaries_RelStructure getSummaries()
       Summaries of access features encountered in path.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 290:84]
       
      .uk.org.netex.www.netex.AccessSummaries_RelStructure summaries = 295;
      Specified by:
      getSummaries in interface NavigationPath_VersionStructureOrBuilder
      Returns:
      The summaries.
    • 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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasTransferDuration

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

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

       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 NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • getPublicUseValue

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

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The publicUse.
    • setPublicUse

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for covered.
    • setCoveredValue

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      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

       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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for gated.
    • setGatedValue

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      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

       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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lighting.
    • setLightingValue

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The lighting.
    • setLighting

       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

       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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The allAreasWheelchairAccessible.
    • setAllAreasWheelchairAccessible

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The personCapacity.
    • setPersonCapacity

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasFacilities

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

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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • getAccessFeatureListList

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

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

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

      public NavigationPath_VersionStructure.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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessFeatureList.
    • getAccessFeatureListValue

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

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for navigationType.
    • setNavigationTypeValue

      public NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      The navigationType.
    • setNavigationType

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
      Returns:
      Whether the placesInSequence field is set.
    • getPlacesInSequence

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasPathLinksInSequence

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

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

       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

       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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder
    • hasTransfers

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

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

       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 NavigationPath_VersionStructure.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 NavigationPath_VersionStructureOrBuilder