Class EstimatedPassingTimeType.Builder

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

public static final class EstimatedPassingTimeType.Builder extends com.google.protobuf.GeneratedMessage.Builder<EstimatedPassingTimeType.Builder> implements EstimatedPassingTimeTypeOrBuilder
 Estimated PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 191:97]
 
Protobuf type uk.org.netex.www.netex.EstimatedPassingTimeType
  • 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<EstimatedPassingTimeType.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<EstimatedPassingTimeType.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<EstimatedPassingTimeType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public EstimatedPassingTimeType.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<EstimatedPassingTimeType.Builder>
      Throws:
      IOException
    • getJourneyRefStructureCase

      public EstimatedPassingTimeType.JourneyRefStructureCase getJourneyRefStructureCase()
      Specified by:
      getJourneyRefStructureCase in interface EstimatedPassingTimeTypeOrBuilder
    • clearJourneyRefStructure

      public EstimatedPassingTimeType.Builder clearJourneyRefStructure()
    • getPointInJourneyPatternRefStructureCase

      public EstimatedPassingTimeType.PointInJourneyPatternRefStructureCase getPointInJourneyPatternRefStructureCase()
      Specified by:
      getPointInJourneyPatternRefStructureCase in interface EstimatedPassingTimeTypeOrBuilder
    • clearPointInJourneyPatternRefStructure

      public EstimatedPassingTimeType.Builder clearPointInJourneyPatternRefStructure()
    • 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 EstimatedPassingTimeTypeOrBuilder
      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 EstimatedPassingTimeTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public EstimatedPassingTimeType.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 = 506;
      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 = 507;
      Specified by:
      getDerivedFromObjectRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 507;
      Specified by:
      getDerivedFromObjectRefBytes in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public EstimatedPassingTimeType.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 = 507;
      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 EstimatedPassingTimeTypeOrBuilder
      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 EstimatedPassingTimeTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public EstimatedPassingTimeType.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 EstimatedPassingTimeTypeOrBuilder
    • 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 EstimatedPassingTimeTypeOrBuilder
    • 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 EstimatedPassingTimeTypeOrBuilder
    • 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 EstimatedPassingTimeTypeOrBuilder
    • setValidBetween

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public EstimatedPassingTimeType.Builder clearExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 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 EstimatedPassingTimeTypeOrBuilder
    • getAlightAndReboard

      public boolean getAlightAndReboard()
       Whether can alight and reboard at stop.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 91:74]
       
      bool alight_and_reboard = 168;
      Specified by:
      getAlightAndReboard in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The alightAndReboard.
    • setAlightAndReboard

      public EstimatedPassingTimeType.Builder setAlightAndReboard(boolean value)
       Whether can alight and reboard at stop.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 91:74]
       
      bool alight_and_reboard = 168;
      Parameters:
      value - The alightAndReboard to set.
      Returns:
      This builder for chaining.
    • clearAlightAndReboard

      public EstimatedPassingTimeType.Builder clearAlightAndReboard()
       Whether can alight and reboard at stop.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 91:74]
       
      bool alight_and_reboard = 168;
      Returns:
      This builder for chaining.
    • hasDatedJourneyRef

      public boolean hasDatedJourneyRef()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
      Specified by:
      hasDatedJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the datedJourneyRef field is set.
    • getDatedJourneyRef

      public VersionOfObjectRefStructure getDatedJourneyRef()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
      Specified by:
      getDatedJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The datedJourneyRef.
    • setDatedJourneyRef

       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
    • setDatedJourneyRef

      public EstimatedPassingTimeType.Builder setDatedJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
    • mergeDatedJourneyRef

       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
    • clearDatedJourneyRef

      public EstimatedPassingTimeType.Builder clearDatedJourneyRef()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
    • getDatedJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getDatedJourneyRefBuilder()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
    • getDatedJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedJourneyRefOrBuilder()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
      Specified by:
      getDatedJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasExpectedArrivalTime

      public boolean hasExpectedArrivalTime()
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
      Specified by:
      hasExpectedArrivalTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the expectedArrivalTime field is set.
    • getExpectedArrivalTime

      public com.google.type.TimeOfDay getExpectedArrivalTime()
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
      Specified by:
      getExpectedArrivalTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The expectedArrivalTime.
    • setExpectedArrivalTime

      public EstimatedPassingTimeType.Builder setExpectedArrivalTime(com.google.type.TimeOfDay value)
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
    • setExpectedArrivalTime

      public EstimatedPassingTimeType.Builder setExpectedArrivalTime(com.google.type.TimeOfDay.Builder builderForValue)
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
    • mergeExpectedArrivalTime

      public EstimatedPassingTimeType.Builder mergeExpectedArrivalTime(com.google.type.TimeOfDay value)
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
    • clearExpectedArrivalTime

      public EstimatedPassingTimeType.Builder clearExpectedArrivalTime()
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
    • getExpectedArrivalTimeBuilder

      public com.google.type.TimeOfDay.Builder getExpectedArrivalTimeBuilder()
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
    • getExpectedArrivalTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getExpectedArrivalTimeOrBuilder()
       Expected Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 222:74]
       
      .google.type.TimeOfDay expected_arrival_time = 441;
      Specified by:
      getExpectedArrivalTimeOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • getArrivalDayOffset

      public int getArrivalDayOffset()
       Arrival Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 227:76]
       
      int32 arrival_day_offset = 442;
      Specified by:
      getArrivalDayOffset in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The arrivalDayOffset.
    • setArrivalDayOffset

      public EstimatedPassingTimeType.Builder setArrivalDayOffset(int value)
       Arrival Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 227:76]
       
      int32 arrival_day_offset = 442;
      Parameters:
      value - The arrivalDayOffset to set.
      Returns:
      This builder for chaining.
    • clearArrivalDayOffset

      public EstimatedPassingTimeType.Builder clearArrivalDayOffset()
       Arrival Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 227:76]
       
      int32 arrival_day_offset = 442;
      Returns:
      This builder for chaining.
    • hasExpectedDepartureTime

      public boolean hasExpectedDepartureTime()
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
      Specified by:
      hasExpectedDepartureTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the expectedDepartureTime field is set.
    • getExpectedDepartureTime

      public com.google.type.TimeOfDay getExpectedDepartureTime()
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
      Specified by:
      getExpectedDepartureTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The expectedDepartureTime.
    • setExpectedDepartureTime

      public EstimatedPassingTimeType.Builder setExpectedDepartureTime(com.google.type.TimeOfDay value)
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
    • setExpectedDepartureTime

      public EstimatedPassingTimeType.Builder setExpectedDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
    • mergeExpectedDepartureTime

      public EstimatedPassingTimeType.Builder mergeExpectedDepartureTime(com.google.type.TimeOfDay value)
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
    • clearExpectedDepartureTime

      public EstimatedPassingTimeType.Builder clearExpectedDepartureTime()
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
    • getExpectedDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getExpectedDepartureTimeBuilder()
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
    • getExpectedDepartureTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getExpectedDepartureTimeOrBuilder()
       Expected departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 232:76]
       
      .google.type.TimeOfDay expected_departure_time = 443;
      Specified by:
      getExpectedDepartureTimeOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • getDepartureDayOffset

      public int getDepartureDayOffset()
       Departure Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 237:78]
       
      int32 departure_day_offset = 444;
      Specified by:
      getDepartureDayOffset in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The departureDayOffset.
    • setDepartureDayOffset

      public EstimatedPassingTimeType.Builder setDepartureDayOffset(int value)
       Departure Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 237:78]
       
      int32 departure_day_offset = 444;
      Parameters:
      value - The departureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearDepartureDayOffset

      public EstimatedPassingTimeType.Builder clearDepartureDayOffset()
       Departure Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 237:78]
       
      int32 departure_day_offset = 444;
      Returns:
      This builder for chaining.
    • hasExpectedWaitingTime

      public boolean hasExpectedWaitingTime()
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
      Specified by:
      hasExpectedWaitingTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the expectedWaitingTime field is set.
    • getExpectedWaitingTime

      public com.google.protobuf.Duration getExpectedWaitingTime()
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
      Specified by:
      getExpectedWaitingTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The expectedWaitingTime.
    • setExpectedWaitingTime

      public EstimatedPassingTimeType.Builder setExpectedWaitingTime(com.google.protobuf.Duration value)
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
    • setExpectedWaitingTime

      public EstimatedPassingTimeType.Builder setExpectedWaitingTime(com.google.protobuf.Duration.Builder builderForValue)
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
    • mergeExpectedWaitingTime

      public EstimatedPassingTimeType.Builder mergeExpectedWaitingTime(com.google.protobuf.Duration value)
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
    • clearExpectedWaitingTime

      public EstimatedPassingTimeType.Builder clearExpectedWaitingTime()
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
    • getExpectedWaitingTimeBuilder

      public com.google.protobuf.Duration.Builder getExpectedWaitingTimeBuilder()
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
    • getExpectedWaitingTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getExpectedWaitingTimeOrBuilder()
       Expected waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 242:78]
       
      .google.protobuf.Duration expected_waiting_time = 445;
      Specified by:
      getExpectedWaitingTimeOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasExpectedNonstopPassingTime

      public boolean hasExpectedNonstopPassingTime()
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
      Specified by:
      hasExpectedNonstopPassingTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the expectedNonstopPassingTime field is set.
    • getExpectedNonstopPassingTime

      public com.google.type.TimeOfDay getExpectedNonstopPassingTime()
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
      Specified by:
      getExpectedNonstopPassingTime in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The expectedNonstopPassingTime.
    • setExpectedNonstopPassingTime

      public EstimatedPassingTimeType.Builder setExpectedNonstopPassingTime(com.google.type.TimeOfDay value)
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
    • setExpectedNonstopPassingTime

      public EstimatedPassingTimeType.Builder setExpectedNonstopPassingTime(com.google.type.TimeOfDay.Builder builderForValue)
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
    • mergeExpectedNonstopPassingTime

      public EstimatedPassingTimeType.Builder mergeExpectedNonstopPassingTime(com.google.type.TimeOfDay value)
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
    • clearExpectedNonstopPassingTime

      public EstimatedPassingTimeType.Builder clearExpectedNonstopPassingTime()
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
    • getExpectedNonstopPassingTimeBuilder

      public com.google.type.TimeOfDay.Builder getExpectedNonstopPassingTimeBuilder()
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
    • getExpectedNonstopPassingTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getExpectedNonstopPassingTimeOrBuilder()
       Expected PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 273:83]
       
      .google.type.TimeOfDay expected_nonstop_passing_time = 451;
      Specified by:
      getExpectedNonstopPassingTimeOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • getPassingTimeDayOffset

      public int getPassingTimeDayOffset()
       PASSING TIME Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 278:82]
       
      int32 passing_time_day_offset = 452;
      Specified by:
      getPassingTimeDayOffset in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The passingTimeDayOffset.
    • setPassingTimeDayOffset

      public EstimatedPassingTimeType.Builder setPassingTimeDayOffset(int value)
       PASSING TIME Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 278:82]
       
      int32 passing_time_day_offset = 452;
      Parameters:
      value - The passingTimeDayOffset to set.
      Returns:
      This builder for chaining.
    • clearPassingTimeDayOffset

      public EstimatedPassingTimeType.Builder clearPassingTimeDayOffset()
       PASSING TIME Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 278:82]
       
      int32 passing_time_day_offset = 452;
      Returns:
      This builder for chaining.
    • hasExpectedHeadway

      public boolean hasExpectedHeadway()
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
      Specified by:
      hasExpectedHeadway in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the expectedHeadway field is set.
    • getExpectedHeadway

      public HeadwayIntervalStructure getExpectedHeadway()
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
      Specified by:
      getExpectedHeadway in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The expectedHeadway.
    • setExpectedHeadway

       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
    • setExpectedHeadway

      public EstimatedPassingTimeType.Builder setExpectedHeadway(HeadwayIntervalStructure.Builder builderForValue)
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
    • mergeExpectedHeadway

      public EstimatedPassingTimeType.Builder mergeExpectedHeadway(HeadwayIntervalStructure value)
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
    • clearExpectedHeadway

      public EstimatedPassingTimeType.Builder clearExpectedHeadway()
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
    • getExpectedHeadwayBuilder

      public HeadwayIntervalStructure.Builder getExpectedHeadwayBuilder()
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
    • getExpectedHeadwayOrBuilder

      public HeadwayIntervalStructureOrBuilder getExpectedHeadwayOrBuilder()
       Expected Frequency of service.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 285:86]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure expected_headway = 471;
      Specified by:
      getExpectedHeadwayOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • getId

      public String getId()
       [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 212:66]
       
      string id = 501;
      Specified by:
      getId in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 212:66]
       
      string id = 501;
      Specified by:
      getIdBytes in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

       [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 212:66]
       
      string id = 501;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 212:66]
       
      string id = 501;
      Returns:
      This builder for chaining.
    • setIdBytes

      public EstimatedPassingTimeType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 212:66]
       
      string id = 501;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • 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 = 160;
      Specified by:
      hasSingleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 160;
      Specified by:
      getSingleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 160;
    • setSingleJourneyRef

      public EstimatedPassingTimeType.Builder setSingleJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 160;
    • mergeSingleJourneyRef

      public EstimatedPassingTimeType.Builder mergeSingleJourneyRef(VersionOfObjectRefStructure value)
       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 = 160;
    • clearSingleJourneyRef

      public EstimatedPassingTimeType.Builder 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 = 160;
    • 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 = 160;
    • 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 = 160;
      Specified by:
      getSingleJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 161;
      Specified by:
      hasVehicleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 161;
      Specified by:
      getVehicleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 161;
    • setVehicleJourneyRef

      public EstimatedPassingTimeType.Builder setVehicleJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 161;
    • mergeVehicleJourneyRef

      public EstimatedPassingTimeType.Builder mergeVehicleJourneyRef(VersionOfObjectRefStructure value)
       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 = 161;
    • clearVehicleJourneyRef

      public EstimatedPassingTimeType.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 = 161;
    • 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 = 161;
    • 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 = 161;
      Specified by:
      getVehicleJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 162;
      Specified by:
      hasDeadRunRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 162;
      Specified by:
      getDeadRunRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 162;
    • 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 = 162;
    • 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 = 162;
    • clearDeadRunRef

      public EstimatedPassingTimeType.Builder 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 = 162;
    • 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 = 162;
    • 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 = 162;
      Specified by:
      getDeadRunRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 163;
      Specified by:
      hasServiceJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 163;
      Specified by:
      getServiceJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 163;
    • setServiceJourneyRef

      public EstimatedPassingTimeType.Builder setServiceJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 163;
    • mergeServiceJourneyRef

      public EstimatedPassingTimeType.Builder mergeServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 163;
    • clearServiceJourneyRef

      public EstimatedPassingTimeType.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 = 163;
    • 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 = 163;
    • 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 = 163;
      Specified by:
      getServiceJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 164;
      Specified by:
      hasSpecialServiceRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 164;
      Specified by:
      getSpecialServiceRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 164;
    • setSpecialServiceRef

      public EstimatedPassingTimeType.Builder setSpecialServiceRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 164;
    • mergeSpecialServiceRef

      public EstimatedPassingTimeType.Builder mergeSpecialServiceRef(VersionOfObjectRefStructure value)
       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 = 164;
    • clearSpecialServiceRef

      public EstimatedPassingTimeType.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 = 164;
    • 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 = 164;
    • 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 = 164;
      Specified by:
      getSpecialServiceRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 165;
      Specified by:
      hasTemplateServiceJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 165;
      Specified by:
      getTemplateServiceJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • setTemplateServiceJourneyRef

      public EstimatedPassingTimeType.Builder setTemplateServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 165;
    • setTemplateServiceJourneyRef

      public EstimatedPassingTimeType.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 = 165;
    • mergeTemplateServiceJourneyRef

      public EstimatedPassingTimeType.Builder mergeTemplateServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 165;
    • clearTemplateServiceJourneyRef

      public EstimatedPassingTimeType.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 = 165;
    • 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 = 165;
    • 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 = 165;
      Specified by:
      getTemplateServiceJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 166;
      Specified by:
      hasDatedVehicleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 166;
      Specified by:
      getDatedVehicleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The datedVehicleJourneyRef.
    • setDatedVehicleJourneyRef

      public EstimatedPassingTimeType.Builder setDatedVehicleJourneyRef(VersionOfObjectRefStructure value)
       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 = 166;
    • setDatedVehicleJourneyRef

      public EstimatedPassingTimeType.Builder setDatedVehicleJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 166;
    • mergeDatedVehicleJourneyRef

      public EstimatedPassingTimeType.Builder mergeDatedVehicleJourneyRef(VersionOfObjectRefStructure value)
       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 = 166;
    • clearDatedVehicleJourneyRef

      public EstimatedPassingTimeType.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 = 166;
    • 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 = 166;
    • 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 = 166;
      Specified by:
      getDatedVehicleJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 167;
      Specified by:
      hasDatedSpecialServiceRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 167;
      Specified by:
      getDatedSpecialServiceRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The datedSpecialServiceRef.
    • setDatedSpecialServiceRef

      public EstimatedPassingTimeType.Builder setDatedSpecialServiceRef(VersionOfObjectRefStructure value)
       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 = 167;
    • setDatedSpecialServiceRef

      public EstimatedPassingTimeType.Builder setDatedSpecialServiceRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 167;
    • mergeDatedSpecialServiceRef

      public EstimatedPassingTimeType.Builder mergeDatedSpecialServiceRef(VersionOfObjectRefStructure value)
       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 = 167;
    • clearDatedSpecialServiceRef

      public EstimatedPassingTimeType.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 = 167;
    • 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 = 167;
    • 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 = 167;
      Specified by:
      getDatedSpecialServiceRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 502;
      Specified by:
      hasNormalDatedVehicleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 502;
      Specified by:
      getNormalDatedVehicleJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The normalDatedVehicleJourneyRef.
    • setNormalDatedVehicleJourneyRef

      public EstimatedPassingTimeType.Builder setNormalDatedVehicleJourneyRef(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 = 502;
    • setNormalDatedVehicleJourneyRef

      public EstimatedPassingTimeType.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 = 502;
    • mergeNormalDatedVehicleJourneyRef

      public EstimatedPassingTimeType.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 = 502;
    • clearNormalDatedVehicleJourneyRef

      public EstimatedPassingTimeType.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 = 502;
    • 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 = 502;
    • 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 = 502;
      Specified by:
      getNormalDatedVehicleJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • 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 = 503;
      Specified by:
      hasDatedServiceJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      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 = 503;
      Specified by:
      getDatedServiceJourneyRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • setDatedServiceJourneyRef

      public EstimatedPassingTimeType.Builder setDatedServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 503;
    • setDatedServiceJourneyRef

      public EstimatedPassingTimeType.Builder setDatedServiceJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 503;
    • mergeDatedServiceJourneyRef

      public EstimatedPassingTimeType.Builder mergeDatedServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 503;
    • clearDatedServiceJourneyRef

      public EstimatedPassingTimeType.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 = 503;
    • 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 = 503;
    • 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 = 503;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasPointInJourneyPatternRef

      public boolean hasPointInJourneyPatternRef()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
      Specified by:
      hasPointInJourneyPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the pointInJourneyPatternRef field is set.
    • getPointInJourneyPatternRef

      public VersionOfObjectRefStructure getPointInJourneyPatternRef()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
      Specified by:
      getPointInJourneyPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The pointInJourneyPatternRef.
    • setPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder setPointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
    • setPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder setPointInJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
    • mergePointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder mergePointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
    • clearPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder clearPointInJourneyPatternRef()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
    • getPointInJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getPointInJourneyPatternRefBuilder()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
    • getPointInJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointInJourneyPatternRefOrBuilder()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
      Specified by:
      getPointInJourneyPatternRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasTimingPointInJourneyPatternRef

      public boolean hasTimingPointInJourneyPatternRef()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
      Specified by:
      hasTimingPointInJourneyPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the timingPointInJourneyPatternRef field is set.
    • getTimingPointInJourneyPatternRef

      public VersionOfObjectRefStructure getTimingPointInJourneyPatternRef()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
      Specified by:
      getTimingPointInJourneyPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The timingPointInJourneyPatternRef.
    • setTimingPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder setTimingPointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
    • setTimingPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder setTimingPointInJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
    • mergeTimingPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder mergeTimingPointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
    • clearTimingPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder clearTimingPointInJourneyPatternRef()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
    • getTimingPointInJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getTimingPointInJourneyPatternRefBuilder()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
    • getTimingPointInJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingPointInJourneyPatternRefOrBuilder()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
      Specified by:
      getTimingPointInJourneyPatternRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasStopPointInJourneyPatternRef

      public boolean hasStopPointInJourneyPatternRef()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
      Specified by:
      hasStopPointInJourneyPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the stopPointInJourneyPatternRef field is set.
    • getStopPointInJourneyPatternRef

      public VersionOfObjectRefStructure getStopPointInJourneyPatternRef()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
      Specified by:
      getStopPointInJourneyPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The stopPointInJourneyPatternRef.
    • setStopPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder setStopPointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
    • setStopPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder setStopPointInJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
    • mergeStopPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder mergeStopPointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
    • clearStopPointInJourneyPatternRef

      public EstimatedPassingTimeType.Builder clearStopPointInJourneyPatternRef()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
    • getStopPointInJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getStopPointInJourneyPatternRefBuilder()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
    • getStopPointInJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStopPointInJourneyPatternRefOrBuilder()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
      Specified by:
      getStopPointInJourneyPatternRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasFarePointInPatternRef

      public boolean hasFarePointInPatternRef()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
      Specified by:
      hasFarePointInPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the farePointInPatternRef field is set.
    • getFarePointInPatternRef

      public VersionOfObjectRefStructure getFarePointInPatternRef()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
      Specified by:
      getFarePointInPatternRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The farePointInPatternRef.
    • setFarePointInPatternRef

      public EstimatedPassingTimeType.Builder setFarePointInPatternRef(VersionOfObjectRefStructure value)
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
    • setFarePointInPatternRef

      public EstimatedPassingTimeType.Builder setFarePointInPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
    • mergeFarePointInPatternRef

      public EstimatedPassingTimeType.Builder mergeFarePointInPatternRef(VersionOfObjectRefStructure value)
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
    • clearFarePointInPatternRef

      public EstimatedPassingTimeType.Builder clearFarePointInPatternRef()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
    • getFarePointInPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getFarePointInPatternRefBuilder()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
    • getFarePointInPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFarePointInPatternRefOrBuilder()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
      Specified by:
      getFarePointInPatternRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder
    • hasPointInSingleJourneyPathRef

      public boolean hasPointInSingleJourneyPathRef()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
      Specified by:
      hasPointInSingleJourneyPathRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      Whether the pointInSingleJourneyPathRef field is set.
    • getPointInSingleJourneyPathRef

      public VersionOfObjectRefStructure getPointInSingleJourneyPathRef()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
      Specified by:
      getPointInSingleJourneyPathRef in interface EstimatedPassingTimeTypeOrBuilder
      Returns:
      The pointInSingleJourneyPathRef.
    • setPointInSingleJourneyPathRef

      public EstimatedPassingTimeType.Builder setPointInSingleJourneyPathRef(VersionOfObjectRefStructure value)
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
    • setPointInSingleJourneyPathRef

      public EstimatedPassingTimeType.Builder setPointInSingleJourneyPathRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
    • mergePointInSingleJourneyPathRef

      public EstimatedPassingTimeType.Builder mergePointInSingleJourneyPathRef(VersionOfObjectRefStructure value)
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
    • clearPointInSingleJourneyPathRef

      public EstimatedPassingTimeType.Builder clearPointInSingleJourneyPathRef()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
    • getPointInSingleJourneyPathRefBuilder

      public VersionOfObjectRefStructure.Builder getPointInSingleJourneyPathRefBuilder()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
    • getPointInSingleJourneyPathRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointInSingleJourneyPathRefOrBuilder()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
      Specified by:
      getPointInSingleJourneyPathRefOrBuilder in interface EstimatedPassingTimeTypeOrBuilder