Class RouteInstructionType

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

@Generated public final class RouteInstructionType extends com.google.protobuf.GeneratedMessage implements RouteInstructionTypeOrBuilder
 An Instruction on how to follow a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 102:94]
 
Protobuf type uk.org.netex.www.netex.RouteInstructionType
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:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • ORDER_FIELD_NUMBER

      public static final int ORDER_FIELD_NUMBER
      See Also:
    • POINT_ON_ROUTE_REF_FIELD_NUMBER

      public static final int POINT_ON_ROUTE_REF_FIELD_NUMBER
      See Also:
    • INSTRUCTION_FIELD_NUMBER

      public static final int INSTRUCTION_FIELD_NUMBER
      See Also:
    • PATH_HEADING_FIELD_NUMBER

      public static final int PATH_HEADING_FIELD_NUMBER
      See Also:
    • HEADING_FIELD_NUMBER

      public static final int HEADING_FIELD_NUMBER
      See Also:
    • BEARING_FIELD_NUMBER

      public static final int BEARING_FIELD_NUMBER
      See Also:
    • DISTANCE_FIELD_NUMBER

      public static final int DISTANCE_FIELD_NUMBER
      See Also:
    • TRANSITION_FIELD_NUMBER

      public static final int TRANSITION_FIELD_NUMBER
      See Also:
    • ROAD_NAME_FIELD_NUMBER

      public static final int ROAD_NAME_FIELD_NUMBER
      See Also:
    • SIMPLE_FEATURE_REF_FIELD_NUMBER

      public static final int SIMPLE_FEATURE_REF_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_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
    • 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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRef in interface RouteInstructionTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRefBytes in interface RouteInstructionTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRef in interface RouteInstructionTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRefBytes in interface RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
    • 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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
      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 RouteInstructionTypeOrBuilder
    • hasKeyList

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

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

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

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

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

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

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

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

      public int getOrder()
       Relative order  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 134:52]
       
      int32 order = 101;
      Specified by:
      getOrder in interface RouteInstructionTypeOrBuilder
      Returns:
      The order.
    • hasPointOnRouteRef

      public boolean hasPointOnRouteRef()
       Reference to POINT ON ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 230:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_on_route_ref = 161;
      Specified by:
      hasPointOnRouteRef in interface RouteInstructionTypeOrBuilder
      Returns:
      Whether the pointOnRouteRef field is set.
    • getPointOnRouteRef

      public VersionOfObjectRefStructure getPointOnRouteRef()
       Reference to POINT ON ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 230:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_on_route_ref = 161;
      Specified by:
      getPointOnRouteRef in interface RouteInstructionTypeOrBuilder
      Returns:
      The pointOnRouteRef.
    • getPointOnRouteRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointOnRouteRefOrBuilder()
       Reference to POINT ON ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 230:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_on_route_ref = 161;
      Specified by:
      getPointOnRouteRefOrBuilder in interface RouteInstructionTypeOrBuilder
    • hasInstruction

      public boolean hasInstruction()
       Directions for following path step.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 148:92]
       
      .uk.org.netex.www.netex.MultilingualString instruction = 162;
      Specified by:
      hasInstruction in interface RouteInstructionTypeOrBuilder
      Returns:
      Whether the instruction field is set.
    • getInstruction

      public MultilingualString getInstruction()
       Directions for following path step.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 148:92]
       
      .uk.org.netex.www.netex.MultilingualString instruction = 162;
      Specified by:
      getInstruction in interface RouteInstructionTypeOrBuilder
      Returns:
      The instruction.
    • getInstructionOrBuilder

      public MultilingualStringOrBuilder getInstructionOrBuilder()
       Directions for following path step.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 148:92]
       
      .uk.org.netex.www.netex.MultilingualString instruction = 162;
      Specified by:
      getInstructionOrBuilder in interface RouteInstructionTypeOrBuilder
    • getPathHeadingValue

      public int getPathHeadingValue()
       Relative heading for Instruction  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 153:80]
       
      .uk.org.netex.www.netex.PathHeadingEnumeration path_heading = 163;
      Specified by:
      getPathHeadingValue in interface RouteInstructionTypeOrBuilder
      Returns:
      The enum numeric value on the wire for pathHeading.
    • getPathHeading

      public PathHeadingEnumeration getPathHeading()
       Relative heading for Instruction  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 153:80]
       
      .uk.org.netex.www.netex.PathHeadingEnumeration path_heading = 163;
      Specified by:
      getPathHeading in interface RouteInstructionTypeOrBuilder
      Returns:
      The pathHeading.
    • getHeadingValue

      public int getHeadingValue()
       Heading for Instructioni nternational boundary between two countries may be crossed.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 158:81]
       
      .uk.org.netex.www.netex.CompassBearing16Enumeration heading = 164;
      Specified by:
      getHeadingValue in interface RouteInstructionTypeOrBuilder
      Returns:
      The enum numeric value on the wire for heading.
    • getHeading

      public CompassBearing16Enumeration getHeading()
       Heading for Instructioni nternational boundary between two countries may be crossed.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 158:81]
       
      .uk.org.netex.www.netex.CompassBearing16Enumeration heading = 164;
      Specified by:
      getHeading in interface RouteInstructionTypeOrBuilder
      Returns:
      The heading.
    • getBearing

      public float getBearing()
       Compass Bearing for Instruction  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 163:73]
       
      float bearing = 165;
      Specified by:
      getBearing in interface RouteInstructionTypeOrBuilder
      Returns:
      The bearing.
    • getDistance

      public double getDistance()
       Distance for step.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 168:67]
       
      double distance = 166;
      Specified by:
      getDistance in interface RouteInstructionTypeOrBuilder
      Returns:
      The distance.
    • getTransitionValue

      public int getTransitionValue()
       Transition for instruction.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 173:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 167;
      Specified by:
      getTransitionValue in interface RouteInstructionTypeOrBuilder
      Returns:
      The enum numeric value on the wire for transition.
    • getTransition

      public TransitionEnumeration getTransition()
       Transition for instruction.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 173:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 167;
      Specified by:
      getTransition in interface RouteInstructionTypeOrBuilder
      Returns:
      The transition.
    • hasRoadName

      public boolean hasRoadName()
       Directions for following path staep.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 178:89]
       
      .uk.org.netex.www.netex.MultilingualString road_name = 168;
      Specified by:
      hasRoadName in interface RouteInstructionTypeOrBuilder
      Returns:
      Whether the roadName field is set.
    • getRoadName

      public MultilingualString getRoadName()
       Directions for following path staep.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 178:89]
       
      .uk.org.netex.www.netex.MultilingualString road_name = 168;
      Specified by:
      getRoadName in interface RouteInstructionTypeOrBuilder
      Returns:
      The roadName.
    • getRoadNameOrBuilder

      public MultilingualStringOrBuilder getRoadNameOrBuilder()
       Directions for following path staep.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 178:89]
       
      .uk.org.netex.www.netex.MultilingualString road_name = 168;
      Specified by:
      getRoadNameOrBuilder in interface RouteInstructionTypeOrBuilder
    • hasSimpleFeatureRef

      public boolean hasSimpleFeatureRef()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 169;
      Specified by:
      hasSimpleFeatureRef in interface RouteInstructionTypeOrBuilder
      Returns:
      Whether the simpleFeatureRef field is set.
    • getSimpleFeatureRef

      public VersionOfObjectRefStructure getSimpleFeatureRef()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 169;
      Specified by:
      getSimpleFeatureRef in interface RouteInstructionTypeOrBuilder
      Returns:
      The simpleFeatureRef.
    • getSimpleFeatureRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSimpleFeatureRefOrBuilder()
       Reference to a SIMPLE FEATURE.  [netex_framework/netex_genericFramework/netex_spatialFeature_support.xsd at 69:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_feature_ref = 169;
      Specified by:
      getSimpleFeatureRefOrBuilder in interface RouteInstructionTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 120:62]
       
      string id = 201;
      Specified by:
      getId in interface RouteInstructionTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 120:62]
       
      string id = 201;
      Specified by:
      getIdBytes in interface RouteInstructionTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 RouteInstructionType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static RouteInstructionType.Builder newBuilder()
    • newBuilder

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

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

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

      public static RouteInstructionType getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<RouteInstructionType> 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 RouteInstructionType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder