Class SitePathLinkType.Builder

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

public static final class SitePathLinkType.Builder extends com.google.protobuf.GeneratedMessage.Builder<SitePathLinkType.Builder> implements SitePathLinkTypeOrBuilder
 A PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 327:60]
 
Protobuf type uk.org.netex.www.netex.SitePathLinkType
  • 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<SitePathLinkType.Builder>
    • clear

      public SitePathLinkType.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<SitePathLinkType.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<SitePathLinkType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public SitePathLinkType.Builder mergeFrom(SitePathLinkType other)
    • isInitialized

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

      public SitePathLinkType.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<SitePathLinkType.Builder>
      Throws:
      IOException
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The status.
    • setStatus

      public SitePathLinkType.Builder setStatus(StatusEnumeration 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 status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public SitePathLinkType.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 = 644;
      Specified by:
      getDerivedFromVersionRef in interface SitePathLinkTypeOrBuilder
      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 = 644;
      Specified by:
      getDerivedFromVersionRefBytes in interface SitePathLinkTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public SitePathLinkType.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 = 644;
      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 = 645;
      Specified by:
      getDerivedFromObjectRef in interface SitePathLinkTypeOrBuilder
      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 = 645;
      Specified by:
      getDerivedFromObjectRefBytes in interface SitePathLinkTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public SitePathLinkType.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 = 645;
      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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
    • setValidBetween

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

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

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

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

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

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

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

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

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

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

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

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

      public SitePathLinkType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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

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

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

      public SitePathLinkType.Builder 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      Returns:
      The distance.
    • setDistance

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The lineString.
    • setLineString

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The projections.
    • setProjections

      public SitePathLinkType.Builder setProjections(Projections_RelStructure value)
       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

      public SitePathLinkType.Builder setProjections(Projections_RelStructure.Builder builderForValue)
       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

      public SitePathLinkType.Builder mergeProjections(Projections_RelStructure value)
       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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The passingThrough.
    • clearPassingThrough

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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

      public SitePathLinkType.Builder setFrom(PathLinkEndStructure.Builder builderForValue)
       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

      public SitePathLinkType.Builder 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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

      public SitePathLinkType.Builder 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public SitePathLinkType.Builder setDescription(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;
    • setDescription

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The accessibilityAssessmentRef.
    • setAccessibilityAssessmentRef

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • setAccessModes

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

      public SitePathLinkType.Builder addAccessModes(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:
      value - The accessModes to add.
      Returns:
      This builder for chaining.
    • addAllAccessModes

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for publicUse.
    • setPublicUseValue

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

      public SitePathLinkType.Builder setPublicUse(PublicUseEnumeration value)
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 292;
      Parameters:
      value - The publicUse to set.
      Returns:
      This builder for chaining.
    • clearPublicUse

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The covered.
    • setCovered

      public SitePathLinkType.Builder setCovered(CoveredEnumeration 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 covered to set.
      Returns:
      This builder for chaining.
    • clearCovered

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

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The gated.
    • setGated

      public SitePathLinkType.Builder setGated(GatedEnumeration 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 gated to set.
      Returns:
      This builder for chaining.
    • clearGated

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

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

      public SitePathLinkType.Builder setLighting(LightingEnumeration value)
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 295;
      Parameters:
      value - The lighting to set.
      Returns:
      This builder for chaining.
    • clearLighting

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The allAreasWheelchairAccessible.
    • setAllAreasWheelchairAccessible

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

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The presentation.
    • setPresentation

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

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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

      public SitePathLinkType.Builder setFacilities(SiteFacilitySets_RelStructure.Builder builderForValue)
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The towards.
    • setTowards

      public SitePathLinkType.Builder setTowards(MultilingualString value)
       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

      public SitePathLinkType.Builder setTowards(MultilingualString.Builder builderForValue)
       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

      public SitePathLinkType.Builder mergeTowards(MultilingualString value)
       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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      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

      public SitePathLinkType.Builder setBack(MultilingualString.Builder builderForValue)
       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

      public SitePathLinkType.Builder mergeBack(MultilingualString value)
       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

      public SitePathLinkType.Builder 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 SitePathLinkTypeOrBuilder
    • 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 SitePathLinkTypeOrBuilder
      Returns:
      The numberOfSteps.
    • setNumberOfSteps

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The minimumHeight.
    • setMinimumHeight

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The minimumWidth.
    • setMinimumWidth

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for allowedUse.
    • setAllowedUseValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The allowedUse.
    • setAllowedUse

      public SitePathLinkType.Builder setAllowedUse(PathDirectionEnumeration 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 allowedUse to set.
      Returns:
      This builder for chaining.
    • clearAllowedUse

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for transition.
    • setTransitionValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The transition.
    • setTransition

      public SitePathLinkType.Builder setTransition(TransitionEnumeration 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 transition to set.
      Returns:
      This builder for chaining.
    • clearTransition

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The gradient.
    • setGradient

      public SitePathLinkType.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 SitePathLinkType.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 = 642;
      Specified by:
      getGradientTypeValue in interface SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for gradientType.
    • setGradientTypeValue

      public SitePathLinkType.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 = 642;
      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 = 642;
      Specified by:
      getGradientType in interface SitePathLinkTypeOrBuilder
      Returns:
      The gradientType.
    • setGradientType

      public SitePathLinkType.Builder setGradientType(GradientEnumeration 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 = 642;
      Parameters:
      value - The gradientType to set.
      Returns:
      This builder for chaining.
    • clearGradientType

      public SitePathLinkType.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 = 642;
      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 SitePathLinkTypeOrBuilder
      Returns:
      The tiltAngle.
    • setTiltAngle

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for tiltType.
    • setTiltTypeValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The tiltType.
    • setTiltType

      public SitePathLinkType.Builder setTiltType(TiltTypeEnumeration 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 tiltType to set.
      Returns:
      This builder for chaining.
    • clearTiltType

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for accessFeatureType.
    • setAccessFeatureTypeValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The accessFeatureType.
    • setAccessFeatureType

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for passageType.
    • setPassageTypeValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The passageType.
    • setPassageType

      public SitePathLinkType.Builder setPassageType(PassageTypeEnumeration 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 passageType to set.
      Returns:
      This builder for chaining.
    • clearPassageType

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for flooringType.
    • setFlooringTypeValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The flooringType.
    • setFlooringType

      public SitePathLinkType.Builder setFlooringType(FlooringTypeEnumeration 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 flooringType to set.
      Returns:
      This builder for chaining.
    • clearFlooringType

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for rightSideBorder.
    • setRightSideBorderValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The rightSideBorder.
    • setRightSideBorder

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for leftSideBorder.
    • setLeftSideBorderValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The leftSideBorder.
    • setLeftSideBorder

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The enum numeric value on the wire for tactileWarningStrip.
    • setTactileWarningStripValue

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The tactileWarningStrip.
    • setTactileWarningStrip

      public SitePathLinkType.Builder setTactileWarningStrip(TactileWarningStripEnumeration 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 tactileWarningStrip to set.
      Returns:
      This builder for chaining.
    • clearTactileWarningStrip

      public SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The tactileGuidingStrip.
    • setTactileGuidingStrip

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      Returns:
      The maximumFlowPerMinute.
    • setMaximumFlowPerMinute

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
      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 SitePathLinkTypeOrBuilder
      Returns:
      The transferDuration.
    • setTransferDuration

      public SitePathLinkType.Builder setTransferDuration(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;
    • setTransferDuration

      public SitePathLinkType.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 SitePathLinkType.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 SitePathLinkType.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 SitePathLinkTypeOrBuilder
    • hasSiteRef

      public boolean hasSiteRef()
       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
      Specified by:
      hasSiteRef in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the siteRef field is set.
    • getSiteRef

      public VersionOfObjectRefStructure getSiteRef()
       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
      Specified by:
      getSiteRef in interface SitePathLinkTypeOrBuilder
      Returns:
      The siteRef.
    • setSiteRef

       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
    • setSiteRef

       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
    • mergeSiteRef

       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
    • clearSiteRef

      public SitePathLinkType.Builder clearSiteRef()
       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
    • getSiteRefBuilder

      public VersionOfObjectRefStructure.Builder getSiteRefBuilder()
       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
    • getSiteRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSiteRefOrBuilder()
       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
      Specified by:
      getSiteRefOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasLevelRef

      public boolean hasLevelRef()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
      Specified by:
      hasLevelRef in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the levelRef field is set.
    • getLevelRef

      public VersionOfObjectRefStructure getLevelRef()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
      Specified by:
      getLevelRef in interface SitePathLinkTypeOrBuilder
      Returns:
      The levelRef.
    • setLevelRef

       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
    • setLevelRef

      public SitePathLinkType.Builder setLevelRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
    • mergeLevelRef

       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
    • clearLevelRef

      public SitePathLinkType.Builder clearLevelRef()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
    • getLevelRefBuilder

      public VersionOfObjectRefStructure.Builder getLevelRefBuilder()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
    • getLevelRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLevelRefOrBuilder()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
      Specified by:
      getLevelRefOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasClassOfUseRef

      public boolean hasClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
      Specified by:
      hasClassOfUseRef in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the classOfUseRef field is set.
    • getClassOfUseRef

      public ClassOfUseRefType getClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
      Specified by:
      getClassOfUseRef in interface SitePathLinkTypeOrBuilder
      Returns:
      The classOfUseRef.
    • setClassOfUseRef

      public SitePathLinkType.Builder setClassOfUseRef(ClassOfUseRefType value)
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
    • setClassOfUseRef

      public SitePathLinkType.Builder setClassOfUseRef(ClassOfUseRefType.Builder builderForValue)
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
    • mergeClassOfUseRef

      public SitePathLinkType.Builder mergeClassOfUseRef(ClassOfUseRefType value)
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
    • clearClassOfUseRef

      public SitePathLinkType.Builder clearClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
    • getClassOfUseRefBuilder

      public ClassOfUseRefType.Builder getClassOfUseRefBuilder()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
    • getClassOfUseRefOrBuilder

      public ClassOfUseRefTypeOrBuilder getClassOfUseRefOrBuilder()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
      Specified by:
      getClassOfUseRefOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasCheckConstraints

      public boolean hasCheckConstraints()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
      Specified by:
      hasCheckConstraints in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the checkConstraints field is set.
    • getCheckConstraints

      public CheckConstraints_RelStructure getCheckConstraints()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
      Specified by:
      getCheckConstraints in interface SitePathLinkTypeOrBuilder
      Returns:
      The checkConstraints.
    • setCheckConstraints

      public SitePathLinkType.Builder setCheckConstraints(CheckConstraints_RelStructure value)
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
    • setCheckConstraints

      public SitePathLinkType.Builder setCheckConstraints(CheckConstraints_RelStructure.Builder builderForValue)
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
    • mergeCheckConstraints

      public SitePathLinkType.Builder mergeCheckConstraints(CheckConstraints_RelStructure value)
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
    • clearCheckConstraints

      public SitePathLinkType.Builder clearCheckConstraints()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
    • getCheckConstraintsBuilder

      public CheckConstraints_RelStructure.Builder getCheckConstraintsBuilder()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
    • getCheckConstraintsOrBuilder

      public CheckConstraints_RelStructureOrBuilder getCheckConstraintsOrBuilder()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
      Specified by:
      getCheckConstraintsOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasEquipmentPlaces

      public boolean hasEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
      Specified by:
      hasEquipmentPlaces in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the equipmentPlaces field is set.
    • getEquipmentPlaces

      public EquipmentPlaces_RelStructure getEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
      Specified by:
      getEquipmentPlaces in interface SitePathLinkTypeOrBuilder
      Returns:
      The equipmentPlaces.
    • setEquipmentPlaces

      public SitePathLinkType.Builder setEquipmentPlaces(EquipmentPlaces_RelStructure value)
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
    • setEquipmentPlaces

      public SitePathLinkType.Builder setEquipmentPlaces(EquipmentPlaces_RelStructure.Builder builderForValue)
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
    • mergeEquipmentPlaces

      public SitePathLinkType.Builder mergeEquipmentPlaces(EquipmentPlaces_RelStructure value)
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
    • clearEquipmentPlaces

      public SitePathLinkType.Builder clearEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
    • getEquipmentPlacesBuilder

      public EquipmentPlaces_RelStructure.Builder getEquipmentPlacesBuilder()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
    • getEquipmentPlacesOrBuilder

      public EquipmentPlaces_RelStructureOrBuilder getEquipmentPlacesOrBuilder()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
      Specified by:
      getEquipmentPlacesOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasPlaceEquipments

      public boolean hasPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
      Specified by:
      hasPlaceEquipments in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the placeEquipments field is set.
    • getPlaceEquipments

      public PlaceEquipments_RelStructure getPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
      Specified by:
      getPlaceEquipments in interface SitePathLinkTypeOrBuilder
      Returns:
      The placeEquipments.
    • setPlaceEquipments

      public SitePathLinkType.Builder setPlaceEquipments(PlaceEquipments_RelStructure value)
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
    • setPlaceEquipments

      public SitePathLinkType.Builder setPlaceEquipments(PlaceEquipments_RelStructure.Builder builderForValue)
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
    • mergePlaceEquipments

      public SitePathLinkType.Builder mergePlaceEquipments(PlaceEquipments_RelStructure value)
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
    • clearPlaceEquipments

      public SitePathLinkType.Builder clearPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
    • getPlaceEquipmentsBuilder

      public PlaceEquipments_RelStructure.Builder getPlaceEquipmentsBuilder()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
    • getPlaceEquipmentsOrBuilder

      public PlaceEquipments_RelStructureOrBuilder getPlaceEquipmentsOrBuilder()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
      Specified by:
      getPlaceEquipmentsOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasLocalServices

      public boolean hasLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
      Specified by:
      hasLocalServices in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the localServices field is set.
    • getLocalServices

      public LocalServices_RelStructure getLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
      Specified by:
      getLocalServices in interface SitePathLinkTypeOrBuilder
      Returns:
      The localServices.
    • setLocalServices

      public SitePathLinkType.Builder setLocalServices(LocalServices_RelStructure value)
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
    • setLocalServices

      public SitePathLinkType.Builder setLocalServices(LocalServices_RelStructure.Builder builderForValue)
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
    • mergeLocalServices

      public SitePathLinkType.Builder mergeLocalServices(LocalServices_RelStructure value)
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
    • clearLocalServices

      public SitePathLinkType.Builder clearLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
    • getLocalServicesBuilder

      public LocalServices_RelStructure.Builder getLocalServicesBuilder()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
    • getLocalServicesOrBuilder

      public LocalServices_RelStructureOrBuilder getLocalServicesOrBuilder()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
      Specified by:
      getLocalServicesOrBuilder in interface SitePathLinkTypeOrBuilder
    • hasLabel

      public boolean hasLabel()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
      Specified by:
      hasLabel in interface SitePathLinkTypeOrBuilder
      Returns:
      Whether the label field is set.
    • getLabel

      public MultilingualString getLabel()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
      Specified by:
      getLabel in interface SitePathLinkTypeOrBuilder
      Returns:
      The label.
    • setLabel

       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
    • setLabel

      public SitePathLinkType.Builder setLabel(MultilingualString.Builder builderForValue)
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
    • mergeLabel

      public SitePathLinkType.Builder mergeLabel(MultilingualString value)
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
    • clearLabel

      public SitePathLinkType.Builder clearLabel()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
    • getLabelBuilder

      public MultilingualString.Builder getLabelBuilder()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
    • getLabelOrBuilder

      public MultilingualStringOrBuilder getLabelOrBuilder()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
      Specified by:
      getLabelOrBuilder in interface SitePathLinkTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Specified by:
      getId in interface SitePathLinkTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Specified by:
      getIdBytes in interface SitePathLinkTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public SitePathLinkType.Builder setId(String value)
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public SitePathLinkType.Builder clearId()
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Returns:
      This builder for chaining.
    • setIdBytes

      public SitePathLinkType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.