Class VehicleMeetingLink_VersionStructure.Builder

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

public static final class VehicleMeetingLink_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<VehicleMeetingLink_VersionStructure.Builder> implements VehicleMeetingLink_VersionStructureOrBuilder
 Type for VEHICLE MEETING LINK.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 170:79]
 
Protobuf type uk.org.netex.www.netex.VehicleMeetingLink_VersionStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<VehicleMeetingLink_VersionStructure.Builder>
    • clear

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

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

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

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

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

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

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

      public VehicleMeetingLink_VersionStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<VehicleMeetingLink_VersionStructure.Builder>
      Throws:
      IOException
    • getId

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

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

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 1;
      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 = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public VehicleMeetingLink_VersionStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 1;
      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 = 2;
      Specified by:
      hasCreated in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

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

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

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

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

       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 2;
    • 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 = 2;
    • 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 = 2;
      Specified by:
      getCreatedOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • hasChanged

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

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

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

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

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

       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 3;
    • 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 = 3;
    • 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 = 3;
      Specified by:
      getChangedOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • getVersion

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

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

       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 4;
      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 = 4;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public VehicleMeetingLink_VersionStructure.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 4;
      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 = 5;
      Specified by:
      getStatusValue in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public VehicleMeetingLink_VersionStructure.Builder setStatusValue(int value)
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 5;
      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 = 5;
      Specified by:
      getStatus in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The status.
    • setStatus

       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 5;
      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 = 5;
      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 = 283;
      Specified by:
      getDerivedFromVersionRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

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

      public VehicleMeetingLink_VersionStructure.Builder setDerivedFromVersionRef(String value)
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 283;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public VehicleMeetingLink_VersionStructure.Builder clearDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 283;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public VehicleMeetingLink_VersionStructure.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 283;
      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 = 284;
      Specified by:
      getDerivedFromObjectRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

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

      public VehicleMeetingLink_VersionStructure.Builder setDerivedFromObjectRef(String value)
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 284;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public VehicleMeetingLink_VersionStructure.Builder clearDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 284;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public VehicleMeetingLink_VersionStructure.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 284;
      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 = 6;
      Specified by:
      hasValidityConditions in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

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

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 6;
    • 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 = 6;
    • 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 = 6;
    • clearValidityConditions

      public VehicleMeetingLink_VersionStructure.Builder clearValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 6;
    • 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 = 6;
    • 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 = 6;
      Specified by:
      getValidityConditionsOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • getValidBetweenList

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

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

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

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

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

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

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

      public VehicleMeetingLink_VersionStructure.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 7;
    • clearValidBetween

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

      public VehicleMeetingLink_VersionStructure.Builder removeValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 7;
    • 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 = 7;
    • 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 = 7;
      Specified by:
      getValidBetweenOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • getValidBetweenOrBuilderList

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

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

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

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 11;
    • 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 = 11;
    • 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 = 11;
    • clearAlternativeTexts

      public VehicleMeetingLink_VersionStructure.Builder clearAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 11;
    • 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 = 11;
    • 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 = 11;
      Specified by:
      getAlternativeTextsOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • hasKeyList

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

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

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

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

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

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

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

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 61;
      Specified by:
      getKeyListOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • hasExtensions

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

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

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

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

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 63;
      Specified by:
      getBrandingRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

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

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

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

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

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

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 63;
      Specified by:
      getBrandingRefOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • hasName

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

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

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

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

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

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

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

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

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

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

       Length of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 233:65]
       
      double distance = 152;
      Returns:
      This builder for chaining.
    • hasTypes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasFromPointRef()
       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
      Specified by:
      hasFromPointRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      Whether the fromPointRef field is set.
    • getFromPointRef

      public VersionOfObjectRefStructure getFromPointRef()
       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
      Specified by:
      getFromPointRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The fromPointRef.
    • setFromPointRef

       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
    • setFromPointRef

       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
    • mergeFromPointRef

       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
    • clearFromPointRef

      public VehicleMeetingLink_VersionStructure.Builder clearFromPointRef()
       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
    • getFromPointRefBuilder

      public VersionOfObjectRefStructure.Builder getFromPointRefBuilder()
       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
    • getFromPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFromPointRefOrBuilder()
       Identifier of VEHICLE MEETING POINT from which Link starts.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 187:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 271;
      Specified by:
      getFromPointRefOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder
    • hasToPointRef

      public boolean hasToPointRef()
       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
      Specified by:
      hasToPointRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      Whether the toPointRef field is set.
    • getToPointRef

      public VersionOfObjectRefStructure getToPointRef()
       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
      Specified by:
      getToPointRef in interface VehicleMeetingLink_VersionStructureOrBuilder
      Returns:
      The toPointRef.
    • setToPointRef

       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
    • setToPointRef

       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
    • mergeToPointRef

       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
    • clearToPointRef

       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
    • getToPointRefBuilder

      public VersionOfObjectRefStructure.Builder getToPointRefBuilder()
       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
    • getToPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToPointRefOrBuilder()
       Identifier of VEHICLE MEETING POINT at which Link ends.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 192:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 272;
      Specified by:
      getToPointRefOrBuilder in interface VehicleMeetingLink_VersionStructureOrBuilder