Interface Routes_RelStructure.ChoiceWrapper_Routes_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Routes_RelStructure.ChoiceWrapper_Routes_RelStructure, Routes_RelStructure.ChoiceWrapper_Routes_RelStructure.Builder
Enclosing class:
Routes_RelStructure

public static interface Routes_RelStructure.ChoiceWrapper_Routes_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    An ordered list of located POINTs defining one single path through the Road (or rail) network.
    An ordered list of located POINTs defining one single path through the Road (or rail) network.
    Reference to a ROUTE.
    Reference to a ROUTE.
    boolean
    An ordered list of located POINTs defining one single path through the Road (or rail) network.
    boolean
    Reference to a 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

    • hasRouteRef

      boolean hasRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 1;
      Returns:
      Whether the routeRef field is set.
    • getRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 1;
      Returns:
      The routeRef.
    • getRouteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRouteRefOrBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 1;
    • hasRoute

      boolean hasRoute()
       An ordered list of located POINTs defining one single path through the Road (or rail) network. A ROUTE may pass through the same POINT more than once.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 221:72]
       
      .uk.org.netex.www.netex.RouteType route = 2;
      Returns:
      Whether the route field is set.
    • getRoute

      RouteType getRoute()
       An ordered list of located POINTs defining one single path through the Road (or rail) network. A ROUTE may pass through the same POINT more than once.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 221:72]
       
      .uk.org.netex.www.netex.RouteType route = 2;
      Returns:
      The route.
    • getRouteOrBuilder

      RouteTypeOrBuilder getRouteOrBuilder()
       An ordered list of located POINTs defining one single path through the Road (or rail) network. A ROUTE may pass through the same POINT more than once.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 221:72]
       
      .uk.org.netex.www.netex.RouteType route = 2;