Class JourneyPartType.Builder

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

public static final class JourneyPartType.Builder extends com.google.protobuf.GeneratedMessage.Builder<JourneyPartType.Builder> implements JourneyPartTypeOrBuilder
 A part of a VEHICLE JOURNEY created according to a specific functional purpose, for instance in situations when vehicle coupling or separating occurs.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 129:89]
 
Protobuf type uk.org.netex.www.netex.JourneyPartType
  • 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<JourneyPartType.Builder>
    • clear

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

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

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

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

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

      public JourneyPartType.Builder mergeFrom(JourneyPartType other)
    • isInitialized

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

      public JourneyPartType.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<JourneyPartType.Builder>
      Throws:
      IOException
    • getBlockPartRefStructureCase

      public JourneyPartType.BlockPartRefStructureCase getBlockPartRefStructureCase()
      Specified by:
      getBlockPartRefStructureCase in interface JourneyPartTypeOrBuilder
    • clearBlockPartRefStructure

      public JourneyPartType.Builder clearBlockPartRefStructure()
    • 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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

      public JourneyPartType.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 JourneyPartType.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 = 223;
      Specified by:
      getDerivedFromVersionRef in interface JourneyPartTypeOrBuilder
      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 = 223;
      Specified by:
      getDerivedFromVersionRefBytes in interface JourneyPartTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public JourneyPartType.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 = 223;
      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 = 224;
      Specified by:
      getDerivedFromObjectRef in interface JourneyPartTypeOrBuilder
      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 = 224;
      Specified by:
      getDerivedFromObjectRefBytes in interface JourneyPartTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public JourneyPartType.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 = 224;
      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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
    • setValidBetween

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

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The keyList.
    • setKeyList

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • 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 JourneyPartTypeOrBuilder
      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 JourneyPartTypeOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

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

      public JourneyPartType.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 JourneyPartType.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 JourneyPartType.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 JourneyPartTypeOrBuilder
    • getOrder

      public int getOrder()
       Order of JOURNEY PART  within JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 161:52]
       
      int32 order = 101;
      Specified by:
      getOrder in interface JourneyPartTypeOrBuilder
      Returns:
      The order.
    • setOrder

      public JourneyPartType.Builder setOrder(int value)
       Order of JOURNEY PART  within JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 161:52]
       
      int32 order = 101;
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

      public JourneyPartType.Builder clearOrder()
       Order of JOURNEY PART  within JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 161:52]
       
      int32 order = 101;
      Returns:
      This builder for chaining.
    • hasDescription

      public boolean hasDescription()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      hasDescription in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescription in interface JourneyPartTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public JourneyPartType.Builder setDescription(MultilingualString value)
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • setDescription

      public JourneyPartType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • mergeDescription

      public JourneyPartType.Builder mergeDescription(MultilingualString value)
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • clearDescription

      public JourneyPartType.Builder clearDescription()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescriptionOrBuilder in interface JourneyPartTypeOrBuilder
    • hasParentJourneyRef

      public boolean hasParentJourneyRef()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
      Specified by:
      hasParentJourneyRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the parentJourneyRef field is set.
    • getParentJourneyRef

      public VersionOfObjectRefStructure getParentJourneyRef()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
      Specified by:
      getParentJourneyRef in interface JourneyPartTypeOrBuilder
      Returns:
      The parentJourneyRef.
    • setParentJourneyRef

      public JourneyPartType.Builder setParentJourneyRef(VersionOfObjectRefStructure value)
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
    • setParentJourneyRef

      public JourneyPartType.Builder setParentJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
    • mergeParentJourneyRef

      public JourneyPartType.Builder mergeParentJourneyRef(VersionOfObjectRefStructure value)
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
    • clearParentJourneyRef

      public JourneyPartType.Builder clearParentJourneyRef()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
    • getParentJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getParentJourneyRefBuilder()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
    • getParentJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParentJourneyRefOrBuilder()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
      Specified by:
      getParentJourneyRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasMainPartRef

      public boolean hasMainPartRef()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
      Specified by:
      hasMainPartRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the mainPartRef field is set.
    • getMainPartRef

      public GroupOfEntitiesRefStructure getMainPartRef()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
      Specified by:
      getMainPartRef in interface JourneyPartTypeOrBuilder
      Returns:
      The mainPartRef.
    • setMainPartRef

       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
    • setMainPartRef

      public JourneyPartType.Builder setMainPartRef(GroupOfEntitiesRefStructure.Builder builderForValue)
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
    • mergeMainPartRef

      public JourneyPartType.Builder mergeMainPartRef(GroupOfEntitiesRefStructure value)
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
    • clearMainPartRef

      public JourneyPartType.Builder clearMainPartRef()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
    • getMainPartRefBuilder

      public GroupOfEntitiesRefStructure.Builder getMainPartRefBuilder()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
    • getMainPartRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getMainPartRefOrBuilder()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
      Specified by:
      getMainPartRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasJourneyPartCoupleRef

      public boolean hasJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
      Specified by:
      hasJourneyPartCoupleRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the journeyPartCoupleRef field is set.
    • getJourneyPartCoupleRef

      public VersionOfObjectRefStructure getJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
      Specified by:
      getJourneyPartCoupleRef in interface JourneyPartTypeOrBuilder
      Returns:
      The journeyPartCoupleRef.
    • setJourneyPartCoupleRef

      public JourneyPartType.Builder setJourneyPartCoupleRef(VersionOfObjectRefStructure value)
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
    • setJourneyPartCoupleRef

      public JourneyPartType.Builder setJourneyPartCoupleRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
    • mergeJourneyPartCoupleRef

      public JourneyPartType.Builder mergeJourneyPartCoupleRef(VersionOfObjectRefStructure value)
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
    • clearJourneyPartCoupleRef

      public JourneyPartType.Builder clearJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
    • getJourneyPartCoupleRefBuilder

      public VersionOfObjectRefStructure.Builder getJourneyPartCoupleRefBuilder()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
    • getJourneyPartCoupleRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getJourneyPartCoupleRefOrBuilder()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
      Specified by:
      getJourneyPartCoupleRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasTrainNumberRef

      public boolean hasTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
      Specified by:
      hasTrainNumberRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the trainNumberRef field is set.
    • getTrainNumberRef

      public VersionOfObjectRefStructure getTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
      Specified by:
      getTrainNumberRef in interface JourneyPartTypeOrBuilder
      Returns:
      The trainNumberRef.
    • setTrainNumberRef

      public JourneyPartType.Builder setTrainNumberRef(VersionOfObjectRefStructure value)
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
    • setTrainNumberRef

      public JourneyPartType.Builder setTrainNumberRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
    • mergeTrainNumberRef

      public JourneyPartType.Builder mergeTrainNumberRef(VersionOfObjectRefStructure value)
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
    • clearTrainNumberRef

      public JourneyPartType.Builder clearTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
    • getTrainNumberRefBuilder

      public VersionOfObjectRefStructure.Builder getTrainNumberRefBuilder()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
    • getTrainNumberRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainNumberRefOrBuilder()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
      Specified by:
      getTrainNumberRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasFromStopPointRef

      public boolean hasFromStopPointRef()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
      Specified by:
      hasFromStopPointRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the fromStopPointRef field is set.
    • getFromStopPointRef

      public VersionOfObjectRefStructure getFromStopPointRef()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
      Specified by:
      getFromStopPointRef in interface JourneyPartTypeOrBuilder
      Returns:
      The fromStopPointRef.
    • setFromStopPointRef

      public JourneyPartType.Builder setFromStopPointRef(VersionOfObjectRefStructure value)
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
    • setFromStopPointRef

      public JourneyPartType.Builder setFromStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
    • mergeFromStopPointRef

      public JourneyPartType.Builder mergeFromStopPointRef(VersionOfObjectRefStructure value)
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
    • clearFromStopPointRef

      public JourneyPartType.Builder clearFromStopPointRef()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
    • getFromStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getFromStopPointRefBuilder()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
    • getFromStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFromStopPointRefOrBuilder()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
      Specified by:
      getFromStopPointRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasToStopPointRef

      public boolean hasToStopPointRef()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
      Specified by:
      hasToStopPointRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the toStopPointRef field is set.
    • getToStopPointRef

      public VersionOfObjectRefStructure getToStopPointRef()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
      Specified by:
      getToStopPointRef in interface JourneyPartTypeOrBuilder
      Returns:
      The toStopPointRef.
    • setToStopPointRef

      public JourneyPartType.Builder setToStopPointRef(VersionOfObjectRefStructure value)
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
    • setToStopPointRef

      public JourneyPartType.Builder setToStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
    • mergeToStopPointRef

      public JourneyPartType.Builder mergeToStopPointRef(VersionOfObjectRefStructure value)
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
    • clearToStopPointRef

      public JourneyPartType.Builder clearToStopPointRef()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
    • getToStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getToStopPointRefBuilder()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
    • getToStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToStopPointRefOrBuilder()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
      Specified by:
      getToStopPointRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
      Specified by:
      hasStartTime in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.type.TimeOfDay getStartTime()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
      Specified by:
      getStartTime in interface JourneyPartTypeOrBuilder
      Returns:
      The startTime.
    • setStartTime

      public JourneyPartType.Builder setStartTime(com.google.type.TimeOfDay value)
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
    • setStartTime

      public JourneyPartType.Builder setStartTime(com.google.type.TimeOfDay.Builder builderForValue)
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
    • mergeStartTime

      public JourneyPartType.Builder mergeStartTime(com.google.type.TimeOfDay value)
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
    • clearStartTime

      public JourneyPartType.Builder clearStartTime()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
    • getStartTimeBuilder

      public com.google.type.TimeOfDay.Builder getStartTimeBuilder()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
    • getStartTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
      Specified by:
      getStartTimeOrBuilder in interface JourneyPartTypeOrBuilder
    • getStartTimeDayOffset

      public int getStartTimeDayOffset()
       Number of days after journey start time that start time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 241:90]
       
      int32 start_time_day_offset = 182;
      Specified by:
      getStartTimeDayOffset in interface JourneyPartTypeOrBuilder
      Returns:
      The startTimeDayOffset.
    • setStartTimeDayOffset

      public JourneyPartType.Builder setStartTimeDayOffset(int value)
       Number of days after journey start time that start time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 241:90]
       
      int32 start_time_day_offset = 182;
      Parameters:
      value - The startTimeDayOffset to set.
      Returns:
      This builder for chaining.
    • clearStartTimeDayOffset

      public JourneyPartType.Builder clearStartTimeDayOffset()
       Number of days after journey start time that start time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 241:90]
       
      int32 start_time_day_offset = 182;
      Returns:
      This builder for chaining.
    • hasEndTime

      public boolean hasEndTime()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
      Specified by:
      hasEndTime in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.type.TimeOfDay getEndTime()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
      Specified by:
      getEndTime in interface JourneyPartTypeOrBuilder
      Returns:
      The endTime.
    • setEndTime

      public JourneyPartType.Builder setEndTime(com.google.type.TimeOfDay value)
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
    • setEndTime

      public JourneyPartType.Builder setEndTime(com.google.type.TimeOfDay.Builder builderForValue)
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
    • mergeEndTime

      public JourneyPartType.Builder mergeEndTime(com.google.type.TimeOfDay value)
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
    • clearEndTime

      public JourneyPartType.Builder clearEndTime()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
    • getEndTimeBuilder

      public com.google.type.TimeOfDay.Builder getEndTimeBuilder()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
    • getEndTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
      Specified by:
      getEndTimeOrBuilder in interface JourneyPartTypeOrBuilder
    • getEndTimeDayOffset

      public int getEndTimeDayOffset()
       Number of days after journey start time that end time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 251:88]
       
      int32 end_time_day_offset = 184;
      Specified by:
      getEndTimeDayOffset in interface JourneyPartTypeOrBuilder
      Returns:
      The endTimeDayOffset.
    • setEndTimeDayOffset

      public JourneyPartType.Builder setEndTimeDayOffset(int value)
       Number of days after journey start time that end time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 251:88]
       
      int32 end_time_day_offset = 184;
      Parameters:
      value - The endTimeDayOffset to set.
      Returns:
      This builder for chaining.
    • clearEndTimeDayOffset

      public JourneyPartType.Builder clearEndTimeDayOffset()
       Number of days after journey start time that end time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 251:88]
       
      int32 end_time_day_offset = 184;
      Returns:
      This builder for chaining.
    • getVehicleOrientation

      public boolean getVehicleOrientation()
       Orientation of the vehicle carrying out the JOURNEY PART compared to the definition of the corresponding VEHICLE TYPE. true for forward.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 186:91]
       
      bool vehicle_orientation = 191;
      Specified by:
      getVehicleOrientation in interface JourneyPartTypeOrBuilder
      Returns:
      The vehicleOrientation.
    • setVehicleOrientation

      public JourneyPartType.Builder setVehicleOrientation(boolean value)
       Orientation of the vehicle carrying out the JOURNEY PART compared to the definition of the corresponding VEHICLE TYPE. true for forward.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 186:91]
       
      bool vehicle_orientation = 191;
      Parameters:
      value - The vehicleOrientation to set.
      Returns:
      This builder for chaining.
    • clearVehicleOrientation

      public JourneyPartType.Builder clearVehicleOrientation()
       Orientation of the vehicle carrying out the JOURNEY PART compared to the definition of the corresponding VEHICLE TYPE. true for forward.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 186:91]
       
      bool vehicle_orientation = 191;
      Returns:
      This builder for chaining.
    • hasPurposeOfJourneyPartitionRef

      public boolean hasPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
      Specified by:
      hasPurposeOfJourneyPartitionRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the purposeOfJourneyPartitionRef field is set.
    • getPurposeOfJourneyPartitionRef

      public VersionOfObjectRefStructure getPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
      Specified by:
      getPurposeOfJourneyPartitionRef in interface JourneyPartTypeOrBuilder
      Returns:
      The purposeOfJourneyPartitionRef.
    • setPurposeOfJourneyPartitionRef

      public JourneyPartType.Builder setPurposeOfJourneyPartitionRef(VersionOfObjectRefStructure value)
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
    • setPurposeOfJourneyPartitionRef

      public JourneyPartType.Builder setPurposeOfJourneyPartitionRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
    • mergePurposeOfJourneyPartitionRef

      public JourneyPartType.Builder mergePurposeOfJourneyPartitionRef(VersionOfObjectRefStructure value)
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
    • clearPurposeOfJourneyPartitionRef

      public JourneyPartType.Builder clearPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
    • getPurposeOfJourneyPartitionRefBuilder

      public VersionOfObjectRefStructure.Builder getPurposeOfJourneyPartitionRefBuilder()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
    • getPurposeOfJourneyPartitionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPurposeOfJourneyPartitionRefOrBuilder()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
      Specified by:
      getPurposeOfJourneyPartitionRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasFacilities

      public boolean hasFacilities()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
      Specified by:
      hasFacilities in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the facilities field is set.
    • getFacilities

      public ServiceFacilitySets_RelStructure getFacilities()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
      Specified by:
      getFacilities in interface JourneyPartTypeOrBuilder
      Returns:
      The facilities.
    • setFacilities

       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
    • setFacilities

      public JourneyPartType.Builder setFacilities(ServiceFacilitySets_RelStructure.Builder builderForValue)
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
    • mergeFacilities

       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
    • clearFacilities

      public JourneyPartType.Builder clearFacilities()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
    • getFacilitiesBuilder

      public ServiceFacilitySets_RelStructure.Builder getFacilitiesBuilder()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
    • getFacilitiesOrBuilder

      public ServiceFacilitySets_RelStructureOrBuilder getFacilitiesOrBuilder()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
      Specified by:
      getFacilitiesOrBuilder in interface JourneyPartTypeOrBuilder
    • hasJourneyPartPositions

      public boolean hasJourneyPartPositions()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
      Specified by:
      hasJourneyPartPositions in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the journeyPartPositions field is set.
    • getJourneyPartPositions

      public JourneyPartPositions_RelStructure getJourneyPartPositions()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
      Specified by:
      getJourneyPartPositions in interface JourneyPartTypeOrBuilder
      Returns:
      The journeyPartPositions.
    • setJourneyPartPositions

      public JourneyPartType.Builder setJourneyPartPositions(JourneyPartPositions_RelStructure value)
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
    • setJourneyPartPositions

      public JourneyPartType.Builder setJourneyPartPositions(JourneyPartPositions_RelStructure.Builder builderForValue)
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
    • mergeJourneyPartPositions

      public JourneyPartType.Builder mergeJourneyPartPositions(JourneyPartPositions_RelStructure value)
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
    • clearJourneyPartPositions

      public JourneyPartType.Builder clearJourneyPartPositions()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
    • getJourneyPartPositionsBuilder

      public JourneyPartPositions_RelStructure.Builder getJourneyPartPositionsBuilder()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
    • getJourneyPartPositionsOrBuilder

      public JourneyPartPositions_RelStructureOrBuilder getJourneyPartPositionsOrBuilder()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
      Specified by:
      getJourneyPartPositionsOrBuilder in interface JourneyPartTypeOrBuilder
    • getId

      public String getId()
       [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 147:57]
       
      string id = 221;
      Specified by:
      getId in interface JourneyPartTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 147:57]
       
      string id = 221;
      Specified by:
      getIdBytes in interface JourneyPartTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public JourneyPartType.Builder setId(String value)
       [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 147:57]
       
      string id = 221;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public JourneyPartType.Builder clearId()
       [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 147:57]
       
      string id = 221;
      Returns:
      This builder for chaining.
    • setIdBytes

      public JourneyPartType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 147:57]
       
      string id = 221;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasBlockPartRef

      public boolean hasBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
      Specified by:
      hasBlockPartRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the blockPartRef field is set.
    • getBlockPartRef

      public VersionOfObjectRefStructure getBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
      Specified by:
      getBlockPartRef in interface JourneyPartTypeOrBuilder
      Returns:
      The blockPartRef.
    • setBlockPartRef

      public JourneyPartType.Builder setBlockPartRef(VersionOfObjectRefStructure value)
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
    • setBlockPartRef

      public JourneyPartType.Builder setBlockPartRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
    • mergeBlockPartRef

      public JourneyPartType.Builder mergeBlockPartRef(VersionOfObjectRefStructure value)
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
    • clearBlockPartRef

      public JourneyPartType.Builder clearBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
    • getBlockPartRefBuilder

      public VersionOfObjectRefStructure.Builder getBlockPartRefBuilder()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
    • getBlockPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBlockPartRefOrBuilder()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
      Specified by:
      getBlockPartRefOrBuilder in interface JourneyPartTypeOrBuilder
    • hasTrainBlockPartRef

      public boolean hasTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
      Specified by:
      hasTrainBlockPartRef in interface JourneyPartTypeOrBuilder
      Returns:
      Whether the trainBlockPartRef field is set.
    • getTrainBlockPartRef

      public VersionOfObjectRefStructure getTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
      Specified by:
      getTrainBlockPartRef in interface JourneyPartTypeOrBuilder
      Returns:
      The trainBlockPartRef.
    • setTrainBlockPartRef

      public JourneyPartType.Builder setTrainBlockPartRef(VersionOfObjectRefStructure value)
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
    • setTrainBlockPartRef

      public JourneyPartType.Builder setTrainBlockPartRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
    • mergeTrainBlockPartRef

      public JourneyPartType.Builder mergeTrainBlockPartRef(VersionOfObjectRefStructure value)
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
    • clearTrainBlockPartRef

      public JourneyPartType.Builder clearTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
    • getTrainBlockPartRefBuilder

      public VersionOfObjectRefStructure.Builder getTrainBlockPartRefBuilder()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
    • getTrainBlockPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainBlockPartRefOrBuilder()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
      Specified by:
      getTrainBlockPartRefOrBuilder in interface JourneyPartTypeOrBuilder