Class FareSection_VersionStructure.Builder

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

public static final class FareSection_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<FareSection_VersionStructure.Builder> implements FareSection_VersionStructureOrBuilder
 Type for FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 452:55]
 
Protobuf type uk.org.netex.www.netex.FareSection_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<FareSection_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<FareSection_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<FareSection_VersionStructure.Builder>
    • getDefaultInstanceForType

      public FareSection_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 FareSection_VersionStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

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

      public FareSection_VersionStructure.JourneyPatternRefStructureCase getJourneyPatternRefStructureCase()
      Specified by:
      getJourneyPatternRefStructureCase in interface FareSection_VersionStructureOrBuilder
    • clearJourneyPatternRefStructure

      public FareSection_VersionStructure.Builder clearJourneyPatternRefStructure()
    • 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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public FareSection_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 FareSection_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 FareSection_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

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

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

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

      public FareSection_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 FareSection_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 FareSection_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

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

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

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

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

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

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

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

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

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

      public FareSection_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 = 634;
      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 = 635;
      Specified by:
      getDerivedFromObjectRef in interface FareSection_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 = 635;
      Specified by:
      getDerivedFromObjectRefBytes in interface FareSection_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public FareSection_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 = 635;
      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 FareSection_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 FareSection_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

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

       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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_VersionStructureOrBuilder
    • setValidBetween

      public FareSection_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 FareSection_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 FareSection_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

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

      public FareSection_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 FareSection_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

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

      public FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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

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

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

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface FareSection_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 FareSection_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 FareSection_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

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

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

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

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

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

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

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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 FareSection_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

      public FareSection_VersionStructure.Builder 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 FareSection_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 FareSection_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 FareSection_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

      public FareSection_VersionStructure.Builder setDescription(MultilingualString.Builder builderForValue)
       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

      public FareSection_VersionStructure.Builder 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 FareSection_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 FareSection_VersionStructureOrBuilder
      Returns:
      The distance.
    • setDistance

      public FareSection_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

      public FareSection_VersionStructure.Builder 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 FareSection_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 FareSection_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

      public FareSection_VersionStructure.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 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

      public FareSection_VersionStructure.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 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 FareSection_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 FareSection_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 FareSection_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

      public FareSection_VersionStructure.Builder 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 FareSection_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.FareSection_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      hasInfoLinks in interface FareSection_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.FareSection_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinks in interface FareSection_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.FareSection_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.FareSection_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.FareSection_VersionStructure.InfoLinksType info_links = 167;
    • clearInfoLinks

      public FareSection_VersionStructure.Builder clearInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.FareSection_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.FareSection_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.FareSection_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface FareSection_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 FareSection_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 FareSection_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

      public FareSection_VersionStructure.Builder setSectionsInSequence(SectionsInSequence_RelStructure.Builder builderForValue)
       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 FareSection_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 FareSection_VersionStructureOrBuilder
    • getNameOfLinkClass

      public String getNameOfLinkClass()
       Name of Link Cass of COMMON SECTION  [netex_framework/netex_genericFramework/netex_section_version.xsd at 107:62]
       
      string name_of_link_class = 201;
      Specified by:
      getNameOfLinkClass in interface FareSection_VersionStructureOrBuilder
      Returns:
      The nameOfLinkClass.
    • getNameOfLinkClassBytes

      public com.google.protobuf.ByteString getNameOfLinkClassBytes()
       Name of Link Cass of COMMON SECTION  [netex_framework/netex_genericFramework/netex_section_version.xsd at 107:62]
       
      string name_of_link_class = 201;
      Specified by:
      getNameOfLinkClassBytes in interface FareSection_VersionStructureOrBuilder
      Returns:
      The bytes for nameOfLinkClass.
    • setNameOfLinkClass

      public FareSection_VersionStructure.Builder setNameOfLinkClass(String value)
       Name of Link Cass of COMMON SECTION  [netex_framework/netex_genericFramework/netex_section_version.xsd at 107:62]
       
      string name_of_link_class = 201;
      Parameters:
      value - The nameOfLinkClass to set.
      Returns:
      This builder for chaining.
    • clearNameOfLinkClass

      public FareSection_VersionStructure.Builder clearNameOfLinkClass()
       Name of Link Cass of COMMON SECTION  [netex_framework/netex_genericFramework/netex_section_version.xsd at 107:62]
       
      string name_of_link_class = 201;
      Returns:
      This builder for chaining.
    • setNameOfLinkClassBytes

      public FareSection_VersionStructure.Builder setNameOfLinkClassBytes(com.google.protobuf.ByteString value)
       Name of Link Cass of COMMON SECTION  [netex_framework/netex_genericFramework/netex_section_version.xsd at 107:62]
       
      string name_of_link_class = 201;
      Parameters:
      value - The bytes for nameOfLinkClass to set.
      Returns:
      This builder for chaining.
    • hasPurposeOfGroupingRef

      public boolean hasPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
      Specified by:
      hasPurposeOfGroupingRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      public VersionOfObjectRefStructure getPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
      Specified by:
      getPurposeOfGroupingRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      The purposeOfGroupingRef.
    • setPurposeOfGroupingRef

      public FareSection_VersionStructure.Builder setPurposeOfGroupingRef(VersionOfObjectRefStructure value)
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
    • setPurposeOfGroupingRef

      public FareSection_VersionStructure.Builder setPurposeOfGroupingRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
    • mergePurposeOfGroupingRef

      public FareSection_VersionStructure.Builder mergePurposeOfGroupingRef(VersionOfObjectRefStructure value)
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
    • clearPurposeOfGroupingRef

      public FareSection_VersionStructure.Builder clearPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
    • getPurposeOfGroupingRefBuilder

      public VersionOfObjectRefStructure.Builder getPurposeOfGroupingRefBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
    • getPurposeOfGroupingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 291;
      Specified by:
      getPurposeOfGroupingRefOrBuilder in interface FareSection_VersionStructureOrBuilder
    • hasUsedIn

      public boolean hasUsedIn()
       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
      Specified by:
      hasUsedIn in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the usedIn field is set.
    • getUsedIn

      public LinkSequenceRefs_RelStructure getUsedIn()
       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
      Specified by:
      getUsedIn in interface FareSection_VersionStructureOrBuilder
      Returns:
      The usedIn.
    • setUsedIn

       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
    • setUsedIn

       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
    • mergeUsedIn

       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
    • clearUsedIn

       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
    • getUsedInBuilder

      public LinkSequenceRefs_RelStructure.Builder getUsedInBuilder()
       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
    • getUsedInOrBuilder

      public LinkSequenceRefs_RelStructureOrBuilder getUsedInOrBuilder()
       LINK SEQUENCES using SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 125:82]
       
      .uk.org.netex.www.netex.LinkSequenceRefs_RelStructure used_in = 292;
      Specified by:
      getUsedInOrBuilder in interface FareSection_VersionStructureOrBuilder
    • hasPointsOnSection

      public boolean hasPointsOnSection()
       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
      Specified by:
      hasPointsOnSection in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the pointsOnSection field is set.
    • getPointsOnSection

      public PointsOnSection_RelStructure getPointsOnSection()
       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
      Specified by:
      getPointsOnSection in interface FareSection_VersionStructureOrBuilder
      Returns:
      The pointsOnSection.
    • setPointsOnSection

       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
    • setPointsOnSection

       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
    • mergePointsOnSection

       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
    • clearPointsOnSection

      public FareSection_VersionStructure.Builder clearPointsOnSection()
       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
    • getPointsOnSectionBuilder

      public PointsOnSection_RelStructure.Builder getPointsOnSectionBuilder()
       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
    • getPointsOnSectionOrBuilder

      public PointsOnSection_RelStructureOrBuilder getPointsOnSectionOrBuilder()
       Ordered collection of POINTS used in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 183:90]
       
      .uk.org.netex.www.netex.PointsOnSection_RelStructure points_on_section = 441;
      Specified by:
      getPointsOnSectionOrBuilder in interface FareSection_VersionStructureOrBuilder
    • hasLinksOnSection

      public boolean hasLinksOnSection()
       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
      Specified by:
      hasLinksOnSection in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the linksOnSection field is set.
    • getLinksOnSection

      public LinksOnSection_RelStructure getLinksOnSection()
       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
      Specified by:
      getLinksOnSection in interface FareSection_VersionStructureOrBuilder
      Returns:
      The linksOnSection.
    • setLinksOnSection

       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
    • setLinksOnSection

       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
    • mergeLinksOnSection

       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
    • clearLinksOnSection

      public FareSection_VersionStructure.Builder clearLinksOnSection()
       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
    • getLinksOnSectionBuilder

      public LinksOnSection_RelStructure.Builder getLinksOnSectionBuilder()
       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
    • getLinksOnSectionOrBuilder

      public LinksOnSection_RelStructureOrBuilder getLinksOnSectionOrBuilder()
       Ordered collection of LINKSused in the GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 188:88]
       
      .uk.org.netex.www.netex.LinksOnSection_RelStructure links_on_section = 442;
      Specified by:
      getLinksOnSectionOrBuilder in interface FareSection_VersionStructureOrBuilder
    • hasJourneyPattern

      public boolean hasJourneyPattern()
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
      Specified by:
      hasJourneyPattern in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the journeyPattern field is set.
    • getJourneyPattern

      public JourneyPatternType getJourneyPattern()
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
      Specified by:
      getJourneyPattern in interface FareSection_VersionStructureOrBuilder
      Returns:
      The journeyPattern.
    • setJourneyPattern

      public FareSection_VersionStructure.Builder setJourneyPattern(JourneyPatternType value)
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
    • setJourneyPattern

      public FareSection_VersionStructure.Builder setJourneyPattern(JourneyPatternType.Builder builderForValue)
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
    • mergeJourneyPattern

      public FareSection_VersionStructure.Builder mergeJourneyPattern(JourneyPatternType value)
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
    • clearJourneyPattern

      public FareSection_VersionStructure.Builder clearJourneyPattern()
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
    • getJourneyPatternBuilder

      public JourneyPatternType.Builder getJourneyPatternBuilder()
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
    • getJourneyPatternOrBuilder

      public JourneyPatternTypeOrBuilder getJourneyPatternOrBuilder()
       An ordered list of SCHEDULED STOP POINTs and TIMING POINTs on a single ROUTE, describing the pattern of working for public transport vehicles. A JOURNEY PATTERN may pass through the same POINT more than once. The first point of a JOURNEY PATTERN is the origin. The last point is the destination.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.JourneyPatternType journey_pattern = 625;
      Specified by:
      getJourneyPatternOrBuilder in interface FareSection_VersionStructureOrBuilder
    • hasFromPointInPatternRef

      public boolean hasFromPointInPatternRef()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
      Specified by:
      hasFromPointInPatternRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the fromPointInPatternRef field is set.
    • getFromPointInPatternRef

      public VersionOfObjectRefStructure getFromPointInPatternRef()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
      Specified by:
      getFromPointInPatternRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      The fromPointInPatternRef.
    • setFromPointInPatternRef

      public FareSection_VersionStructure.Builder setFromPointInPatternRef(VersionOfObjectRefStructure value)
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
    • setFromPointInPatternRef

      public FareSection_VersionStructure.Builder setFromPointInPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
    • mergeFromPointInPatternRef

      public FareSection_VersionStructure.Builder mergeFromPointInPatternRef(VersionOfObjectRefStructure value)
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
    • clearFromPointInPatternRef

      public FareSection_VersionStructure.Builder clearFromPointInPatternRef()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
    • getFromPointInPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getFromPointInPatternRefBuilder()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
    • getFromPointInPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFromPointInPatternRefOrBuilder()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION begins.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 473:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_pattern_ref = 631;
      Specified by:
      getFromPointInPatternRefOrBuilder in interface FareSection_VersionStructureOrBuilder
    • hasToPointInPatternRef

      public boolean hasToPointInPatternRef()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
      Specified by:
      hasToPointInPatternRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      Whether the toPointInPatternRef field is set.
    • getToPointInPatternRef

      public VersionOfObjectRefStructure getToPointInPatternRef()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
      Specified by:
      getToPointInPatternRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      The toPointInPatternRef.
    • setToPointInPatternRef

       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
    • setToPointInPatternRef

      public FareSection_VersionStructure.Builder setToPointInPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
    • mergeToPointInPatternRef

      public FareSection_VersionStructure.Builder mergeToPointInPatternRef(VersionOfObjectRefStructure value)
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
    • clearToPointInPatternRef

      public FareSection_VersionStructure.Builder clearToPointInPatternRef()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
    • getToPointInPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getToPointInPatternRefBuilder()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
    • getToPointInPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToPointInPatternRefOrBuilder()
       FARE POINT IN JOURNEY PATTERN at which FARE SECTION ends.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 478:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_pattern_ref = 632;
      Specified by:
      getToPointInPatternRefOrBuilder in interface FareSection_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 = 621;
      Specified by:
      hasJourneyPatternRef in interface FareSection_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 = 621;
      Specified by:
      getJourneyPatternRef in interface FareSection_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 = 621;
    • setJourneyPatternRef

      public FareSection_VersionStructure.Builder setJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 621;
    • 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 = 621;
    • clearJourneyPatternRef

      public FareSection_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 = 621;
    • 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 = 621;
    • 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 = 621;
      Specified by:
      getJourneyPatternRefOrBuilder in interface FareSection_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 = 622;
      Specified by:
      hasDeadRunJourneyPatternRef in interface FareSection_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 = 622;
      Specified by:
      getDeadRunJourneyPatternRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      The deadRunJourneyPatternRef.
    • setDeadRunJourneyPatternRef

      public FareSection_VersionStructure.Builder setDeadRunJourneyPatternRef(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 = 622;
    • setDeadRunJourneyPatternRef

      public FareSection_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 = 622;
    • mergeDeadRunJourneyPatternRef

      public FareSection_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 = 622;
    • clearDeadRunJourneyPatternRef

      public FareSection_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 = 622;
    • 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 = 622;
    • 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 = 622;
      Specified by:
      getDeadRunJourneyPatternRefOrBuilder in interface FareSection_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 = 623;
      Specified by:
      hasServicePatternRef in interface FareSection_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 = 623;
      Specified by:
      getServicePatternRef in interface FareSection_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 = 623;
    • setServicePatternRef

      public FareSection_VersionStructure.Builder setServicePatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 = 623;
    • 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 = 623;
    • clearServicePatternRef

      public FareSection_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 = 623;
    • 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 = 623;
    • 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 = 623;
      Specified by:
      getServicePatternRefOrBuilder in interface FareSection_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 = 624;
      Specified by:
      hasServiceJourneyPatternRef in interface FareSection_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 = 624;
      Specified by:
      getServiceJourneyPatternRef in interface FareSection_VersionStructureOrBuilder
      Returns:
      The serviceJourneyPatternRef.
    • setServiceJourneyPatternRef

      public FareSection_VersionStructure.Builder setServiceJourneyPatternRef(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 = 624;
    • setServiceJourneyPatternRef

      public FareSection_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 = 624;
    • mergeServiceJourneyPatternRef

      public FareSection_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 = 624;
    • clearServiceJourneyPatternRef

      public FareSection_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 = 624;
    • 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 = 624;
    • 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 = 624;
      Specified by:
      getServiceJourneyPatternRefOrBuilder in interface FareSection_VersionStructureOrBuilder