Interface PathLink_DerivedViewStructureOrBuilder

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

public interface PathLink_DerivedViewStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Reference to a BRANDING.
    Reference to a BRANDING.
    boolean
    Whether destination of PATH LINK should be hidden.
    boolean
    Whether link should be hidden in the PATH LINK VIEW.
    Identifier of Object of which this is a view.
    com.google.protobuf.ByteString
    Identifier of Object of which this is a view.
    boolean
    Whether ENTRANCE on beginning of PATH LINK should be shown as separate step in view.
    boolean
    Whether exit at end of PATH LINK should be shown as separate step in view.
    boolean
    Whether Heading element should be shown as separate step in view e.g. turn left right.
    boolean
    Reference to a BRANDING.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      String getId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Returns:
      The bytes for id.
    • hasBrandingRef

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

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

      VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • getHideLink

      boolean getHideLink()
       Whether link should be hidden in the PATH LINK VIEW.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 519:68]
       
      bool hide_link = 41;
      Returns:
      The hideLink.
    • getHideDestination

      boolean getHideDestination()
       Whether destination of PATH LINK should be hidden.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 524:75]
       
      bool hide_destination = 42;
      Returns:
      The hideDestination.
    • getShowEntranceSeparately

      boolean getShowEntranceSeparately()
       Whether ENTRANCE on beginning of PATH LINK should be shown as separate step in view.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 529:82]
       
      bool show_entrance_separately = 43;
      Returns:
      The showEntranceSeparately.
    • getShowExitSeparately

      boolean getShowExitSeparately()
       Whether exit at end of PATH LINK should be shown as separate step in view.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 534:78]
       
      bool show_exit_separately = 44;
      Returns:
      The showExitSeparately.
    • getShowHeadingSeparately

      boolean getShowHeadingSeparately()
       Whether Heading element should be shown as separate step in view e.g. turn left right.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 539:81]
       
      bool show_heading_separately = 45;
      Returns:
      The showHeadingSeparately.