Class TrainInCompoundTrain_VersionedChildStructure.Builder

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

public static final class TrainInCompoundTrain_VersionedChildStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrainInCompoundTrain_VersionedChildStructure.Builder> implements TrainInCompoundTrain_VersionedChildStructureOrBuilder
 Type for a TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 494:88]
 
Protobuf type uk.org.netex.www.netex.TrainInCompoundTrain_VersionedChildStructure
  • Method Details

    • getDescriptor

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

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

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

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

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

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

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

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

    • isInitialized

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public TrainInCompoundTrain_VersionedChildStructure.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 175;
      Parameters:
      value - The bytes for derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 176;
      Specified by:
      getDerivedFromObjectRef in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

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

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

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

      public TrainInCompoundTrain_VersionedChildStructure.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 176;
      Parameters:
      value - The bytes for derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

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

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

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

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

      public TrainInCompoundTrain_VersionedChildStructure.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 TrainInCompoundTrain_VersionedChildStructureOrBuilder
    • getValidBetweenList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public int getOrder()
       Order of TRAIN IN COMPOUND TRAIN within TRAIN.   [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 505:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Specified by:
      getOrder in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The order.
    • setOrder

       Order of TRAIN IN COMPOUND TRAIN within TRAIN.   [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 505:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

       Order of TRAIN IN COMPOUND TRAIN within TRAIN.   [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 505:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      This builder for chaining.
    • hasDescription

      public boolean hasDescription()
       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      hasDescription in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescription in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • setDescription

       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • mergeDescription

       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • clearDescription

       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 520:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescriptionOrBuilder in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
    • 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 = 162;
      Specified by:
      hasCompoundTrainRef in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      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 = 162;
      Specified by:
      getCompoundTrainRef in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The compoundTrainRef.
    • setCompoundTrainRef

       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 = 162;
    • setCompoundTrainRef

       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 = 162;
    • mergeCompoundTrainRef

       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 = 162;
    • 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 = 162;
    • 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 = 162;
    • 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 = 162;
      Specified by:
      getCompoundTrainRefOrBuilder in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
    • 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 = 163;
      Specified by:
      hasTrainRef in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      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 = 163;
      Specified by:
      getTrainRef in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      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 = 163;
    • setTrainRef

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

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

       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 163;
    • 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 = 163;
    • 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 = 163;
      Specified by:
      getTrainRefOrBuilder in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
    • hasTrain

      public boolean hasTrain()
       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
      Specified by:
      hasTrain in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      Whether the train field is set.
    • getTrain

      public TrainType getTrain()
       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
      Specified by:
      getTrain in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The train.
    • setTrain

       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
    • setTrain

       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
    • mergeTrain

       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
    • clearTrain

       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
    • getTrainBuilder

      public TrainType.Builder getTrainBuilder()
       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
    • getTrainOrBuilder

      public TrainTypeOrBuilder getTrainOrBuilder()
       A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 178:66]
       
      .uk.org.netex.www.netex.TrainType train = 164;
      Specified by:
      getTrainOrBuilder in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
    • hasLabel

      public boolean hasLabel()
       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
      Specified by:
      hasLabel in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      Whether the label field is set.
    • getLabel

      public MultilingualString getLabel()
       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
      Specified by:
      getLabel in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The label.
    • setLabel

       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
    • setLabel

       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
    • mergeLabel

       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
    • clearLabel

       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
    • getLabelBuilder

      public MultilingualString.Builder getLabelBuilder()
       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
    • getLabelOrBuilder

      public MultilingualStringOrBuilder getLabelOrBuilder()
       Label for TRAIN IN COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 538:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 171;
      Specified by:
      getLabelOrBuilder in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
    • getOperationalOrientationValue

      public int getOperationalOrientationValue()
       Orientation of the  TRAIN IN COMPOUND TRAIN  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 543:117]
       
      .uk.org.netex.www.netex.VehicleOrientationEnumeration operational_orientation = 172;
      Specified by:
      getOperationalOrientationValue in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for operationalOrientation.
    • setOperationalOrientationValue

      public TrainInCompoundTrain_VersionedChildStructure.Builder setOperationalOrientationValue(int value)
       Orientation of the  TRAIN IN COMPOUND TRAIN  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 543:117]
       
      .uk.org.netex.www.netex.VehicleOrientationEnumeration operational_orientation = 172;
      Parameters:
      value - The enum numeric value on the wire for operationalOrientation to set.
      Returns:
      This builder for chaining.
    • getOperationalOrientation

      public VehicleOrientationEnumeration getOperationalOrientation()
       Orientation of the  TRAIN IN COMPOUND TRAIN  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 543:117]
       
      .uk.org.netex.www.netex.VehicleOrientationEnumeration operational_orientation = 172;
      Specified by:
      getOperationalOrientation in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The operationalOrientation.
    • setOperationalOrientation

       Orientation of the  TRAIN IN COMPOUND TRAIN  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 543:117]
       
      .uk.org.netex.www.netex.VehicleOrientationEnumeration operational_orientation = 172;
      Parameters:
      value - The operationalOrientation to set.
      Returns:
      This builder for chaining.
    • clearOperationalOrientation

      public TrainInCompoundTrain_VersionedChildStructure.Builder clearOperationalOrientation()
       Orientation of the  TRAIN IN COMPOUND TRAIN  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 543:117]
       
      .uk.org.netex.www.netex.VehicleOrientationEnumeration operational_orientation = 172;
      Returns:
      This builder for chaining.
    • getReversedOrientation

      public boolean getReversedOrientation()
       Whether the component order of the TRAIN IN COMPOUND TRAIN is reversed compared to the order in the TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 548:93]
       
      bool reversed_orientation = 173;
      Specified by:
      getReversedOrientation in interface TrainInCompoundTrain_VersionedChildStructureOrBuilder
      Returns:
      The reversedOrientation.
    • setReversedOrientation

      public TrainInCompoundTrain_VersionedChildStructure.Builder setReversedOrientation(boolean value)
       Whether the component order of the TRAIN IN COMPOUND TRAIN is reversed compared to the order in the TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 548:93]
       
      bool reversed_orientation = 173;
      Parameters:
      value - The reversedOrientation to set.
      Returns:
      This builder for chaining.
    • clearReversedOrientation

      public TrainInCompoundTrain_VersionedChildStructure.Builder clearReversedOrientation()
       Whether the component order of the TRAIN IN COMPOUND TRAIN is reversed compared to the order in the TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 548:93]
       
      bool reversed_orientation = 173;
      Returns:
      This builder for chaining.