Class TrainBlockType.Builder

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

public static final class TrainBlockType.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrainBlockType.Builder> implements TrainBlockTypeOrBuilder
 A composite train formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new TRAIN BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 305:88]
 
Protobuf type uk.org.netex.www.netex.TrainBlockType
  • 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<TrainBlockType.Builder>
    • clear

      public TrainBlockType.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<TrainBlockType.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<TrainBlockType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public TrainBlockType.Builder mergeFrom(TrainBlockType other)
    • isInitialized

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

      public TrainBlockType.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<TrainBlockType.Builder>
      Throws:
      IOException
    • getVehicleTypeRefStructureCase

      public TrainBlockType.VehicleTypeRefStructureCase getVehicleTypeRefStructureCase()
      Specified by:
      getVehicleTypeRefStructureCase in interface TrainBlockTypeOrBuilder
    • clearVehicleTypeRefStructure

      public TrainBlockType.Builder clearVehicleTypeRefStructure()
    • 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 TrainBlockTypeOrBuilder
      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 TrainBlockTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

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

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

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

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

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

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

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

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

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

      public TrainBlockType.Builder setStatus(StatusEnumeration 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 status to set.
      Returns:
      This builder for chaining.
    • clearStatus

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

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

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

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

      public TrainBlockType.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 = 393;
      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 = 394;
      Specified by:
      getDerivedFromObjectRef in interface TrainBlockTypeOrBuilder
      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 = 394;
      Specified by:
      getDerivedFromObjectRefBytes in interface TrainBlockTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public TrainBlockType.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 = 394;
      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 TrainBlockTypeOrBuilder
      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 TrainBlockTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public TrainBlockType.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 TrainBlockTypeOrBuilder
    • 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 TrainBlockTypeOrBuilder
    • 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 TrainBlockTypeOrBuilder
    • 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 TrainBlockTypeOrBuilder
    • setValidBetween

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

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

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

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

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

      public TrainBlockType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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 TrainBlockType.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 TrainBlockTypeOrBuilder
    • 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 TrainBlockTypeOrBuilder
      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 TrainBlockTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public TrainBlockType.Builder setKeyList(KeyListStructure value)
       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

      public TrainBlockType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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

      public TrainBlockType.Builder mergeKeyList(KeyListStructure value)
       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

      public TrainBlockType.Builder 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 TrainBlockTypeOrBuilder
    • 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 TrainBlockTypeOrBuilder
      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 TrainBlockTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

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

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

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

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

      public TrainBlockType.Builder setBrandingRef(VersionOfObjectRefStructure value)
       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

      public TrainBlockType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public TrainBlockType.Builder mergeBrandingRef(VersionOfObjectRefStructure value)
       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 TrainBlockType.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 TrainBlockTypeOrBuilder
    • hasName

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

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

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

      public TrainBlockType.Builder setName(MultilingualString.Builder builderForValue)
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

      public TrainBlockType.Builder mergeName(MultilingualString value)
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public TrainBlockType.Builder clearName()
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

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

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

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

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

      public TrainBlockType.Builder setDescription(MultilingualString value)
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public TrainBlockType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

      public TrainBlockType.Builder mergeDescription(MultilingualString value)
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public TrainBlockType.Builder clearDescription()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

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

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface TrainBlockTypeOrBuilder
    • 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 = 163;
      Specified by:
      hasPrivateCode in interface TrainBlockTypeOrBuilder
      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 = 163;
      Specified by:
      getPrivateCode in interface TrainBlockTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public TrainBlockType.Builder setPrivateCode(PrivateCodeStructure value)
       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 = 163;
    • setPrivateCode

      public TrainBlockType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       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 = 163;
    • mergePrivateCode

      public TrainBlockType.Builder mergePrivateCode(PrivateCodeStructure value)
       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 = 163;
    • clearPrivateCode

      public TrainBlockType.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 = 163;
    • 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 = 163;
    • 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 = 163;
      Specified by:
      getPrivateCodeOrBuilder in interface TrainBlockTypeOrBuilder
    • hasPreparationDuration

      public boolean hasPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Specified by:
      hasPreparationDuration in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the preparationDuration field is set.
    • getPreparationDuration

      public com.google.protobuf.Duration getPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Specified by:
      getPreparationDuration in interface TrainBlockTypeOrBuilder
      Returns:
      The preparationDuration.
    • setPreparationDuration

      public TrainBlockType.Builder setPreparationDuration(com.google.protobuf.Duration value)
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
    • setPreparationDuration

      public TrainBlockType.Builder setPreparationDuration(com.google.protobuf.Duration.Builder builderForValue)
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
    • mergePreparationDuration

      public TrainBlockType.Builder mergePreparationDuration(com.google.protobuf.Duration value)
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
    • clearPreparationDuration

      public TrainBlockType.Builder clearPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
    • getPreparationDurationBuilder

      public com.google.protobuf.Duration.Builder getPreparationDurationBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
    • getPreparationDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getPreparationDurationOrBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Specified by:
      getPreparationDurationOrBuilder in interface TrainBlockTypeOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Specified by:
      hasStartTime in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.type.TimeOfDay getStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Specified by:
      getStartTime in interface TrainBlockTypeOrBuilder
      Returns:
      The startTime.
    • setStartTime

      public TrainBlockType.Builder setStartTime(com.google.type.TimeOfDay value)
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
    • setStartTime

      public TrainBlockType.Builder setStartTime(com.google.type.TimeOfDay.Builder builderForValue)
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
    • mergeStartTime

      public TrainBlockType.Builder mergeStartTime(com.google.type.TimeOfDay value)
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
    • clearStartTime

      public TrainBlockType.Builder clearStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
    • getStartTimeBuilder

      public com.google.type.TimeOfDay.Builder getStartTimeBuilder()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
    • getStartTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Specified by:
      getStartTimeOrBuilder in interface TrainBlockTypeOrBuilder
    • getStartTimeDayOffset

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

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

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

      public boolean hasFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Specified by:
      hasFinishingDuration in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the finishingDuration field is set.
    • getFinishingDuration

      public com.google.protobuf.Duration getFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Specified by:
      getFinishingDuration in interface TrainBlockTypeOrBuilder
      Returns:
      The finishingDuration.
    • setFinishingDuration

      public TrainBlockType.Builder setFinishingDuration(com.google.protobuf.Duration value)
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
    • setFinishingDuration

      public TrainBlockType.Builder setFinishingDuration(com.google.protobuf.Duration.Builder builderForValue)
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
    • mergeFinishingDuration

      public TrainBlockType.Builder mergeFinishingDuration(com.google.protobuf.Duration value)
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
    • clearFinishingDuration

      public TrainBlockType.Builder clearFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
    • getFinishingDurationBuilder

      public com.google.protobuf.Duration.Builder getFinishingDurationBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
    • getFinishingDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getFinishingDurationOrBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Specified by:
      getFinishingDurationOrBuilder in interface TrainBlockTypeOrBuilder
    • hasEndTime

      public boolean hasEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Specified by:
      hasEndTime in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.type.TimeOfDay getEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Specified by:
      getEndTime in interface TrainBlockTypeOrBuilder
      Returns:
      The endTime.
    • setEndTime

      public TrainBlockType.Builder setEndTime(com.google.type.TimeOfDay value)
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
    • setEndTime

      public TrainBlockType.Builder setEndTime(com.google.type.TimeOfDay.Builder builderForValue)
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
    • mergeEndTime

      public TrainBlockType.Builder mergeEndTime(com.google.type.TimeOfDay value)
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
    • clearEndTime

      public TrainBlockType.Builder clearEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
    • getEndTimeBuilder

      public com.google.type.TimeOfDay.Builder getEndTimeBuilder()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
    • getEndTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Specified by:
      getEndTimeOrBuilder in interface TrainBlockTypeOrBuilder
    • getEndTimeDayOffset

      public int getEndTimeDayOffset()
       Day offset of end time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 241:74]
       
      int32 end_time_day_offset = 176;
      Specified by:
      getEndTimeDayOffset in interface TrainBlockTypeOrBuilder
      Returns:
      The endTimeDayOffset.
    • setEndTimeDayOffset

      public TrainBlockType.Builder setEndTimeDayOffset(int value)
       Day offset of end time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 241:74]
       
      int32 end_time_day_offset = 176;
      Parameters:
      value - The endTimeDayOffset to set.
      Returns:
      This builder for chaining.
    • clearEndTimeDayOffset

      public TrainBlockType.Builder clearEndTimeDayOffset()
       Day offset of end time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 241:74]
       
      int32 end_time_day_offset = 176;
      Returns:
      This builder for chaining.
    • hasDayTypes

      public boolean hasDayTypes()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Specified by:
      hasDayTypes in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the dayTypes field is set.
    • getDayTypes

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Specified by:
      getDayTypes in interface TrainBlockTypeOrBuilder
      Returns:
      The dayTypes.
    • setDayTypes

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
    • setDayTypes

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
    • mergeDayTypes

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
    • clearDayTypes

      public TrainBlockType.Builder clearDayTypes()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
    • getDayTypesBuilder

      public Block_VersionStructure_DayTypesType.Builder getDayTypesBuilder()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
    • getDayTypesOrBuilder

      public Block_VersionStructure_DayTypesTypeOrBuilder getDayTypesOrBuilder()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Specified by:
      getDayTypesOrBuilder in interface TrainBlockTypeOrBuilder
    • hasVehicleServicePartRef

      public boolean hasVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Specified by:
      hasVehicleServicePartRef in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the vehicleServicePartRef field is set.
    • getVehicleServicePartRef

      public VersionOfObjectRefStructure getVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Specified by:
      getVehicleServicePartRef in interface TrainBlockTypeOrBuilder
      Returns:
      The vehicleServicePartRef.
    • setVehicleServicePartRef

      public TrainBlockType.Builder setVehicleServicePartRef(VersionOfObjectRefStructure value)
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
    • setVehicleServicePartRef

      public TrainBlockType.Builder setVehicleServicePartRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
    • mergeVehicleServicePartRef

      public TrainBlockType.Builder mergeVehicleServicePartRef(VersionOfObjectRefStructure value)
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
    • clearVehicleServicePartRef

      public TrainBlockType.Builder clearVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
    • getVehicleServicePartRefBuilder

      public VersionOfObjectRefStructure.Builder getVehicleServicePartRefBuilder()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
    • getVehicleServicePartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleServicePartRefOrBuilder()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Specified by:
      getVehicleServicePartRefOrBuilder in interface TrainBlockTypeOrBuilder
    • hasStartPointRef

      public boolean hasStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Specified by:
      hasStartPointRef in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the startPointRef field is set.
    • getStartPointRef

      public VersionOfObjectRefStructure getStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Specified by:
      getStartPointRef in interface TrainBlockTypeOrBuilder
      Returns:
      The startPointRef.
    • setStartPointRef

      public TrainBlockType.Builder setStartPointRef(VersionOfObjectRefStructure value)
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
    • setStartPointRef

      public TrainBlockType.Builder setStartPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
    • mergeStartPointRef

      public TrainBlockType.Builder mergeStartPointRef(VersionOfObjectRefStructure value)
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
    • clearStartPointRef

      public TrainBlockType.Builder clearStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
    • getStartPointRefBuilder

      public VersionOfObjectRefStructure.Builder getStartPointRefBuilder()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
    • getStartPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStartPointRefOrBuilder()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Specified by:
      getStartPointRefOrBuilder in interface TrainBlockTypeOrBuilder
    • hasEndPointRef

      public boolean hasEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Specified by:
      hasEndPointRef in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the endPointRef field is set.
    • getEndPointRef

      public VersionOfObjectRefStructure getEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Specified by:
      getEndPointRef in interface TrainBlockTypeOrBuilder
      Returns:
      The endPointRef.
    • setEndPointRef

      public TrainBlockType.Builder setEndPointRef(VersionOfObjectRefStructure value)
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
    • setEndPointRef

      public TrainBlockType.Builder setEndPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
    • mergeEndPointRef

      public TrainBlockType.Builder mergeEndPointRef(VersionOfObjectRefStructure value)
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
    • clearEndPointRef

      public TrainBlockType.Builder clearEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
    • getEndPointRefBuilder

      public VersionOfObjectRefStructure.Builder getEndPointRefBuilder()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
    • getEndPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getEndPointRefOrBuilder()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Specified by:
      getEndPointRefOrBuilder in interface TrainBlockTypeOrBuilder
    • hasJourneys

      public boolean hasJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Specified by:
      hasJourneys in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the journeys field is set.
    • getJourneys

      public JourneyRefs_RelStructure getJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Specified by:
      getJourneys in interface TrainBlockTypeOrBuilder
      Returns:
      The journeys.
    • setJourneys

       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
    • setJourneys

      public TrainBlockType.Builder setJourneys(JourneyRefs_RelStructure.Builder builderForValue)
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
    • mergeJourneys

      public TrainBlockType.Builder mergeJourneys(JourneyRefs_RelStructure value)
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
    • clearJourneys

      public TrainBlockType.Builder clearJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
    • getJourneysBuilder

      public JourneyRefs_RelStructure.Builder getJourneysBuilder()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
    • getJourneysOrBuilder

      public JourneyRefs_RelStructureOrBuilder getJourneysOrBuilder()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Specified by:
      getJourneysOrBuilder in interface TrainBlockTypeOrBuilder
    • hasCoursesOfJourneys

      public boolean hasCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Specified by:
      hasCoursesOfJourneys in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the coursesOfJourneys field is set.
    • getCoursesOfJourneys

      public CoursesOfJourneys_RelStructure getCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Specified by:
      getCoursesOfJourneys in interface TrainBlockTypeOrBuilder
      Returns:
      The coursesOfJourneys.
    • setCoursesOfJourneys

      public TrainBlockType.Builder setCoursesOfJourneys(CoursesOfJourneys_RelStructure value)
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
    • setCoursesOfJourneys

      public TrainBlockType.Builder setCoursesOfJourneys(CoursesOfJourneys_RelStructure.Builder builderForValue)
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
    • mergeCoursesOfJourneys

      public TrainBlockType.Builder mergeCoursesOfJourneys(CoursesOfJourneys_RelStructure value)
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
    • clearCoursesOfJourneys

      public TrainBlockType.Builder clearCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
    • getCoursesOfJourneysBuilder

      public CoursesOfJourneys_RelStructure.Builder getCoursesOfJourneysBuilder()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
    • getCoursesOfJourneysOrBuilder

      public CoursesOfJourneys_RelStructureOrBuilder getCoursesOfJourneysOrBuilder()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Specified by:
      getCoursesOfJourneysOrBuilder in interface TrainBlockTypeOrBuilder
    • hasBlockParts

      public boolean hasBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Specified by:
      hasBlockParts in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the blockParts field is set.
    • getBlockParts

      public BlockParts_RelStructure getBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Specified by:
      getBlockParts in interface TrainBlockTypeOrBuilder
      Returns:
      The blockParts.
    • setBlockParts

      public TrainBlockType.Builder setBlockParts(BlockParts_RelStructure value)
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
    • setBlockParts

      public TrainBlockType.Builder setBlockParts(BlockParts_RelStructure.Builder builderForValue)
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
    • mergeBlockParts

      public TrainBlockType.Builder mergeBlockParts(BlockParts_RelStructure value)
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
    • clearBlockParts

      public TrainBlockType.Builder clearBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
    • getBlockPartsBuilder

      public BlockParts_RelStructure.Builder getBlockPartsBuilder()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
    • getBlockPartsOrBuilder

      public BlockParts_RelStructureOrBuilder getBlockPartsOrBuilder()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Specified by:
      getBlockPartsOrBuilder in interface TrainBlockTypeOrBuilder
    • hasReliefOpportunities

      public boolean hasReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Specified by:
      hasReliefOpportunities in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the reliefOpportunities field is set.
    • getReliefOpportunities

      public ReliefOpportunities_RelStructure getReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Specified by:
      getReliefOpportunities in interface TrainBlockTypeOrBuilder
      Returns:
      The reliefOpportunities.
    • setReliefOpportunities

      public TrainBlockType.Builder setReliefOpportunities(ReliefOpportunities_RelStructure value)
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
    • setReliefOpportunities

      public TrainBlockType.Builder setReliefOpportunities(ReliefOpportunities_RelStructure.Builder builderForValue)
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
    • mergeReliefOpportunities

      public TrainBlockType.Builder mergeReliefOpportunities(ReliefOpportunities_RelStructure value)
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
    • clearReliefOpportunities

      public TrainBlockType.Builder clearReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
    • getReliefOpportunitiesBuilder

      public ReliefOpportunities_RelStructure.Builder getReliefOpportunitiesBuilder()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
    • getReliefOpportunitiesOrBuilder

      public ReliefOpportunities_RelStructureOrBuilder getReliefOpportunitiesOrBuilder()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Specified by:
      getReliefOpportunitiesOrBuilder in interface TrainBlockTypeOrBuilder
    • hasCoupledJourneys

      public boolean hasCoupledJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
      Specified by:
      hasCoupledJourneys in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the coupledJourneys field is set.
    • getCoupledJourneys

      public CoupledJourneys_RelStructure getCoupledJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
      Specified by:
      getCoupledJourneys in interface TrainBlockTypeOrBuilder
      Returns:
      The coupledJourneys.
    • setCoupledJourneys

      public TrainBlockType.Builder setCoupledJourneys(CoupledJourneys_RelStructure value)
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
    • setCoupledJourneys

      public TrainBlockType.Builder setCoupledJourneys(CoupledJourneys_RelStructure.Builder builderForValue)
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
    • mergeCoupledJourneys

      public TrainBlockType.Builder mergeCoupledJourneys(CoupledJourneys_RelStructure value)
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
    • clearCoupledJourneys

      public TrainBlockType.Builder clearCoupledJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
    • getCoupledJourneysBuilder

      public CoupledJourneys_RelStructure.Builder getCoupledJourneysBuilder()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
    • getCoupledJourneysOrBuilder

      public CoupledJourneys_RelStructureOrBuilder getCoupledJourneysOrBuilder()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 348:90]
       
      .uk.org.netex.www.netex.CoupledJourneys_RelStructure coupled_journeys = 361;
      Specified by:
      getCoupledJourneysOrBuilder in interface TrainBlockTypeOrBuilder
    • getId

      public String getId()
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 326:56]
       
      string id = 391;
      Specified by:
      getId in interface TrainBlockTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 326:56]
       
      string id = 391;
      Specified by:
      getIdBytes in interface TrainBlockTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public TrainBlockType.Builder setId(String value)
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 326:56]
       
      string id = 391;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public TrainBlockType.Builder clearId()
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 326:56]
       
      string id = 391;
      Returns:
      This builder for chaining.
    • setIdBytes

      public TrainBlockType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 326:56]
       
      string id = 391;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasVehicleTypeRef

      public boolean hasVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
      Specified by:
      hasVehicleTypeRef in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the vehicleTypeRef field is set.
    • getVehicleTypeRef

      public VersionOfObjectRefStructure getVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
      Specified by:
      getVehicleTypeRef in interface TrainBlockTypeOrBuilder
      Returns:
      The vehicleTypeRef.
    • setVehicleTypeRef

      public TrainBlockType.Builder setVehicleTypeRef(VersionOfObjectRefStructure value)
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
    • setVehicleTypeRef

      public TrainBlockType.Builder setVehicleTypeRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
    • mergeVehicleTypeRef

      public TrainBlockType.Builder mergeVehicleTypeRef(VersionOfObjectRefStructure value)
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
    • clearVehicleTypeRef

      public TrainBlockType.Builder clearVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
    • getVehicleTypeRefBuilder

      public VersionOfObjectRefStructure.Builder getVehicleTypeRefBuilder()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
    • getVehicleTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleTypeRefOrBuilder()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 182;
      Specified by:
      getVehicleTypeRefOrBuilder in interface TrainBlockTypeOrBuilder
    • hasTrainRef

      public boolean hasTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Specified by:
      hasTrainRef in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the trainRef field is set.
    • getTrainRef

      public VersionOfObjectRefStructure getTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Specified by:
      getTrainRef in interface TrainBlockTypeOrBuilder
      Returns:
      The trainRef.
    • setTrainRef

       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
    • setTrainRef

      public TrainBlockType.Builder setTrainRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
    • mergeTrainRef

       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
    • clearTrainRef

      public TrainBlockType.Builder clearTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
    • getTrainRefBuilder

      public VersionOfObjectRefStructure.Builder getTrainRefBuilder()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
    • getTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainRefOrBuilder()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Specified by:
      getTrainRefOrBuilder in interface TrainBlockTypeOrBuilder
    • hasCompoundTrainRef

      public boolean hasCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
      Specified by:
      hasCompoundTrainRef in interface TrainBlockTypeOrBuilder
      Returns:
      Whether the compoundTrainRef field is set.
    • getCompoundTrainRef

      public VersionOfObjectRefStructure getCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
      Specified by:
      getCompoundTrainRef in interface TrainBlockTypeOrBuilder
      Returns:
      The compoundTrainRef.
    • setCompoundTrainRef

      public TrainBlockType.Builder setCompoundTrainRef(VersionOfObjectRefStructure value)
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
    • setCompoundTrainRef

      public TrainBlockType.Builder setCompoundTrainRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
    • mergeCompoundTrainRef

      public TrainBlockType.Builder mergeCompoundTrainRef(VersionOfObjectRefStructure value)
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
    • clearCompoundTrainRef

      public TrainBlockType.Builder clearCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
    • getCompoundTrainRefBuilder

      public VersionOfObjectRefStructure.Builder getCompoundTrainRefBuilder()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
    • getCompoundTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCompoundTrainRefOrBuilder()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 184;
      Specified by:
      getCompoundTrainRefOrBuilder in interface TrainBlockTypeOrBuilder