Class DeadRunJourneyPattern_VersionStructure.Builder

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

public static final class DeadRunJourneyPattern_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeadRunJourneyPattern_VersionStructure.Builder> implements DeadRunJourneyPattern_VersionStructureOrBuilder
 Type for DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 258:65]
 
Protobuf type uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure
  • Method Details

    • getDescriptor

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

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

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

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

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

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

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

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

    • isInitialized

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

      public DeadRunJourneyPattern_VersionStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeadRunJourneyPattern_VersionStructure.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 DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • getValidBetweenList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

       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 DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The shortName.
    • setShortName

       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • setShortName

       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • mergeShortName

       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • clearShortName

       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • setDescription

       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • mergeDescription

       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • clearDescription

       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • getDistance

      public double getDistance()
       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Specified by:
      getDistance in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The distance.
    • setDistance

      public DeadRunJourneyPattern_VersionStructure.Builder setDistance(double value)
       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Parameters:
      value - The distance to set.
      Returns:
      This builder for chaining.
    • clearDistance

       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Returns:
      This builder for chaining.
    • hasPrivateCode

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

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

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

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

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

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

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

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

      public boolean hasProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      hasProjections in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      getProjections in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The projections.
    • setProjections

       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
    • setProjections

       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
    • mergeProjections

       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
    • clearProjections

       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
    • getProjectionsBuilder

      public Projections_RelStructure.Builder getProjectionsBuilder()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      getProjectionsOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      hasInfoLinks in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinks in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • setInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
    • setInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
    • mergeInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
    • clearInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
    • getInfoLinksBuilder

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
    • getInfoLinksOrBuilder

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.DeadRunJourneyPattern_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasSectionsInSequence

      public boolean hasSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      hasSectionsInSequence in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the sectionsInSequence field is set.
    • getSectionsInSequence

      public SectionsInSequence_RelStructure getSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      getSectionsInSequence in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The sectionsInSequence.
    • setSectionsInSequence

       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
    • setSectionsInSequence

       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
    • mergeSectionsInSequence

       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
    • clearSectionsInSequence

      public DeadRunJourneyPattern_VersionStructure.Builder clearSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
    • getSectionsInSequenceBuilder

      public SectionsInSequence_RelStructure.Builder getSectionsInSequenceBuilder()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
    • getSectionsInSequenceOrBuilder

      public SectionsInSequence_RelStructureOrBuilder getSectionsInSequenceOrBuilder()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      getSectionsInSequenceOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasRouteRef

      public boolean hasRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
      Specified by:
      hasRouteRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the routeRef field is set.
    • getRouteRef

      public VersionOfObjectRefStructure getRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
      Specified by:
      getRouteRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The routeRef.
    • setRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
    • setRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
    • mergeRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
    • clearRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
    • getRouteRefBuilder

      public VersionOfObjectRefStructure.Builder getRouteRefBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
    • getRouteRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRouteRefOrBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 291;
      Specified by:
      getRouteRefOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasRouteView

      public boolean hasRouteView()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
      Specified by:
      hasRouteView in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the routeView field is set.
    • getRouteView

      public RouteViewType getRouteView()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
      Specified by:
      getRouteView in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The routeView.
    • setRouteView

       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
    • setRouteView

       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
    • mergeRouteView

       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
    • clearRouteView

       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
    • getRouteViewBuilder

      public RouteViewType.Builder getRouteViewBuilder()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
    • getRouteViewOrBuilder

      public RouteViewTypeOrBuilder getRouteViewOrBuilder()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
      Specified by:
      getRouteViewOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • getDirectionTypeValue

      public int getDirectionTypeValue()
       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Specified by:
      getDirectionTypeValue in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for directionType.
    • setDirectionTypeValue

      public DeadRunJourneyPattern_VersionStructure.Builder setDirectionTypeValue(int value)
       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Parameters:
      value - The enum numeric value on the wire for directionType to set.
      Returns:
      This builder for chaining.
    • getDirectionType

      public DirectionTypeEnumeration getDirectionType()
       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Specified by:
      getDirectionType in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The directionType.
    • setDirectionType

       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Parameters:
      value - The directionType to set.
      Returns:
      This builder for chaining.
    • clearDirectionType

       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Returns:
      This builder for chaining.
    • hasDirectionRef

      public boolean hasDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
      Specified by:
      hasDirectionRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the directionRef field is set.
    • getDirectionRef

      public VersionOfObjectRefStructure getDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
      Specified by:
      getDirectionRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The directionRef.
    • setDirectionRef

       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
    • setDirectionRef

       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
    • mergeDirectionRef

       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
    • clearDirectionRef

       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
    • getDirectionRefBuilder

      public VersionOfObjectRefStructure.Builder getDirectionRefBuilder()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
    • getDirectionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDirectionRefOrBuilder()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
      Specified by:
      getDirectionRefOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasDirectionView

      public boolean hasDirectionView()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
      Specified by:
      hasDirectionView in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the directionView field is set.
    • getDirectionView

      public DirectionViewType getDirectionView()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
      Specified by:
      getDirectionView in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The directionView.
    • setDirectionView

       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
    • setDirectionView

       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
    • mergeDirectionView

       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
    • clearDirectionView

       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
    • getDirectionViewBuilder

      public DirectionViewType.Builder getDirectionViewBuilder()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
    • getDirectionViewOrBuilder

      public DirectionViewTypeOrBuilder getDirectionViewOrBuilder()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
      Specified by:
      getDirectionViewOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasDestinationDisplayRef

      public boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
      Specified by:
      hasDestinationDisplayRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the destinationDisplayRef field is set.
    • getDestinationDisplayRef

      public VersionOfObjectRefStructure getDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
      Specified by:
      getDestinationDisplayRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The destinationDisplayRef.
    • setDestinationDisplayRef

       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
    • setDestinationDisplayRef

       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
    • mergeDestinationDisplayRef

       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
    • clearDestinationDisplayRef

      public DeadRunJourneyPattern_VersionStructure.Builder clearDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
    • getDestinationDisplayRefBuilder

      public VersionOfObjectRefStructure.Builder getDestinationDisplayRefBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
    • getDestinationDisplayRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
      Specified by:
      getDestinationDisplayRefOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasDestinationDisplayView

      public boolean hasDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
      Specified by:
      hasDestinationDisplayView in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the destinationDisplayView field is set.
    • getDestinationDisplayView

      public DestinationDisplayViewType getDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
      Specified by:
      getDestinationDisplayView in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The destinationDisplayView.
    • setDestinationDisplayView

       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
    • setDestinationDisplayView

      public DeadRunJourneyPattern_VersionStructure.Builder setDestinationDisplayView(DestinationDisplayViewType.Builder builderForValue)
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
    • mergeDestinationDisplayView

       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
    • clearDestinationDisplayView

      public DeadRunJourneyPattern_VersionStructure.Builder clearDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
    • getDestinationDisplayViewBuilder

      public DestinationDisplayViewType.Builder getDestinationDisplayViewBuilder()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
    • getDestinationDisplayViewOrBuilder

      public DestinationDisplayViewTypeOrBuilder getDestinationDisplayViewOrBuilder()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
      Specified by:
      getDestinationDisplayViewOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasTypeOfJourneyPatternRef

      public boolean hasTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Specified by:
      hasTypeOfJourneyPatternRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the typeOfJourneyPatternRef field is set.
    • getTypeOfJourneyPatternRef

      public VersionOfObjectRefStructure getTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Specified by:
      getTypeOfJourneyPatternRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The typeOfJourneyPatternRef.
    • setTypeOfJourneyPatternRef

       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
    • setTypeOfJourneyPatternRef

      public DeadRunJourneyPattern_VersionStructure.Builder setTypeOfJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
    • mergeTypeOfJourneyPatternRef

       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
    • clearTypeOfJourneyPatternRef

      public DeadRunJourneyPattern_VersionStructure.Builder clearTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
    • getTypeOfJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfJourneyPatternRefBuilder()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
    • getTypeOfJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfJourneyPatternRefOrBuilder()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Specified by:
      getTypeOfJourneyPatternRefOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasOperationalContextRef

      public boolean hasOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
      Specified by:
      hasOperationalContextRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the operationalContextRef field is set.
    • getOperationalContextRef

      public VersionOfObjectRefStructure getOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
      Specified by:
      getOperationalContextRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The operationalContextRef.
    • setOperationalContextRef

       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
    • setOperationalContextRef

       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
    • mergeOperationalContextRef

       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
    • clearOperationalContextRef

      public DeadRunJourneyPattern_VersionStructure.Builder clearOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
    • getOperationalContextRefBuilder

      public VersionOfObjectRefStructure.Builder getOperationalContextRefBuilder()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
    • getOperationalContextRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperationalContextRefOrBuilder()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
      Specified by:
      getOperationalContextRefOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasTimingPatternRef

      public boolean hasTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
      Specified by:
      hasTimingPatternRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the timingPatternRef field is set.
    • getTimingPatternRef

      public VersionOfObjectRefStructure getTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
      Specified by:
      getTimingPatternRef in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The timingPatternRef.
    • setTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
    • setTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
    • mergeTimingPatternRef

       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
    • clearTimingPatternRef

      public DeadRunJourneyPattern_VersionStructure.Builder clearTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
    • getTimingPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getTimingPatternRefBuilder()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
    • getTimingPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTimingPatternRefOrBuilder()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 323;
      Specified by:
      getTimingPatternRefOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
      Specified by:
      hasNoticeAssignments in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
      Specified by:
      getNoticeAssignments in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
    • setNoticeAssignments

       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
    • mergeNoticeAssignments

       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
    • clearNoticeAssignments

      public DeadRunJourneyPattern_VersionStructure.Builder clearNoticeAssignments()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
    • getNoticeAssignmentsBuilder

      public NoticeAssignments_RelStructure.Builder getNoticeAssignmentsBuilder()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasRunTimes

      public boolean hasRunTimes()
       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
      Specified by:
      hasRunTimes in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the runTimes field is set.
    • getRunTimes

       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
      Specified by:
      getRunTimes in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The runTimes.
    • setRunTimes

       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
    • setRunTimes

       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
    • mergeRunTimes

       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
    • clearRunTimes

       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
    • getRunTimesBuilder

      public JourneyPatternRunTimes_RelStructure.Builder getRunTimesBuilder()
       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
    • getRunTimesOrBuilder

      public JourneyPatternRunTimes_RelStructureOrBuilder getRunTimesOrBuilder()
       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
      Specified by:
      getRunTimesOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasWaitTimes

      public boolean hasWaitTimes()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
      Specified by:
      hasWaitTimes in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the waitTimes field is set.
    • getWaitTimes

      public JourneyPatternWaitTimes_RelStructure getWaitTimes()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
      Specified by:
      getWaitTimes in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The waitTimes.
    • setWaitTimes

       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
    • setWaitTimes

       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
    • mergeWaitTimes

       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
    • clearWaitTimes

       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
    • getWaitTimesBuilder

      public JourneyPatternWaitTimes_RelStructure.Builder getWaitTimesBuilder()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
    • getWaitTimesOrBuilder

      public JourneyPatternWaitTimes_RelStructureOrBuilder getWaitTimesOrBuilder()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
      Specified by:
      getWaitTimesOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasHeadways

      public boolean hasHeadways()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
      Specified by:
      hasHeadways in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the headways field is set.
    • getHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
      Specified by:
      getHeadways in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The headways.
    • setHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
    • setHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
    • mergeHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
    • clearHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
    • getHeadwaysBuilder

      public JourneyPatternHeadways_RelStructure.Builder getHeadwaysBuilder()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
    • getHeadwaysOrBuilder

      public JourneyPatternHeadways_RelStructureOrBuilder getHeadwaysOrBuilder()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
      Specified by:
      getHeadwaysOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasLayovers

      public boolean hasLayovers()
       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
      Specified by:
      hasLayovers in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the layovers field is set.
    • getLayovers

       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
      Specified by:
      getLayovers in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The layovers.
    • setLayovers

       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
    • setLayovers

       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
    • mergeLayovers

       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
    • clearLayovers

       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
    • getLayoversBuilder

      public JourneyPatternLayovers_RelStructure.Builder getLayoversBuilder()
       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
    • getLayoversOrBuilder

      public JourneyPatternLayovers_RelStructureOrBuilder getLayoversOrBuilder()
       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
      Specified by:
      getLayoversOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasPointsInSequence

      public boolean hasPointsInSequence()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
      Specified by:
      hasPointsInSequence in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the pointsInSequence field is set.
    • getPointsInSequence

      public PointsInJourneyPattern_RelStructure getPointsInSequence()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
      Specified by:
      getPointsInSequence in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The pointsInSequence.
    • setPointsInSequence

       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
    • setPointsInSequence

       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
    • mergePointsInSequence

       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
    • clearPointsInSequence

      public DeadRunJourneyPattern_VersionStructure.Builder clearPointsInSequence()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
    • getPointsInSequenceBuilder

      public PointsInJourneyPattern_RelStructure.Builder getPointsInSequenceBuilder()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
    • getPointsInSequenceOrBuilder

      public PointsInJourneyPattern_RelStructureOrBuilder getPointsInSequenceOrBuilder()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 179:98]
       
      .uk.org.netex.www.netex.PointsInJourneyPattern_RelStructure points_in_sequence = 341;
      Specified by:
      getPointsInSequenceOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder
    • hasLinksInSequence

      public boolean hasLinksInSequence()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
      Specified by:
      hasLinksInSequence in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      Whether the linksInSequence field is set.
    • getLinksInSequence

      public LinksInJourneyPattern_RelStructure getLinksInSequence()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
      Specified by:
      getLinksInSequence in interface DeadRunJourneyPattern_VersionStructureOrBuilder
      Returns:
      The linksInSequence.
    • setLinksInSequence

       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
    • setLinksInSequence

       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
    • mergeLinksInSequence

       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
    • clearLinksInSequence

      public DeadRunJourneyPattern_VersionStructure.Builder clearLinksInSequence()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
    • getLinksInSequenceBuilder

      public LinksInJourneyPattern_RelStructure.Builder getLinksInSequenceBuilder()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
    • getLinksInSequenceOrBuilder

      public LinksInJourneyPattern_RelStructureOrBuilder getLinksInSequenceOrBuilder()
       Sequence of points in JOURNEY PATTERN Points may be SCHEDULED STOP POINTs or TIMING POINTs.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.LinksInJourneyPattern_RelStructure links_in_sequence = 342;
      Specified by:
      getLinksInSequenceOrBuilder in interface DeadRunJourneyPattern_VersionStructureOrBuilder