Package uk.org.netex.www.netex
Interface RoutesInFrame_RelStructure.ChoiceWrapper_LinkSequence_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutesInFrame_RelStructure.ChoiceWrapper_LinkSequence_VersionStructure,RoutesInFrame_RelStructure.ChoiceWrapper_LinkSequence_VersionStructure.Builder
- Enclosing class:
RoutesInFrame_RelStructure
public static interface RoutesInFrame_RelStructure.ChoiceWrapper_LinkSequence_VersionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecialisation of ROUTE for flexible service.Specialisation of ROUTE for flexible service.getRoute()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.booleanSpecialisation of ROUTE for flexible service.booleanhasRoute()An ordered list of located POINTs defining one single path through the Road (or rail) 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
-
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 = 1;- 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 = 1;- 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 = 1; -
hasFlexibleRoute
boolean hasFlexibleRoute()Specialisation of ROUTE for flexible service. May include both point and zonal areas and ordered and unordered sections. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 108:80]
.uk.org.netex.www.netex.FlexibleRouteType flexible_route = 2;- Returns:
- Whether the flexibleRoute field is set.
-
getFlexibleRoute
FlexibleRouteType getFlexibleRoute()Specialisation of ROUTE for flexible service. May include both point and zonal areas and ordered and unordered sections. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 108:80]
.uk.org.netex.www.netex.FlexibleRouteType flexible_route = 2;- Returns:
- The flexibleRoute.
-
getFlexibleRouteOrBuilder
FlexibleRouteTypeOrBuilder getFlexibleRouteOrBuilder()Specialisation of ROUTE for flexible service. May include both point and zonal areas and ordered and unordered sections. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 108:80]
.uk.org.netex.www.netex.FlexibleRouteType flexible_route = 2; -
getLinkSequenceVersionStructureCase
RoutesInFrame_RelStructure.ChoiceWrapper_LinkSequence_VersionStructure.LinkSequenceVersionStructureCase getLinkSequenceVersionStructureCase()
-