Interface FlexibleLine_VersionStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FlexibleLine_VersionStructure, FlexibleLine_VersionStructure.Builder

@Generated public interface FlexibleLine_VersionStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

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

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

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

      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;
      Returns:
      The created.
    • getCreatedOrBuilder

      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;
    • hasChanged

      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;
      Returns:
      Whether the changed field is set.
    • getChanged

      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;
      Returns:
      The changed.
    • getChangedOrBuilder

      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;
    • getVersion

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

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

      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;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      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;
      Returns:
      The status.
    • getDerivedFromVersionRef

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

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

      String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 443;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

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

      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;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      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;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      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;
    • getValidBetweenList

      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;
    • getValidBetween

      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;
    • getValidBetweenCount

      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;
    • getValidBetweenOrBuilderList

      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;
    • getValidBetweenOrBuilder

      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;
    • hasAlternativeTexts

      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;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      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;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      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;
    • hasKeyList

      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;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      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;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      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;
    • hasExtensions

      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;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      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;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      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;
    • hasBrandingRef

      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;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      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;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      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;
    • hasName

      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;
      Returns:
      Whether the name field is set.
    • getName

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

      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;
    • hasShortName

      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;
      Returns:
      Whether the shortName field is set.
    • getShortName

      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;
      Returns:
      The shortName.
    • getShortNameOrBuilder

      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;
    • hasDescription

      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;
      Returns:
      Whether the description field is set.
    • getDescription

      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;
      Returns:
      The description.
    • getDescriptionOrBuilder

      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;
    • getTransportModeValue

      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;
      Returns:
      The enum numeric value on the wire for transportMode.
    • 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;
      Returns:
      The transportMode.
    • hasTransportSubmode

      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;
      Returns:
      Whether the transportSubmode field is set.
    • getTransportSubmode

      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;
      Returns:
      The transportSubmode.
    • getTransportSubmodeOrBuilder

      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;
    • getUrl

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

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

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

      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;
      Returns:
      The bytes for publicCode.
    • hasPrivateCode

      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;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      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;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      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;
    • hasExternalLineRef

      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;
      Returns:
      Whether the externalLineRef field is set.
    • getExternalLineRef

      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;
      Returns:
      The externalLineRef.
    • getExternalLineRefOrBuilder

      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;
    • hasAuthorityRef

      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;
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      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;
      Returns:
      The authorityRef.
    • getAuthorityRefOrBuilder

      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;
    • hasOperatorRef

      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;
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      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;
      Returns:
      The operatorRef.
    • getOperatorRefOrBuilder

      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;
    • hasAdditionalOperators

      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;
      Returns:
      Whether the additionalOperators field is set.
    • getAdditionalOperators

      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;
      Returns:
      The additionalOperators.
    • getAdditionalOperatorsOrBuilder

      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;
    • hasOtherModes

      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;
      Returns:
      Whether the otherModes field is set.
    • getOtherModes

      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;
      Returns:
      The otherModes.
    • getOtherModesOrBuilder

      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;
    • hasOperationalContextRef

      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;
      Returns:
      Whether the operationalContextRef field is set.
    • getOperationalContextRef

      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;
      Returns:
      The operationalContextRef.
    • getOperationalContextRefOrBuilder

      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;
    • getLineTypeValue

      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;
      Returns:
      The enum numeric value on the wire for lineType.
    • getLineType

      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;
      Returns:
      The lineType.
    • hasTypeOfLineRef

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

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

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

      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;
      Returns:
      Whether the externalProductCategoryRef field is set.
    • getExternalProductCategoryRef

      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;
      Returns:
      The externalProductCategoryRef.
    • getExternalProductCategoryRefOrBuilder

      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;
    • hasTypeOfProductCategoryRef

      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;
      Returns:
      Whether the typeOfProductCategoryRef field is set.
    • getTypeOfProductCategoryRef

      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;
      Returns:
      The typeOfProductCategoryRef.
    • getTypeOfProductCategoryRefOrBuilder

      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;
    • hasTypeOfServiceRef

      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;
      Returns:
      Whether the typeOfServiceRef field is set.
    • getTypeOfServiceRef

      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;
      Returns:
      The typeOfServiceRef.
    • getTypeOfServiceRefOrBuilder

      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;
    • getMonitored

      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;
      Returns:
      The monitored.
    • hasRoutes

      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;
      Returns:
      Whether the routes field is set.
    • 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;
      Returns:
      The routes.
    • getRoutesOrBuilder

      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;
    • hasRepresentedByGroupRef

      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;
      Returns:
      Whether the representedByGroupRef field is set.
    • getRepresentedByGroupRef

      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;
      Returns:
      The representedByGroupRef.
    • getRepresentedByGroupRefOrBuilder

      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;
    • hasPresentation

      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;
      Returns:
      Whether the presentation field is set.
    • getPresentation

      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;
      Returns:
      The presentation.
    • getPresentationOrBuilder

      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;
    • hasAlternativePresentation

      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;
      Returns:
      Whether the alternativePresentation field is set.
    • getAlternativePresentation

      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;
      Returns:
      The alternativePresentation.
    • getAlternativePresentationOrBuilder

      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;
    • hasPrintedPresentation

      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;
      Returns:
      Whether the printedPresentation field is set.
    • getPrintedPresentation

      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;
      Returns:
      The printedPresentation.
    • getPrintedPresentationOrBuilder

      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;
    • getPaymentMethodsList

      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];
      Returns:
      A list containing the paymentMethods.
    • getPaymentMethodsCount

      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];
      Returns:
      The count of paymentMethods.
    • getPaymentMethods

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The paymentMethods at the given index.
    • getPaymentMethodsValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for paymentMethods.
    • getPaymentMethodsValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of paymentMethods at the given index.
    • hasTypesOfPaymentMethod

      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;
      Returns:
      Whether the typesOfPaymentMethod field is set.
    • getTypesOfPaymentMethod

      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;
      Returns:
      The typesOfPaymentMethod.
    • getTypesOfPaymentMethodOrBuilder

      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;
    • getPurchaseMomentList

      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];
      Returns:
      A list containing the purchaseMoment.
    • getPurchaseMomentCount

      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];
      Returns:
      The count of purchaseMoment.
    • getPurchaseMoment

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The purchaseMoment at the given index.
    • getPurchaseMomentValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for purchaseMoment.
    • getPurchaseMomentValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of purchaseMoment at the given index.
    • hasContactDetails

      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;
      Returns:
      Whether the contactDetails field is set.
    • getContactDetails

      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;
      Returns:
      The contactDetails.
    • getContactDetailsOrBuilder

      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;
    • hasAccessibilityAssessment

      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;
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      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;
      Returns:
      The accessibilityAssessment.
    • getAccessibilityAssessmentOrBuilder

      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;
    • hasAllowedDirections

      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;
      Returns:
      Whether the allowedDirections field is set.
    • getAllowedDirections

      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;
      Returns:
      The allowedDirections.
    • getAllowedDirectionsOrBuilder

      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;
    • hasNoticeAssignments

      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;
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      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;
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      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;
    • hasDocumentLinks

      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;
      Returns:
      Whether the documentLinks field is set.
    • getDocumentLinks

      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;
      Returns:
      The documentLinks.
    • getDocumentLinksOrBuilder

      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;
    • getFlexibleLineTypeValue

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

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

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

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

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

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

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

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

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

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

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

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

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

       When Booking can be made. +V1.1  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_version.xsd at 160:78]
       
      .uk.org.netex.www.netex.PurchaseWhenEnumeration book_when = 435;
      Returns:
      The bookWhen.
    • getBuyWhenList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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