Class FlexibleLine_VersionStructure.Builder

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

public static final class FlexibleLine_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<FlexibleLine_VersionStructure.Builder> implements FlexibleLine_VersionStructureOrBuilder
 Type for FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 82:73]
 
Protobuf type uk.org.netex.www.netex.FlexibleLine_VersionStructure
  • Method Details

    • getDescriptor

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

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

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

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

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

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

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

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

    • isInitialized

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

      public FlexibleLine_VersionStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlexibleLine_VersionStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 365:55]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The shortName.
    • setShortName

       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • setShortName

       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • mergeShortName

       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • clearShortName

      public FlexibleLine_VersionStructure.Builder clearShortName()
       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short name of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 370:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The description.
    • setDescription

       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • setDescription

      public FlexibleLine_VersionStructure.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • mergeDescription

       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • clearDescription

      public FlexibleLine_VersionStructure.Builder clearDescription()
       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 375:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • getTransportModeValue

      public int getTransportModeValue()
       Transport MODE of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 380:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 164;
      Specified by:
      getTransportModeValue in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • setTransportModeValue

      public FlexibleLine_VersionStructure.Builder setTransportModeValue(int value)
       Transport MODE of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 380:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 164;
      Parameters:
      value - The enum numeric value on the wire for transportMode to set.
      Returns:
      This builder for chaining.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Transport MODE of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 380:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 164;
      Specified by:
      getTransportMode in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The transportMode.
    • setTransportMode

       Transport MODE of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 380:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 164;
      Parameters:
      value - The transportMode to set.
      Returns:
      This builder for chaining.
    • clearTransportMode

      public FlexibleLine_VersionStructure.Builder clearTransportMode()
       Transport MODE of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 380:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 164;
      Returns:
      This builder for chaining.
    • hasTransportSubmode

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

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

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

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

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

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

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

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

      public String getUrl()
       Web link for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 386:60]
       
      string url = 166;
      Specified by:
      getUrl in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       Web link for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 386:60]
       
      string url = 166;
      Specified by:
      getUrlBytes in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The bytes for url.
    • setUrl

       Web link for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 386:60]
       
      string url = 166;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

       Web link for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 386:60]
       
      string url = 166;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public FlexibleLine_VersionStructure.Builder setUrlBytes(com.google.protobuf.ByteString value)
       Web link for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 386:60]
       
      string url = 166;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • getPublicCode

      public String getPublicCode()
       Public identifier of a LINe.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 398:77]
       
      string public_code = 171;
      Specified by:
      getPublicCode in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeBytes

      public com.google.protobuf.ByteString getPublicCodeBytes()
       Public identifier of a LINe.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 398:77]
       
      string public_code = 171;
      Specified by:
      getPublicCodeBytes in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The bytes for publicCode.
    • setPublicCode

      public FlexibleLine_VersionStructure.Builder setPublicCode(String value)
       Public identifier of a LINe.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 398:77]
       
      string public_code = 171;
      Parameters:
      value - The publicCode to set.
      Returns:
      This builder for chaining.
    • clearPublicCode

      public FlexibleLine_VersionStructure.Builder clearPublicCode()
       Public identifier of a LINe.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 398:77]
       
      string public_code = 171;
      Returns:
      This builder for chaining.
    • setPublicCodeBytes

      public FlexibleLine_VersionStructure.Builder setPublicCodeBytes(com.google.protobuf.ByteString value)
       Public identifier of a LINe.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 398:77]
       
      string public_code = 171;
      Parameters:
      value - The bytes for publicCode to set.
      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 = 172;
      Specified by:
      hasPrivateCode in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

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

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

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

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

      public FlexibleLine_VersionStructure.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 172;
    • 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 = 172;
    • 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 = 172;
      Specified by:
      getPrivateCodeOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasExternalLineRef

      public boolean hasExternalLineRef()
       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
      Specified by:
      hasExternalLineRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the externalLineRef field is set.
    • getExternalLineRef

      public VersionOfObjectRefStructure getExternalLineRef()
       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
      Specified by:
      getExternalLineRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The externalLineRef.
    • setExternalLineRef

       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
    • setExternalLineRef

       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
    • mergeExternalLineRef

       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
    • clearExternalLineRef

      public FlexibleLine_VersionStructure.Builder clearExternalLineRef()
       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
    • getExternalLineRefBuilder

      public VersionOfObjectRefStructure.Builder getExternalLineRefBuilder()
       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
    • getExternalLineRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalLineRefOrBuilder()
       An alternative  code that uniquely identifies the LINE specifically for use in AVMS systems. For VDV compatibility.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 404:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 173;
      Specified by:
      getExternalLineRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasAuthorityRef

      public boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
      Specified by:
      hasAuthorityRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
      Specified by:
      getAuthorityRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The authorityRef.
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
    • setAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
    • mergeAuthorityRef

       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
    • clearAuthorityRef

      public FlexibleLine_VersionStructure.Builder clearAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
    • getAuthorityRefBuilder

      public VersionOfObjectRefStructure.Builder getAuthorityRefBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
    • getAuthorityRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 181;
      Specified by:
      getAuthorityRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasOperatorRef

      public boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
      Specified by:
      hasOperatorRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
      Specified by:
      getOperatorRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The operatorRef.
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
    • setOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
    • mergeOperatorRef

       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
    • clearOperatorRef

      public FlexibleLine_VersionStructure.Builder clearOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
    • getOperatorRefBuilder

      public VersionOfObjectRefStructure.Builder getOperatorRefBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
    • getOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 182;
      Specified by:
      getOperatorRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasAdditionalOperators

      public boolean hasAdditionalOperators()
       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
      Specified by:
      hasAdditionalOperators in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the additionalOperators field is set.
    • getAdditionalOperators

      public TransportOrganisationRefs_RelStructure getAdditionalOperators()
       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
      Specified by:
      getAdditionalOperators in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The additionalOperators.
    • setAdditionalOperators

       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
    • setAdditionalOperators

       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
    • mergeAdditionalOperators

       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
    • clearAdditionalOperators

      public FlexibleLine_VersionStructure.Builder clearAdditionalOperators()
       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
    • getAdditionalOperatorsBuilder

      public TransportOrganisationRefs_RelStructure.Builder getAdditionalOperatorsBuilder()
       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
    • getAdditionalOperatorsOrBuilder

      public TransportOrganisationRefs_RelStructureOrBuilder getAdditionalOperatorsOrBuilder()
       Additional OPERATORs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 423:104]
       
      .uk.org.netex.www.netex.TransportOrganisationRefs_RelStructure additional_operators = 191;
      Specified by:
      getAdditionalOperatorsOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasOtherModes

      public boolean hasOtherModes()
       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
      Specified by:
      hasOtherModes in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the otherModes field is set.
    • getOtherModes

      public ModeRefs_RelStructure getOtherModes()
       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
      Specified by:
      getOtherModes in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The otherModes.
    • setOtherModes

       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
    • setOtherModes

       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
    • mergeOtherModes

       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
    • clearOtherModes

      public FlexibleLine_VersionStructure.Builder clearOtherModes()
       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
    • getOtherModesBuilder

      public ModeRefs_RelStructure.Builder getOtherModesBuilder()
       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
    • getOtherModesOrBuilder

      public ModeRefs_RelStructureOrBuilder getOtherModesOrBuilder()
       Additional transport MODEs for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 428:78]
       
      .uk.org.netex.www.netex.ModeRefs_RelStructure other_modes = 192;
      Specified by:
      getOtherModesOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasOperationalContextRef

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

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

      public FlexibleLine_VersionStructure.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 = 193;
    • setOperationalContextRef

      public FlexibleLine_VersionStructure.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 = 193;
    • mergeOperationalContextRef

      public FlexibleLine_VersionStructure.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 = 193;
    • clearOperationalContextRef

      public FlexibleLine_VersionStructure.Builder clearOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 193;
    • 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 = 193;
    • 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 = 193;
      Specified by:
      getOperationalContextRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • getLineTypeValue

      public int getLineTypeValue()
       Classification of LINE. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 488:74]
       
      .uk.org.netex.www.netex.LineTypeEnumeration line_type = 194;
      Specified by:
      getLineTypeValue in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lineType.
    • setLineTypeValue

      public FlexibleLine_VersionStructure.Builder setLineTypeValue(int value)
       Classification of LINE. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 488:74]
       
      .uk.org.netex.www.netex.LineTypeEnumeration line_type = 194;
      Parameters:
      value - The enum numeric value on the wire for lineType to set.
      Returns:
      This builder for chaining.
    • getLineType

      public LineTypeEnumeration getLineType()
       Classification of LINE. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 488:74]
       
      .uk.org.netex.www.netex.LineTypeEnumeration line_type = 194;
      Specified by:
      getLineType in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The lineType.
    • setLineType

       Classification of LINE. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 488:74]
       
      .uk.org.netex.www.netex.LineTypeEnumeration line_type = 194;
      Parameters:
      value - The lineType to set.
      Returns:
      This builder for chaining.
    • clearLineType

      public FlexibleLine_VersionStructure.Builder clearLineType()
       Classification of LINE. +v1.1.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 488:74]
       
      .uk.org.netex.www.netex.LineTypeEnumeration line_type = 194;
      Returns:
      This builder for chaining.
    • hasTypeOfLineRef

      public boolean hasTypeOfLineRef()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
      Specified by:
      hasTypeOfLineRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the typeOfLineRef field is set.
    • getTypeOfLineRef

      public VersionOfObjectRefStructure getTypeOfLineRef()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
      Specified by:
      getTypeOfLineRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The typeOfLineRef.
    • setTypeOfLineRef

       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
    • setTypeOfLineRef

       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
    • mergeTypeOfLineRef

       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
    • clearTypeOfLineRef

      public FlexibleLine_VersionStructure.Builder clearTypeOfLineRef()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
    • getTypeOfLineRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfLineRefBuilder()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
    • getTypeOfLineRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfLineRefOrBuilder()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 331:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
      Specified by:
      getTypeOfLineRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasExternalProductCategoryRef

      public boolean hasExternalProductCategoryRef()
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
      Specified by:
      hasExternalProductCategoryRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the externalProductCategoryRef field is set.
    • getExternalProductCategoryRef

      public VersionOfObjectRefStructure getExternalProductCategoryRef()
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
      Specified by:
      getExternalProductCategoryRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The externalProductCategoryRef.
    • setExternalProductCategoryRef

      public FlexibleLine_VersionStructure.Builder setExternalProductCategoryRef(VersionOfObjectRefStructure value)
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
    • setExternalProductCategoryRef

      public FlexibleLine_VersionStructure.Builder setExternalProductCategoryRef(VersionOfObjectRefStructure.Builder builderForValue)
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
    • mergeExternalProductCategoryRef

      public FlexibleLine_VersionStructure.Builder mergeExternalProductCategoryRef(VersionOfObjectRefStructure value)
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
    • clearExternalProductCategoryRef

      public FlexibleLine_VersionStructure.Builder clearExternalProductCategoryRef()
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
    • getExternalProductCategoryRefBuilder

      public VersionOfObjectRefStructure.Builder getExternalProductCategoryRefBuilder()
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
    • getExternalProductCategoryRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalProductCategoryRefOrBuilder()
       An default product classification for all journeys of the lin e for use in AVMS systems. For VDV compatibility. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 494:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_product_category_ref = 196;
      Specified by:
      getExternalProductCategoryRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasTypeOfProductCategoryRef

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

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

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

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

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

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

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

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

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

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

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

      public FlexibleLine_VersionStructure.Builder setTypeOfServiceRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF SERVICE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 753:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_service_ref = 198;
    • mergeTypeOfServiceRef

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

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

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

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

      public boolean getMonitored()
       Whether real-time data is normally available for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 439:67]
       
      bool monitored = 211;
      Specified by:
      getMonitored in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The monitored.
    • setMonitored

      public FlexibleLine_VersionStructure.Builder setMonitored(boolean value)
       Whether real-time data is normally available for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 439:67]
       
      bool monitored = 211;
      Parameters:
      value - The monitored to set.
      Returns:
      This builder for chaining.
    • clearMonitored

      public FlexibleLine_VersionStructure.Builder clearMonitored()
       Whether real-time data is normally available for LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 439:67]
       
      bool monitored = 211;
      Returns:
      This builder for chaining.
    • hasRoutes

      public boolean hasRoutes()
       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
      Specified by:
      hasRoutes in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the routes field is set.
    • getRoutes

      public RouteRefs_RelStructure getRoutes()
       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
      Specified by:
      getRoutes in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The routes.
    • setRoutes

       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
    • setRoutes

       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
    • mergeRoutes

       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
    • clearRoutes

       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
    • getRoutesBuilder

      public RouteRefs_RelStructure.Builder getRoutesBuilder()
       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
    • getRoutesOrBuilder

      public RouteRefs_RelStructureOrBuilder getRoutesOrBuilder()
       Routes that follow the LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 444:75]
       
      .uk.org.netex.www.netex.RouteRefs_RelStructure routes = 212;
      Specified by:
      getRoutesOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasRepresentedByGroupRef

      public boolean hasRepresentedByGroupRef()
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
      Specified by:
      hasRepresentedByGroupRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the representedByGroupRef field is set.
    • getRepresentedByGroupRef

      public GroupOfEntitiesRefStructure getRepresentedByGroupRef()
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
      Specified by:
      getRepresentedByGroupRef in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The representedByGroupRef.
    • setRepresentedByGroupRef

      public FlexibleLine_VersionStructure.Builder setRepresentedByGroupRef(GroupOfEntitiesRefStructure value)
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
    • setRepresentedByGroupRef

      public FlexibleLine_VersionStructure.Builder setRepresentedByGroupRef(GroupOfEntitiesRefStructure.Builder builderForValue)
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
    • mergeRepresentedByGroupRef

      public FlexibleLine_VersionStructure.Builder mergeRepresentedByGroupRef(GroupOfEntitiesRefStructure value)
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
    • clearRepresentedByGroupRef

      public FlexibleLine_VersionStructure.Builder clearRepresentedByGroupRef()
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
    • getRepresentedByGroupRefBuilder

      public GroupOfEntitiesRefStructure.Builder getRepresentedByGroupRefBuilder()
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
    • getRepresentedByGroupRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getRepresentedByGroupRefOrBuilder()
       GROUPS OF LINEs that can be used to represent LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 449:92]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure represented_by_group_ref = 213;
      Specified by:
      getRepresentedByGroupRefOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasPresentation

      public boolean hasPresentation()
       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
      Specified by:
      hasPresentation in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

      public PresentationStructure getPresentation()
       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
      Specified by:
      getPresentation in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The presentation.
    • setPresentation

       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
    • setPresentation

      public FlexibleLine_VersionStructure.Builder setPresentation(PresentationStructure.Builder builderForValue)
       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
    • mergePresentation

       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
    • clearPresentation

      public FlexibleLine_VersionStructure.Builder clearPresentation()
       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
    • getPresentationBuilder

      public PresentationStructure.Builder getPresentationBuilder()
       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
    • getPresentationOrBuilder

      public PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 508:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 214;
      Specified by:
      getPresentationOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasAlternativePresentation

      public boolean hasAlternativePresentation()
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
      Specified by:
      hasAlternativePresentation in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the alternativePresentation field is set.
    • getAlternativePresentation

      public PresentationStructure getAlternativePresentation()
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
      Specified by:
      getAlternativePresentation in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The alternativePresentation.
    • setAlternativePresentation

      public FlexibleLine_VersionStructure.Builder setAlternativePresentation(PresentationStructure value)
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
    • setAlternativePresentation

      public FlexibleLine_VersionStructure.Builder setAlternativePresentation(PresentationStructure.Builder builderForValue)
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
    • mergeAlternativePresentation

      public FlexibleLine_VersionStructure.Builder mergeAlternativePresentation(PresentationStructure value)
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
    • clearAlternativePresentation

      public FlexibleLine_VersionStructure.Builder clearAlternativePresentation()
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
    • getAlternativePresentationBuilder

      public PresentationStructure.Builder getAlternativePresentationBuilder()
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
    • getAlternativePresentationOrBuilder

      public PresentationStructureOrBuilder getAlternativePresentationOrBuilder()
       Alternative Presentation values to use when rendering LINE, such as a colour.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 513:91]
       
      .uk.org.netex.www.netex.PresentationStructure alternative_presentation = 215;
      Specified by:
      getAlternativePresentationOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasPrintedPresentation

      public boolean hasPrintedPresentation()
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
      Specified by:
      hasPrintedPresentation in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the printedPresentation field is set.
    • getPrintedPresentation

      public PrintPresentationStructure getPrintedPresentation()
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
      Specified by:
      getPrintedPresentation in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The printedPresentation.
    • setPrintedPresentation

       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
    • setPrintedPresentation

      public FlexibleLine_VersionStructure.Builder setPrintedPresentation(PrintPresentationStructure.Builder builderForValue)
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
    • mergePrintedPresentation

      public FlexibleLine_VersionStructure.Builder mergePrintedPresentation(PrintPresentationStructure value)
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
    • clearPrintedPresentation

      public FlexibleLine_VersionStructure.Builder clearPrintedPresentation()
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
    • getPrintedPresentationBuilder

      public PrintPresentationStructure.Builder getPrintedPresentationBuilder()
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
    • getPrintedPresentationOrBuilder

      public PrintPresentationStructureOrBuilder getPrintedPresentationOrBuilder()
       Presentation values to use in printed material for LINE, such as a colour. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 518:92]
       
      .uk.org.netex.www.netex.PrintPresentationStructure printed_presentation = 216;
      Specified by:
      getPrintedPresentationOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • getPaymentMethodsList

      public List<PaymentMethodEnumeration> getPaymentMethodsList()
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Specified by:
      getPaymentMethodsList in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      A list containing the paymentMethods.
    • getPaymentMethodsCount

      public int getPaymentMethodsCount()
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Specified by:
      getPaymentMethodsCount in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The count of paymentMethods.
    • getPaymentMethods

      public PaymentMethodEnumeration getPaymentMethods(int index)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Specified by:
      getPaymentMethods in interface FlexibleLine_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The paymentMethods at the given index.
    • setPaymentMethods

      public FlexibleLine_VersionStructure.Builder setPaymentMethods(int index, PaymentMethodEnumeration value)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The paymentMethods to set.
      Returns:
      This builder for chaining.
    • addPaymentMethods

       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Parameters:
      value - The paymentMethods to add.
      Returns:
      This builder for chaining.
    • addAllPaymentMethods

      public FlexibleLine_VersionStructure.Builder addAllPaymentMethods(Iterable<? extends PaymentMethodEnumeration> values)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Parameters:
      values - The paymentMethods to add.
      Returns:
      This builder for chaining.
    • clearPaymentMethods

      public FlexibleLine_VersionStructure.Builder clearPaymentMethods()
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Returns:
      This builder for chaining.
    • getPaymentMethodsValueList

      public List<Integer> getPaymentMethodsValueList()
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Specified by:
      getPaymentMethodsValueList in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for paymentMethods.
    • getPaymentMethodsValue

      public int getPaymentMethodsValue(int index)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Specified by:
      getPaymentMethodsValue in interface FlexibleLine_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of paymentMethods at the given index.
    • setPaymentMethodsValue

      public FlexibleLine_VersionStructure.Builder setPaymentMethodsValue(int index, int value)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for paymentMethods to set.
      Returns:
      This builder for chaining.
    • addPaymentMethodsValue

      public FlexibleLine_VersionStructure.Builder addPaymentMethodsValue(int value)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for paymentMethods to add.
      Returns:
      This builder for chaining.
    • addAllPaymentMethodsValue

      public FlexibleLine_VersionStructure.Builder addAllPaymentMethodsValue(Iterable<Integer> values)
       Payment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 530:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 221 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for paymentMethods to add.
      Returns:
      This builder for chaining.
    • hasTypesOfPaymentMethod

      public boolean hasTypesOfPaymentMethod()
       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
      Specified by:
      hasTypesOfPaymentMethod in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the typesOfPaymentMethod field is set.
    • getTypesOfPaymentMethod

      public TypeOfPaymentMethod_ValueStructure getTypesOfPaymentMethod()
       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
      Specified by:
      getTypesOfPaymentMethod in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The typesOfPaymentMethod.
    • setTypesOfPaymentMethod

       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
    • setTypesOfPaymentMethod

       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
    • mergeTypesOfPaymentMethod

       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
    • clearTypesOfPaymentMethod

      public FlexibleLine_VersionStructure.Builder clearTypesOfPaymentMethod()
       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
    • getTypesOfPaymentMethodBuilder

      public TypeOfPaymentMethod_ValueStructure.Builder getTypesOfPaymentMethodBuilder()
       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
    • getTypesOfPaymentMethodOrBuilder

      public TypeOfPaymentMethod_ValueStructureOrBuilder getTypesOfPaymentMethodOrBuilder()
       TYPES OF PAYMENT yment Methods allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 535:101]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethod_ValueStructure types_of_payment_method = 222;
      Specified by:
      getTypesOfPaymentMethodOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • getPurchaseMomentList

      public List<PurchaseMomentEnumeration> getPurchaseMomentList()
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Specified by:
      getPurchaseMomentList in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      A list containing the purchaseMoment.
    • getPurchaseMomentCount

      public int getPurchaseMomentCount()
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Specified by:
      getPurchaseMomentCount in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The count of purchaseMoment.
    • getPurchaseMoment

      public PurchaseMomentEnumeration getPurchaseMoment(int index)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Specified by:
      getPurchaseMoment in interface FlexibleLine_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The purchaseMoment at the given index.
    • setPurchaseMoment

      public FlexibleLine_VersionStructure.Builder setPurchaseMoment(int index, PurchaseMomentEnumeration value)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The purchaseMoment to set.
      Returns:
      This builder for chaining.
    • addPurchaseMoment

       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Parameters:
      value - The purchaseMoment to add.
      Returns:
      This builder for chaining.
    • addAllPurchaseMoment

      public FlexibleLine_VersionStructure.Builder addAllPurchaseMoment(Iterable<? extends PurchaseMomentEnumeration> values)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Parameters:
      values - The purchaseMoment to add.
      Returns:
      This builder for chaining.
    • clearPurchaseMoment

      public FlexibleLine_VersionStructure.Builder clearPurchaseMoment()
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Returns:
      This builder for chaining.
    • getPurchaseMomentValueList

      public List<Integer> getPurchaseMomentValueList()
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Specified by:
      getPurchaseMomentValueList in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for purchaseMoment.
    • getPurchaseMomentValue

      public int getPurchaseMomentValue(int index)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Specified by:
      getPurchaseMomentValue in interface FlexibleLine_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of purchaseMoment at the given index.
    • setPurchaseMomentValue

      public FlexibleLine_VersionStructure.Builder setPurchaseMomentValue(int index, int value)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for purchaseMoment to set.
      Returns:
      This builder for chaining.
    • addPurchaseMomentValue

      public FlexibleLine_VersionStructure.Builder addPurchaseMomentValue(int value)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for purchaseMoment to add.
      Returns:
      This builder for chaining.
    • addAllPurchaseMomentValue

      public FlexibleLine_VersionStructure.Builder addAllPurchaseMomentValue(Iterable<Integer> values)
       PURCHASE MOMENT types allowed on LINE. +v1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 540:93]
       
      repeated .uk.org.netex.www.netex.PurchaseMomentEnumeration purchase_moment = 223 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for purchaseMoment to add.
      Returns:
      This builder for chaining.
    • hasContactDetails

      public boolean hasContactDetails()
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
      Specified by:
      hasContactDetails in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the contactDetails field is set.
    • getContactDetails

      public ContactStructure getContactDetails()
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
      Specified by:
      getContactDetails in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The contactDetails.
    • setContactDetails

      public FlexibleLine_VersionStructure.Builder setContactDetails(ContactStructure value)
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
    • setContactDetails

      public FlexibleLine_VersionStructure.Builder setContactDetails(ContactStructure.Builder builderForValue)
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
    • mergeContactDetails

      public FlexibleLine_VersionStructure.Builder mergeContactDetails(ContactStructure value)
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
    • clearContactDetails

      public FlexibleLine_VersionStructure.Builder clearContactDetails()
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
    • getContactDetailsBuilder

      public ContactStructure.Builder getContactDetailsBuilder()
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
    • getContactDetailsOrBuilder

      public ContactStructureOrBuilder getContactDetailsOrBuilder()
       CantactDetails for Line +V1.1  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 460:77]
       
      .uk.org.netex.www.netex.ContactStructure contact_details = 231;
      Specified by:
      getContactDetailsOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasAccessibilityAssessment

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

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

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

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

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

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

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

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

      public boolean hasAllowedDirections()
       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
      Specified by:
      hasAllowedDirections in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the allowedDirections field is set.
    • getAllowedDirections

      public AllowedLineDirections_RelStructure getAllowedDirections()
       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
      Specified by:
      getAllowedDirections in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The allowedDirections.
    • setAllowedDirections

       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
    • setAllowedDirections

       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
    • mergeAllowedDirections

       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
    • clearAllowedDirections

      public FlexibleLine_VersionStructure.Builder clearAllowedDirections()
       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
    • getAllowedDirectionsBuilder

      public AllowedLineDirections_RelStructure.Builder getAllowedDirectionsBuilder()
       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
    • getAllowedDirectionsOrBuilder

      public AllowedLineDirections_RelStructureOrBuilder getAllowedDirectionsOrBuilder()
       Allowed directions for routes of LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 466:98]
       
      .uk.org.netex.www.netex.AllowedLineDirections_RelStructure allowed_directions = 233;
      Specified by:
      getAllowedDirectionsOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
      Specified by:
      hasNoticeAssignments in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
      Specified by:
      getNoticeAssignments in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
    • setNoticeAssignments

       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
    • mergeNoticeAssignments

       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
    • clearNoticeAssignments

      public FlexibleLine_VersionStructure.Builder clearNoticeAssignments()
       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
    • getNoticeAssignmentsBuilder

      public NoticeAssignments_RelStructure.Builder getNoticeAssignmentsBuilder()
       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICES assigned to LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 471:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 234;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • hasDocumentLinks

      public boolean hasDocumentLinks()
       Timetable documents associated with the LINE, e.g pdf files  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 476:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 235;
      Specified by:
      hasDocumentLinks in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      Whether the documentLinks field is set.
    • getDocumentLinks

      public InfoLinks_RelStructure getDocumentLinks()
       Timetable documents associated with the LINE, e.g pdf files  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 476:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 235;
      Specified by:
      getDocumentLinks in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The documentLinks.
    • clearDocumentLinks

      public FlexibleLine_VersionStructure.Builder clearDocumentLinks()
       Timetable documents associated with the LINE, e.g pdf files  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 476:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 235;
    • getDocumentLinksBuilder

      public InfoLinks_RelStructure.Builder getDocumentLinksBuilder()
       Timetable documents associated with the LINE, e.g pdf files  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 476:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 235;
    • getDocumentLinksOrBuilder

      public InfoLinks_RelStructureOrBuilder getDocumentLinksOrBuilder()
       Timetable documents associated with the LINE, e.g pdf files  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 476:82]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure document_links = 235;
      Specified by:
      getDocumentLinksOrBuilder in interface FlexibleLine_VersionStructureOrBuilder
    • getFlexibleLineTypeValue

      public int getFlexibleLineTypeValue()
       Type of FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.FlexibleLineTypeEnumeration flexible_line_type = 431;
      Specified by:
      getFlexibleLineTypeValue in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for flexibleLineType.
    • setFlexibleLineTypeValue

      public FlexibleLine_VersionStructure.Builder setFlexibleLineTypeValue(int value)
       Type of FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.FlexibleLineTypeEnumeration flexible_line_type = 431;
      Parameters:
      value - The enum numeric value on the wire for flexibleLineType to set.
      Returns:
      This builder for chaining.
    • getFlexibleLineType

      public FlexibleLineTypeEnumeration getFlexibleLineType()
       Type of FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.FlexibleLineTypeEnumeration flexible_line_type = 431;
      Specified by:
      getFlexibleLineType in interface FlexibleLine_VersionStructureOrBuilder
      Returns:
      The flexibleLineType.
    • setFlexibleLineType

       Type of FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.FlexibleLineTypeEnumeration flexible_line_type = 431;
      Parameters:
      value - The flexibleLineType to set.
      Returns:
      This builder for chaining.
    • clearFlexibleLineType

      public FlexibleLine_VersionStructure.Builder clearFlexibleLineType()
       Type of FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 99:90]
       
      .uk.org.netex.www.netex.FlexibleLineTypeEnumeration flexible_line_type = 431;
      Returns:
      This builder for chaining.
    • hasBookingContact

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public FlexibleLine_VersionStructure.Builder setBookingUrl(String value)
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 439;
      Parameters:
      value - The bookingUrl to set.
      Returns:
      This builder for chaining.
    • clearBookingUrl

      public FlexibleLine_VersionStructure.Builder clearBookingUrl()
       URL for booking. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 185:67]
       
      string booking_url = 439;
      Returns:
      This builder for chaining.
    • setBookingUrlBytes

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

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

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

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

      public FlexibleLine_VersionStructure.Builder setBookingNote(MultilingualString.Builder builderForValue)
       Note about booking the FLEXIBLE LINE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 190:76]
       
      .uk.org.netex.www.netex.MultilingualString booking_note = 440;
    • mergeBookingNote

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

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

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

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