Class DatedSpecialService_VersionStructure.Builder

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

public static final class DatedSpecialService_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DatedSpecialService_VersionStructure.Builder> implements DatedSpecialService_VersionStructureOrBuilder
 Type for DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 364:63]
 
Protobuf type uk.org.netex.www.netex.DatedSpecialService_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<DatedSpecialService_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<DatedSpecialService_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<DatedSpecialService_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public DatedSpecialService_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<DatedSpecialService_VersionStructure.Builder>
      Throws:
      IOException
    • getJourneyPatternRefStructureCase

      public DatedSpecialService_VersionStructure.JourneyPatternRefStructureCase getJourneyPatternRefStructureCase()
      Specified by:
      getJourneyPatternRefStructureCase in interface DatedSpecialService_VersionStructureOrBuilder
    • clearJourneyPatternRefStructure

      public DatedSpecialService_VersionStructure.Builder clearJourneyPatternRefStructure()
    • getVehicleTypeRefStructureCase

      Specified by:
      getVehicleTypeRefStructureCase in interface DatedSpecialService_VersionStructureOrBuilder
    • clearVehicleTypeRefStructure

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

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

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

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

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

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

      public DatedSpecialService_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 = 775;
      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 = 776;
      Specified by:
      getDerivedFromObjectRef in interface DatedSpecialService_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 = 776;
      Specified by:
      getDerivedFromObjectRefBytes in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public DatedSpecialService_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 = 776;
      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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_VersionStructureOrBuilder
    • setValidBetween

      public DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The distance.
    • setDistance

      public DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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.DatedSpecialService_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      hasInfoLinks in interface DatedSpecialService_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.DatedSpecialService_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinks in interface DatedSpecialService_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.DatedSpecialService_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.DatedSpecialService_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.DatedSpecialService_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.DatedSpecialService_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.DatedSpecialService_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.DatedSpecialService_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_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 DatedSpecialService_VersionStructureOrBuilder
    • getTransportModeValue

      public int getTransportModeValue()
       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Specified by:
      getTransportModeValue in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • setTransportModeValue

      public DatedSpecialService_VersionStructure.Builder setTransportModeValue(int value)
       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Parameters:
      value - The enum numeric value on the wire for transportMode to set.
      Returns:
      This builder for chaining.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Specified by:
      getTransportMode in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The transportMode.
    • setTransportMode

       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Parameters:
      value - The transportMode to set.
      Returns:
      This builder for chaining.
    • clearTransportMode

      public DatedSpecialService_VersionStructure.Builder clearTransportMode()
       Mode of transport of JOURNEY.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 101:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 291;
      Returns:
      This builder for chaining.
    • hasTransportSubmode

      public boolean hasTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
      Specified by:
      hasTransportSubmode in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the transportSubmode field is set.
    • getTransportSubmode

      public TransportSubmodeStructure getTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
      Specified by:
      getTransportSubmode in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The transportSubmode.
    • setTransportSubmode

       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
    • setTransportSubmode

       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
    • mergeTransportSubmode

       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
    • clearTransportSubmode

      public DatedSpecialService_VersionStructure.Builder clearTransportSubmode()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
    • getTransportSubmodeBuilder

      public TransportSubmodeStructure.Builder getTransportSubmodeBuilder()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
    • getTransportSubmodeOrBuilder

      public TransportSubmodeStructureOrBuilder getTransportSubmodeOrBuilder()
       A submode of a Public Transport MODE.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 94:72]
       
      .uk.org.netex.www.netex.TransportSubmodeStructure transport_submode = 292;
      Specified by:
      getTransportSubmodeOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasExternalVehicleJourneyRef

      public boolean hasExternalVehicleJourneyRef()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
      Specified by:
      hasExternalVehicleJourneyRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the externalVehicleJourneyRef field is set.
    • getExternalVehicleJourneyRef

      public VersionOfObjectRefStructure getExternalVehicleJourneyRef()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
      Specified by:
      getExternalVehicleJourneyRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The externalVehicleJourneyRef.
    • setExternalVehicleJourneyRef

       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
    • setExternalVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder setExternalVehicleJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
    • mergeExternalVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder mergeExternalVehicleJourneyRef(VersionOfObjectRefStructure value)
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
    • clearExternalVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder clearExternalVehicleJourneyRef()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
    • getExternalVehicleJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getExternalVehicleJourneyRefBuilder()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
    • getExternalVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalVehicleJourneyRefOrBuilder()
       An alternative  code that uniquely identifies the JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 107:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_vehicle_journey_ref = 293;
      Specified by:
      getExternalVehicleJourneyRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasTypeOfProductCategoryRef

      public boolean hasTypeOfProductCategoryRef()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
      Specified by:
      hasTypeOfProductCategoryRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the typeOfProductCategoryRef field is set.
    • getTypeOfProductCategoryRef

      public VersionOfObjectRefStructure getTypeOfProductCategoryRef()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
      Specified by:
      getTypeOfProductCategoryRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The typeOfProductCategoryRef.
    • setTypeOfProductCategoryRef

       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
    • setTypeOfProductCategoryRef

      public DatedSpecialService_VersionStructure.Builder setTypeOfProductCategoryRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
    • mergeTypeOfProductCategoryRef

      public DatedSpecialService_VersionStructure.Builder mergeTypeOfProductCategoryRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
    • clearTypeOfProductCategoryRef

      public DatedSpecialService_VersionStructure.Builder clearTypeOfProductCategoryRef()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
    • getTypeOfProductCategoryRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfProductCategoryRefBuilder()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
    • getTypeOfProductCategoryRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfProductCategoryRefOrBuilder()
       Reference to a TYPE OF PRODUCT CATEGORY. Product of a JOURNEY. e.g. ICS, Thales etc See ERA B.4 7037 Characteristic description code.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 791:140]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_product_category_ref = 294;
      Specified by:
      getTypeOfProductCategoryRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasTypeOfServiceRef

      public boolean hasTypeOfServiceRef()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
      Specified by:
      hasTypeOfServiceRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the typeOfServiceRef field is set.
    • getTypeOfServiceRef

      public VersionOfObjectRefStructure getTypeOfServiceRef()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
      Specified by:
      getTypeOfServiceRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The typeOfServiceRef.
    • setTypeOfServiceRef

       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
    • setTypeOfServiceRef

       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
    • mergeTypeOfServiceRef

       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
    • clearTypeOfServiceRef

      public DatedSpecialService_VersionStructure.Builder clearTypeOfServiceRef()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
    • getTypeOfServiceRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfServiceRefBuilder()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
    • getTypeOfServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfServiceRefOrBuilder()
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 295;
      Specified by:
      getTypeOfServiceRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasLinkSequenceProjectionRef

      public boolean hasLinkSequenceProjectionRef()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
      Specified by:
      hasLinkSequenceProjectionRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the linkSequenceProjectionRef field is set.
    • getLinkSequenceProjectionRef

      public VersionOfObjectRefStructure getLinkSequenceProjectionRef()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
      Specified by:
      getLinkSequenceProjectionRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The linkSequenceProjectionRef.
    • setLinkSequenceProjectionRef

       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
    • setLinkSequenceProjectionRef

      public DatedSpecialService_VersionStructure.Builder setLinkSequenceProjectionRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
    • mergeLinkSequenceProjectionRef

      public DatedSpecialService_VersionStructure.Builder mergeLinkSequenceProjectionRef(VersionOfObjectRefStructure value)
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
    • clearLinkSequenceProjectionRef

      public DatedSpecialService_VersionStructure.Builder clearLinkSequenceProjectionRef()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
    • getLinkSequenceProjectionRefBuilder

      public VersionOfObjectRefStructure.Builder getLinkSequenceProjectionRefBuilder()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
    • getLinkSequenceProjectionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLinkSequenceProjectionRefOrBuilder()
       Reference to a LINK SEQUENCE PROJECTION.  [netex_framework/netex_genericFramework/netex_projection_support.xsd at 162:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_projection_ref = 296;
      Specified by:
      getLinkSequenceProjectionRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasLinkSequenceProjection

      public boolean hasLinkSequenceProjection()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
      Specified by:
      hasLinkSequenceProjection in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the linkSequenceProjection field is set.
    • getLinkSequenceProjection

      public LinkSequenceProjectionType getLinkSequenceProjection()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
      Specified by:
      getLinkSequenceProjection in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The linkSequenceProjection.
    • setLinkSequenceProjection

       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
    • setLinkSequenceProjection

      public DatedSpecialService_VersionStructure.Builder setLinkSequenceProjection(LinkSequenceProjectionType.Builder builderForValue)
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
    • mergeLinkSequenceProjection

       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
    • clearLinkSequenceProjection

      public DatedSpecialService_VersionStructure.Builder clearLinkSequenceProjection()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
    • getLinkSequenceProjectionBuilder

      public LinkSequenceProjectionType.Builder getLinkSequenceProjectionBuilder()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
    • getLinkSequenceProjectionOrBuilder

      public LinkSequenceProjectionTypeOrBuilder getLinkSequenceProjectionOrBuilder()
       A Projection of a whole LINK SEQUENCE as an ordered series of POINTs.  [netex_framework/netex_genericFramework/netex_projection_version.xsd at 287:93]
       
      .uk.org.netex.www.netex.LinkSequenceProjectionType link_sequence_projection = 297;
      Specified by:
      getLinkSequenceProjectionOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getMonitored

      public boolean getMonitored()
       Whether the journey will be monitored in real time.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 118:67]
       
      bool monitored = 301;
      Specified by:
      getMonitored in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The monitored.
    • setMonitored

      public DatedSpecialService_VersionStructure.Builder setMonitored(boolean value)
       Whether the journey will be monitored in real time.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 118:67]
       
      bool monitored = 301;
      Parameters:
      value - The monitored to set.
      Returns:
      This builder for chaining.
    • clearMonitored

       Whether the journey will be monitored in real time.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 118:67]
       
      bool monitored = 301;
      Returns:
      This builder for chaining.
    • hasAccessibilityAssessment

      public boolean hasAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
      Specified by:
      hasAccessibilityAssessment in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      public AccessibilityAssessmentType getAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
      Specified by:
      getAccessibilityAssessment in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
    • setAccessibilityAssessment

      public DatedSpecialService_VersionStructure.Builder setAccessibilityAssessment(AccessibilityAssessmentType.Builder builderForValue)
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
    • mergeAccessibilityAssessment

       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
    • clearAccessibilityAssessment

      public DatedSpecialService_VersionStructure.Builder clearAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
    • getAccessibilityAssessmentBuilder

      public AccessibilityAssessmentType.Builder getAccessibilityAssessmentBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
    • getAccessibilityAssessmentOrBuilder

      public AccessibilityAssessmentTypeOrBuilder getAccessibilityAssessmentOrBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 302;
      Specified by:
      getAccessibilityAssessmentOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasJourneyAccountings

      public boolean hasJourneyAccountings()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
      Specified by:
      hasJourneyAccountings in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the journeyAccountings field is set.
    • getJourneyAccountings

      public JourneyAccountings_RelStructure getJourneyAccountings()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
      Specified by:
      getJourneyAccountings in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The journeyAccountings.
    • setJourneyAccountings

       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
    • setJourneyAccountings

       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
    • mergeJourneyAccountings

       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
    • clearJourneyAccountings

      public DatedSpecialService_VersionStructure.Builder clearJourneyAccountings()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
    • getJourneyAccountingsBuilder

      public JourneyAccountings_RelStructure.Builder getJourneyAccountingsBuilder()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
    • getJourneyAccountingsOrBuilder

      public JourneyAccountings_RelStructureOrBuilder getJourneyAccountingsOrBuilder()
       JOURNEY ACCOUNTING to be used to attribute JOURNEY costs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 124:96]
       
      .uk.org.netex.www.netex.JourneyAccountings_RelStructure journey_accountings = 303;
      Specified by:
      getJourneyAccountingsOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
      Specified by:
      hasNoticeAssignments in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
      Specified by:
      getNoticeAssignments in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
    • setNoticeAssignments

       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
    • mergeNoticeAssignments

       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
    • clearNoticeAssignments

      public DatedSpecialService_VersionStructure.Builder clearNoticeAssignments()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
    • getNoticeAssignmentsBuilder

      public NoticeAssignments_RelStructure.Builder getNoticeAssignmentsBuilder()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICEs  relevant for the whole GROUP OF SERVICEs.  [netex_part_2/part2_journeyTimes/netex_journey_version.xsd at 129:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 304;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDepartureTime

      public boolean hasDepartureTime()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
      Specified by:
      hasDepartureTime in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the departureTime field is set.
    • getDepartureTime

      public com.google.type.TimeOfDay getDepartureTime()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
      Specified by:
      getDepartureTime in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The departureTime.
    • setDepartureTime

      public DatedSpecialService_VersionStructure.Builder setDepartureTime(com.google.type.TimeOfDay value)
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
    • setDepartureTime

      public DatedSpecialService_VersionStructure.Builder setDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
    • mergeDepartureTime

      public DatedSpecialService_VersionStructure.Builder mergeDepartureTime(com.google.type.TimeOfDay value)
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
    • clearDepartureTime

      public DatedSpecialService_VersionStructure.Builder clearDepartureTime()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
    • getDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getDepartureTimeBuilder()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
    • getDepartureTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getDepartureTimeOrBuilder()
       Time of departure.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 280:68]
       
      .google.type.TimeOfDay departure_time = 441;
      Specified by:
      getDepartureTimeOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getDepartureDayOffset

      public int getDepartureDayOffset()
       Day offset if day of departure time of VEHICLE JOURNEY differs from the current OPERATING DAY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 285:78]
       
      int32 departure_day_offset = 442;
      Specified by:
      getDepartureDayOffset in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The departureDayOffset.
    • setDepartureDayOffset

      public DatedSpecialService_VersionStructure.Builder setDepartureDayOffset(int value)
       Day offset if day of departure time of VEHICLE JOURNEY differs from the current OPERATING DAY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 285:78]
       
      int32 departure_day_offset = 442;
      Parameters:
      value - The departureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearDepartureDayOffset

      public DatedSpecialService_VersionStructure.Builder clearDepartureDayOffset()
       Day offset if day of departure time of VEHICLE JOURNEY differs from the current OPERATING DAY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 285:78]
       
      int32 departure_day_offset = 442;
      Returns:
      This builder for chaining.
    • hasFrequency

      public boolean hasFrequency()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
      Specified by:
      hasFrequency in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the frequency field is set.
    • getFrequency

      public FrequencyStructure getFrequency()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
      Specified by:
      getFrequency in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The frequency.
    • setFrequency

       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
    • setFrequency

       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
    • mergeFrequency

       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
    • clearFrequency

       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
    • getFrequencyBuilder

      public FrequencyStructure.Builder getFrequencyBuilder()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
    • getFrequencyOrBuilder

      public FrequencyStructureOrBuilder getFrequencyOrBuilder()
       Frequency of Journey.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 290:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 443;
      Specified by:
      getFrequencyOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasJourneyDuration

      public boolean hasJourneyDuration()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
      Specified by:
      hasJourneyDuration in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the journeyDuration field is set.
    • getJourneyDuration

      public com.google.protobuf.Duration getJourneyDuration()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
      Specified by:
      getJourneyDuration in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The journeyDuration.
    • setJourneyDuration

      public DatedSpecialService_VersionStructure.Builder setJourneyDuration(com.google.protobuf.Duration value)
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
    • setJourneyDuration

      public DatedSpecialService_VersionStructure.Builder setJourneyDuration(com.google.protobuf.Duration.Builder builderForValue)
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
    • mergeJourneyDuration

      public DatedSpecialService_VersionStructure.Builder mergeJourneyDuration(com.google.protobuf.Duration value)
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
    • clearJourneyDuration

      public DatedSpecialService_VersionStructure.Builder clearJourneyDuration()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
    • getJourneyDurationBuilder

      public com.google.protobuf.Duration.Builder getJourneyDurationBuilder()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
    • getJourneyDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getJourneyDurationOrBuilder()
       Total length of Journey. Can be computed from individual times.  Add to Departure time to obtain JOURNEY arrival time.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_version.xsd at 295:74]
       
      .google.protobuf.Duration journey_duration = 444;
      Specified by:
      getJourneyDurationOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasClient

      public boolean hasClient()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
      Specified by:
      hasClient in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the client field is set.
    • getClient

      public MultilingualString getClient()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
      Specified by:
      getClient in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The client.
    • setClient

       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
    • setClient

       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
    • mergeClient

       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
    • clearClient

       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
    • getClientBuilder

      public MultilingualString.Builder getClientBuilder()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
    • getClientOrBuilder

      public MultilingualStringOrBuilder getClientOrBuilder()
       Client of Special Service.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 399:71]
       
      .uk.org.netex.www.netex.MultilingualString client = 451;
      Specified by:
      getClientOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDayTypes

      public boolean hasDayTypes()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
      Specified by:
      hasDayTypes in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the dayTypes field is set.
    • getDayTypes

      public DayTypeRefs_RelStructure getDayTypes()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
      Specified by:
      getDayTypes in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The dayTypes.
    • setDayTypes

       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
    • setDayTypes

       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
    • mergeDayTypes

       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
    • clearDayTypes

       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
    • getDayTypesBuilder

      public DayTypeRefs_RelStructure.Builder getDayTypesBuilder()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
    • getDayTypesOrBuilder

      public DayTypeRefs_RelStructureOrBuilder getDayTypesOrBuilder()
       DAY TYPEs for Journey.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 404:79]
       
      .uk.org.netex.www.netex.DayTypeRefs_RelStructure day_types = 452;
      Specified by:
      getDayTypesOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasOrigin

      public boolean hasOrigin()
       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
      Specified by:
      hasOrigin in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the origin field is set.
    • getOrigin

      public JourneyEndpointStructure getOrigin()
       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
      Specified by:
      getOrigin in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The origin.
    • setOrigin

       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
    • setOrigin

       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
    • mergeOrigin

       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
    • clearOrigin

       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
    • getOriginBuilder

      public JourneyEndpointStructure.Builder getOriginBuilder()
       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
    • getOriginOrBuilder

      public JourneyEndpointStructureOrBuilder getOriginOrBuilder()
       Origin  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 272:77]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure origin = 460;
      Specified by:
      getOriginOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDestination

      public boolean hasDestination()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
      Specified by:
      hasDestination in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the destination field is set.
    • getDestination

      public JourneyEndpointStructure getDestination()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
      Specified by:
      getDestination in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The destination.
    • setDestination

       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
    • setDestination

       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
    • mergeDestination

       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
    • clearDestination

       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
    • getDestinationBuilder

      public JourneyEndpointStructure.Builder getDestinationBuilder()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
    • getDestinationOrBuilder

      public JourneyEndpointStructureOrBuilder getDestinationOrBuilder()
       Destination  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 277:82]
       
      .uk.org.netex.www.netex.JourneyEndpointStructure destination = 461;
      Specified by:
      getDestinationOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getPrint

      public boolean getPrint()
       Whether the journey is included in printed media. Default is true.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 221:78]
       
      bool print = 471;
      Specified by:
      getPrint in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The print.
    • setPrint

      public DatedSpecialService_VersionStructure.Builder setPrint(boolean value)
       Whether the journey is included in printed media. Default is true.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 221:78]
       
      bool print = 471;
      Parameters:
      value - The print to set.
      Returns:
      This builder for chaining.
    • clearPrint

       Whether the journey is included in printed media. Default is true.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 221:78]
       
      bool print = 471;
      Returns:
      This builder for chaining.
    • getDynamicValue

      public int getDynamicValue()
       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 472;
      Specified by:
      getDynamicValue in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for dynamic.
    • setDynamicValue

      public DatedSpecialService_VersionStructure.Builder setDynamicValue(int value)
       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 472;
      Parameters:
      value - The enum numeric value on the wire for dynamic to set.
      Returns:
      This builder for chaining.
    • getDynamic

      public DynamicAdvertisementEnumeration getDynamic()
       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 472;
      Specified by:
      getDynamic in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The dynamic.
    • setDynamic

       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 472;
      Parameters:
      value - The dynamic to set.
      Returns:
      This builder for chaining.
    • clearDynamic

       When SERVICE JOURNEY is to be publicised in dynamic media. Default is always.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 226:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 472;
      Returns:
      This builder for chaining.
    • hasTypeOfFlexibleServiceRef

      public boolean hasTypeOfFlexibleServiceRef()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
      Specified by:
      hasTypeOfFlexibleServiceRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the typeOfFlexibleServiceRef field is set.
    • getTypeOfFlexibleServiceRef

      public VersionOfObjectRefStructure getTypeOfFlexibleServiceRef()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
      Specified by:
      getTypeOfFlexibleServiceRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The typeOfFlexibleServiceRef.
    • setTypeOfFlexibleServiceRef

       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
    • setTypeOfFlexibleServiceRef

      public DatedSpecialService_VersionStructure.Builder setTypeOfFlexibleServiceRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
    • mergeTypeOfFlexibleServiceRef

      public DatedSpecialService_VersionStructure.Builder mergeTypeOfFlexibleServiceRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
    • clearTypeOfFlexibleServiceRef

      public DatedSpecialService_VersionStructure.Builder clearTypeOfFlexibleServiceRef()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
    • getTypeOfFlexibleServiceRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFlexibleServiceRefBuilder()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
    • getTypeOfFlexibleServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfFlexibleServiceRefOrBuilder()
       Reference to a TYPE OF FLEXIBLE SERVICE.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 120:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_flexible_service_ref = 481;
      Specified by:
      getTypeOfFlexibleServiceRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getFlexibleServiceTypeValue

      public int getFlexibleServiceTypeValue()
       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Specified by:
      getFlexibleServiceTypeValue in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for flexibleServiceType.
    • setFlexibleServiceTypeValue

      public DatedSpecialService_VersionStructure.Builder setFlexibleServiceTypeValue(int value)
       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Parameters:
      value - The enum numeric value on the wire for flexibleServiceType to set.
      Returns:
      This builder for chaining.
    • getFlexibleServiceType

      public FlexibleServiceEnumeration getFlexibleServiceType()
       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Specified by:
      getFlexibleServiceType in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The flexibleServiceType.
    • setFlexibleServiceType

       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Parameters:
      value - The flexibleServiceType to set.
      Returns:
      This builder for chaining.
    • clearFlexibleServiceType

      public DatedSpecialService_VersionStructure.Builder clearFlexibleServiceType()
       Flexible service type is FixedPassingTimes/DynamicPassingTimes/FixedHeadwayFrequency (in the last value, this provides a maximum waiting time, but no passing time is defined, all is done dynamically depending on the demand). A NotFlexible value is probably also required to clearly state that a Stop (i.e. Point in JP) is not flexible when others are.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 145:92]
       
      .uk.org.netex.www.netex.FlexibleServiceEnumeration flexible_service_type = 482;
      Returns:
      This builder for chaining.
    • getCancellationPossible

      public boolean getCancellationPossible()
       Whether cancellation is always possible (meaning the Operator can decided to cancel, usually because there are not enough people, or they are too busy to run service).  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 150:78]
       
      bool cancellation_possible = 483;
      Specified by:
      getCancellationPossible in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The cancellationPossible.
    • setCancellationPossible

      public DatedSpecialService_VersionStructure.Builder setCancellationPossible(boolean value)
       Whether cancellation is always possible (meaning the Operator can decided to cancel, usually because there are not enough people, or they are too busy to run service).  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 150:78]
       
      bool cancellation_possible = 483;
      Parameters:
      value - The cancellationPossible to set.
      Returns:
      This builder for chaining.
    • clearCancellationPossible

      public DatedSpecialService_VersionStructure.Builder clearCancellationPossible()
       Whether cancellation is always possible (meaning the Operator can decided to cancel, usually because there are not enough people, or they are too busy to run service).  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 150:78]
       
      bool cancellation_possible = 483;
      Returns:
      This builder for chaining.
    • getChangeOfTimePossible

      public boolean getChangeOfTimePossible()
       Whether the time of the service may be altered.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 155:78]
       
      bool change_of_time_possible = 484;
      Specified by:
      getChangeOfTimePossible in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The changeOfTimePossible.
    • setChangeOfTimePossible

      public DatedSpecialService_VersionStructure.Builder setChangeOfTimePossible(boolean value)
       Whether the time of the service may be altered.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 155:78]
       
      bool change_of_time_possible = 484;
      Parameters:
      value - The changeOfTimePossible to set.
      Returns:
      This builder for chaining.
    • clearChangeOfTimePossible

      public DatedSpecialService_VersionStructure.Builder clearChangeOfTimePossible()
       Whether the time of the service may be altered.  [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 155:78]
       
      bool change_of_time_possible = 484;
      Returns:
      This builder for chaining.
    • hasBookingContact

      public boolean hasBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
      Specified by:
      hasBookingContact in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the bookingContact field is set.
    • getBookingContact

      public ContactStructure getBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
      Specified by:
      getBookingContact in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bookingContact.
    • setBookingContact

       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
    • setBookingContact

      public DatedSpecialService_VersionStructure.Builder setBookingContact(ContactStructure.Builder builderForValue)
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
    • mergeBookingContact

       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
    • clearBookingContact

      public DatedSpecialService_VersionStructure.Builder clearBookingContact()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
    • getBookingContactBuilder

      public ContactStructure.Builder getBookingContactBuilder()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
    • getBookingContactOrBuilder

      public ContactStructureOrBuilder getBookingContactOrBuilder()
       Contact for Booking. +v1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 145:77]
       
      .uk.org.netex.www.netex.ContactStructure booking_contact = 491;
      Specified by:
      getBookingContactOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getBookingMethodsList

      public List<BookingMethodEnumeration> getBookingMethodsList()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Specified by:
      getBookingMethodsList in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      A list containing the bookingMethods.
    • getBookingMethodsCount

      public int getBookingMethodsCount()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Specified by:
      getBookingMethodsCount in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The count of bookingMethods.
    • getBookingMethods

      public BookingMethodEnumeration getBookingMethods(int index)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Specified by:
      getBookingMethods in interface DatedSpecialService_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The bookingMethods at the given index.
    • setBookingMethods

      public DatedSpecialService_VersionStructure.Builder setBookingMethods(int index, BookingMethodEnumeration value)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The bookingMethods to set.
      Returns:
      This builder for chaining.
    • addBookingMethods

       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      value - The bookingMethods to add.
      Returns:
      This builder for chaining.
    • addAllBookingMethods

      public DatedSpecialService_VersionStructure.Builder addAllBookingMethods(Iterable<? extends BookingMethodEnumeration> values)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      values - The bookingMethods to add.
      Returns:
      This builder for chaining.
    • clearBookingMethods

      public DatedSpecialService_VersionStructure.Builder clearBookingMethods()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Returns:
      This builder for chaining.
    • getBookingMethodsValueList

      public List<Integer> getBookingMethodsValueList()
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Specified by:
      getBookingMethodsValueList in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for bookingMethods.
    • getBookingMethodsValue

      public int getBookingMethodsValue(int index)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Specified by:
      getBookingMethodsValue in interface DatedSpecialService_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of bookingMethods at the given index.
    • setBookingMethodsValue

      public DatedSpecialService_VersionStructure.Builder setBookingMethodsValue(int index, int value)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for bookingMethods to set.
      Returns:
      This builder for chaining.
    • addBookingMethodsValue

      public DatedSpecialService_VersionStructure.Builder addBookingMethodsValue(int value)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for bookingMethods to add.
      Returns:
      This builder for chaining.
    • addAllBookingMethodsValue

      public DatedSpecialService_VersionStructure.Builder addAllBookingMethodsValue(Iterable<Integer> values)
       Allowed Ways of Making a BOOKING.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 150:92]
       
      repeated .uk.org.netex.www.netex.BookingMethodEnumeration booking_methods = 492 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for bookingMethods to add.
      Returns:
      This builder for chaining.
    • getBookingAccessValue

      public int getBookingAccessValue()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Specified by:
      getBookingAccessValue in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for bookingAccess.
    • setBookingAccessValue

      public DatedSpecialService_VersionStructure.Builder setBookingAccessValue(int value)
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Parameters:
      value - The enum numeric value on the wire for bookingAccess to set.
      Returns:
      This builder for chaining.
    • getBookingAccess

      public BookingAccessEnumeration getBookingAccess()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Specified by:
      getBookingAccess in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bookingAccess.
    • setBookingAccess

       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Parameters:
      value - The bookingAccess to set.
      Returns:
      This builder for chaining.
    • clearBookingAccess

      public DatedSpecialService_VersionStructure.Builder clearBookingAccess()
       Who can make a booking. Default is public.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 155:84]
       
      .uk.org.netex.www.netex.BookingAccessEnumeration booking_access = 493;
      Returns:
      This builder for chaining.
    • getBookWhenValue

      public int getBookWhenValue()
       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Specified by:
      getBookWhenValue in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for bookWhen.
    • setBookWhenValue

      public DatedSpecialService_VersionStructure.Builder setBookWhenValue(int value)
       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Parameters:
      value - The enum numeric value on the wire for bookWhen to set.
      Returns:
      This builder for chaining.
    • getBookWhen

      public PurchaseWhenEnumeration getBookWhen()
       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Specified by:
      getBookWhen in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bookWhen.
    • setBookWhen

       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Parameters:
      value - The bookWhen to set.
      Returns:
      This builder for chaining.
    • clearBookWhen

       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 494;
      Returns:
      This builder for chaining.
    • getBuyWhenList

      public List<PurchaseMomentEnumeration> getBuyWhenList()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Specified by:
      getBuyWhenList in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      A list containing the buyWhen.
    • getBuyWhenCount

      public int getBuyWhenCount()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Specified by:
      getBuyWhenCount in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The count of buyWhen.
    • getBuyWhen

      public PurchaseMomentEnumeration getBuyWhen(int index)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Specified by:
      getBuyWhen in interface DatedSpecialService_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The buyWhen at the given index.
    • setBuyWhen

       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The buyWhen to set.
      Returns:
      This builder for chaining.
    • addBuyWhen

       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      value - The buyWhen to add.
      Returns:
      This builder for chaining.
    • addAllBuyWhen

       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      values - The buyWhen to add.
      Returns:
      This builder for chaining.
    • clearBuyWhen

       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Returns:
      This builder for chaining.
    • getBuyWhenValueList

      public List<Integer> getBuyWhenValueList()
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Specified by:
      getBuyWhenValueList in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for buyWhen.
    • getBuyWhenValue

      public int getBuyWhenValue(int index)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Specified by:
      getBuyWhenValue in interface DatedSpecialService_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of buyWhen at the given index.
    • setBuyWhenValue

      public DatedSpecialService_VersionStructure.Builder setBuyWhenValue(int index, int value)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for buyWhen to set.
      Returns:
      This builder for chaining.
    • addBuyWhenValue

      public DatedSpecialService_VersionStructure.Builder addBuyWhenValue(int value)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for buyWhen to add.
      Returns:
      This builder for chaining.
    • addAllBuyWhenValue

      public DatedSpecialService_VersionStructure.Builder addAllBuyWhenValue(Iterable<Integer> values)
       When purchase can be made.  +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 165:86]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration buy_when = 495 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for buyWhen to add.
      Returns:
      This builder for chaining.
    • hasLatestBookingTime

      public boolean hasLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
      Specified by:
      hasLatestBookingTime in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the latestBookingTime field is set.
    • getLatestBookingTime

      public com.google.type.TimeOfDay getLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
      Specified by:
      getLatestBookingTime in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The latestBookingTime.
    • setLatestBookingTime

      public DatedSpecialService_VersionStructure.Builder setLatestBookingTime(com.google.type.TimeOfDay value)
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
    • setLatestBookingTime

      public DatedSpecialService_VersionStructure.Builder setLatestBookingTime(com.google.type.TimeOfDay.Builder builderForValue)
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
    • mergeLatestBookingTime

      public DatedSpecialService_VersionStructure.Builder mergeLatestBookingTime(com.google.type.TimeOfDay value)
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
    • clearLatestBookingTime

      public DatedSpecialService_VersionStructure.Builder clearLatestBookingTime()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
    • getLatestBookingTimeBuilder

      public com.google.type.TimeOfDay.Builder getLatestBookingTimeBuilder()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
    • getLatestBookingTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getLatestBookingTimeOrBuilder()
       Latest time in day that booking can be made.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 170:72]
       
      .google.type.TimeOfDay latest_booking_time = 496;
      Specified by:
      getLatestBookingTimeOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasMinimumBookingPeriod

      public boolean hasMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
      Specified by:
      hasMinimumBookingPeriod in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the minimumBookingPeriod field is set.
    • getMinimumBookingPeriod

      public com.google.protobuf.Duration getMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
      Specified by:
      getMinimumBookingPeriod in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The minimumBookingPeriod.
    • setMinimumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder setMinimumBookingPeriod(com.google.protobuf.Duration value)
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
    • setMinimumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder setMinimumBookingPeriod(com.google.protobuf.Duration.Builder builderForValue)
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
    • mergeMinimumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder mergeMinimumBookingPeriod(com.google.protobuf.Duration value)
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
    • clearMinimumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder clearMinimumBookingPeriod()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
    • getMinimumBookingPeriodBuilder

      public com.google.protobuf.Duration.Builder getMinimumBookingPeriodBuilder()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
    • getMinimumBookingPeriodOrBuilder

      public com.google.protobuf.DurationOrBuilder getMinimumBookingPeriodOrBuilder()
       Minimum interval in advance of departure day or time that Service may be ordered.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 175:79]
       
      .google.protobuf.Duration minimum_booking_period = 497;
      Specified by:
      getMinimumBookingPeriodOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasMaximumBookingPeriod

      public boolean hasMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
      Specified by:
      hasMaximumBookingPeriod in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the maximumBookingPeriod field is set.
    • getMaximumBookingPeriod

      public com.google.protobuf.Duration getMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
      Specified by:
      getMaximumBookingPeriod in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The maximumBookingPeriod.
    • setMaximumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder setMaximumBookingPeriod(com.google.protobuf.Duration value)
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
    • setMaximumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder setMaximumBookingPeriod(com.google.protobuf.Duration.Builder builderForValue)
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
    • mergeMaximumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder mergeMaximumBookingPeriod(com.google.protobuf.Duration value)
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
    • clearMaximumBookingPeriod

      public DatedSpecialService_VersionStructure.Builder clearMaximumBookingPeriod()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
    • getMaximumBookingPeriodBuilder

      public com.google.protobuf.Duration.Builder getMaximumBookingPeriodBuilder()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
    • getMaximumBookingPeriodOrBuilder

      public com.google.protobuf.DurationOrBuilder getMaximumBookingPeriodOrBuilder()
       Maximum interval in advance of departure day or time that Service may be ordered. +V1.2..2  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 180:79]
       
      .google.protobuf.Duration maximum_booking_period = 488;
      Specified by:
      getMaximumBookingPeriodOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getBookingUrl

      public String getBookingUrl()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Specified by:
      getBookingUrl in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bookingUrl.
    • getBookingUrlBytes

      public com.google.protobuf.ByteString getBookingUrlBytes()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Specified by:
      getBookingUrlBytes in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bytes for bookingUrl.
    • setBookingUrl

       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Parameters:
      value - The bookingUrl to set.
      Returns:
      This builder for chaining.
    • clearBookingUrl

       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Returns:
      This builder for chaining.
    • setBookingUrlBytes

      public DatedSpecialService_VersionStructure.Builder setBookingUrlBytes(com.google.protobuf.ByteString value)
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 498;
      Parameters:
      value - The bytes for bookingUrl to set.
      Returns:
      This builder for chaining.
    • hasBookingNote

      public boolean hasBookingNote()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
      Specified by:
      hasBookingNote in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the bookingNote field is set.
    • getBookingNote

      public MultilingualString getBookingNote()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
      Specified by:
      getBookingNote in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The bookingNote.
    • setBookingNote

       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
    • setBookingNote

       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
    • mergeBookingNote

       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
    • clearBookingNote

       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
    • getBookingNoteBuilder

      public MultilingualString.Builder getBookingNoteBuilder()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
    • getBookingNoteOrBuilder

      public MultilingualStringOrBuilder getBookingNoteOrBuilder()
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 499;
      Specified by:
      getBookingNoteOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getChoiceWrapperList

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
      Specified by:
      getChoiceWrapperList in interface DatedSpecialService_VersionStructureOrBuilder
    • getChoiceWrapperCount

      public int getChoiceWrapperCount()
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
      Specified by:
      getChoiceWrapperCount in interface DatedSpecialService_VersionStructureOrBuilder
    • getChoiceWrapper

      public ChoiceWrapper_DatedSpecialService_VersionStructure getChoiceWrapper(int index)
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
      Specified by:
      getChoiceWrapper in interface DatedSpecialService_VersionStructureOrBuilder
    • setChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • setChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • addChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • addChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • addChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • addChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • addAllChoiceWrapper

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • clearChoiceWrapper

      public DatedSpecialService_VersionStructure.Builder clearChoiceWrapper()
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • removeChoiceWrapper

      public DatedSpecialService_VersionStructure.Builder removeChoiceWrapper(int index)
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapperBuilder

      public ChoiceWrapper_DatedSpecialService_VersionStructure.Builder getChoiceWrapperBuilder(int index)
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapperOrBuilder

      public ChoiceWrapper_DatedSpecialService_VersionStructureOrBuilder getChoiceWrapperOrBuilder(int index)
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
      Specified by:
      getChoiceWrapperOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • getChoiceWrapperOrBuilderList

      public List<? extends ChoiceWrapper_DatedSpecialService_VersionStructureOrBuilder> getChoiceWrapperOrBuilderList()
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
      Specified by:
      getChoiceWrapperOrBuilderList in interface DatedSpecialService_VersionStructureOrBuilder
    • addChoiceWrapperBuilder

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • addChoiceWrapperBuilder

      public ChoiceWrapper_DatedSpecialService_VersionStructure.Builder addChoiceWrapperBuilder(int index)
       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • getChoiceWrapperBuilderList

       [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 190:52]
       
      repeated .uk.org.netex.www.netex.ChoiceWrapper_DatedSpecialService_VersionStructure choice_wrapper = 773;
    • hasOperatingDayRef

      public boolean hasOperatingDayRef()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
      Specified by:
      hasOperatingDayRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the operatingDayRef field is set.
    • getOperatingDayRef

      public VersionOfObjectRefStructure getOperatingDayRef()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
      Specified by:
      getOperatingDayRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The operatingDayRef.
    • setOperatingDayRef

       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
    • setOperatingDayRef

       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
    • mergeOperatingDayRef

       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
    • clearOperatingDayRef

      public DatedSpecialService_VersionStructure.Builder clearOperatingDayRef()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
    • getOperatingDayRefBuilder

      public VersionOfObjectRefStructure.Builder getOperatingDayRefBuilder()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
    • getOperatingDayRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperatingDayRefOrBuilder()
       Reference to an OPERATING DAY.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 748;
      Specified by:
      getOperatingDayRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasUicOperatingPeriod

      public boolean hasUicOperatingPeriod()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
      Specified by:
      hasUicOperatingPeriod in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the uicOperatingPeriod field is set.
    • getUicOperatingPeriod

      public UicOperatingPeriodType getUicOperatingPeriod()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
      Specified by:
      getUicOperatingPeriod in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The uicOperatingPeriod.
    • setUicOperatingPeriod

       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
    • setUicOperatingPeriod

      public DatedSpecialService_VersionStructure.Builder setUicOperatingPeriod(UicOperatingPeriodType.Builder builderForValue)
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
    • mergeUicOperatingPeriod

       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
    • clearUicOperatingPeriod

      public DatedSpecialService_VersionStructure.Builder clearUicOperatingPeriod()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
    • getUicOperatingPeriodBuilder

      public UicOperatingPeriodType.Builder getUicOperatingPeriodBuilder()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
    • getUicOperatingPeriodOrBuilder

      public UicOperatingPeriodTypeOrBuilder getUicOperatingPeriodOrBuilder()
       An OPERATING PERIOD coded in UIC style as a bit string between two dates.  [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
       
      .uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 752;
      Specified by:
      getUicOperatingPeriodOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasExternalDatedVehicleJourneyRef

      public boolean hasExternalDatedVehicleJourneyRef()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
      Specified by:
      hasExternalDatedVehicleJourneyRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the externalDatedVehicleJourneyRef field is set.
    • getExternalDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getExternalDatedVehicleJourneyRef()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
      Specified by:
      getExternalDatedVehicleJourneyRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The externalDatedVehicleJourneyRef.
    • setExternalDatedVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder setExternalDatedVehicleJourneyRef(VersionOfObjectRefStructure value)
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
    • setExternalDatedVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder setExternalDatedVehicleJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
    • mergeExternalDatedVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder mergeExternalDatedVehicleJourneyRef(VersionOfObjectRefStructure value)
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
    • clearExternalDatedVehicleJourneyRef

      public DatedSpecialService_VersionStructure.Builder clearExternalDatedVehicleJourneyRef()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
    • getExternalDatedVehicleJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getExternalDatedVehicleJourneyRefBuilder()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
    • getExternalDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalDatedVehicleJourneyRefOrBuilder()
       An alternative code that uniquely identifies the DATED VEHICLE JOURNEY. Specifically for use in AVMS systems. For VDV compatibility.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 199:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_dated_vehicle_journey_ref = 749;
      Specified by:
      getExternalDatedVehicleJourneyRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDatedJourneyPatternRef

      public boolean hasDatedJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
      Specified by:
      hasDatedJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the datedJourneyPatternRef field is set.
    • getDatedJourneyPatternRef

      public VersionOfObjectRefStructure getDatedJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
      Specified by:
      getDatedJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The datedJourneyPatternRef.
    • setDatedJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
    • setDatedJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder setDatedJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
    • mergeDatedJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
    • clearDatedJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder clearDatedJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
    • getDatedJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getDatedJourneyPatternRefBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
    • getDatedJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 204:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_pattern_ref = 750;
      Specified by:
      getDatedJourneyPatternRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDriverRef

      public boolean hasDriverRef()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
      Specified by:
      hasDriverRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the driverRef field is set.
    • getDriverRef

      public VersionOfObjectRefStructure getDriverRef()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
      Specified by:
      getDriverRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The driverRef.
    • setDriverRef

       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
    • setDriverRef

       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
    • mergeDriverRef

       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
    • clearDriverRef

       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
    • getDriverRefBuilder

      public VersionOfObjectRefStructure.Builder getDriverRefBuilder()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
    • getDriverRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDriverRefOrBuilder()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 751;
      Specified by:
      getDriverRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDatedPassingTimes

      public boolean hasDatedPassingTimes()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
      Specified by:
      hasDatedPassingTimes in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the datedPassingTimes field is set.
    • getDatedPassingTimes

      public TargetPassingTimes_RelStructure getDatedPassingTimes()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
      Specified by:
      getDatedPassingTimes in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The datedPassingTimes.
    • setDatedPassingTimes

       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
    • setDatedPassingTimes

       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
    • mergeDatedPassingTimes

       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
    • clearDatedPassingTimes

      public DatedSpecialService_VersionStructure.Builder clearDatedPassingTimes()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
    • getDatedPassingTimesBuilder

      public TargetPassingTimes_RelStructure.Builder getDatedPassingTimesBuilder()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
    • getDatedPassingTimesOrBuilder

      public TargetPassingTimes_RelStructureOrBuilder getDatedPassingTimesOrBuilder()
       PASSING TIMEs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 173:95]
       
      .uk.org.netex.www.netex.TargetPassingTimes_RelStructure dated_passing_times = 761;
      Specified by:
      getDatedPassingTimesOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDatedCalls

      public boolean hasDatedCalls()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
      Specified by:
      hasDatedCalls in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the datedCalls field is set.
    • getDatedCalls

      public DatedCalls_RelStructure getDatedCalls()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
      Specified by:
      getDatedCalls in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The datedCalls.
    • setDatedCalls

       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
    • setDatedCalls

       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
    • mergeDatedCalls

       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
    • clearDatedCalls

       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
    • getDatedCallsBuilder

      public DatedCalls_RelStructure.Builder getDatedCallsBuilder()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
    • getDatedCallsOrBuilder

      public DatedCalls_RelStructureOrBuilder getDatedCallsOrBuilder()
       DATED CALLs  for JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_version.xsd at 178:80]
       
      .uk.org.netex.www.netex.DatedCalls_RelStructure dated_calls = 762;
      Specified by:
      getDatedCallsOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasJourneyPatternRef

      public boolean hasJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
      Specified by:
      hasJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the journeyPatternRef field is set.
    • getJourneyPatternRef

      public VersionOfObjectRefStructure getJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
      Specified by:
      getJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The journeyPatternRef.
    • setJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
    • setJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
    • mergeJourneyPatternRef

       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
    • clearJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder clearJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
    • getJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getJourneyPatternRefBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
    • getJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 453;
      Specified by:
      getJourneyPatternRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasDeadRunJourneyPatternRef

      public boolean hasDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
      Specified by:
      hasDeadRunJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the deadRunJourneyPatternRef field is set.
    • getDeadRunJourneyPatternRef

      public VersionOfObjectRefStructure getDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
      Specified by:
      getDeadRunJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The deadRunJourneyPatternRef.
    • setDeadRunJourneyPatternRef

       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
    • setDeadRunJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder setDeadRunJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
    • mergeDeadRunJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder mergeDeadRunJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
    • clearDeadRunJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder clearDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
    • getDeadRunJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getDeadRunJourneyPatternRefBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
    • getDeadRunJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDeadRunJourneyPatternRefOrBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 454;
      Specified by:
      getDeadRunJourneyPatternRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasServicePatternRef

      public boolean hasServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
      Specified by:
      hasServicePatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the servicePatternRef field is set.
    • getServicePatternRef

      public VersionOfObjectRefStructure getServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
      Specified by:
      getServicePatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The servicePatternRef.
    • setServicePatternRef

       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
    • setServicePatternRef

       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
    • mergeServicePatternRef

       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
    • clearServicePatternRef

      public DatedSpecialService_VersionStructure.Builder clearServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
    • getServicePatternRefBuilder

      public VersionOfObjectRefStructure.Builder getServicePatternRefBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
    • getServicePatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServicePatternRefOrBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 455;
      Specified by:
      getServicePatternRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasServiceJourneyPatternRef

      public boolean hasServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
      Specified by:
      hasServiceJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      Whether the serviceJourneyPatternRef field is set.
    • getServiceJourneyPatternRef

      public VersionOfObjectRefStructure getServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
      Specified by:
      getServiceJourneyPatternRef in interface DatedSpecialService_VersionStructureOrBuilder
      Returns:
      The serviceJourneyPatternRef.
    • setServiceJourneyPatternRef

       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
    • setServiceJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder setServiceJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
    • mergeServiceJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder mergeServiceJourneyPatternRef(VersionOfObjectRefStructure value)
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
    • clearServiceJourneyPatternRef

      public DatedSpecialService_VersionStructure.Builder clearServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
    • getServiceJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getServiceJourneyPatternRefBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
    • getServiceJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyPatternRefOrBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 456;
      Specified by:
      getServiceJourneyPatternRefOrBuilder in interface DatedSpecialService_VersionStructureOrBuilder
    • hasVehicleTypeRef

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

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

       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 457;
    • setVehicleTypeRef

       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 457;
    • mergeVehicleTypeRef

       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 457;
    • clearVehicleTypeRef

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

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

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

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

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

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

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

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

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

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

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

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

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

       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 459;
    • setCompoundTrainRef

       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 459;
    • mergeCompoundTrainRef

       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 459;
    • clearCompoundTrainRef

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

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

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