Class TimetabledPassingTime_VersionedChildStructure.Builder

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

public static final class TimetabledPassingTime_VersionedChildStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<TimetabledPassingTime_VersionedChildStructure.Builder> implements TimetabledPassingTime_VersionedChildStructureOrBuilder
 Type for TIMETABLED PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 137:72]
 
Protobuf type uk.org.netex.www.netex.TimetabledPassingTime_VersionedChildStructure
  • Method Details

    • getDescriptor

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

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

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

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

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

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

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

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

    • isInitialized

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

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

      Specified by:
      getJourneyRefStructureCase in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • clearJourneyRefStructure

      public TimetabledPassingTime_VersionedChildStructure.Builder clearJourneyRefStructure()
    • getPointInJourneyPatternRefStructureCase

      Specified by:
      getPointInJourneyPatternRefStructureCase in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • clearPointInJourneyPatternRefStructure

      public TimetabledPassingTime_VersionedChildStructure.Builder clearPointInJourneyPatternRefStructure()
    • getId

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

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

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

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

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

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

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

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

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

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

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

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

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasChanged

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

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

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

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

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

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

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

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • getVersion

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

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

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

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

      public TimetabledPassingTime_VersionedChildStructure.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • getStatusValue

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public TimetabledPassingTime_VersionedChildStructure.Builder setStatusValue(int value)
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The status.
    • setStatus

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

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

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 305;
      Specified by:
      getDerivedFromVersionRef in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

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

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

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

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

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

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

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

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

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

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

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

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

       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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • getValidBetweenList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

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

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

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

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

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

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

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasExtensions

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

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

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

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

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

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

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

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

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

       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.
    • hasArrivalTime

      public boolean hasArrivalTime()
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
      Specified by:
      hasArrivalTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the arrivalTime field is set.
    • getArrivalTime

      public com.google.type.TimeOfDay getArrivalTime()
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
      Specified by:
      getArrivalTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The arrivalTime.
    • setArrivalTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setArrivalTime(com.google.type.TimeOfDay value)
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
    • setArrivalTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setArrivalTime(com.google.type.TimeOfDay.Builder builderForValue)
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
    • mergeArrivalTime

      public TimetabledPassingTime_VersionedChildStructure.Builder mergeArrivalTime(com.google.type.TimeOfDay value)
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
    • clearArrivalTime

       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
    • getArrivalTimeBuilder

      public com.google.type.TimeOfDay.Builder getArrivalTimeBuilder()
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
    • getArrivalTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getArrivalTimeOrBuilder()
       Timetabled arrival time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 154:66]
       
      .google.type.TimeOfDay arrival_time = 291;
      Specified by:
      getArrivalTimeOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • getArrivalDayOffset

      public int getArrivalDayOffset()
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 159:88]
       
      int32 arrival_day_offset = 292;
      Specified by:
      getArrivalDayOffset in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The arrivalDayOffset.
    • setArrivalDayOffset

      public TimetabledPassingTime_VersionedChildStructure.Builder setArrivalDayOffset(int value)
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 159:88]
       
      int32 arrival_day_offset = 292;
      Parameters:
      value - The arrivalDayOffset to set.
      Returns:
      This builder for chaining.
    • clearArrivalDayOffset

       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 159:88]
       
      int32 arrival_day_offset = 292;
      Returns:
      This builder for chaining.
    • hasDepartureTime

      public boolean hasDepartureTime()
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
      Specified by:
      hasDepartureTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the departureTime field is set.
    • getDepartureTime

      public com.google.type.TimeOfDay getDepartureTime()
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
      Specified by:
      getDepartureTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The departureTime.
    • setDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setDepartureTime(com.google.type.TimeOfDay value)
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
    • setDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
    • mergeDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder mergeDepartureTime(com.google.type.TimeOfDay value)
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
    • clearDepartureTime

       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
    • getDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getDepartureTimeBuilder()
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
    • getDepartureTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getDepartureTimeOrBuilder()
       Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 164:68]
       
      .google.type.TimeOfDay departure_time = 293;
      Specified by:
      getDepartureTimeOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • getDepartureDayOffset

      public int getDepartureDayOffset()
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 169:90]
       
      int32 departure_day_offset = 294;
      Specified by:
      getDepartureDayOffset in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The departureDayOffset.
    • setDepartureDayOffset

      public TimetabledPassingTime_VersionedChildStructure.Builder setDepartureDayOffset(int value)
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 169:90]
       
      int32 departure_day_offset = 294;
      Parameters:
      value - The departureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearDepartureDayOffset

       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 169:90]
       
      int32 departure_day_offset = 294;
      Returns:
      This builder for chaining.
    • hasWaitingTime

      public boolean hasWaitingTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
      Specified by:
      hasWaitingTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the waitingTime field is set.
    • getWaitingTime

      public com.google.protobuf.Duration getWaitingTime()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
      Specified by:
      getWaitingTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The waitingTime.
    • setWaitingTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setWaitingTime(com.google.protobuf.Duration value)
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
    • setWaitingTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setWaitingTime(com.google.protobuf.Duration.Builder builderForValue)
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
    • mergeWaitingTime

      public TimetabledPassingTime_VersionedChildStructure.Builder mergeWaitingTime(com.google.protobuf.Duration value)
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
    • clearWaitingTime

       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
    • getWaitingTimeBuilder

      public com.google.protobuf.Duration.Builder getWaitingTimeBuilder()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
    • getWaitingTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getWaitingTimeOrBuilder()
       Timetabled waiting interval.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 174:70]
       
      .google.protobuf.Duration waiting_time = 295;
      Specified by:
      getWaitingTimeOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasHeadway

      public boolean hasHeadway()
       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
      Specified by:
      hasHeadway in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the headway field is set.
    • getHeadway

      public HeadwayIntervalStructure getHeadway()
       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
      Specified by:
      getHeadway in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The headway.
    • setHeadway

       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
    • setHeadway

       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
    • mergeHeadway

       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
    • clearHeadway

       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
    • getHeadwayBuilder

      public HeadwayIntervalStructure.Builder getHeadwayBuilder()
       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
    • getHeadwayOrBuilder

      public HeadwayIntervalStructureOrBuilder getHeadwayOrBuilder()
       Frequency of service.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 179:78]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure headway = 296;
      Specified by:
      getHeadwayOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasLatestArrivalTime

      public boolean hasLatestArrivalTime()
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
      Specified by:
      hasLatestArrivalTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the latestArrivalTime field is set.
    • getLatestArrivalTime

      public com.google.type.TimeOfDay getLatestArrivalTime()
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
      Specified by:
      getLatestArrivalTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The latestArrivalTime.
    • setLatestArrivalTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setLatestArrivalTime(com.google.type.TimeOfDay value)
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
    • setLatestArrivalTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setLatestArrivalTime(com.google.type.TimeOfDay.Builder builderForValue)
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
    • mergeLatestArrivalTime

      public TimetabledPassingTime_VersionedChildStructure.Builder mergeLatestArrivalTime(com.google.type.TimeOfDay value)
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
    • clearLatestArrivalTime

       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
    • getLatestArrivalTimeBuilder

      public com.google.type.TimeOfDay.Builder getLatestArrivalTimeBuilder()
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
    • getLatestArrivalTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getLatestArrivalTimeOrBuilder()
       Latest Arrival Time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 184:72]
       
      .google.type.TimeOfDay latest_arrival_time = 297;
      Specified by:
      getLatestArrivalTimeOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • getLatestArrivalDayOffset

      public int getLatestArrivalDayOffset()
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 189:94]
       
      int32 latest_arrival_day_offset = 298;
      Specified by:
      getLatestArrivalDayOffset in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The latestArrivalDayOffset.
    • setLatestArrivalDayOffset

      public TimetabledPassingTime_VersionedChildStructure.Builder setLatestArrivalDayOffset(int value)
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 189:94]
       
      int32 latest_arrival_day_offset = 298;
      Parameters:
      value - The latestArrivalDayOffset to set.
      Returns:
      This builder for chaining.
    • clearLatestArrivalDayOffset

      public TimetabledPassingTime_VersionedChildStructure.Builder clearLatestArrivalDayOffset()
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 189:94]
       
      int32 latest_arrival_day_offset = 298;
      Returns:
      This builder for chaining.
    • hasEarliestDepartureTime

      public boolean hasEarliestDepartureTime()
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
      Specified by:
      hasEarliestDepartureTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the earliestDepartureTime field is set.
    • getEarliestDepartureTime

      public com.google.type.TimeOfDay getEarliestDepartureTime()
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
      Specified by:
      getEarliestDepartureTime in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The earliestDepartureTime.
    • setEarliestDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setEarliestDepartureTime(com.google.type.TimeOfDay value)
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
    • setEarliestDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder setEarliestDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
    • mergeEarliestDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder mergeEarliestDepartureTime(com.google.type.TimeOfDay value)
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
    • clearEarliestDepartureTime

      public TimetabledPassingTime_VersionedChildStructure.Builder clearEarliestDepartureTime()
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
    • getEarliestDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getEarliestDepartureTimeBuilder()
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
    • getEarliestDepartureTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getEarliestDepartureTimeOrBuilder()
       Earliest Timetabled departure time.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 194:76]
       
      .google.type.TimeOfDay earliest_departure_time = 299;
      Specified by:
      getEarliestDepartureTimeOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • getEarliestDepartureDayOffset

      public int getEarliestDepartureDayOffset()
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 199:98]
       
      int32 earliest_departure_day_offset = 300;
      Specified by:
      getEarliestDepartureDayOffset in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The earliestDepartureDayOffset.
    • setEarliestDepartureDayOffset

      public TimetabledPassingTime_VersionedChildStructure.Builder setEarliestDepartureDayOffset(int value)
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 199:98]
       
      int32 earliest_departure_day_offset = 300;
      Parameters:
      value - The earliestDepartureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearEarliestDepartureDayOffset

      public TimetabledPassingTime_VersionedChildStructure.Builder clearEarliestDepartureDayOffset()
       Number of days after the starting time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 199:98]
       
      int32 earliest_departure_day_offset = 300;
      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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      Whether the singleJourneyRef field is set.
    • getSingleJourneyRef

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

       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 160;
    • 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;
    • mergeSingleJourneyRef

       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 160;
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasVehicleJourneyRef

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

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

       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 161;
    • 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;
    • mergeVehicleJourneyRef

       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 161;
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasDeadRunRef

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

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

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 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

       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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasServiceJourneyRef

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

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

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 163;
    • 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;
    • mergeServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 163;
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasSpecialServiceRef

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

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

       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 164;
    • 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;
    • mergeSpecialServiceRef

       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 164;
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasTemplateServiceJourneyRef

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

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

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

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

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

      public TimetabledPassingTime_VersionedChildStructure.Builder clearTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasDatedVehicleJourneyRef

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

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

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

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

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

      public TimetabledPassingTime_VersionedChildStructure.Builder clearDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasDatedSpecialServiceRef

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

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

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

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

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

      public TimetabledPassingTime_VersionedChildStructure.Builder clearDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasNormalDatedVehicleJourneyRef

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

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

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

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

       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 = 301;
    • clearNormalDatedVehicleJourneyRef

      public TimetabledPassingTime_VersionedChildStructure.Builder clearNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 301;
    • 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 = 301;
    • 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 = 301;
      Specified by:
      getNormalDatedVehicleJourneyRefOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • hasDatedServiceJourneyRef

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

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

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

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

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

      public TimetabledPassingTime_VersionedChildStructure.Builder clearDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 302;
    • 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 = 302;
    • 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 = 302;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The pointInJourneyPatternRef.
    • setPointInJourneyPatternRef

       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

       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

       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 TimetabledPassingTime_VersionedChildStructure.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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The timingPointInJourneyPatternRef.
    • setTimingPointInJourneyPatternRef

       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 TimetabledPassingTime_VersionedChildStructure.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 TimetabledPassingTime_VersionedChildStructure.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 TimetabledPassingTime_VersionedChildStructure.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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The stopPointInJourneyPatternRef.
    • setStopPointInJourneyPatternRef

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

       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 TimetabledPassingTime_VersionedChildStructure.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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • 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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      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 TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The farePointInPatternRef.
    • setFarePointInPatternRef

       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

       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

       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 TimetabledPassingTime_VersionedChildStructure.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 TimetabledPassingTime_VersionedChildStructureOrBuilder
    • 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 = 304;
      Specified by:
      hasPointInSingleJourneyPathRef in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      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 = 304;
      Specified by:
      getPointInSingleJourneyPathRef in interface TimetabledPassingTime_VersionedChildStructureOrBuilder
      Returns:
      The pointInSingleJourneyPathRef.
    • setPointInSingleJourneyPathRef

       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 = 304;
    • setPointInSingleJourneyPathRef

      public TimetabledPassingTime_VersionedChildStructure.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 = 304;
    • mergePointInSingleJourneyPathRef

       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 = 304;
    • clearPointInSingleJourneyPathRef

      public TimetabledPassingTime_VersionedChildStructure.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 = 304;
    • 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 = 304;
    • 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 = 304;
      Specified by:
      getPointInSingleJourneyPathRefOrBuilder in interface TimetabledPassingTime_VersionedChildStructureOrBuilder