Interface ScheduledStopPoint_VersionStructureOrBuilder

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

@Generated public interface ScheduledStopPoint_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 = 493;
      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 = 493;
      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 = 494;
      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 = 494;
      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 POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasLocation

      boolean hasLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Returns:
      Whether the location field is set.
    • getLocation

      LocationStructure getLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Returns:
      The location.
    • getLocationOrBuilder

      LocationStructureOrBuilder getLocationOrBuilder()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
    • getPointNumber

      String getPointNumber()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Returns:
      The pointNumber.
    • getPointNumberBytes

      com.google.protobuf.ByteString getPointNumberBytes()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Returns:
      The bytes for pointNumber.
    • hasTypes

      boolean hasTypes()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Returns:
      Whether the types field is set.
    • getTypes

       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Returns:
      The types.
    • getTypesOrBuilder

       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
    • hasProjections

      boolean hasProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Returns:
      Whether the projections field is set.
    • getProjections

      Projections_RelStructure getProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Returns:
      The projections.
    • getProjectionsOrBuilder

      Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • hasGroupMemberships

      boolean hasGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Returns:
      Whether the groupMemberships field is set.
    • getGroupMemberships

      GroupMembershipRefs_RelStructure getGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Returns:
      The groupMemberships.
    • getGroupMembershipsOrBuilder

      GroupMembershipRefs_RelStructureOrBuilder getGroupMembershipsOrBuilder()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
    • getTimingPointStatusValue

      int getTimingPointStatusValue()
       Default Nature of TIMING POINT. Default is primary TIMING POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 203:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 281;
      Returns:
      The enum numeric value on the wire for timingPointStatus.
    • getTimingPointStatus

      TimingPointStatusEnumeration getTimingPointStatus()
       Default Nature of TIMING POINT. Default is primary TIMING POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 203:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 281;
      Returns:
      The timingPointStatus.
    • hasAllowedForWaitTime

      boolean hasAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Returns:
      Whether the allowedForWaitTime field is set.
    • getAllowedForWaitTime

      com.google.protobuf.Duration getAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Returns:
      The allowedForWaitTime.
    • getAllowedForWaitTimeOrBuilder

      com.google.protobuf.DurationOrBuilder getAllowedForWaitTimeOrBuilder()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
    • hasStopAreas

      boolean hasStopAreas()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Returns:
      Whether the stopAreas field is set.
    • getStopAreas

       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Returns:
      The stopAreas.
    • getStopAreasOrBuilder

      StopAreaRefs_RelStructureOrBuilder getStopAreasOrBuilder()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
    • hasTariffZones

      boolean hasTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

      TariffZoneRefs_RelStructure getTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Returns:
      The tariffZones.
    • getTariffZonesOrBuilder

      TariffZoneRefs_RelStructureOrBuilder getTariffZonesOrBuilder()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
    • hasShortName

      boolean hasShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Returns:
      Whether the shortName field is set.
    • getShortName

      MultilingualString getShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Returns:
      The shortName.
    • getShortNameOrBuilder

      MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
    • hasNameSuffix

      boolean hasNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      MultilingualString getNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Returns:
      The nameSuffix.
    • getNameSuffixOrBuilder

      MultilingualStringOrBuilder getNameSuffixOrBuilder()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
    • hasDescription

      boolean hasDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
    • hasLabel

      boolean hasLabel()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Returns:
      Whether the label field is set.
    • getLabel

      MultilingualString getLabel()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Returns:
      The label.
    • getLabelOrBuilder

      MultilingualStringOrBuilder getLabelOrBuilder()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
    • hasShortStopCode

      boolean hasShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Returns:
      Whether the shortStopCode field is set.
    • getShortStopCode

      PrivateCodeStructure getShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Returns:
      The shortStopCode.
    • getShortStopCodeOrBuilder

      PrivateCodeStructureOrBuilder getShortStopCodeOrBuilder()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
    • hasPublicCode

      boolean hasPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      PrivateCodeStructure getPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
    • 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 = 447;
      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 = 447;
      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 = 447;
    • hasExternalStopPointRef

      boolean hasExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Returns:
      Whether the externalStopPointRef field is set.
    • getExternalStopPointRef

      VersionOfObjectRefStructure getExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Returns:
      The externalStopPointRef.
    • getExternalStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getExternalStopPointRefOrBuilder()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
    • getUrl

      String getUrl()
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Returns:
      The bytes for url.
    • getStopTypeValue

      int getStopTypeValue()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Returns:
      The enum numeric value on the wire for stopType.
    • getStopType

      StopTypeEnumeration getStopType()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Returns:
      The stopType.
    • getCompassBearing

      float getCompassBearing()
       Heading of STOP relative to street. Degrees  from North. This should be considered as a derived value that can be used for presentation purposes when information about the physical stop is not available. . The definitive value is the compass bearing found on the QUAY (i.e. physical stop) to which a SCHEDULED STOP POINT is assigned.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 287:80]
       
      float compass_bearing = 463;
      Returns:
      The compassBearing.
    • hasPresentation

      boolean hasPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Returns:
      Whether the presentation field is set.
    • getPresentation

      PresentationStructure getPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Returns:
      The presentation.
    • getPresentationOrBuilder

      PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
    • getVehicleModesList

      List<VehicleModeEnumeration> getVehicleModesList()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Returns:
      A list containing the vehicleModes.
    • getVehicleModesCount

      int getVehicleModesCount()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Returns:
      The count of vehicleModes.
    • getVehicleModes

      VehicleModeEnumeration getVehicleModes(int index)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The vehicleModes at the given index.
    • getVehicleModesValueList

      List<Integer> getVehicleModesValueList()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for vehicleModes.
    • getVehicleModesValue

      int getVehicleModesValue(int index)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of vehicleModes at the given index.
    • getForAlighting

      boolean getForAlighting()
       Default for whether SCHEDULED STOP POINT may be used for alighting. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 332:70]
       
      bool for_alighting = 472;
      Returns:
      The forAlighting.
    • getForBoarding

      boolean getForBoarding()
       Default for whether SCHEDULED STOP POINT may be used for boarding. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 337:69]
       
      bool for_boarding = 473;
      Returns:
      The forBoarding.
    • getRequestStop

      boolean getRequestStop()
       Whether stop is by default a request stop in the timetable. May be overridden in specific SERVICE PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 342:85]
       
      bool request_stop = 474;
      Returns:
      The requestStop.
    • getRequestMethodTypeValue

      int getRequestMethodTypeValue()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Returns:
      The enum numeric value on the wire for requestMethodType.
    • getRequestMethodType

      RequestMethodTypeEnumeration getRequestMethodType()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Returns:
      The requestMethodType.
    • hasCountryRef

      boolean hasCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      CountryRefType getCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Returns:
      The countryRef.
    • getCountryRefOrBuilder

      CountryRefTypeOrBuilder getCountryRefOrBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
    • hasTopographicPlaceRef

      boolean hasTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      VersionOfObjectRefStructure getTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Returns:
      The topographicPlaceRef.
    • getTopographicPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
    • hasTopographicPlaceView

      boolean hasTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Returns:
      Whether the topographicPlaceView field is set.
    • getTopographicPlaceView

      TopographicPlaceViewType getTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Returns:
      The topographicPlaceView.
    • getTopographicPlaceViewOrBuilder

      TopographicPlaceViewTypeOrBuilder getTopographicPlaceViewOrBuilder()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
    • getAtCentre

      boolean getAtCentre()
       Whether STOP POINT can be considered as being at the centre of a TOPOGRAPHIC PLACE.  Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 244:82]
       
      bool at_centre = 491;
      Returns:
      The atCentre.