Class PointOnLineSection_VersionedChildStructure.Builder

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

public static final class PointOnLineSection_VersionedChildStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PointOnLineSection_VersionedChildStructure.Builder> implements PointOnLineSection_VersionedChildStructureOrBuilder
 Type for a  POINT on LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 312:86]
 
Protobuf type uk.org.netex.www.netex.PointOnLineSection_VersionedChildStructure
  • 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<PointOnLineSection_VersionedChildStructure.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<PointOnLineSection_VersionedChildStructure.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<PointOnLineSection_VersionedChildStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

    • isInitialized

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

      public PointOnLineSection_VersionedChildStructure.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<PointOnLineSection_VersionedChildStructure.Builder>
      Throws:
      IOException
    • getLinkSequenceRefStructureCase

      Specified by:
      getLinkSequenceRefStructureCase in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • clearLinkSequenceRefStructure

      public PointOnLineSection_VersionedChildStructure.Builder clearLinkSequenceRefStructure()
    • getPointRefStructureCase

      Specified by:
      getPointRefStructureCase in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • clearPointRefStructure

      public PointOnLineSection_VersionedChildStructure.Builder clearPointRefStructure()
    • getPointVersionStructureCase

      Specified by:
      getPointVersionStructureCase in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • clearPointVersionStructure

      public PointOnLineSection_VersionedChildStructure.Builder clearPointVersionStructure()
    • getLinkRefStructureCase

      Specified by:
      getLinkRefStructureCase in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • clearLinkRefStructure

    • getId

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

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

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

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

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

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

      public PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructure.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

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

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

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

      public PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructure.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

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

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

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

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

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

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

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

       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

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

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

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

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

      public PointOnLineSection_VersionedChildStructure.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 = 503;
      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 = 504;
      Specified by:
      getDerivedFromObjectRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      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 = 504;
      Specified by:
      getDerivedFromObjectRefBytes in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public PointOnLineSection_VersionedChildStructure.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 = 504;
      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 PointOnLineSection_VersionedChildStructureOrBuilder
      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 PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • mergeValidityConditions

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • clearValidityConditions

      public PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructureOrBuilder
    • 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 PointOnLineSection_VersionedChildStructureOrBuilder
    • 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 PointOnLineSection_VersionedChildStructureOrBuilder
    • 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 PointOnLineSection_VersionedChildStructureOrBuilder
    • setValidBetween

      public PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructure.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

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

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

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

       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 PointOnLineSection_VersionedChildStructure.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 PointOnLineSection_VersionedChildStructureOrBuilder
    • 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 PointOnLineSection_VersionedChildStructureOrBuilder
    • 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 PointOnLineSection_VersionedChildStructureOrBuilder
      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 PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

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

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

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

       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 PointOnLineSection_VersionedChildStructureOrBuilder
    • 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 = 71;
      Specified by:
      hasExtensions in interface PointOnLineSection_VersionedChildStructureOrBuilder
      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 = 71;
      Specified by:
      getExtensions in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The extensions.
    • setExtensions

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

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

       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
      Specified by:
      getExtensionsOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • getOrder

      public int getOrder()
       Order of POINT within parent.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 141:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Specified by:
      getOrder in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The order.
    • setOrder

       Order of POINT within parent.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 141:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

       Order of POINT within parent.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 141:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      This builder for chaining.
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
      Specified by:
      hasProjections in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
      Specified by:
      getProjections in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The projections.
    • setProjections

       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
    • setProjections

       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
    • mergeProjections

       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
    • clearProjections

       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
    • getProjectionsBuilder

      public Projections_RelStructure.Builder getProjectionsBuilder()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
      Specified by:
      getProjectionsOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
      Specified by:
      hasDescription in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
      Specified by:
      getDescription in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
    • setDescription

       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
    • mergeDescription

       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
    • clearDescription

       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a POINT IN LINK SEQUENCE  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 160:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 177;
      Specified by:
      getDescriptionOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • getReverse

      public boolean getReverse()
       Whether link is navigated in to / from, i.e. reverse direction . Default is false, i.e. from to.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 298:67]
       
      bool reverse = 340;
      Specified by:
      getReverse in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The reverse.
    • setReverse

      public PointOnLineSection_VersionedChildStructure.Builder setReverse(boolean value)
       Whether link is navigated in to / from, i.e. reverse direction . Default is false, i.e. from to.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 298:67]
       
      bool reverse = 340;
      Parameters:
      value - The reverse to set.
      Returns:
      This builder for chaining.
    • clearReverse

       Whether link is navigated in to / from, i.e. reverse direction . Default is false, i.e. from to.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 298:67]
       
      bool reverse = 340;
      Returns:
      This builder for chaining.
    • getLineSectionPointTypeValue

      public int getLineSectionPointTypeValue()
       Classification of Point Member.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 329:98]
       
      .uk.org.netex.www.netex.LineSectionPointTypeEnumeration line_section_point_type = 481;
      Specified by:
      getLineSectionPointTypeValue in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lineSectionPointType.
    • setLineSectionPointTypeValue

      public PointOnLineSection_VersionedChildStructure.Builder setLineSectionPointTypeValue(int value)
       Classification of Point Member.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 329:98]
       
      .uk.org.netex.www.netex.LineSectionPointTypeEnumeration line_section_point_type = 481;
      Parameters:
      value - The enum numeric value on the wire for lineSectionPointType to set.
      Returns:
      This builder for chaining.
    • getLineSectionPointType

      public LineSectionPointTypeEnumeration getLineSectionPointType()
       Classification of Point Member.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 329:98]
       
      .uk.org.netex.www.netex.LineSectionPointTypeEnumeration line_section_point_type = 481;
      Specified by:
      getLineSectionPointType in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The lineSectionPointType.
    • setLineSectionPointType

       Classification of Point Member.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 329:98]
       
      .uk.org.netex.www.netex.LineSectionPointTypeEnumeration line_section_point_type = 481;
      Parameters:
      value - The lineSectionPointType to set.
      Returns:
      This builder for chaining.
    • clearLineSectionPointType

      public PointOnLineSection_VersionedChildStructure.Builder clearLineSectionPointType()
       Classification of Point Member.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 329:98]
       
      .uk.org.netex.www.netex.LineSectionPointTypeEnumeration line_section_point_type = 481;
      Returns:
      This builder for chaining.
    • getShowAsAccessible

      public boolean getShowAsAccessible()
       Whether point is to be shown as Accessible.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 334:89]
       
      bool show_as_accessible = 482;
      Specified by:
      getShowAsAccessible in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The showAsAccessible.
    • setShowAsAccessible

      public PointOnLineSection_VersionedChildStructure.Builder setShowAsAccessible(boolean value)
       Whether point is to be shown as Accessible.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 334:89]
       
      bool show_as_accessible = 482;
      Parameters:
      value - The showAsAccessible to set.
      Returns:
      This builder for chaining.
    • clearShowAsAccessible

       Whether point is to be shown as Accessible.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 334:89]
       
      bool show_as_accessible = 482;
      Returns:
      This builder for chaining.
    • getConnectingVehicleModesList

      public List<VehicleModeEnumeration> getConnectingVehicleModesList()
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Specified by:
      getConnectingVehicleModesList in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      A list containing the connectingVehicleModes.
    • getConnectingVehicleModesCount

      public int getConnectingVehicleModesCount()
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Specified by:
      getConnectingVehicleModesCount in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The count of connectingVehicleModes.
    • getConnectingVehicleModes

      public VehicleModeEnumeration getConnectingVehicleModes(int index)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Specified by:
      getConnectingVehicleModes in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The connectingVehicleModes at the given index.
    • setConnectingVehicleModes

      public PointOnLineSection_VersionedChildStructure.Builder setConnectingVehicleModes(int index, VehicleModeEnumeration value)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The connectingVehicleModes to set.
      Returns:
      This builder for chaining.
    • addConnectingVehicleModes

       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Parameters:
      value - The connectingVehicleModes to add.
      Returns:
      This builder for chaining.
    • addAllConnectingVehicleModes

      public PointOnLineSection_VersionedChildStructure.Builder addAllConnectingVehicleModes(Iterable<? extends VehicleModeEnumeration> values)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Parameters:
      values - The connectingVehicleModes to add.
      Returns:
      This builder for chaining.
    • clearConnectingVehicleModes

      public PointOnLineSection_VersionedChildStructure.Builder clearConnectingVehicleModes()
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Returns:
      This builder for chaining.
    • getConnectingVehicleModesValueList

      public List<Integer> getConnectingVehicleModesValueList()
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Specified by:
      getConnectingVehicleModesValueList in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for connectingVehicleModes.
    • getConnectingVehicleModesValue

      public int getConnectingVehicleModesValue(int index)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Specified by:
      getConnectingVehicleModesValue in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of connectingVehicleModes at the given index.
    • setConnectingVehicleModesValue

      public PointOnLineSection_VersionedChildStructure.Builder setConnectingVehicleModesValue(int index, int value)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for connectingVehicleModes to set.
      Returns:
      This builder for chaining.
    • addConnectingVehicleModesValue

      public PointOnLineSection_VersionedChildStructure.Builder addConnectingVehicleModesValue(int value)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for connectingVehicleModes to add.
      Returns:
      This builder for chaining.
    • addAllConnectingVehicleModesValue

      public PointOnLineSection_VersionedChildStructure.Builder addAllConnectingVehicleModesValue(Iterable<Integer> values)
       Connecting Vehicle Modes to show for Point if different from  point.  [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 339:98]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration connecting_vehicle_modes = 483 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for connectingVehicleModes to add.
      Returns:
      This builder for chaining.
    • hasLinkSequenceRef

      public boolean hasLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Specified by:
      hasLinkSequenceRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the linkSequenceRef field is set.
    • getLinkSequenceRef

      public VersionOfObjectRefStructure getLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Specified by:
      getLinkSequenceRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The linkSequenceRef.
    • setLinkSequenceRef

       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
    • setLinkSequenceRef

       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
    • mergeLinkSequenceRef

       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
    • clearLinkSequenceRef

       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
    • getLinkSequenceRefBuilder

      public VersionOfObjectRefStructure.Builder getLinkSequenceRefBuilder()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
    • getLinkSequenceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLinkSequenceRefOrBuilder()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Specified by:
      getLinkSequenceRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRouteRef

      public boolean hasRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
      Specified by:
      hasRouteRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the routeRef field is set.
    • getRouteRef

      public VersionOfObjectRefStructure getRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
      Specified by:
      getRouteRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The routeRef.
    • setRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
    • setRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
    • mergeRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
    • clearRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
    • getRouteRefBuilder

      public VersionOfObjectRefStructure.Builder getRouteRefBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
    • getRouteRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRouteRefOrBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 162;
      Specified by:
      getRouteRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTimingPatternRef

      public boolean hasTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
      Specified by:
      hasTimingPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the timingPatternRef field is set.
    • getTimingPatternRef

      public VersionOfObjectRefStructure getTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
      Specified by:
      getTimingPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The timingPatternRef.
    • setTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
    • setTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
    • mergeTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
    • clearTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
    • getTimingPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getTimingPatternRefBuilder()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
    • getTimingPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingPatternRefOrBuilder()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 163;
      Specified by:
      getTimingPatternRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasJourneyPatternRef

      public boolean hasJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Specified by:
      hasJourneyPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the journeyPatternRef field is set.
    • getJourneyPatternRef

      public VersionOfObjectRefStructure getJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Specified by:
      getJourneyPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The journeyPatternRef.
    • setJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
    • setJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
    • mergeJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
    • clearJourneyPatternRef

      public PointOnLineSection_VersionedChildStructure.Builder clearJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
    • getJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getJourneyPatternRefBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
    • getJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Specified by:
      getJourneyPatternRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasDeadRunJourneyPatternRef

      public boolean hasDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Specified by:
      hasDeadRunJourneyPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the deadRunJourneyPatternRef field is set.
    • getDeadRunJourneyPatternRef

      public VersionOfObjectRefStructure getDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Specified by:
      getDeadRunJourneyPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The deadRunJourneyPatternRef.
    • setDeadRunJourneyPatternRef

       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
    • setDeadRunJourneyPatternRef

       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
    • mergeDeadRunJourneyPatternRef

       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
    • clearDeadRunJourneyPatternRef

      public PointOnLineSection_VersionedChildStructure.Builder clearDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
    • getDeadRunJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getDeadRunJourneyPatternRefBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
    • getDeadRunJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDeadRunJourneyPatternRefOrBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Specified by:
      getDeadRunJourneyPatternRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasNavigationPathRef

      public boolean hasNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Specified by:
      hasNavigationPathRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the navigationPathRef field is set.
    • getNavigationPathRef

      public VersionOfObjectRefStructure getNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Specified by:
      getNavigationPathRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The navigationPathRef.
    • setNavigationPathRef

       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
    • setNavigationPathRef

       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
    • mergeNavigationPathRef

       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
    • clearNavigationPathRef

      public PointOnLineSection_VersionedChildStructure.Builder clearNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
    • getNavigationPathRefBuilder

      public VersionOfObjectRefStructure.Builder getNavigationPathRefBuilder()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
    • getNavigationPathRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getNavigationPathRefOrBuilder()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Specified by:
      getNavigationPathRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasServicePatternRef

      public boolean hasServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Specified by:
      hasServicePatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the servicePatternRef field is set.
    • getServicePatternRef

      public VersionOfObjectRefStructure getServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Specified by:
      getServicePatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The servicePatternRef.
    • setServicePatternRef

       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
    • setServicePatternRef

       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
    • mergeServicePatternRef

       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
    • clearServicePatternRef

      public PointOnLineSection_VersionedChildStructure.Builder clearServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
    • getServicePatternRefBuilder

      public VersionOfObjectRefStructure.Builder getServicePatternRefBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
    • getServicePatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServicePatternRefOrBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Specified by:
      getServicePatternRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasServiceJourneyPatternRef

      public boolean hasServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Specified by:
      hasServiceJourneyPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the serviceJourneyPatternRef field is set.
    • getServiceJourneyPatternRef

      public VersionOfObjectRefStructure getServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Specified by:
      getServiceJourneyPatternRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The serviceJourneyPatternRef.
    • setServiceJourneyPatternRef

       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
    • setServiceJourneyPatternRef

       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
    • mergeServiceJourneyPatternRef

       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
    • clearServiceJourneyPatternRef

      public PointOnLineSection_VersionedChildStructure.Builder clearServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
    • getServiceJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getServiceJourneyPatternRefBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
    • getServiceJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyPatternRefOrBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Specified by:
      getServiceJourneyPatternRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasVehicleJourneyRef

      public boolean hasVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Specified by:
      hasVehicleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the vehicleJourneyRef field is set.
    • getVehicleJourneyRef

      public VersionOfObjectRefStructure getVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Specified by:
      getVehicleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The vehicleJourneyRef.
    • setVehicleJourneyRef

       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
    • setVehicleJourneyRef

       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
    • mergeVehicleJourneyRef

       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
    • clearVehicleJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder clearVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
    • getVehicleJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getVehicleJourneyRefBuilder()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
    • getVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleJourneyRefOrBuilder()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Specified by:
      getVehicleJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasDeadRunRef

      public boolean hasDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Specified by:
      hasDeadRunRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the deadRunRef field is set.
    • getDeadRunRef

      public VersionOfObjectRefStructure getDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Specified by:
      getDeadRunRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The deadRunRef.
    • setDeadRunRef

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
    • setDeadRunRef

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
    • mergeDeadRunRef

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
    • clearDeadRunRef

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
    • getDeadRunRefBuilder

      public VersionOfObjectRefStructure.Builder getDeadRunRefBuilder()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
    • getDeadRunRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDeadRunRefOrBuilder()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Specified by:
      getDeadRunRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasServiceJourneyRef

      public boolean hasServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Specified by:
      hasServiceJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      public VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Specified by:
      getServiceJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The serviceJourneyRef.
    • setServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
    • setServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
    • mergeServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
    • clearServiceJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder clearServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
    • getServiceJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getServiceJourneyRefBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
    • getServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Specified by:
      getServiceJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasSpecialServiceRef

      public boolean hasSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Specified by:
      hasSpecialServiceRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the specialServiceRef field is set.
    • getSpecialServiceRef

      public VersionOfObjectRefStructure getSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Specified by:
      getSpecialServiceRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The specialServiceRef.
    • setSpecialServiceRef

       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
    • setSpecialServiceRef

       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
    • mergeSpecialServiceRef

       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
    • clearSpecialServiceRef

      public PointOnLineSection_VersionedChildStructure.Builder clearSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
    • getSpecialServiceRefBuilder

      public VersionOfObjectRefStructure.Builder getSpecialServiceRefBuilder()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
    • getSpecialServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSpecialServiceRefOrBuilder()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Specified by:
      getSpecialServiceRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTemplateServiceJourneyRef

      public boolean hasTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Specified by:
      hasTemplateServiceJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the templateServiceJourneyRef field is set.
    • getTemplateServiceJourneyRef

      public VersionOfObjectRefStructure getTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Specified by:
      getTemplateServiceJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • setTemplateServiceJourneyRef

       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
    • setTemplateServiceJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder setTemplateServiceJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
    • mergeTemplateServiceJourneyRef

       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
    • clearTemplateServiceJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder clearTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
    • getTemplateServiceJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getTemplateServiceJourneyRefBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
    • getTemplateServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Specified by:
      getTemplateServiceJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasDatedVehicleJourneyRef

      public boolean hasDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Specified by:
      hasDatedVehicleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the datedVehicleJourneyRef field is set.
    • getDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Specified by:
      getDatedVehicleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The datedVehicleJourneyRef.
    • setDatedVehicleJourneyRef

       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
    • setDatedVehicleJourneyRef

       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
    • mergeDatedVehicleJourneyRef

       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
    • clearDatedVehicleJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder clearDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
    • getDatedVehicleJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getDatedVehicleJourneyRefBuilder()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
    • getDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedVehicleJourneyRefOrBuilder()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Specified by:
      getDatedVehicleJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasDatedSpecialServiceRef

      public boolean hasDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Specified by:
      hasDatedSpecialServiceRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the datedSpecialServiceRef field is set.
    • getDatedSpecialServiceRef

      public VersionOfObjectRefStructure getDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Specified by:
      getDatedSpecialServiceRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The datedSpecialServiceRef.
    • setDatedSpecialServiceRef

       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
    • setDatedSpecialServiceRef

       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
    • mergeDatedSpecialServiceRef

       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
    • clearDatedSpecialServiceRef

      public PointOnLineSection_VersionedChildStructure.Builder clearDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
    • getDatedSpecialServiceRefBuilder

      public VersionOfObjectRefStructure.Builder getDatedSpecialServiceRefBuilder()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
    • getDatedSpecialServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedSpecialServiceRefOrBuilder()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Specified by:
      getDatedSpecialServiceRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasNormalDatedVehicleJourneyRef

      public boolean hasNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
      Specified by:
      hasNormalDatedVehicleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the normalDatedVehicleJourneyRef field is set.
    • getNormalDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
      Specified by:
      getNormalDatedVehicleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The normalDatedVehicleJourneyRef.
    • setNormalDatedVehicleJourneyRef

       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
    • setNormalDatedVehicleJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder setNormalDatedVehicleJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
    • mergeNormalDatedVehicleJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder mergeNormalDatedVehicleJourneyRef(VersionOfObjectRefStructure value)
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
    • clearNormalDatedVehicleJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder clearNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
    • getNormalDatedVehicleJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getNormalDatedVehicleJourneyRefBuilder()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
    • getNormalDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getNormalDatedVehicleJourneyRefOrBuilder()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 494;
      Specified by:
      getNormalDatedVehicleJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasDatedServiceJourneyRef

      public boolean hasDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
      Specified by:
      hasDatedServiceJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the datedServiceJourneyRef field is set.
    • getDatedServiceJourneyRef

      public VersionOfObjectRefStructure getDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
      Specified by:
      getDatedServiceJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • setDatedServiceJourneyRef

       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
    • setDatedServiceJourneyRef

       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
    • mergeDatedServiceJourneyRef

       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
    • clearDatedServiceJourneyRef

      public PointOnLineSection_VersionedChildStructure.Builder clearDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
    • getDatedServiceJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getDatedServiceJourneyRefBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
    • getDatedServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedServiceJourneyRefOrBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 495;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasSingleJourneyRef

      public boolean hasSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
      Specified by:
      hasSingleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the singleJourneyRef field is set.
    • getSingleJourneyRef

      public VersionOfObjectRefStructure getSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
      Specified by:
      getSingleJourneyRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The singleJourneyRef.
    • setSingleJourneyRef

       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
    • setSingleJourneyRef

       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
    • mergeSingleJourneyRef

       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
    • clearSingleJourneyRef

       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
    • getSingleJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getSingleJourneyRefBuilder()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
    • getSingleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSingleJourneyRefOrBuilder()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 497;
      Specified by:
      getSingleJourneyRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasSingleJourneyPathRef

      public boolean hasSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
      Specified by:
      hasSingleJourneyPathRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the singleJourneyPathRef field is set.
    • getSingleJourneyPathRef

      public VersionOfObjectRefStructure getSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
      Specified by:
      getSingleJourneyPathRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The singleJourneyPathRef.
    • setSingleJourneyPathRef

       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
    • setSingleJourneyPathRef

       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
    • mergeSingleJourneyPathRef

       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
    • clearSingleJourneyPathRef

      public PointOnLineSection_VersionedChildStructure.Builder clearSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
    • getSingleJourneyPathRefBuilder

      public VersionOfObjectRefStructure.Builder getSingleJourneyPathRefBuilder()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
    • getSingleJourneyPathRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSingleJourneyPathRefOrBuilder()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 498;
      Specified by:
      getSingleJourneyPathRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTripPatternTripRef

      public boolean hasTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
      Specified by:
      hasTripPatternTripRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the tripPatternTripRef field is set.
    • getTripPatternTripRef

      public VersionOfObjectRefStructure getTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
      Specified by:
      getTripPatternTripRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The tripPatternTripRef.
    • setTripPatternTripRef

       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
    • setTripPatternTripRef

       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
    • mergeTripPatternTripRef

       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
    • clearTripPatternTripRef

      public PointOnLineSection_VersionedChildStructure.Builder clearTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
    • getTripPatternTripRefBuilder

      public VersionOfObjectRefStructure.Builder getTripPatternTripRefBuilder()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
    • getTripPatternTripRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTripPatternTripRefOrBuilder()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 499;
      Specified by:
      getTripPatternTripRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTripRef

      public boolean hasTripRef()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
      Specified by:
      hasTripRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the tripRef field is set.
    • getTripRef

      public VersionOfObjectRefStructure getTripRef()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
      Specified by:
      getTripRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The tripRef.
    • setTripRef

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
    • setTripRef

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
    • mergeTripRef

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
    • clearTripRef

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
    • getTripRefBuilder

      public VersionOfObjectRefStructure.Builder getTripRefBuilder()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
    • getTripRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTripRefOrBuilder()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 500;
      Specified by:
      getTripRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasPointRef

      public boolean hasPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
      Specified by:
      hasPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the pointRef field is set.
    • getPointRef

      public VersionOfObjectRefStructure getPointRef()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
      Specified by:
      getPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The pointRef.
    • setPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
    • setPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
    • mergePointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
    • clearPointRef

       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
    • getPointRefBuilder

      public VersionOfObjectRefStructure.Builder getPointRefBuilder()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
    • getPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointRefOrBuilder()
       Reference to a POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_ref = 291;
      Specified by:
      getPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasActivationPointRef

      public boolean hasActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
      Specified by:
      hasActivationPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the activationPointRef field is set.
    • getActivationPointRef

      public VersionOfObjectRefStructure getActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
      Specified by:
      getActivationPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The activationPointRef.
    • setActivationPointRef

       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
    • setActivationPointRef

       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
    • mergeActivationPointRef

       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
    • clearActivationPointRef

      public PointOnLineSection_VersionedChildStructure.Builder clearActivationPointRef()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
    • getActivationPointRefBuilder

      public VersionOfObjectRefStructure.Builder getActivationPointRefBuilder()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
    • getActivationPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getActivationPointRefOrBuilder()
       Reference to an ACTIVATION POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 95:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_point_ref = 292;
      Specified by:
      getActivationPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasBeaconPointRef

      public boolean hasBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
      Specified by:
      hasBeaconPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the beaconPointRef field is set.
    • getBeaconPointRef

      public VersionOfObjectRefStructure getBeaconPointRef()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
      Specified by:
      getBeaconPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The beaconPointRef.
    • setBeaconPointRef

       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
    • setBeaconPointRef

       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
    • mergeBeaconPointRef

       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
    • clearBeaconPointRef

       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
    • getBeaconPointRefBuilder

      public VersionOfObjectRefStructure.Builder getBeaconPointRefBuilder()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
    • getBeaconPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBeaconPointRefOrBuilder()
       Reference to a BEACON POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 121:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure beacon_point_ref = 293;
      Specified by:
      getBeaconPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTrafficControlPointRef

      public boolean hasTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
      Specified by:
      hasTrafficControlPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the trafficControlPointRef field is set.
    • getTrafficControlPointRef

      public VersionOfObjectRefStructure getTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
      Specified by:
      getTrafficControlPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The trafficControlPointRef.
    • setTrafficControlPointRef

       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
    • setTrafficControlPointRef

       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
    • mergeTrafficControlPointRef

       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
    • clearTrafficControlPointRef

      public PointOnLineSection_VersionedChildStructure.Builder clearTrafficControlPointRef()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
    • getTrafficControlPointRefBuilder

      public VersionOfObjectRefStructure.Builder getTrafficControlPointRefBuilder()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
    • getTrafficControlPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrafficControlPointRefOrBuilder()
       Reference to a TRAFFIC CONTROL POINT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 147:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure traffic_control_point_ref = 294;
      Specified by:
      getTrafficControlPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRailwayPointRef

      public boolean hasRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
      Specified by:
      hasRailwayPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the railwayPointRef field is set.
    • getRailwayPointRef

      public VersionOfObjectRefStructure getRailwayPointRef()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
      Specified by:
      getRailwayPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The railwayPointRef.
    • setRailwayPointRef

       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
    • setRailwayPointRef

       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
    • mergeRailwayPointRef

       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
    • clearRailwayPointRef

       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
    • getRailwayPointRefBuilder

      public VersionOfObjectRefStructure.Builder getRailwayPointRefBuilder()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
    • getRailwayPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRailwayPointRefOrBuilder()
       Reference to a RAILWAY POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 94:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_point_ref = 295;
      Specified by:
      getRailwayPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRoadPointRef

      public boolean hasRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
      Specified by:
      hasRoadPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the roadPointRef field is set.
    • getRoadPointRef

      public VersionOfObjectRefStructure getRoadPointRef()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
      Specified by:
      getRoadPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The roadPointRef.
    • setRoadPointRef

       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
    • setRoadPointRef

       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
    • mergeRoadPointRef

       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
    • clearRoadPointRef

       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
    • getRoadPointRefBuilder

      public VersionOfObjectRefStructure.Builder getRoadPointRefBuilder()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
    • getRoadPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoadPointRefOrBuilder()
       Reference to a ROAD POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_point_ref = 296;
      Specified by:
      getRoadPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasWirePointRef

      public boolean hasWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
      Specified by:
      hasWirePointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the wirePointRef field is set.
    • getWirePointRef

      public VersionOfObjectRefStructure getWirePointRef()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
      Specified by:
      getWirePointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The wirePointRef.
    • setWirePointRef

       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
    • setWirePointRef

       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
    • mergeWirePointRef

       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
    • clearWirePointRef

       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
    • getWirePointRefBuilder

      public VersionOfObjectRefStructure.Builder getWirePointRefBuilder()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
    • getWirePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getWirePointRefOrBuilder()
       Reference to a WIRE POINT.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 146:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_point_ref = 297;
      Specified by:
      getWirePointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRoutePointRef

      public boolean hasRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
      Specified by:
      hasRoutePointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the routePointRef field is set.
    • getRoutePointRef

      public VersionOfObjectRefStructure getRoutePointRef()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
      Specified by:
      getRoutePointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The routePointRef.
    • setRoutePointRef

       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
    • setRoutePointRef

       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
    • mergeRoutePointRef

       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
    • clearRoutePointRef

       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
    • getRoutePointRefBuilder

      public VersionOfObjectRefStructure.Builder getRoutePointRefBuilder()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
    • getRoutePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoutePointRefOrBuilder()
       Reference to a ROUTE POINT.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 148:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_point_ref = 298;
      Specified by:
      getRoutePointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTimingPointRef

      public boolean hasTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
      Specified by:
      hasTimingPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the timingPointRef field is set.
    • getTimingPointRef

      public VersionOfObjectRefStructure getTimingPointRef()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
      Specified by:
      getTimingPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The timingPointRef.
    • setTimingPointRef

       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
    • setTimingPointRef

       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
    • mergeTimingPointRef

       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
    • clearTimingPointRef

       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
    • getTimingPointRefBuilder

      public VersionOfObjectRefStructure.Builder getTimingPointRefBuilder()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
    • getTimingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingPointRefOrBuilder()
       Reference to a TIMING POINT. If given by context does not need to be stated.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 96:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_ref = 299;
      Specified by:
      getTimingPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasReliefPointRef

      public boolean hasReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
      Specified by:
      hasReliefPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the reliefPointRef field is set.
    • getReliefPointRef

      public VersionOfObjectRefStructure getReliefPointRef()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
      Specified by:
      getReliefPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The reliefPointRef.
    • setReliefPointRef

       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
    • setReliefPointRef

       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
    • mergeReliefPointRef

       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
    • clearReliefPointRef

       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
    • getReliefPointRefBuilder

      public VersionOfObjectRefStructure.Builder getReliefPointRefBuilder()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
    • getReliefPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getReliefPointRefOrBuilder()
       Reference to a RELIEF POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 68:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relief_point_ref = 300;
      Specified by:
      getReliefPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasParkingPointRef

      public boolean hasParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
      Specified by:
      hasParkingPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the parkingPointRef field is set.
    • getParkingPointRef

      public VersionOfObjectRefStructure getParkingPointRef()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
      Specified by:
      getParkingPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The parkingPointRef.
    • setParkingPointRef

       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
    • setParkingPointRef

       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
    • mergeParkingPointRef

       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
    • clearParkingPointRef

       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
    • getParkingPointRefBuilder

      public VersionOfObjectRefStructure.Builder getParkingPointRefBuilder()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
    • getParkingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParkingPointRefOrBuilder()
       Reference to a PARKING POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 94:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_point_ref = 301;
      Specified by:
      getParkingPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasGaragePointRef

      public boolean hasGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
      Specified by:
      hasGaragePointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the garagePointRef field is set.
    • getGaragePointRef

      public VersionOfObjectRefStructure getGaragePointRef()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
      Specified by:
      getGaragePointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The garagePointRef.
    • setGaragePointRef

       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
    • setGaragePointRef

       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
    • mergeGaragePointRef

       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
    • clearGaragePointRef

       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
    • getGaragePointRefBuilder

      public VersionOfObjectRefStructure.Builder getGaragePointRefBuilder()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
    • getGaragePointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getGaragePointRefOrBuilder()
       Reference to a GARAGE POINT.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 121:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_point_ref = 302;
      Specified by:
      getGaragePointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasScheduledStopPointRef

      public boolean hasScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
      Specified by:
      hasScheduledStopPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the scheduledStopPointRef field is set.
    • getScheduledStopPointRef

      public VersionOfObjectRefStructure getScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
      Specified by:
      getScheduledStopPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The scheduledStopPointRef.
    • setScheduledStopPointRef

       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
    • setScheduledStopPointRef

       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
    • mergeScheduledStopPointRef

       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
    • clearScheduledStopPointRef

      public PointOnLineSection_VersionedChildStructure.Builder clearScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
    • getScheduledStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getScheduledStopPointRefBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
    • getScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 303;
      Specified by:
      getScheduledStopPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasFareScheduledStopPointRef

      public boolean hasFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
      Specified by:
      hasFareScheduledStopPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the fareScheduledStopPointRef field is set.
    • getFareScheduledStopPointRef

      public VersionOfObjectRefStructure getFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
      Specified by:
      getFareScheduledStopPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The fareScheduledStopPointRef.
    • setFareScheduledStopPointRef

       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
    • setFareScheduledStopPointRef

      public PointOnLineSection_VersionedChildStructure.Builder setFareScheduledStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
    • mergeFareScheduledStopPointRef

       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
    • clearFareScheduledStopPointRef

      public PointOnLineSection_VersionedChildStructure.Builder clearFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
    • getFareScheduledStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getFareScheduledStopPointRefBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
    • getFareScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 304;
      Specified by:
      getFareScheduledStopPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasBorderPointRef

      public boolean hasBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
      Specified by:
      hasBorderPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the borderPointRef field is set.
    • getBorderPointRef

      public VersionOfObjectRefStructure getBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
      Specified by:
      getBorderPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The borderPointRef.
    • setBorderPointRef

       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
    • setBorderPointRef

       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
    • mergeBorderPointRef

       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
    • clearBorderPointRef

       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
    • getBorderPointRefBuilder

      public VersionOfObjectRefStructure.Builder getBorderPointRefBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
    • getBorderPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBorderPointRefOrBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 305;
      Specified by:
      getBorderPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasVehicleMeetingPointRef

      public boolean hasVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
      Specified by:
      hasVehicleMeetingPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the vehicleMeetingPointRef field is set.
    • getVehicleMeetingPointRef

      public VersionOfObjectRefStructure getVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
      Specified by:
      getVehicleMeetingPointRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The vehicleMeetingPointRef.
    • setVehicleMeetingPointRef

       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
    • setVehicleMeetingPointRef

       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
    • mergeVehicleMeetingPointRef

       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
    • clearVehicleMeetingPointRef

      public PointOnLineSection_VersionedChildStructure.Builder clearVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
    • getVehicleMeetingPointRefBuilder

      public VersionOfObjectRefStructure.Builder getVehicleMeetingPointRefBuilder()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
    • getVehicleMeetingPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleMeetingPointRefOrBuilder()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 501;
      Specified by:
      getVehicleMeetingPointRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasPoint

      public boolean hasPoint()
       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
      Specified by:
      hasPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the point field is set.
    • getPoint

      public Point_VersionStructure getPoint()
       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
      Specified by:
      getPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The point.
    • setPoint

       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
    • setPoint

       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
    • mergePoint

       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
    • clearPoint

       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
    • getPointBuilder

      public Point_VersionStructure.Builder getPointBuilder()
       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
    • getPointOrBuilder

      public Point_VersionStructureOrBuilder getPointOrBuilder()
       A 0-dimensional node of the network used for the spatial description of the network. POINTs may be located by a LOCATION in a given LOCATING SYSTEM.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 117:113]
       
      .uk.org.netex.www.netex.Point_VersionStructure point = 306;
      Specified by:
      getPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasActivationPoint

      public boolean hasActivationPoint()
       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
      Specified by:
      hasActivationPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the activationPoint field is set.
    • getActivationPoint

      public ActivationPointType getActivationPoint()
       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
      Specified by:
      getActivationPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The activationPoint.
    • setActivationPoint

       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
    • setActivationPoint

       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
    • mergeActivationPoint

       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
    • clearActivationPoint

       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
    • getActivationPointBuilder

      public ActivationPointType.Builder getActivationPointBuilder()
       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
    • getActivationPointOrBuilder

      public ActivationPointTypeOrBuilder getActivationPointOrBuilder()
       A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
       
      .uk.org.netex.www.netex.ActivationPointType activation_point = 307;
      Specified by:
      getActivationPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasBeaconPoint

      public boolean hasBeaconPoint()
       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
      Specified by:
      hasBeaconPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the beaconPoint field is set.
    • getBeaconPoint

      public BeaconPointType getBeaconPoint()
       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
      Specified by:
      getBeaconPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The beaconPoint.
    • setBeaconPoint

       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
    • setBeaconPoint

       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
    • mergeBeaconPoint

       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
    • clearBeaconPoint

       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
    • getBeaconPointBuilder

      public BeaconPointType.Builder getBeaconPointBuilder()
       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
    • getBeaconPointOrBuilder

      public BeaconPointTypeOrBuilder getBeaconPointOrBuilder()
       A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.BeaconPointType beacon_point = 308;
      Specified by:
      getBeaconPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTrafficControlPoint

      public boolean hasTrafficControlPoint()
       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
      Specified by:
      hasTrafficControlPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the trafficControlPoint field is set.
    • getTrafficControlPoint

      public TrafficControlPointType getTrafficControlPoint()
       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
      Specified by:
      getTrafficControlPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The trafficControlPoint.
    • setTrafficControlPoint

       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
    • setTrafficControlPoint

       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
    • mergeTrafficControlPoint

       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
    • clearTrafficControlPoint

      public PointOnLineSection_VersionedChildStructure.Builder clearTrafficControlPoint()
       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
    • getTrafficControlPointBuilder

      public TrafficControlPointType.Builder getTrafficControlPointBuilder()
       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
    • getTrafficControlPointOrBuilder

      public TrafficControlPointTypeOrBuilder getTrafficControlPointOrBuilder()
       A POINT where the traffic flow can be influenced. Examples are: traffic lights (lanterns), barriers.  [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 297:85]
       
      .uk.org.netex.www.netex.TrafficControlPointType traffic_control_point = 309;
      Specified by:
      getTrafficControlPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRailwayJunction

      public boolean hasRailwayJunction()
       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
      Specified by:
      hasRailwayJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the railwayJunction field is set.
    • getRailwayJunction

      public RailwayJunctionType getRailwayJunction()
       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
      Specified by:
      getRailwayJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The railwayJunction.
    • setRailwayJunction

       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
    • setRailwayJunction

       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
    • mergeRailwayJunction

       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
    • clearRailwayJunction

       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
    • getRailwayJunctionBuilder

      public RailwayJunctionType.Builder getRailwayJunctionBuilder()
       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
    • getRailwayJunctionOrBuilder

      public RailwayJunctionTypeOrBuilder getRailwayJunctionOrBuilder()
       A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
       
      .uk.org.netex.www.netex.RailwayJunctionType railway_junction = 310;
      Specified by:
      getRailwayJunctionOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRoadJunction

      public boolean hasRoadJunction()
       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
      Specified by:
      hasRoadJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the roadJunction field is set.
    • getRoadJunction

      public RoadJunctionType getRoadJunction()
       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
      Specified by:
      getRoadJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The roadJunction.
    • setRoadJunction

       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
    • setRoadJunction

       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
    • mergeRoadJunction

       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
    • clearRoadJunction

       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
    • getRoadJunctionBuilder

      public RoadJunctionType.Builder getRoadJunctionBuilder()
       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
    • getRoadJunctionOrBuilder

      public RoadJunctionTypeOrBuilder getRoadJunctionOrBuilder()
       A type of INFRASTRUCTURE POINT used to describe a ROAD network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
       
      .uk.org.netex.www.netex.RoadJunctionType road_junction = 311;
      Specified by:
      getRoadJunctionOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasWireJunction

      public boolean hasWireJunction()
       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
      Specified by:
      hasWireJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the wireJunction field is set.
    • getWireJunction

      public WireJunctionType getWireJunction()
       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
      Specified by:
      getWireJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The wireJunction.
    • setWireJunction

       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
    • setWireJunction

       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
    • mergeWireJunction

       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
    • clearWireJunction

       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
    • getWireJunctionBuilder

      public WireJunctionType.Builder getWireJunctionBuilder()
       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
    • getWireJunctionOrBuilder

      public WireJunctionTypeOrBuilder getWireJunctionOrBuilder()
       A type of INFRASTRUCTURE POINT used to describe a WIRE network.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
       
      .uk.org.netex.www.netex.WireJunctionType wire_junction = 312;
      Specified by:
      getWireJunctionOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTimingPoint

      public boolean hasTimingPoint()
       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
      Specified by:
      hasTimingPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the timingPoint field is set.
    • getTimingPoint

      public TimingPointType getTimingPoint()
       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
      Specified by:
      getTimingPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The timingPoint.
    • setTimingPoint

       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
    • setTimingPoint

       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
    • mergeTimingPoint

       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
    • clearTimingPoint

       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
    • getTimingPointBuilder

      public TimingPointType.Builder getTimingPointBuilder()
       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
    • getTimingPointOrBuilder

      public TimingPointTypeOrBuilder getTimingPointOrBuilder()
       A POINT against which the timing information necessary to build schedules may be recorded.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 160:84]
       
      .uk.org.netex.www.netex.TimingPointType timing_point = 313;
      Specified by:
      getTimingPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasReliefPoint

      public boolean hasReliefPoint()
       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
      Specified by:
      hasReliefPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the reliefPoint field is set.
    • getReliefPoint

      public ReliefPointType getReliefPoint()
       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
      Specified by:
      getReliefPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The reliefPoint.
    • setReliefPoint

       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
    • setReliefPoint

       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
    • mergeReliefPoint

       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
    • clearReliefPoint

       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
    • getReliefPointBuilder

      public ReliefPointType.Builder getReliefPointBuilder()
       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
    • getReliefPointOrBuilder

      public ReliefPointTypeOrBuilder getReliefPointOrBuilder()
       A TIMING POINT where a relief is possible, i.e. a driver may take on or hand over a vehicle. The vehicle may sometimes be left unattended.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 183:84]
       
      .uk.org.netex.www.netex.ReliefPointType relief_point = 314;
      Specified by:
      getReliefPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasParkingPoint

      public boolean hasParkingPoint()
       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
      Specified by:
      hasParkingPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the parkingPoint field is set.
    • getParkingPoint

      public ParkingPointType getParkingPoint()
       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
      Specified by:
      getParkingPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The parkingPoint.
    • setParkingPoint

       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
    • setParkingPoint

       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
    • mergeParkingPoint

       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
    • clearParkingPoint

       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
    • getParkingPointBuilder

      public ParkingPointType.Builder getParkingPointBuilder()
       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
    • getParkingPointOrBuilder

      public ParkingPointTypeOrBuilder getParkingPointOrBuilder()
       A TIMING POINT where vehicles may stay unattended for a long time. A vehicle's return to park at a PARKING POINT marks the end of a BLOCK.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 242:85]
       
      .uk.org.netex.www.netex.ParkingPointType parking_point = 315;
      Specified by:
      getParkingPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasGaragePoint

      public boolean hasGaragePoint()
       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
      Specified by:
      hasGaragePoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the garagePoint field is set.
    • getGaragePoint

      public GaragePointType getGaragePoint()
       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
      Specified by:
      getGaragePoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The garagePoint.
    • setGaragePoint

       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
    • setGaragePoint

       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
    • mergeGaragePoint

       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
    • clearGaragePoint

       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
    • getGaragePointBuilder

      public GaragePointType.Builder getGaragePointBuilder()
       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
    • getGaragePointOrBuilder

      public GaragePointTypeOrBuilder getGaragePointOrBuilder()
       A subtype of PARKING POINT located in a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_version.xsd at 305:85]
       
      .uk.org.netex.www.netex.GaragePointType garage_point = 316;
      Specified by:
      getGaragePointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRoutePoint

      public boolean hasRoutePoint()
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
      Specified by:
      hasRoutePoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the routePoint field is set.
    • getRoutePoint

      public RoutePointType getRoutePoint()
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
      Specified by:
      getRoutePoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The routePoint.
    • setRoutePoint

       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
    • setRoutePoint

       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
    • mergeRoutePoint

       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
    • clearRoutePoint

       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
    • getRoutePointBuilder

      public RoutePointType.Builder getRoutePointBuilder()
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
    • getRoutePointOrBuilder

      public RoutePointTypeOrBuilder getRoutePointOrBuilder()
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 364:76]
       
      .uk.org.netex.www.netex.RoutePointType route_point = 317;
      Specified by:
      getRoutePointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasPathJunction

      public boolean hasPathJunction()
       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
      Specified by:
      hasPathJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the pathJunction field is set.
    • getPathJunction

      public PathJunctionType getPathJunction()
       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
      Specified by:
      getPathJunction in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The pathJunction.
    • setPathJunction

       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
    • setPathJunction

       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
    • mergePathJunction

       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
    • clearPathJunction

       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
    • getPathJunctionBuilder

      public PathJunctionType.Builder getPathJunctionBuilder()
       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
    • getPathJunctionOrBuilder

      public PathJunctionTypeOrBuilder getPathJunctionOrBuilder()
       A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
       
      .uk.org.netex.www.netex.PathJunctionType path_junction = 318;
      Specified by:
      getPathJunctionOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasScheduledStopPoint

      public boolean hasScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
      Specified by:
      hasScheduledStopPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the scheduledStopPoint field is set.
    • getScheduledStopPoint

      public ScheduledStopPointType getScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
      Specified by:
      getScheduledStopPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The scheduledStopPoint.
    • setScheduledStopPoint

       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
    • setScheduledStopPoint

       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
    • mergeScheduledStopPoint

       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
    • clearScheduledStopPoint

      public PointOnLineSection_VersionedChildStructure.Builder clearScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
    • getScheduledStopPointBuilder

      public ScheduledStopPointType.Builder getScheduledStopPointBuilder()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
    • getScheduledStopPointOrBuilder

      public ScheduledStopPointTypeOrBuilder getScheduledStopPointOrBuilder()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 319;
      Specified by:
      getScheduledStopPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasFareScheduledStopPoint

      public boolean hasFareScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
      Specified by:
      hasFareScheduledStopPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the fareScheduledStopPoint field is set.
    • getFareScheduledStopPoint

      public FareScheduledStopPointType getFareScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
      Specified by:
      getFareScheduledStopPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The fareScheduledStopPoint.
    • setFareScheduledStopPoint

       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
    • setFareScheduledStopPoint

       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
    • mergeFareScheduledStopPoint

       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
    • clearFareScheduledStopPoint

      public PointOnLineSection_VersionedChildStructure.Builder clearFareScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
    • getFareScheduledStopPointBuilder

      public FareScheduledStopPointType.Builder getFareScheduledStopPointBuilder()
       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
    • getFareScheduledStopPointOrBuilder

      public FareScheduledStopPointTypeOrBuilder getFareScheduledStopPointOrBuilder()
       A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
       
      .uk.org.netex.www.netex.FareScheduledStopPointType fare_scheduled_stop_point = 320;
      Specified by:
      getFareScheduledStopPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasBorderPoint

      public boolean hasBorderPoint()
       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
      Specified by:
      hasBorderPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the borderPoint field is set.
    • getBorderPoint

      public BorderPointType getBorderPoint()
       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
      Specified by:
      getBorderPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The borderPoint.
    • setBorderPoint

       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
    • setBorderPoint

       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
    • mergeBorderPoint

       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
    • clearBorderPoint

       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
    • getBorderPointBuilder

      public BorderPointType.Builder getBorderPointBuilder()
       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
    • getBorderPointOrBuilder

      public BorderPointTypeOrBuilder getBorderPointOrBuilder()
       Designated BORDER POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 220:77]
       
      .uk.org.netex.www.netex.BorderPointType border_point = 321;
      Specified by:
      getBorderPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasVehicleMeetingPoint

      public boolean hasVehicleMeetingPoint()
       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
      Specified by:
      hasVehicleMeetingPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the vehicleMeetingPoint field is set.
    • getVehicleMeetingPoint

      public VehicleMeetingPointType getVehicleMeetingPoint()
       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
      Specified by:
      getVehicleMeetingPoint in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The vehicleMeetingPoint.
    • setVehicleMeetingPoint

       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
    • setVehicleMeetingPoint

       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
    • mergeVehicleMeetingPoint

       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
    • clearVehicleMeetingPoint

      public PointOnLineSection_VersionedChildStructure.Builder clearVehicleMeetingPoint()
       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
    • getVehicleMeetingPointBuilder

      public VehicleMeetingPointType.Builder getVehicleMeetingPointBuilder()
       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
    • getVehicleMeetingPointOrBuilder

      public VehicleMeetingPointTypeOrBuilder getVehicleMeetingPointOrBuilder()
       A POINT where passengers can board or alight from vehicles.  +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
       
      .uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 323;
      Specified by:
      getVehicleMeetingPointOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasActivationLinkRef

      public boolean hasActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
      Specified by:
      hasActivationLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the activationLinkRef field is set.
    • getActivationLinkRef

      public VersionOfObjectRefStructure getActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
      Specified by:
      getActivationLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The activationLinkRef.
    • setActivationLinkRef

       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
    • setActivationLinkRef

       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
    • mergeActivationLinkRef

       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
    • clearActivationLinkRef

      public PointOnLineSection_VersionedChildStructure.Builder clearActivationLinkRef()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
    • getActivationLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getActivationLinkRefBuilder()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
    • getActivationLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getActivationLinkRefOrBuilder()
       Reference to an ACTIVATION LINK.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 173:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activation_link_ref = 331;
      Specified by:
      getActivationLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRailwayLinkRef

      public boolean hasRailwayLinkRef()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
      Specified by:
      hasRailwayLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the railwayLinkRef field is set.
    • getRailwayLinkRef

      public VersionOfObjectRefStructure getRailwayLinkRef()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
      Specified by:
      getRailwayLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The railwayLinkRef.
    • setRailwayLinkRef

       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
    • setRailwayLinkRef

       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
    • mergeRailwayLinkRef

       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
    • clearRailwayLinkRef

       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
    • getRailwayLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getRailwayLinkRefBuilder()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
    • getRailwayLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRailwayLinkRefOrBuilder()
       Reference to a RAILWAY LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 200:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure railway_link_ref = 332;
      Specified by:
      getRailwayLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRoadLinkRef

      public boolean hasRoadLinkRef()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
      Specified by:
      hasRoadLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the roadLinkRef field is set.
    • getRoadLinkRef

      public VersionOfObjectRefStructure getRoadLinkRef()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
      Specified by:
      getRoadLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The roadLinkRef.
    • setRoadLinkRef

       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
    • setRoadLinkRef

       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
    • mergeRoadLinkRef

       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
    • clearRoadLinkRef

       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
    • getRoadLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getRoadLinkRefBuilder()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
    • getRoadLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRoadLinkRefOrBuilder()
       Reference to a ROAD LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 256:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure road_link_ref = 333;
      Specified by:
      getRoadLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasWireLinkRef

      public boolean hasWireLinkRef()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
      Specified by:
      hasWireLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the wireLinkRef field is set.
    • getWireLinkRef

      public VersionOfObjectRefStructure getWireLinkRef()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
      Specified by:
      getWireLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The wireLinkRef.
    • setWireLinkRef

       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
    • setWireLinkRef

       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
    • mergeWireLinkRef

       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
    • clearWireLinkRef

       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
    • getWireLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getWireLinkRefBuilder()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
    • getWireLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getWireLinkRefOrBuilder()
       Reference to a WIRE LINK.  [netex_part_1/part1_networkDescription/netex_networkInfrastructure_support.xsd at 312:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wire_link_ref = 334;
      Specified by:
      getWireLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasRouteLinkRef

      public boolean hasRouteLinkRef()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
      Specified by:
      hasRouteLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the routeLinkRef field is set.
    • getRouteLinkRef

      public VersionOfObjectRefStructure getRouteLinkRef()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
      Specified by:
      getRouteLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The routeLinkRef.
    • setRouteLinkRef

       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
    • setRouteLinkRef

       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
    • mergeRouteLinkRef

       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
    • clearRouteLinkRef

       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
    • getRouteLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getRouteLinkRefBuilder()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
    • getRouteLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRouteLinkRefOrBuilder()
       Reference to a ROUTE LINK.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 174:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_link_ref = 335;
      Specified by:
      getRouteLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasTimingLinkRef

      public boolean hasTimingLinkRef()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
      Specified by:
      hasTimingLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the timingLinkRef field is set.
    • getTimingLinkRef

      public VersionOfObjectRefStructure getTimingLinkRef()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
      Specified by:
      getTimingLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The timingLinkRef.
    • setTimingLinkRef

       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
    • setTimingLinkRef

       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
    • mergeTimingLinkRef

       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
    • clearTimingLinkRef

       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
    • getTimingLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getTimingLinkRefBuilder()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
    • getTimingLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingLinkRefOrBuilder()
       Reference to a TIMING LINK.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 135:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_link_ref = 336;
      Specified by:
      getTimingLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasPathLinkRef

      public boolean hasPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
      Specified by:
      hasPathLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the pathLinkRef field is set.
    • getPathLinkRef

      public VersionOfObjectRefStructure getPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
      Specified by:
      getPathLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The pathLinkRef.
    • setPathLinkRef

       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
    • setPathLinkRef

       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
    • mergePathLinkRef

       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
    • clearPathLinkRef

       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
    • getPathLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getPathLinkRefBuilder()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
    • getPathLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPathLinkRefOrBuilder()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 337;
      Specified by:
      getPathLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasLineLinkRef

      public boolean hasLineLinkRef()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
      Specified by:
      hasLineLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the lineLinkRef field is set.
    • getLineLinkRef

      public VersionOfObjectRefStructure getLineLinkRef()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
      Specified by:
      getLineLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The lineLinkRef.
    • setLineLinkRef

       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
    • setLineLinkRef

       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
    • mergeLineLinkRef

       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
    • clearLineLinkRef

       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
    • getLineLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getLineLinkRefBuilder()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
    • getLineLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLineLinkRefOrBuilder()
       Reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 70:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_link_ref = 338;
      Specified by:
      getLineLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasServiceLinkRef

      public boolean hasServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
      Specified by:
      hasServiceLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the serviceLinkRef field is set.
    • getServiceLinkRef

      public VersionOfObjectRefStructure getServiceLinkRef()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
      Specified by:
      getServiceLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The serviceLinkRef.
    • setServiceLinkRef

       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
    • setServiceLinkRef

       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
    • mergeServiceLinkRef

       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
    • clearServiceLinkRef

       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
    • getServiceLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getServiceLinkRefBuilder()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
    • getServiceLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceLinkRefOrBuilder()
       Reference to a SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 144:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_link_ref = 339;
      Specified by:
      getServiceLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasOnwardVehicleMeetingLinkRef

      public boolean hasOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
      Specified by:
      hasOnwardVehicleMeetingLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the onwardVehicleMeetingLinkRef field is set.
    • getOnwardVehicleMeetingLinkRef

      public VersionOfObjectRefStructure getOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
      Specified by:
      getOnwardVehicleMeetingLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The onwardVehicleMeetingLinkRef.
    • setOnwardVehicleMeetingLinkRef

       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
    • setOnwardVehicleMeetingLinkRef

      public PointOnLineSection_VersionedChildStructure.Builder setOnwardVehicleMeetingLinkRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
    • mergeOnwardVehicleMeetingLinkRef

       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
    • clearOnwardVehicleMeetingLinkRef

      public PointOnLineSection_VersionedChildStructure.Builder clearOnwardVehicleMeetingLinkRef()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
    • getOnwardVehicleMeetingLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getOnwardVehicleMeetingLinkRefBuilder()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
    • getOnwardVehicleMeetingLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOnwardVehicleMeetingLinkRefOrBuilder()
       Reference to a n Onward VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 125:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_vehicle_meeting_link_ref = 341;
      Specified by:
      getOnwardVehicleMeetingLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder
    • hasVehicleMeetingLinkRef

      public boolean hasVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
      Specified by:
      hasVehicleMeetingLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      Whether the vehicleMeetingLinkRef field is set.
    • getVehicleMeetingLinkRef

      public VersionOfObjectRefStructure getVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
      Specified by:
      getVehicleMeetingLinkRef in interface PointOnLineSection_VersionedChildStructureOrBuilder
      Returns:
      The vehicleMeetingLinkRef.
    • setVehicleMeetingLinkRef

       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
    • setVehicleMeetingLinkRef

       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
    • mergeVehicleMeetingLinkRef

       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
    • clearVehicleMeetingLinkRef

      public PointOnLineSection_VersionedChildStructure.Builder clearVehicleMeetingLinkRef()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
    • getVehicleMeetingLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getVehicleMeetingLinkRefBuilder()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
    • getVehicleMeetingLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleMeetingLinkRefOrBuilder()
       Reference to a VEHICLE MEETING LINK. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 105:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_link_ref = 502;
      Specified by:
      getVehicleMeetingLinkRefOrBuilder in interface PointOnLineSection_VersionedChildStructureOrBuilder