Interface RouteInstructions_RelStructureOrBuilder

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

@Generated public interface RouteInstructions_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getRouteInstructionList

       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 75:65]
       
      repeated .uk.org.netex.www.netex.RouteInstructions_RelStructure.RouteInstructionType route_instruction = 2;
    • getRouteInstruction

       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 75:65]
       
      repeated .uk.org.netex.www.netex.RouteInstructions_RelStructure.RouteInstructionType route_instruction = 2;
    • getRouteInstructionCount

      int getRouteInstructionCount()
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 75:65]
       
      repeated .uk.org.netex.www.netex.RouteInstructions_RelStructure.RouteInstructionType route_instruction = 2;
    • getRouteInstructionOrBuilderList

      List<? extends RouteInstructions_RelStructure.RouteInstructionTypeOrBuilder> getRouteInstructionOrBuilderList()
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 75:65]
       
      repeated .uk.org.netex.www.netex.RouteInstructions_RelStructure.RouteInstructionType route_instruction = 2;
    • getRouteInstructionOrBuilder

      RouteInstructions_RelStructure.RouteInstructionTypeOrBuilder getRouteInstructionOrBuilder(int index)
       A POINT used to define the shape of a ROUTE through the network.  [netex_part_1/part1_networkDescription/netex_routeInstruction_version.xsd at 75:65]
       
      repeated .uk.org.netex.www.netex.RouteInstructions_RelStructure.RouteInstructionType route_instruction = 2;