Interface PointsOnRoute_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    getPointOnRoute(int index)
    A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.
    int
    A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.
    A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.
    A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.
    A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.

    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 the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The bytes for id.
    • getPointOnRouteList

      List<PointOnRouteType> getPointOnRouteList()
       A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PointOnRouteType point_on_route = 2;
    • getPointOnRoute

      PointOnRouteType getPointOnRoute(int index)
       A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PointOnRouteType point_on_route = 2;
    • getPointOnRouteCount

      int getPointOnRouteCount()
       A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PointOnRouteType point_on_route = 2;
    • getPointOnRouteOrBuilderList

      List<? extends PointOnRouteTypeOrBuilder> getPointOnRouteOrBuilderList()
       A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PointOnRouteType point_on_route = 2;
    • getPointOnRouteOrBuilder

      PointOnRouteTypeOrBuilder getPointOnRouteOrBuilder(int index)
       A reference to a ROUTE POINT used to define a ROUTE with its order on that ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 292:92]
       
      repeated .uk.org.netex.www.netex.PointOnRouteType point_on_route = 2;