Class ServicePatternType.Builder

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

public static final class ServicePatternType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ServicePatternType.Builder> implements ServicePatternTypeOrBuilder
 The subset of a JOURNEY PATTERN made up only of STOP POINTs IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 601:87]
 
Protobuf type uk.org.netex.www.netex.ServicePatternType
  • 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<ServicePatternType.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<ServicePatternType.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<ServicePatternType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public ServicePatternType.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<ServicePatternType.Builder>
      Throws:
      IOException
    • 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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

      public ServicePatternType.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 ServicePatternTypeOrBuilder
      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

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

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 383;
      Specified by:
      getDerivedFromVersionRef in interface ServicePatternTypeOrBuilder
      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 = 383;
      Specified by:
      getDerivedFromVersionRefBytes in interface ServicePatternTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public ServicePatternType.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 = 383;
      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 = 384;
      Specified by:
      getDerivedFromObjectRef in interface ServicePatternTypeOrBuilder
      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 = 384;
      Specified by:
      getDerivedFromObjectRefBytes in interface ServicePatternTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public ServicePatternType.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 = 384;
      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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public ServicePatternType.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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
    • setValidBetween

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

       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 ServicePatternType.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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      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

      public ServicePatternType.Builder setName(MultilingualString.Builder builderForValue)
       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

      public ServicePatternType.Builder 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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

      public ServicePatternType.Builder setShortName(MultilingualString value)
       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

      public ServicePatternType.Builder setShortName(MultilingualString.Builder builderForValue)
       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

      public ServicePatternType.Builder mergeShortName(MultilingualString value)
       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 ServicePatternType.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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public ServicePatternType.Builder setDescription(MultilingualString value)
       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 ServicePatternType.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

      public ServicePatternType.Builder mergeDescription(MultilingualString value)
       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 ServicePatternType.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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
      Returns:
      The distance.
    • setDistance

      public ServicePatternType.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 ServicePatternType.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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

      public ServicePatternType.Builder setPrivateCode(PrivateCodeStructure value)
       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 ServicePatternType.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

      public ServicePatternType.Builder mergePrivateCode(PrivateCodeStructure value)
       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 ServicePatternType.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 ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      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

      public ServicePatternType.Builder setProjections(Projections_RelStructure.Builder builderForValue)
       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

      public ServicePatternType.Builder mergeProjections(Projections_RelStructure value)
       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 ServicePatternType.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 ServicePatternTypeOrBuilder
    • hasInfoLinks

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

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

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePatternType.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.ServicePatternType.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.ServicePatternType.InfoLinksType info_links = 167;
    • clearInfoLinks

      public ServicePatternType.Builder clearInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePatternType.InfoLinksType info_links = 167;
    • getInfoLinksBuilder

      public ServicePatternType.InfoLinksType.Builder getInfoLinksBuilder()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePatternType.InfoLinksType info_links = 167;
    • getInfoLinksOrBuilder

      public ServicePatternType.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePatternType.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface ServicePatternTypeOrBuilder
    • 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 ServicePatternTypeOrBuilder
      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 ServicePatternTypeOrBuilder
      Returns:
      The sectionsInSequence.
    • setSectionsInSequence

      public ServicePatternType.Builder setSectionsInSequence(SectionsInSequence_RelStructure value)
       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 ServicePatternType.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

      public ServicePatternType.Builder mergeSectionsInSequence(SectionsInSequence_RelStructure value)
       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 ServicePatternType.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 ServicePatternTypeOrBuilder
    • hasRouteRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ServicePatternType.Builder setDestinationDisplayRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
    • mergeDestinationDisplayRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasJourneyPatterns()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
      Specified by:
      hasJourneyPatterns in interface ServicePatternTypeOrBuilder
      Returns:
      Whether the journeyPatterns field is set.
    • getJourneyPatterns

      public JourneyPatternRefs_RelStructure getJourneyPatterns()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
      Specified by:
      getJourneyPatterns in interface ServicePatternTypeOrBuilder
      Returns:
      The journeyPatterns.
    • setJourneyPatterns

       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
    • setJourneyPatterns

      public ServicePatternType.Builder setJourneyPatterns(JourneyPatternRefs_RelStructure.Builder builderForValue)
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
    • mergeJourneyPatterns

      public ServicePatternType.Builder mergeJourneyPatterns(JourneyPatternRefs_RelStructure value)
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
    • clearJourneyPatterns

      public ServicePatternType.Builder clearJourneyPatterns()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
    • getJourneyPatternsBuilder

      public JourneyPatternRefs_RelStructure.Builder getJourneyPatternsBuilder()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
    • getJourneyPatternsOrBuilder

      public JourneyPatternRefs_RelStructureOrBuilder getJourneyPatternsOrBuilder()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
      Specified by:
      getJourneyPatternsOrBuilder in interface ServicePatternTypeOrBuilder
    • hasPointsInSequence

      public boolean hasPointsInSequence()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
      Specified by:
      hasPointsInSequence in interface ServicePatternTypeOrBuilder
      Returns:
      Whether the pointsInSequence field is set.
    • getPointsInSequence

      public StopPointsInJourneyPattern_RelStructure getPointsInSequence()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
      Specified by:
      getPointsInSequence in interface ServicePatternTypeOrBuilder
      Returns:
      The pointsInSequence.
    • setPointsInSequence

       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
    • setPointsInSequence

       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
    • mergePointsInSequence

       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
    • clearPointsInSequence

      public ServicePatternType.Builder clearPointsInSequence()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
    • getPointsInSequenceBuilder

      public StopPointsInJourneyPattern_RelStructure.Builder getPointsInSequenceBuilder()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
    • getPointsInSequenceOrBuilder

      public StopPointsInJourneyPattern_RelStructureOrBuilder getPointsInSequenceOrBuilder()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
      Specified by:
      getPointsInSequenceOrBuilder in interface ServicePatternTypeOrBuilder
    • hasLinksInSequence

      public boolean hasLinksInSequence()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
      Specified by:
      hasLinksInSequence in interface ServicePatternTypeOrBuilder
      Returns:
      Whether the linksInSequence field is set.
    • getLinksInSequence

      public ServiceLinksInJourneyPattern_RelStructure getLinksInSequence()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
      Specified by:
      getLinksInSequence in interface ServicePatternTypeOrBuilder
      Returns:
      The linksInSequence.
    • setLinksInSequence

       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
    • setLinksInSequence

       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
    • mergeLinksInSequence

       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
    • clearLinksInSequence

      public ServicePatternType.Builder clearLinksInSequence()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
    • getLinksInSequenceBuilder

      public ServiceLinksInJourneyPattern_RelStructure.Builder getLinksInSequenceBuilder()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
    • getLinksInSequenceOrBuilder

      public ServiceLinksInJourneyPattern_RelStructureOrBuilder getLinksInSequenceOrBuilder()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
      Specified by:
      getLinksInSequenceOrBuilder in interface ServicePatternTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 622:60]
       
      string id = 381;
      Specified by:
      getId in interface ServicePatternTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 622:60]
       
      string id = 381;
      Specified by:
      getIdBytes in interface ServicePatternTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public ServicePatternType.Builder setId(String value)
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 622:60]
       
      string id = 381;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public ServicePatternType.Builder clearId()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 622:60]
       
      string id = 381;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ServicePatternType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 622:60]
       
      string id = 381;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.