Package uk.org.netex.www.netex
Interface RouteInstructions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteInstructions_RelStructure,RouteInstructions_RelStructure.Builder
public interface RouteInstructions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getRouteInstruction(int index) A POINT used to define the shape of a ROUTE through the network.intA POINT used to define the shape of a ROUTE through the network.A POINT used to define the shape of a ROUTE through the network.getRouteInstructionOrBuilder(int index) A POINT used to define the shape of a ROUTE through the network.A POINT used to define the shape of a ROUTE through the network.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
getRouteInstructionList
List<RouteInstructions_RelStructure.RouteInstructionType> 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;
-