Class PathLinkInSequenceType

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.PathLinkInSequenceType
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, PathLinkInSequenceTypeOrBuilder

public final class PathLinkInSequenceType extends com.google.protobuf.GeneratedMessage implements PathLinkInSequenceTypeOrBuilder
 A step in a Navigation PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 315:80]
 
Protobuf type uk.org.netex.www.netex.PathLinkInSequenceType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • ORDER_FIELD_NUMBER

      public static final int ORDER_FIELD_NUMBER
      See Also:
    • PROJECTIONS_FIELD_NUMBER

      public static final int PROJECTIONS_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • REVERSE_FIELD_NUMBER

      public static final int REVERSE_FIELD_NUMBER
      See Also:
    • HEADING_FIELD_NUMBER

      public static final int HEADING_FIELD_NUMBER
      See Also:
    • TRANSITION_FIELD_NUMBER

      public static final int TRANSITION_FIELD_NUMBER
      See Also:
    • INSTRUCTION_FIELD_NUMBER

      public static final int INSTRUCTION_FIELD_NUMBER
      See Also:
    • LABEL_FIELD_NUMBER

      public static final int LABEL_FIELD_NUMBER
      See Also:
    • VIEWS_FIELD_NUMBER

      public static final int VIEWS_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • ROUTE_REF_FIELD_NUMBER

      public static final int ROUTE_REF_FIELD_NUMBER
      See Also:
    • TIMING_PATTERN_REF_FIELD_NUMBER

      public static final int TIMING_PATTERN_REF_FIELD_NUMBER
      See Also:
    • JOURNEY_PATTERN_REF_FIELD_NUMBER

      public static final int JOURNEY_PATTERN_REF_FIELD_NUMBER
      See Also:
    • DEAD_RUN_JOURNEY_PATTERN_REF_FIELD_NUMBER

      public static final int DEAD_RUN_JOURNEY_PATTERN_REF_FIELD_NUMBER
      See Also:
    • SERVICE_PATTERN_REF_FIELD_NUMBER

      public static final int SERVICE_PATTERN_REF_FIELD_NUMBER
      See Also:
    • SERVICE_JOURNEY_PATTERN_REF_FIELD_NUMBER

      public static final int SERVICE_JOURNEY_PATTERN_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_JOURNEY_REF_FIELD_NUMBER

      public static final int VEHICLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DEAD_RUN_REF_FIELD_NUMBER

      public static final int DEAD_RUN_REF_FIELD_NUMBER
      See Also:
    • SERVICE_JOURNEY_REF_FIELD_NUMBER

      public static final int SERVICE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • SPECIAL_SERVICE_REF_FIELD_NUMBER

      public static final int SPECIAL_SERVICE_REF_FIELD_NUMBER
      See Also:
    • TEMPLATE_SERVICE_JOURNEY_REF_FIELD_NUMBER

      public static final int TEMPLATE_SERVICE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER

      public static final int DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DATED_SPECIAL_SERVICE_REF_FIELD_NUMBER

      public static final int DATED_SPECIAL_SERVICE_REF_FIELD_NUMBER
      See Also:
    • NORMAL_DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER

      public static final int NORMAL_DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DATED_SERVICE_JOURNEY_REF_FIELD_NUMBER

      public static final int DATED_SERVICE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • SINGLE_JOURNEY_REF_FIELD_NUMBER

      public static final int SINGLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • SINGLE_JOURNEY_PATH_REF_FIELD_NUMBER

      public static final int SINGLE_JOURNEY_PATH_REF_FIELD_NUMBER
      See Also:
    • TRIP_PATTERN_TRIP_REF_FIELD_NUMBER

      public static final int TRIP_PATTERN_TRIP_REF_FIELD_NUMBER
      See Also:
    • TRIP_REF_FIELD_NUMBER

      public static final int TRIP_REF_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getLinkSequenceRefStructureCase

      public PathLinkInSequenceType.LinkSequenceRefStructureCase getLinkSequenceRefStructureCase()
      Specified by:
      getLinkSequenceRefStructureCase in interface PathLinkInSequenceTypeOrBuilder
    • hasCreated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

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

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

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

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

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

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

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

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

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

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

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

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

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

      public int getOrder()
       Order of LINK in sequence.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 182:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Specified by:
      getOrder in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The order.
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 196:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
      Specified by:
      hasProjections in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 196:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
      Specified by:
      getProjections in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The projections.
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 196:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 176;
      Specified by:
      getProjectionsOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasPathLinkRef

      public boolean hasPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 291;
      Specified by:
      hasPathLinkRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the pathLinkRef field is set.
    • getPathLinkRef

      public VersionOfObjectRefStructure getPathLinkRef()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 291;
      Specified by:
      getPathLinkRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The pathLinkRef.
    • getPathLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPathLinkRefOrBuilder()
       Reference to a PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 291;
      Specified by:
      getPathLinkRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of reference.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 363:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 292;
      Specified by:
      hasDescription in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of reference.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 363:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 292;
      Specified by:
      getDescription in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of reference.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 363:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 292;
      Specified by:
      getDescriptionOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • getReverse

      public boolean getReverse()
       Whether link is navigated in to / from, i.e. reverse direction . Default is false, i.e. from to.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 368:65]
       
      bool reverse = 293;
      Specified by:
      getReverse in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The reverse.
    • getHeadingValue

      public int getHeadingValue()
       Whether step is left right or forward.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 373:76]
       
      .uk.org.netex.www.netex.PathHeadingEnumeration heading = 294;
      Specified by:
      getHeadingValue in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The enum numeric value on the wire for heading.
    • getHeading

      public PathHeadingEnumeration getHeading()
       Whether step is left right or forward.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 373:76]
       
      .uk.org.netex.www.netex.PathHeadingEnumeration heading = 294;
      Specified by:
      getHeading in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The heading.
    • getTransitionValue

      public int getTransitionValue()
       Whether step is up down or level in direction of use.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 378:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 295;
      Specified by:
      getTransitionValue in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The enum numeric value on the wire for transition.
    • getTransition

      public TransitionEnumeration getTransition()
       Whether step is up down or level in direction of use.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 378:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 295;
      Specified by:
      getTransition in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The transition.
    • hasInstruction

      public boolean hasInstruction()
       Instruction for following path  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 383:76]
       
      .uk.org.netex.www.netex.MultilingualString instruction = 296;
      Specified by:
      hasInstruction in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the instruction field is set.
    • getInstruction

      public MultilingualString getInstruction()
       Instruction for following path  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 383:76]
       
      .uk.org.netex.www.netex.MultilingualString instruction = 296;
      Specified by:
      getInstruction in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The instruction.
    • getInstructionOrBuilder

      public MultilingualStringOrBuilder getInstructionOrBuilder()
       Instruction for following path  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 383:76]
       
      .uk.org.netex.www.netex.MultilingualString instruction = 296;
      Specified by:
      getInstructionOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasLabel

      public boolean hasLabel()
       Label On step.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 388:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 297;
      Specified by:
      hasLabel in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the label field is set.
    • getLabel

      public MultilingualString getLabel()
       Label On step.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 388:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 297;
      Specified by:
      getLabel in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The label.
    • getLabelOrBuilder

      public MultilingualStringOrBuilder getLabelOrBuilder()
       Label On step.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 388:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 297;
      Specified by:
      getLabelOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasViews

      public boolean hasViews()
       Instructions on how step view should be presented.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 393:44]
       
      .uk.org.netex.www.netex.ViewsType views = 298;
      Specified by:
      hasViews in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the views field is set.
    • getViews

      public ViewsType getViews()
       Instructions on how step view should be presented.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 393:44]
       
      .uk.org.netex.www.netex.ViewsType views = 298;
      Specified by:
      getViews in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The views.
    • getViewsOrBuilder

      public ViewsTypeOrBuilder getViewsOrBuilder()
       Instructions on how step view should be presented.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 393:44]
       
      .uk.org.netex.www.netex.ViewsType views = 298;
      Specified by:
      getViewsOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 336:78]
       
      string id = 331;
      Specified by:
      getId in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 336:78]
       
      string id = 331;
      Specified by:
      getIdBytes in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The bytes for id.
    • hasLinkSequenceRef

      public boolean hasLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Specified by:
      hasLinkSequenceRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the linkSequenceRef field is set.
    • getLinkSequenceRef

      public VersionOfObjectRefStructure getLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Specified by:
      getLinkSequenceRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The linkSequenceRef.
    • getLinkSequenceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getLinkSequenceRefOrBuilder()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 161;
      Specified by:
      getLinkSequenceRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasRouteRef

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

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

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

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

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

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

      public boolean hasJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Specified by:
      hasJourneyPatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the journeyPatternRef field is set.
    • getJourneyPatternRef

      public VersionOfObjectRefStructure getJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Specified by:
      getJourneyPatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The journeyPatternRef.
    • getJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 164;
      Specified by:
      getJourneyPatternRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasDeadRunJourneyPatternRef

      public boolean hasDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Specified by:
      hasDeadRunJourneyPatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the deadRunJourneyPatternRef field is set.
    • getDeadRunJourneyPatternRef

      public VersionOfObjectRefStructure getDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Specified by:
      getDeadRunJourneyPatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The deadRunJourneyPatternRef.
    • getDeadRunJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDeadRunJourneyPatternRefOrBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 165;
      Specified by:
      getDeadRunJourneyPatternRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasNavigationPathRef

      public boolean hasNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Specified by:
      hasNavigationPathRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the navigationPathRef field is set.
    • getNavigationPathRef

      public VersionOfObjectRefStructure getNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Specified by:
      getNavigationPathRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The navigationPathRef.
    • getNavigationPathRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getNavigationPathRefOrBuilder()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 166;
      Specified by:
      getNavigationPathRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasServicePatternRef

      public boolean hasServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Specified by:
      hasServicePatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the servicePatternRef field is set.
    • getServicePatternRef

      public VersionOfObjectRefStructure getServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Specified by:
      getServicePatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The servicePatternRef.
    • getServicePatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServicePatternRefOrBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 167;
      Specified by:
      getServicePatternRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasServiceJourneyPatternRef

      public boolean hasServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Specified by:
      hasServiceJourneyPatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the serviceJourneyPatternRef field is set.
    • getServiceJourneyPatternRef

      public VersionOfObjectRefStructure getServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Specified by:
      getServiceJourneyPatternRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The serviceJourneyPatternRef.
    • getServiceJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyPatternRefOrBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 168;
      Specified by:
      getServiceJourneyPatternRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasVehicleJourneyRef

      public boolean hasVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Specified by:
      hasVehicleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the vehicleJourneyRef field is set.
    • getVehicleJourneyRef

      public VersionOfObjectRefStructure getVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Specified by:
      getVehicleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The vehicleJourneyRef.
    • getVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleJourneyRefOrBuilder()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 169;
      Specified by:
      getVehicleJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasDeadRunRef

      public boolean hasDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Specified by:
      hasDeadRunRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the deadRunRef field is set.
    • getDeadRunRef

      public VersionOfObjectRefStructure getDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Specified by:
      getDeadRunRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The deadRunRef.
    • getDeadRunRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDeadRunRefOrBuilder()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 170;
      Specified by:
      getDeadRunRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasServiceJourneyRef

      public boolean hasServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Specified by:
      hasServiceJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      public VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Specified by:
      getServiceJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The serviceJourneyRef.
    • getServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 171;
      Specified by:
      getServiceJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasSpecialServiceRef

      public boolean hasSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Specified by:
      hasSpecialServiceRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the specialServiceRef field is set.
    • getSpecialServiceRef

      public VersionOfObjectRefStructure getSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Specified by:
      getSpecialServiceRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The specialServiceRef.
    • getSpecialServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSpecialServiceRefOrBuilder()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 172;
      Specified by:
      getSpecialServiceRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasTemplateServiceJourneyRef

      public boolean hasTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Specified by:
      hasTemplateServiceJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the templateServiceJourneyRef field is set.
    • getTemplateServiceJourneyRef

      public VersionOfObjectRefStructure getTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Specified by:
      getTemplateServiceJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • getTemplateServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 173;
      Specified by:
      getTemplateServiceJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasDatedVehicleJourneyRef

      public boolean hasDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Specified by:
      hasDatedVehicleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the datedVehicleJourneyRef field is set.
    • getDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Specified by:
      getDatedVehicleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The datedVehicleJourneyRef.
    • getDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedVehicleJourneyRefOrBuilder()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 174;
      Specified by:
      getDatedVehicleJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasDatedSpecialServiceRef

      public boolean hasDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Specified by:
      hasDatedSpecialServiceRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the datedSpecialServiceRef field is set.
    • getDatedSpecialServiceRef

      public VersionOfObjectRefStructure getDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Specified by:
      getDatedSpecialServiceRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The datedSpecialServiceRef.
    • getDatedSpecialServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedSpecialServiceRefOrBuilder()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 175;
      Specified by:
      getDatedSpecialServiceRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasNormalDatedVehicleJourneyRef

      public boolean hasNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 342;
      Specified by:
      hasNormalDatedVehicleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the normalDatedVehicleJourneyRef field is set.
    • getNormalDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 342;
      Specified by:
      getNormalDatedVehicleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The normalDatedVehicleJourneyRef.
    • getNormalDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getNormalDatedVehicleJourneyRefOrBuilder()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 342;
      Specified by:
      getNormalDatedVehicleJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasDatedServiceJourneyRef

      public boolean hasDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 343;
      Specified by:
      hasDatedServiceJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the datedServiceJourneyRef field is set.
    • getDatedServiceJourneyRef

      public VersionOfObjectRefStructure getDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 343;
      Specified by:
      getDatedServiceJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • getDatedServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedServiceJourneyRefOrBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 343;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasSingleJourneyRef

      public boolean hasSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 345;
      Specified by:
      hasSingleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the singleJourneyRef field is set.
    • getSingleJourneyRef

      public VersionOfObjectRefStructure getSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 345;
      Specified by:
      getSingleJourneyRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The singleJourneyRef.
    • getSingleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSingleJourneyRefOrBuilder()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 345;
      Specified by:
      getSingleJourneyRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasSingleJourneyPathRef

      public boolean hasSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 346;
      Specified by:
      hasSingleJourneyPathRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the singleJourneyPathRef field is set.
    • getSingleJourneyPathRef

      public VersionOfObjectRefStructure getSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 346;
      Specified by:
      getSingleJourneyPathRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The singleJourneyPathRef.
    • getSingleJourneyPathRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSingleJourneyPathRefOrBuilder()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 346;
      Specified by:
      getSingleJourneyPathRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasTripPatternTripRef

      public boolean hasTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 347;
      Specified by:
      hasTripPatternTripRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the tripPatternTripRef field is set.
    • getTripPatternTripRef

      public VersionOfObjectRefStructure getTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 347;
      Specified by:
      getTripPatternTripRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The tripPatternTripRef.
    • getTripPatternTripRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTripPatternTripRefOrBuilder()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 347;
      Specified by:
      getTripPatternTripRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • hasTripRef

      public boolean hasTripRef()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 348;
      Specified by:
      hasTripRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      Whether the tripRef field is set.
    • getTripRef

      public VersionOfObjectRefStructure getTripRef()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 348;
      Specified by:
      getTripRef in interface PathLinkInSequenceTypeOrBuilder
      Returns:
      The tripRef.
    • getTripRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTripRefOrBuilder()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 348;
      Specified by:
      getTripRefOrBuilder in interface PathLinkInSequenceTypeOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PathLinkInSequenceType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PathLinkInSequenceType parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PathLinkInSequenceType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PathLinkInSequenceType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PathLinkInSequenceType.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PathLinkInSequenceType.Builder newBuilder()
    • newBuilder

      public static PathLinkInSequenceType.Builder newBuilder(PathLinkInSequenceType prototype)
    • toBuilder

      public PathLinkInSequenceType.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PathLinkInSequenceType.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static PathLinkInSequenceType getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PathLinkInSequenceType> parser()
    • getParserForType

      public com.google.protobuf.Parser<PathLinkInSequenceType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public PathLinkInSequenceType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder