Class CourseOfJourneys_VersionStructure.Builder

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

public static final class CourseOfJourneys_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<CourseOfJourneys_VersionStructure.Builder> implements CourseOfJourneys_VersionStructureOrBuilder
 Type for COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 743:60]
 
Protobuf type uk.org.netex.www.netex.CourseOfJourneys_VersionStructure
  • Method Details

    • getDescriptor

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

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

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

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

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

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

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

      public CourseOfJourneys_VersionStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CourseOfJourneys_VersionStructure.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<CourseOfJourneys_VersionStructure.Builder>
    • mergeFrom

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

      Specified by:
      getBlockRefStructureCase in interface CourseOfJourneys_VersionStructureOrBuilder
    • clearBlockRefStructure

      public CourseOfJourneys_VersionStructure.Builder clearBlockRefStructure()
    • getLineRefStructureCase

      Specified by:
      getLineRefStructureCase in interface CourseOfJourneys_VersionStructureOrBuilder
    • clearLineRefStructure

      public CourseOfJourneys_VersionStructure.Builder clearLineRefStructure()
    • 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 CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public CourseOfJourneys_VersionStructure.Builder clearValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 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 CourseOfJourneys_VersionStructureOrBuilder
    • getValidBetweenList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public CourseOfJourneys_VersionStructure.Builder clearAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 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 CourseOfJourneys_VersionStructureOrBuilder
    • hasKeyList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasName()
       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 760:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public CourseOfJourneys_VersionStructure.Builder clearDescription()
       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 765:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • getCourseOfJourneysNumber

      public int getCourseOfJourneysNumber()
       Numeric identifier of COURSE of JOURNEYS.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 770:91]
       
      uint32 course_of_journeys_number = 163;
      Specified by:
      getCourseOfJourneysNumber in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The courseOfJourneysNumber.
    • setCourseOfJourneysNumber

      public CourseOfJourneys_VersionStructure.Builder setCourseOfJourneysNumber(int value)
       Numeric identifier of COURSE of JOURNEYS.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 770:91]
       
      uint32 course_of_journeys_number = 163;
      Parameters:
      value - The courseOfJourneysNumber to set.
      Returns:
      This builder for chaining.
    • clearCourseOfJourneysNumber

      public CourseOfJourneys_VersionStructure.Builder clearCourseOfJourneysNumber()
       Numeric identifier of COURSE of JOURNEYS.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 770:91]
       
      uint32 course_of_journeys_number = 163;
      Returns:
      This builder for chaining.
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
      Specified by:
      hasPrivateCode in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
      Specified by:
      getPrivateCode in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
    • setPrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
    • mergePrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
    • clearPrivateCode

      public CourseOfJourneys_VersionStructure.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 164;
      Specified by:
      getPrivateCodeOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasPreparationDuration

      public boolean hasPreparationDuration()
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
      Specified by:
      hasPreparationDuration in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the preparationDuration field is set.
    • getPreparationDuration

      public com.google.protobuf.Duration getPreparationDuration()
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
      Specified by:
      getPreparationDuration in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The preparationDuration.
    • setPreparationDuration

      public CourseOfJourneys_VersionStructure.Builder setPreparationDuration(com.google.protobuf.Duration value)
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
    • setPreparationDuration

      public CourseOfJourneys_VersionStructure.Builder setPreparationDuration(com.google.protobuf.Duration.Builder builderForValue)
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
    • mergePreparationDuration

      public CourseOfJourneys_VersionStructure.Builder mergePreparationDuration(com.google.protobuf.Duration value)
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
    • clearPreparationDuration

      public CourseOfJourneys_VersionStructure.Builder clearPreparationDuration()
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
    • getPreparationDurationBuilder

      public com.google.protobuf.Duration.Builder getPreparationDurationBuilder()
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
    • getPreparationDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getPreparationDurationOrBuilder()
       How long the run takes to prepare.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 776:78]
       
      .google.protobuf.Duration preparation_duration = 165;
      Specified by:
      getPreparationDurationOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasStartTimeInBlock

      public boolean hasStartTimeInBlock()
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
      Specified by:
      hasStartTimeInBlock in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the startTimeInBlock field is set.
    • getStartTimeInBlock

      public com.google.type.TimeOfDay getStartTimeInBlock()
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
      Specified by:
      getStartTimeInBlock in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The startTimeInBlock.
    • setStartTimeInBlock

      public CourseOfJourneys_VersionStructure.Builder setStartTimeInBlock(com.google.type.TimeOfDay value)
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
    • setStartTimeInBlock

      public CourseOfJourneys_VersionStructure.Builder setStartTimeInBlock(com.google.type.TimeOfDay.Builder builderForValue)
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
    • mergeStartTimeInBlock

      public CourseOfJourneys_VersionStructure.Builder mergeStartTimeInBlock(com.google.type.TimeOfDay value)
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
    • clearStartTimeInBlock

      public CourseOfJourneys_VersionStructure.Builder clearStartTimeInBlock()
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
    • getStartTimeInBlockBuilder

      public com.google.type.TimeOfDay.Builder getStartTimeInBlockBuilder()
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
    • getStartTimeInBlockOrBuilder

      public com.google.type.TimeOfDayOrBuilder getStartTimeInBlockOrBuilder()
       Time at which run starts.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 781:71]
       
      .google.type.TimeOfDay start_time_in_block = 166;
      Specified by:
      getStartTimeInBlockOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • getStartTimeDayOffset

      public int getStartTimeDayOffset()
       Day offset of Start time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 786:78]
       
      int32 start_time_day_offset = 167;
      Specified by:
      getStartTimeDayOffset in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The startTimeDayOffset.
    • setStartTimeDayOffset

      public CourseOfJourneys_VersionStructure.Builder setStartTimeDayOffset(int value)
       Day offset of Start time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 786:78]
       
      int32 start_time_day_offset = 167;
      Parameters:
      value - The startTimeDayOffset to set.
      Returns:
      This builder for chaining.
    • clearStartTimeDayOffset

      public CourseOfJourneys_VersionStructure.Builder clearStartTimeDayOffset()
       Day offset of Start time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 786:78]
       
      int32 start_time_day_offset = 167;
      Returns:
      This builder for chaining.
    • hasFinishingDuration

      public boolean hasFinishingDuration()
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
      Specified by:
      hasFinishingDuration in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the finishingDuration field is set.
    • getFinishingDuration

      public com.google.protobuf.Duration getFinishingDuration()
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
      Specified by:
      getFinishingDuration in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The finishingDuration.
    • setFinishingDuration

      public CourseOfJourneys_VersionStructure.Builder setFinishingDuration(com.google.protobuf.Duration value)
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
    • setFinishingDuration

      public CourseOfJourneys_VersionStructure.Builder setFinishingDuration(com.google.protobuf.Duration.Builder builderForValue)
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
    • mergeFinishingDuration

      public CourseOfJourneys_VersionStructure.Builder mergeFinishingDuration(com.google.protobuf.Duration value)
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
    • clearFinishingDuration

      public CourseOfJourneys_VersionStructure.Builder clearFinishingDuration()
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
    • getFinishingDurationBuilder

      public com.google.protobuf.Duration.Builder getFinishingDurationBuilder()
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
    • getFinishingDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getFinishingDurationOrBuilder()
       How long the run takes.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 791:76]
       
      .google.protobuf.Duration finishing_duration = 168;
      Specified by:
      getFinishingDurationOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasJourneys

      public boolean hasJourneys()
       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
      Specified by:
      hasJourneys in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the journeys field is set.
    • getJourneys

      public JourneyRefs_RelStructure getJourneys()
       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
      Specified by:
      getJourneys in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The journeys.
    • setJourneys

       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
    • setJourneys

       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
    • mergeJourneys

       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
    • clearJourneys

       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
    • getJourneysBuilder

      public JourneyRefs_RelStructure.Builder getJourneysBuilder()
       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
    • getJourneysOrBuilder

      public JourneyRefs_RelStructureOrBuilder getJourneysOrBuilder()
       JOURNEYS making up COURSE OF JOURNEYs.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 798:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 173;
      Specified by:
      getJourneysOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasBlockRef

      public boolean hasBlockRef()
       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
      Specified by:
      hasBlockRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the blockRef field is set.
    • getBlockRef

      public VersionOfObjectRefStructure getBlockRef()
       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
      Specified by:
      getBlockRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The blockRef.
    • setBlockRef

       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
    • setBlockRef

       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
    • mergeBlockRef

       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
    • clearBlockRef

       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
    • getBlockRefBuilder

      public VersionOfObjectRefStructure.Builder getBlockRefBuilder()
       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
    • getBlockRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBlockRefOrBuilder()
       Reference to a BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 253:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_ref = 169;
      Specified by:
      getBlockRefOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasTrainBlockRef

      public boolean hasTrainBlockRef()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
      Specified by:
      hasTrainBlockRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the trainBlockRef field is set.
    • getTrainBlockRef

      public VersionOfObjectRefStructure getTrainBlockRef()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
      Specified by:
      getTrainBlockRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The trainBlockRef.
    • setTrainBlockRef

       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
    • setTrainBlockRef

       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
    • mergeTrainBlockRef

       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
    • clearTrainBlockRef

      public CourseOfJourneys_VersionStructure.Builder clearTrainBlockRef()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
    • getTrainBlockRefBuilder

      public VersionOfObjectRefStructure.Builder getTrainBlockRefBuilder()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
    • getTrainBlockRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainBlockRefOrBuilder()
       Reference to a TRAIN BLOCK.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 279:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_ref = 170;
      Specified by:
      getTrainBlockRefOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasLineRef

      public boolean hasLineRef()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
      Specified by:
      hasLineRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the lineRef field is set.
    • getLineRef

      public VersionOfObjectRefStructure getLineRef()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
      Specified by:
      getLineRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The lineRef.
    • setLineRef

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
    • setLineRef

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
    • mergeLineRef

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
    • clearLineRef

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
    • getLineRefBuilder

      public VersionOfObjectRefStructure.Builder getLineRefBuilder()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
    • getLineRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLineRefOrBuilder()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 171;
      Specified by:
      getLineRefOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder
    • hasFlexibleLineRef

      public boolean hasFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
      Specified by:
      hasFlexibleLineRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      Whether the flexibleLineRef field is set.
    • getFlexibleLineRef

      public VersionOfObjectRefStructure getFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
      Specified by:
      getFlexibleLineRef in interface CourseOfJourneys_VersionStructureOrBuilder
      Returns:
      The flexibleLineRef.
    • setFlexibleLineRef

       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
    • setFlexibleLineRef

       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
    • mergeFlexibleLineRef

       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
    • clearFlexibleLineRef

      public CourseOfJourneys_VersionStructure.Builder clearFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
    • getFlexibleLineRefBuilder

      public VersionOfObjectRefStructure.Builder getFlexibleLineRefBuilder()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
    • getFlexibleLineRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFlexibleLineRefOrBuilder()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 172;
      Specified by:
      getFlexibleLineRefOrBuilder in interface CourseOfJourneys_VersionStructureOrBuilder