Interface ViewsTypeOrBuilder

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

@Generated public interface ViewsTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A VIEW of a PATH LINK used to select items for presentation.
    A VIEW of a PATH LINK used to select items for presentation.
    boolean
    A VIEW of a PATH LINK used to select items for presentation.

    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

    • hasPathLinkView

      boolean hasPathLinkView()
       A VIEW of a PATH LINK used to select items for presentation.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 467:67]
       
      .uk.org.netex.www.netex.PathLinkViewType path_link_view = 1;
      Returns:
      Whether the pathLinkView field is set.
    • getPathLinkView

      PathLinkViewType getPathLinkView()
       A VIEW of a PATH LINK used to select items for presentation.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 467:67]
       
      .uk.org.netex.www.netex.PathLinkViewType path_link_view = 1;
      Returns:
      The pathLinkView.
    • getPathLinkViewOrBuilder

      PathLinkViewTypeOrBuilder getPathLinkViewOrBuilder()
       A VIEW of a PATH LINK used to select items for presentation.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 467:67]
       
      .uk.org.netex.www.netex.PathLinkViewType path_link_view = 1;