Class Line_VersionStructure.Builder

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

public static final class Line_VersionStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<Line_VersionStructure.Builder> implements Line_VersionStructureOrBuilder
 Type for a LINE.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 334:48]
 
Protobuf type uk.org.netex.www.netex.Line_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<Line_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<Line_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<Line_VersionStructure.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public Line_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<Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

      public Line_VersionStructure.Builder setId(String value)
       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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public Line_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 Line_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 Line_VersionStructure.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

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

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

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

      public Line_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 Line_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 Line_VersionStructure.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

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

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

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

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

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

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

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

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

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

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

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

      public Line_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 = 237;
      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 = 238;
      Specified by:
      getDerivedFromObjectRef in interface Line_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 = 238;
      Specified by:
      getDerivedFromObjectRefBytes in interface Line_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public Line_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 = 238;
      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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
    • setValidBetween

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Line_VersionStructure.Builder 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 Line_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 Line_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 Line_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

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

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

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

      public Line_VersionStructure.Builder mergeDescription(MultilingualString value)
       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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • setTransportModeValue

      public Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The transportSubmode.
    • setTransportSubmode

      public Line_VersionStructure.Builder setTransportSubmode(TransportSubmodeStructure value)
       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 Line_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

      public Line_VersionStructure.Builder mergeTransportSubmode(TransportSubmodeStructure value)
       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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The bytes for url.
    • setUrl

      public Line_VersionStructure.Builder setUrl(String value)
       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

      public Line_VersionStructure.Builder 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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The bytes for publicCode.
    • setPublicCode

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

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

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

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

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

      public Line_VersionStructure.Builder setExternalLineRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public Line_VersionStructure.Builder mergeExternalLineRef(VersionOfObjectRefStructure value)
       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 Line_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 Line_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 Line_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 Line_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

      public Line_VersionStructure.Builder setAuthorityRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 Line_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 Line_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 Line_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 Line_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

      public Line_VersionStructure.Builder setOperatorRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 Line_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 Line_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 Line_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 Line_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

      public Line_VersionStructure.Builder setAdditionalOperators(TransportOrganisationRefs_RelStructure.Builder builderForValue)
       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 Line_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 Line_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 Line_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 Line_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

      public Line_VersionStructure.Builder setOtherModes(ModeRefs_RelStructure.Builder builderForValue)
       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

      public Line_VersionStructure.Builder mergeOtherModes(ModeRefs_RelStructure value)
       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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The operationalContextRef.
    • setOperationalContextRef

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for lineType.
    • setLineTypeValue

      public Line_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 Line_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 Line_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 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
      Specified by:
      hasTypeOfLineRef in interface Line_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 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
      Specified by:
      getTypeOfLineRef in interface Line_VersionStructureOrBuilder
      Returns:
      The typeOfLineRef.
    • setTypeOfLineRef

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

      public Line_VersionStructure.Builder setTypeOfLineRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 322: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 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
    • clearTypeOfLineRef

      public Line_VersionStructure.Builder clearTypeOfLineRef()
       Reference to a TYPE OF LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 322: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 322: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 322:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_line_ref = 195;
      Specified by:
      getTypeOfLineRefOrBuilder in interface Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The externalProductCategoryRef.
    • setExternalProductCategoryRef

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The typeOfProductCategoryRef.
    • setTypeOfProductCategoryRef

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The typeOfServiceRef.
    • setTypeOfServiceRef

      public Line_VersionStructure.Builder setTypeOfServiceRef(VersionOfObjectRefStructure value)
       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 Line_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

      public Line_VersionStructure.Builder mergeTypeOfServiceRef(VersionOfObjectRefStructure value)
       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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The monitored.
    • setMonitored

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

      public Line_VersionStructure.Builder 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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The representedByGroupRef.
    • setRepresentedByGroupRef

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The presentation.
    • setPresentation

      public Line_VersionStructure.Builder setPresentation(PresentationStructure value)
       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 Line_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

      public Line_VersionStructure.Builder mergePresentation(PresentationStructure value)
       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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The alternativePresentation.
    • setAlternativePresentation

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The printedPresentation.
    • setPrintedPresentation

      public Line_VersionStructure.Builder setPrintedPresentation(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;
    • setPrintedPresentation

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The paymentMethods at the given index.
    • setPaymentMethods

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

      public Line_VersionStructure.Builder addPaymentMethods(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:
      value - The paymentMethods to add.
      Returns:
      This builder for chaining.
    • addAllPaymentMethods

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The typesOfPaymentMethod.
    • setTypesOfPaymentMethod

      public Line_VersionStructure.Builder setTypesOfPaymentMethod(TypeOfPaymentMethod_ValueStructure value)
       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

      public Line_VersionStructure.Builder setTypesOfPaymentMethod(TypeOfPaymentMethod_ValueStructure.Builder builderForValue)
       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

      public Line_VersionStructure.Builder mergeTypesOfPaymentMethod(TypeOfPaymentMethod_ValueStructure value)
       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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The purchaseMoment at the given index.
    • setPurchaseMoment

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

      public Line_VersionStructure.Builder addPurchaseMoment(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:
      value - The purchaseMoment to add.
      Returns:
      This builder for chaining.
    • addAllPurchaseMoment

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The contactDetails.
    • setContactDetails

      public Line_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 Line_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 Line_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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The accessibilityAssessment.
    • setAccessibilityAssessment

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

      public Line_VersionStructure.Builder setAllowedDirections(AllowedLineDirections_RelStructure.Builder builderForValue)
       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 Line_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 Line_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 Line_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 Line_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

      public Line_VersionStructure.Builder setNoticeAssignments(NoticeAssignments_RelStructure.Builder builderForValue)
       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

      public Line_VersionStructure.Builder mergeNoticeAssignments(NoticeAssignments_RelStructure value)
       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 Line_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 Line_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 Line_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 Line_VersionStructureOrBuilder
      Returns:
      The documentLinks.
    • clearDocumentLinks

      public Line_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 Line_VersionStructureOrBuilder