Package uk.org.netex.www.netex
Interface PathJunctions_RelStructure.ChoiceWrapper_PathJunctions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathJunctions_RelStructure.ChoiceWrapper_PathJunctions_RelStructure,PathJunctions_RelStructure.ChoiceWrapper_PathJunctions_RelStructure.Builder
- Enclosing class:
PathJunctions_RelStructure
public static interface PathJunctions_RelStructure.ChoiceWrapper_PathJunctions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.Reference to a PATH JUNCTION.Reference to a PATH JUNCTION.booleanA designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch.booleanReference to a PATH JUNCTION.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
-
hasPathJunctionRef
boolean hasPathJunctionRef()Reference to a PATH JUNCTION. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 136:100]
.uk.org.netex.www.netex.VersionOfObjectRefStructure path_junction_ref = 1;- Returns:
- Whether the pathJunctionRef field is set.
-
getPathJunctionRef
VersionOfObjectRefStructure getPathJunctionRef()Reference to a PATH JUNCTION. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 136:100]
.uk.org.netex.www.netex.VersionOfObjectRefStructure path_junction_ref = 1;- Returns:
- The pathJunctionRef.
-
getPathJunctionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPathJunctionRefOrBuilder()Reference to a PATH JUNCTION. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 136:100]
.uk.org.netex.www.netex.VersionOfObjectRefStructure path_junction_ref = 1; -
hasPathJunction
boolean hasPathJunction()A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
.uk.org.netex.www.netex.PathJunctionType path_junction = 2;- Returns:
- Whether the pathJunction field is set.
-
getPathJunction
PathJunctionType getPathJunction()A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
.uk.org.netex.www.netex.PathJunctionType path_junction = 2;- Returns:
- The pathJunction.
-
getPathJunctionOrBuilder
PathJunctionTypeOrBuilder getPathJunctionOrBuilder()A designated point, inside or outside of a STOP PLACE or POINT OF INTEREST, at which two or more PATH LINKs may connect or branch. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 401:61]
.uk.org.netex.www.netex.PathJunctionType path_junction = 2;
-