Class PathLink_VersionStructure.Builder

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

public static final class PathLink_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PathLink_VersionStructure.Builder> implements PathLink_VersionStructureOrBuilder
 Type for a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 221:68]
 
Protobuf type uk.org.netex.www.netex.PathLink_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<PathLink_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<PathLink_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<PathLink_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

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

      public PathLink_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<PathLink_VersionStructure.Builder>
    • isInitialized

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

      public PathLink_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<PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public PathLink_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 PathLink_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 PathLink_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

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

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

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface PathLink_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 PathLink_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 PathLink_VersionStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public PathLink_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 PathLink_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 PathLink_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

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

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

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface PathLink_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 PathLink_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 PathLink_VersionStructureOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

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

      public PathLink_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 PathLink_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

      public PathLink_VersionStructure.Builder clearStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      This builder for chaining.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 364;
      Specified by:
      getDerivedFromVersionRef in interface PathLink_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 = 364;
      Specified by:
      getDerivedFromVersionRefBytes in interface PathLink_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public PathLink_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 = 364;
      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 = 365;
      Specified by:
      getDerivedFromObjectRef in interface PathLink_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 = 365;
      Specified by:
      getDerivedFromObjectRefBytes in interface PathLink_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public PathLink_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 = 365;
      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 PathLink_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 PathLink_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

      public PathLink_VersionStructure.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • mergeValidityConditions

       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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_VersionStructureOrBuilder
    • setValidBetween

      public PathLink_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 PathLink_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

      public PathLink_VersionStructure.Builder addValidBetween(ValidBetweenType value)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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

      public PathLink_VersionStructure.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • mergeAlternativeTexts

       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 PathLink_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 PathLink_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 PathLink_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 PathLink_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

      public PathLink_VersionStructure.Builder setKeyList(KeyListStructure.Builder builderForValue)
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • mergeKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • clearKeyList

      public PathLink_VersionStructure.Builder clearKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • getKeyListBuilder

      public KeyListStructure.Builder getKeyListBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • getKeyListOrBuilder

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface PathLink_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 PathLink_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 PathLink_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

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

       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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_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 PathLink_VersionStructureOrBuilder
    • hasName

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

      public MultilingualString getName()
       Name of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 228:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface PathLink_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

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

       Name of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 228:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

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

       Name of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 228:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 228:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 228:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface PathLink_VersionStructureOrBuilder
    • getDistance

      public double getDistance()
       Length of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 233:65]
       
      double distance = 162;
      Specified by:
      getDistance in interface PathLink_VersionStructureOrBuilder
      Returns:
      The distance.
    • setDistance

      public PathLink_VersionStructure.Builder setDistance(double value)
       Length of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 233:65]
       
      double distance = 162;
      Parameters:
      value - The distance to set.
      Returns:
      This builder for chaining.
    • clearDistance

      public PathLink_VersionStructure.Builder clearDistance()
       Length of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 233:65]
       
      double distance = 162;
      Returns:
      This builder for chaining.
    • hasTypes

      public boolean hasTypes()
       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
      Specified by:
      hasTypes in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the types field is set.
    • getTypes

      public LinkTypeRefs_RelStructure getTypes()
       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
      Specified by:
      getTypes in interface PathLink_VersionStructureOrBuilder
      Returns:
      The types.
    • setTypes

       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
    • setTypes

       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
    • mergeTypes

       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
    • clearTypes

      public PathLink_VersionStructure.Builder clearTypes()
       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
    • getTypesBuilder

      public LinkTypeRefs_RelStructure.Builder getTypesBuilder()
       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
    • getTypesOrBuilder

      public LinkTypeRefs_RelStructureOrBuilder getTypesOrBuilder()
       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
      Specified by:
      getTypesOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasLineString

      public boolean hasLineString()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
      Specified by:
      hasLineString in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the lineString field is set.
    • getLineString

      public LineStringType getLineString()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
      Specified by:
      getLineString in interface PathLink_VersionStructureOrBuilder
      Returns:
      The lineString.
    • setLineString

      public PathLink_VersionStructure.Builder setLineString(LineStringType value)
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
    • setLineString

      public PathLink_VersionStructure.Builder setLineString(LineStringType.Builder builderForValue)
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
    • mergeLineString

      public PathLink_VersionStructure.Builder mergeLineString(LineStringType value)
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
    • clearLineString

      public PathLink_VersionStructure.Builder clearLineString()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
    • getLineStringBuilder

      public LineStringType.Builder getLineStringBuilder()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
    • getLineStringOrBuilder

      public LineStringTypeOrBuilder getLineStringOrBuilder()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
      Specified by:
      getLineStringOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      hasProjections in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      getProjections in interface PathLink_VersionStructureOrBuilder
      Returns:
      The projections.
    • setProjections

       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • setProjections

       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • mergeProjections

       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • clearProjections

      public PathLink_VersionStructure.Builder clearProjections()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • getProjectionsBuilder

      public Projections_RelStructure.Builder getProjectionsBuilder()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      getProjectionsOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasPassingThrough

      public boolean hasPassingThrough()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
      Specified by:
      hasPassingThrough in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the passingThrough field is set.
    • getPassingThrough

      public PointsOnLink_RelStructure getPassingThrough()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
      Specified by:
      getPassingThrough in interface PathLink_VersionStructureOrBuilder
      Returns:
      The passingThrough.
    • clearPassingThrough

      public PathLink_VersionStructure.Builder clearPassingThrough()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
    • getPassingThroughBuilder

      public PointsOnLink_RelStructure.Builder getPassingThroughBuilder()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
    • getPassingThroughOrBuilder

      public PointsOnLink_RelStructureOrBuilder getPassingThroughOrBuilder()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
      Specified by:
      getPassingThroughOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasFrom

      public boolean hasFrom()
       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
      Specified by:
      hasFrom in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the from field is set.
    • getFrom

      public PathLinkEndStructure getFrom()
       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
      Specified by:
      getFrom in interface PathLink_VersionStructureOrBuilder
      Returns:
      The from.
    • setFrom

       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
    • setFrom

       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
    • mergeFrom

       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
    • clearFrom

       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
    • getFromBuilder

      public PathLinkEndStructure.Builder getFromBuilder()
       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
    • getFromOrBuilder

      public PathLinkEndStructureOrBuilder getFromOrBuilder()
       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
      Specified by:
      getFromOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasTo

      public boolean hasTo()
       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
      Specified by:
      hasTo in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the to field is set.
    • getTo

      public PathLinkEndStructure getTo()
       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
      Specified by:
      getTo in interface PathLink_VersionStructureOrBuilder
      Returns:
      The to.
    • setTo

       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
    • setTo

       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
    • mergeTo

       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
    • clearTo

       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
    • getToBuilder

      public PathLinkEndStructure.Builder getToBuilder()
       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
    • getToOrBuilder

      public PathLinkEndStructureOrBuilder getToOrBuilder()
       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
      Specified by:
      getToOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
      Specified by:
      hasDescription in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
      Specified by:
      getDescription in interface PathLink_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
    • setDescription

      public PathLink_VersionStructure.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
    • mergeDescription

      public PathLink_VersionStructure.Builder mergeDescription(MultilingualString value)
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
    • clearDescription

      public PathLink_VersionStructure.Builder clearDescription()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
      Specified by:
      getDescriptionOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasAccessibilityAssessmentRef

      public boolean hasAccessibilityAssessmentRef()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
      Specified by:
      hasAccessibilityAssessmentRef in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the accessibilityAssessmentRef field is set.
    • getAccessibilityAssessmentRef

      public VersionOfObjectRefStructure getAccessibilityAssessmentRef()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
      Specified by:
      getAccessibilityAssessmentRef in interface PathLink_VersionStructureOrBuilder
      Returns:
      The accessibilityAssessmentRef.
    • setAccessibilityAssessmentRef

      public PathLink_VersionStructure.Builder setAccessibilityAssessmentRef(VersionOfObjectRefStructure value)
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
    • setAccessibilityAssessmentRef

      public PathLink_VersionStructure.Builder setAccessibilityAssessmentRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
    • mergeAccessibilityAssessmentRef

      public PathLink_VersionStructure.Builder mergeAccessibilityAssessmentRef(VersionOfObjectRefStructure value)
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
    • clearAccessibilityAssessmentRef

      public PathLink_VersionStructure.Builder clearAccessibilityAssessmentRef()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
    • getAccessibilityAssessmentRefBuilder

      public VersionOfObjectRefStructure.Builder getAccessibilityAssessmentRefBuilder()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
    • getAccessibilityAssessmentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAccessibilityAssessmentRefOrBuilder()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
      Specified by:
      getAccessibilityAssessmentRefOrBuilder in interface PathLink_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 = 285;
      Specified by:
      hasAccessibilityAssessment in interface PathLink_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 = 285;
      Specified by:
      getAccessibilityAssessment in interface PathLink_VersionStructureOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

      public PathLink_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 = 285;
    • setAccessibilityAssessment

      public PathLink_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 = 285;
    • mergeAccessibilityAssessment

      public PathLink_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 = 285;
    • clearAccessibilityAssessment

      public PathLink_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 = 285;
    • 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 = 285;
    • 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 = 285;
      Specified by:
      getAccessibilityAssessmentOrBuilder in interface PathLink_VersionStructureOrBuilder
    • getAccessModesList

      public List<AccessModeEnumeration> getAccessModesList()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Specified by:
      getAccessModesList in interface PathLink_VersionStructureOrBuilder
      Returns:
      A list containing the accessModes.
    • getAccessModesCount

      public int getAccessModesCount()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Specified by:
      getAccessModesCount in interface PathLink_VersionStructureOrBuilder
      Returns:
      The count of accessModes.
    • getAccessModes

      public AccessModeEnumeration getAccessModes(int index)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Specified by:
      getAccessModes in interface PathLink_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • setAccessModes

      public PathLink_VersionStructure.Builder setAccessModes(int index, AccessModeEnumeration value)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The accessModes to set.
      Returns:
      This builder for chaining.
    • addAccessModes

       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      value - The accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModes

      public PathLink_VersionStructure.Builder addAllAccessModes(Iterable<? extends AccessModeEnumeration> values)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      values - The accessModes to add.
      Returns:
      This builder for chaining.
    • clearAccessModes

      public PathLink_VersionStructure.Builder clearAccessModes()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Returns:
      This builder for chaining.
    • getAccessModesValueList

      public List<Integer> getAccessModesValueList()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Specified by:
      getAccessModesValueList in interface PathLink_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

      public int getAccessModesValue(int index)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Specified by:
      getAccessModesValue in interface PathLink_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 PathLink_VersionStructure.Builder setAccessModesValue(int index, int value)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [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 PathLink_VersionStructure.Builder addAccessModesValue(int value)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModesValue

      public PathLink_VersionStructure.Builder addAllAccessModesValue(Iterable<Integer> values)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for accessModes to add.
      Returns:
      This builder for chaining.
    • 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 = 292;
      Specified by:
      getPublicUseValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for publicUse.
    • setPublicUseValue

      public PathLink_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 = 292;
      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 = 292;
      Specified by:
      getPublicUse in interface PathLink_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 = 292;
      Parameters:
      value - The publicUse to set.
      Returns:
      This builder for chaining.
    • clearPublicUse

      public PathLink_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 = 292;
      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 = 293;
      Specified by:
      getCoveredValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for covered.
    • setCoveredValue

      public PathLink_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 = 293;
      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 = 293;
      Specified by:
      getCovered in interface PathLink_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 = 293;
      Parameters:
      value - The covered to set.
      Returns:
      This builder for chaining.
    • clearCovered

      public PathLink_VersionStructure.Builder clearCovered()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 293;
      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 = 294;
      Specified by:
      getGatedValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for gated.
    • setGatedValue

      public PathLink_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 = 294;
      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 = 294;
      Specified by:
      getGated in interface PathLink_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 = 294;
      Parameters:
      value - The gated to set.
      Returns:
      This builder for chaining.
    • clearGated

      public PathLink_VersionStructure.Builder clearGated()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 294;
      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 = 295;
      Specified by:
      getLightingValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lighting.
    • setLightingValue

      public PathLink_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 = 295;
      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 = 295;
      Specified by:
      getLighting in interface PathLink_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 = 295;
      Parameters:
      value - The lighting to set.
      Returns:
      This builder for chaining.
    • clearLighting

      public PathLink_VersionStructure.Builder clearLighting()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 295;
      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 = 296;
      Specified by:
      getAllAreasWheelchairAccessible in interface PathLink_VersionStructureOrBuilder
      Returns:
      The allAreasWheelchairAccessible.
    • setAllAreasWheelchairAccessible

      public PathLink_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 = 296;
      Parameters:
      value - The allAreasWheelchairAccessible to set.
      Returns:
      This builder for chaining.
    • clearAllAreasWheelchairAccessible

      public PathLink_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 = 296;
      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 = 297;
      Specified by:
      getPersonCapacity in interface PathLink_VersionStructureOrBuilder
      Returns:
      The personCapacity.
    • setPersonCapacity

      public PathLink_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 = 297;
      Parameters:
      value - The personCapacity to set.
      Returns:
      This builder for chaining.
    • clearPersonCapacity

      public PathLink_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 = 297;
      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 = 288;
      Specified by:
      hasPresentation in interface PathLink_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 = 288;
      Specified by:
      getPresentation in interface PathLink_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 = 288;
    • setPresentation

      public PathLink_VersionStructure.Builder setPresentation(PresentationStructure.Builder builderForValue)
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 288;
    • mergePresentation

      public PathLink_VersionStructure.Builder mergePresentation(PresentationStructure value)
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 288;
    • clearPresentation

      public PathLink_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 = 288;
    • 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 = 288;
    • 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 = 288;
      Specified by:
      getPresentationOrBuilder in interface PathLink_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 = 298;
      Specified by:
      hasFacilities in interface PathLink_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 = 298;
      Specified by:
      getFacilities in interface PathLink_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 = 298;
    • 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 = 298;
    • 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 = 298;
    • clearFacilities

      public PathLink_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 = 298;
    • 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 = 298;
    • 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 = 298;
      Specified by:
      getFacilitiesOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasTowards

      public boolean hasTowards()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
      Specified by:
      hasTowards in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the towards field is set.
    • getTowards

      public MultilingualString getTowards()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
      Specified by:
      getTowards in interface PathLink_VersionStructureOrBuilder
      Returns:
      The towards.
    • setTowards

       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
    • setTowards

       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
    • mergeTowards

       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
    • clearTowards

      public PathLink_VersionStructure.Builder clearTowards()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
    • getTowardsBuilder

      public MultilingualString.Builder getTowardsBuilder()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
    • getTowardsOrBuilder

      public MultilingualStringOrBuilder getTowardsOrBuilder()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
      Specified by:
      getTowardsOrBuilder in interface PathLink_VersionStructureOrBuilder
    • hasBack

      public boolean hasBack()
       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
      Specified by:
      hasBack in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the back field is set.
    • getBack

      public MultilingualString getBack()
       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
      Specified by:
      getBack in interface PathLink_VersionStructureOrBuilder
      Returns:
      The back.
    • setBack

       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
    • setBack

       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
    • mergeBack

       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
    • clearBack

       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
    • getBackBuilder

      public MultilingualString.Builder getBackBuilder()
       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
    • getBackOrBuilder

      public MultilingualStringOrBuilder getBackOrBuilder()
       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
      Specified by:
      getBackOrBuilder in interface PathLink_VersionStructureOrBuilder
    • getNumberOfSteps

      public int getNumberOfSteps()
       Number of steps to take PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 105:82]
       
      uint32 number_of_steps = 323;
      Specified by:
      getNumberOfSteps in interface PathLink_VersionStructureOrBuilder
      Returns:
      The numberOfSteps.
    • setNumberOfSteps

      public PathLink_VersionStructure.Builder setNumberOfSteps(int value)
       Number of steps to take PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 105:82]
       
      uint32 number_of_steps = 323;
      Parameters:
      value - The numberOfSteps to set.
      Returns:
      This builder for chaining.
    • clearNumberOfSteps

      public PathLink_VersionStructure.Builder clearNumberOfSteps()
       Number of steps to take PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 105:82]
       
      uint32 number_of_steps = 323;
      Returns:
      This builder for chaining.
    • getMinimumHeight

      public double getMinimumHeight()
       Minimum Height of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 110:70]
       
      double minimum_height = 324;
      Specified by:
      getMinimumHeight in interface PathLink_VersionStructureOrBuilder
      Returns:
      The minimumHeight.
    • setMinimumHeight

      public PathLink_VersionStructure.Builder setMinimumHeight(double value)
       Minimum Height of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 110:70]
       
      double minimum_height = 324;
      Parameters:
      value - The minimumHeight to set.
      Returns:
      This builder for chaining.
    • clearMinimumHeight

      public PathLink_VersionStructure.Builder clearMinimumHeight()
       Minimum Height of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 110:70]
       
      double minimum_height = 324;
      Returns:
      This builder for chaining.
    • getMinimumWidth

      public double getMinimumWidth()
       Minimum Width of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 115:69]
       
      double minimum_width = 325;
      Specified by:
      getMinimumWidth in interface PathLink_VersionStructureOrBuilder
      Returns:
      The minimumWidth.
    • setMinimumWidth

      public PathLink_VersionStructure.Builder setMinimumWidth(double value)
       Minimum Width of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 115:69]
       
      double minimum_width = 325;
      Parameters:
      value - The minimumWidth to set.
      Returns:
      This builder for chaining.
    • clearMinimumWidth

      public PathLink_VersionStructure.Builder clearMinimumWidth()
       Minimum Width of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 115:69]
       
      double minimum_width = 325;
      Returns:
      This builder for chaining.
    • getAllowedUseValue

      public int getAllowedUseValue()
       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Specified by:
      getAllowedUseValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for allowedUse.
    • setAllowedUseValue

      public PathLink_VersionStructure.Builder setAllowedUseValue(int value)
       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Parameters:
      value - The enum numeric value on the wire for allowedUse to set.
      Returns:
      This builder for chaining.
    • getAllowedUse

      public PathDirectionEnumeration getAllowedUse()
       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Specified by:
      getAllowedUse in interface PathLink_VersionStructureOrBuilder
      Returns:
      The allowedUse.
    • setAllowedUse

       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Parameters:
      value - The allowedUse to set.
      Returns:
      This builder for chaining.
    • clearAllowedUse

      public PathLink_VersionStructure.Builder clearAllowedUse()
       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Returns:
      This builder for chaining.
    • getTransitionValue

      public int getTransitionValue()
       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Specified by:
      getTransitionValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transition.
    • setTransitionValue

      public PathLink_VersionStructure.Builder setTransitionValue(int value)
       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Parameters:
      value - The enum numeric value on the wire for transition to set.
      Returns:
      This builder for chaining.
    • getTransition

      public TransitionEnumeration getTransition()
       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Specified by:
      getTransition in interface PathLink_VersionStructureOrBuilder
      Returns:
      The transition.
    • setTransition

       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Parameters:
      value - The transition to set.
      Returns:
      This builder for chaining.
    • clearTransition

      public PathLink_VersionStructure.Builder clearTransition()
       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Returns:
      This builder for chaining.
    • getGradient

      public int getGradient()
       Maximum gradient in degrees  (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 130:66]
       
      int32 gradient = 328;
      Specified by:
      getGradient in interface PathLink_VersionStructureOrBuilder
      Returns:
      The gradient.
    • setGradient

      public PathLink_VersionStructure.Builder setGradient(int value)
       Maximum gradient in degrees  (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 130:66]
       
      int32 gradient = 328;
      Parameters:
      value - The gradient to set.
      Returns:
      This builder for chaining.
    • clearGradient

      public PathLink_VersionStructure.Builder clearGradient()
       Maximum gradient in degrees  (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 130:66]
       
      int32 gradient = 328;
      Returns:
      This builder for chaining.
    • getGradientTypeValue

      public int getGradientTypeValue()
       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 362;
      Specified by:
      getGradientTypeValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for gradientType.
    • setGradientTypeValue

      public PathLink_VersionStructure.Builder setGradientTypeValue(int value)
       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 362;
      Parameters:
      value - The enum numeric value on the wire for gradientType to set.
      Returns:
      This builder for chaining.
    • getGradientType

      public GradientEnumeration getGradientType()
       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 362;
      Specified by:
      getGradientType in interface PathLink_VersionStructureOrBuilder
      Returns:
      The gradientType.
    • setGradientType

       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 362;
      Parameters:
      value - The gradientType to set.
      Returns:
      This builder for chaining.
    • clearGradientType

      public PathLink_VersionStructure.Builder clearGradientType()
       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 362;
      Returns:
      This builder for chaining.
    • getTiltAngle

      public int getTiltAngle()
       Maximum Tilt angle in degrees between -20 and 20 (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 140:67]
       
      int32 tilt_angle = 330;
      Specified by:
      getTiltAngle in interface PathLink_VersionStructureOrBuilder
      Returns:
      The tiltAngle.
    • setTiltAngle

      public PathLink_VersionStructure.Builder setTiltAngle(int value)
       Maximum Tilt angle in degrees between -20 and 20 (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 140:67]
       
      int32 tilt_angle = 330;
      Parameters:
      value - The tiltAngle to set.
      Returns:
      This builder for chaining.
    • clearTiltAngle

      public PathLink_VersionStructure.Builder clearTiltAngle()
       Maximum Tilt angle in degrees between -20 and 20 (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 140:67]
       
      int32 tilt_angle = 330;
      Returns:
      This builder for chaining.
    • getTiltTypeValue

      public int getTiltTypeValue()
       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Specified by:
      getTiltTypeValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for tiltType.
    • setTiltTypeValue

      public PathLink_VersionStructure.Builder setTiltTypeValue(int value)
       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Parameters:
      value - The enum numeric value on the wire for tiltType to set.
      Returns:
      This builder for chaining.
    • getTiltType

      public TiltTypeEnumeration getTiltType()
       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Specified by:
      getTiltType in interface PathLink_VersionStructureOrBuilder
      Returns:
      The tiltType.
    • setTiltType

       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Parameters:
      value - The tiltType to set.
      Returns:
      This builder for chaining.
    • clearTiltType

      public PathLink_VersionStructure.Builder clearTiltType()
       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Returns:
      This builder for chaining.
    • getAccessFeatureTypeValue

      public int getAccessFeatureTypeValue()
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Specified by:
      getAccessFeatureTypeValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for accessFeatureType.
    • setAccessFeatureTypeValue

      public PathLink_VersionStructure.Builder setAccessFeatureTypeValue(int value)
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Parameters:
      value - The enum numeric value on the wire for accessFeatureType to set.
      Returns:
      This builder for chaining.
    • getAccessFeatureType

      public AccessFeatureEnumeration getAccessFeatureType()
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Specified by:
      getAccessFeatureType in interface PathLink_VersionStructureOrBuilder
      Returns:
      The accessFeatureType.
    • setAccessFeatureType

      public PathLink_VersionStructure.Builder setAccessFeatureType(AccessFeatureEnumeration value)
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Parameters:
      value - The accessFeatureType to set.
      Returns:
      This builder for chaining.
    • clearAccessFeatureType

      public PathLink_VersionStructure.Builder clearAccessFeatureType()
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Returns:
      This builder for chaining.
    • getPassageTypeValue

      public int getPassageTypeValue()
       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Specified by:
      getPassageTypeValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for passageType.
    • setPassageTypeValue

      public PathLink_VersionStructure.Builder setPassageTypeValue(int value)
       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Parameters:
      value - The enum numeric value on the wire for passageType to set.
      Returns:
      This builder for chaining.
    • getPassageType

      public PassageTypeEnumeration getPassageType()
       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Specified by:
      getPassageType in interface PathLink_VersionStructureOrBuilder
      Returns:
      The passageType.
    • setPassageType

       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Parameters:
      value - The passageType to set.
      Returns:
      This builder for chaining.
    • clearPassageType

      public PathLink_VersionStructure.Builder clearPassageType()
       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Returns:
      This builder for chaining.
    • getFlooringTypeValue

      public int getFlooringTypeValue()
       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Specified by:
      getFlooringTypeValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for flooringType.
    • setFlooringTypeValue

      public PathLink_VersionStructure.Builder setFlooringTypeValue(int value)
       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Parameters:
      value - The enum numeric value on the wire for flooringType to set.
      Returns:
      This builder for chaining.
    • getFlooringType

      public FlooringTypeEnumeration getFlooringType()
       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Specified by:
      getFlooringType in interface PathLink_VersionStructureOrBuilder
      Returns:
      The flooringType.
    • setFlooringType

       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Parameters:
      value - The flooringType to set.
      Returns:
      This builder for chaining.
    • clearFlooringType

      public PathLink_VersionStructure.Builder clearFlooringType()
       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Returns:
      This builder for chaining.
    • getRightSideBorderValue

      public int getRightSideBorderValue()
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Specified by:
      getRightSideBorderValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for rightSideBorder.
    • setRightSideBorderValue

      public PathLink_VersionStructure.Builder setRightSideBorderValue(int value)
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Parameters:
      value - The enum numeric value on the wire for rightSideBorder to set.
      Returns:
      This builder for chaining.
    • getRightSideBorder

      public BorderTypeEnumeration getRightSideBorder()
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Specified by:
      getRightSideBorder in interface PathLink_VersionStructureOrBuilder
      Returns:
      The rightSideBorder.
    • setRightSideBorder

      public PathLink_VersionStructure.Builder setRightSideBorder(BorderTypeEnumeration value)
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Parameters:
      value - The rightSideBorder to set.
      Returns:
      This builder for chaining.
    • clearRightSideBorder

      public PathLink_VersionStructure.Builder clearRightSideBorder()
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Returns:
      This builder for chaining.
    • getLeftSideBorderValue

      public int getLeftSideBorderValue()
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Specified by:
      getLeftSideBorderValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for leftSideBorder.
    • setLeftSideBorderValue

      public PathLink_VersionStructure.Builder setLeftSideBorderValue(int value)
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Parameters:
      value - The enum numeric value on the wire for leftSideBorder to set.
      Returns:
      This builder for chaining.
    • getLeftSideBorder

      public BorderTypeEnumeration getLeftSideBorder()
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Specified by:
      getLeftSideBorder in interface PathLink_VersionStructureOrBuilder
      Returns:
      The leftSideBorder.
    • setLeftSideBorder

      public PathLink_VersionStructure.Builder setLeftSideBorder(BorderTypeEnumeration value)
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Parameters:
      value - The leftSideBorder to set.
      Returns:
      This builder for chaining.
    • clearLeftSideBorder

      public PathLink_VersionStructure.Builder clearLeftSideBorder()
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Returns:
      This builder for chaining.
    • getTactileWarningStripValue

      public int getTactileWarningStripValue()
       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Specified by:
      getTactileWarningStripValue in interface PathLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for tactileWarningStrip.
    • setTactileWarningStripValue

      public PathLink_VersionStructure.Builder setTactileWarningStripValue(int value)
       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Parameters:
      value - The enum numeric value on the wire for tactileWarningStrip to set.
      Returns:
      This builder for chaining.
    • getTactileWarningStrip

      public TactileWarningStripEnumeration getTactileWarningStrip()
       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Specified by:
      getTactileWarningStrip in interface PathLink_VersionStructureOrBuilder
      Returns:
      The tactileWarningStrip.
    • setTactileWarningStrip

       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Parameters:
      value - The tactileWarningStrip to set.
      Returns:
      This builder for chaining.
    • clearTactileWarningStrip

      public PathLink_VersionStructure.Builder clearTactileWarningStrip()
       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Returns:
      This builder for chaining.
    • getTactileGuidingStrip

      public boolean getTactileGuidingStrip()
       Indicates whether there are guiding strips. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 187:77]
       
      bool tactile_guiding_strip = 347;
      Specified by:
      getTactileGuidingStrip in interface PathLink_VersionStructureOrBuilder
      Returns:
      The tactileGuidingStrip.
    • setTactileGuidingStrip

      public PathLink_VersionStructure.Builder setTactileGuidingStrip(boolean value)
       Indicates whether there are guiding strips. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 187:77]
       
      bool tactile_guiding_strip = 347;
      Parameters:
      value - The tactileGuidingStrip to set.
      Returns:
      This builder for chaining.
    • clearTactileGuidingStrip

      public PathLink_VersionStructure.Builder clearTactileGuidingStrip()
       Indicates whether there are guiding strips. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 187:77]
       
      bool tactile_guiding_strip = 347;
      Returns:
      This builder for chaining.
    • getMaximumFlowPerMinute

      public int getMaximumFlowPerMinute()
       Maximum number of passengers who can traverse PATH LINK per minute.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 83:89]
       
      uint32 maximum_flow_per_minute = 351;
      Specified by:
      getMaximumFlowPerMinute in interface PathLink_VersionStructureOrBuilder
      Returns:
      The maximumFlowPerMinute.
    • setMaximumFlowPerMinute

      public PathLink_VersionStructure.Builder setMaximumFlowPerMinute(int value)
       Maximum number of passengers who can traverse PATH LINK per minute.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 83:89]
       
      uint32 maximum_flow_per_minute = 351;
      Parameters:
      value - The maximumFlowPerMinute to set.
      Returns:
      This builder for chaining.
    • clearMaximumFlowPerMinute

      public PathLink_VersionStructure.Builder clearMaximumFlowPerMinute()
       Maximum number of passengers who can traverse PATH LINK per minute.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 83:89]
       
      uint32 maximum_flow_per_minute = 351;
      Returns:
      This builder for chaining.
    • hasTransferDuration

      public boolean hasTransferDuration()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
      Specified by:
      hasTransferDuration in interface PathLink_VersionStructureOrBuilder
      Returns:
      Whether the transferDuration field is set.
    • getTransferDuration

      public TransferDurationStructure getTransferDuration()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
      Specified by:
      getTransferDuration in interface PathLink_VersionStructureOrBuilder
      Returns:
      The transferDuration.
    • setTransferDuration

       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
    • setTransferDuration

      public PathLink_VersionStructure.Builder setTransferDuration(TransferDurationStructure.Builder builderForValue)
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
    • mergeTransferDuration

      public PathLink_VersionStructure.Builder mergeTransferDuration(TransferDurationStructure value)
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
    • clearTransferDuration

      public PathLink_VersionStructure.Builder clearTransferDuration()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
    • getTransferDurationBuilder

      public TransferDurationStructure.Builder getTransferDurationBuilder()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
    • getTransferDurationOrBuilder

      public TransferDurationStructureOrBuilder getTransferDurationOrBuilder()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
      Specified by:
      getTransferDurationOrBuilder in interface PathLink_VersionStructureOrBuilder