Package uk.org.netex.www.netex
Interface PathLinkRefs_RelStructure.ChoiceWrapper_PathLinkRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathLinkRefs_RelStructure.ChoiceWrapper_PathLinkRefs_RelStructure,PathLinkRefs_RelStructure.ChoiceWrapper_PathLinkRefs_RelStructure.Builder
- Enclosing class:
PathLinkRefs_RelStructure
public static interface PathLinkRefs_RelStructure.ChoiceWrapper_PathLinkRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a PATH LINK.Reference to a PATH LINK BY VALUE.Reference to a PATH LINK BY VALUE.Reference to a PATH LINK.booleanReference to a PATH LINK.booleanReference to a PATH LINK BY VALUE.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
-
hasPathLinkRef
boolean hasPathLinkRef()Reference to a PATH LINK. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 1;- Returns:
- Whether the pathLinkRef field is set.
-
getPathLinkRef
VersionOfObjectRefStructure getPathLinkRef()Reference to a PATH LINK. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 1;- Returns:
- The pathLinkRef.
-
getPathLinkRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPathLinkRefOrBuilder()Reference to a PATH LINK. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 80:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure path_link_ref = 1; -
hasPathLinkRefByValue
boolean hasPathLinkRefByValue()Reference to a PATH LINK BY VALUE. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 100:111]
.uk.org.netex.www.netex.PathLinkRefByValueStructure path_link_ref_by_value = 2;- Returns:
- Whether the pathLinkRefByValue field is set.
-
getPathLinkRefByValue
PathLinkRefByValueStructure getPathLinkRefByValue()Reference to a PATH LINK BY VALUE. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 100:111]
.uk.org.netex.www.netex.PathLinkRefByValueStructure path_link_ref_by_value = 2;- Returns:
- The pathLinkRefByValue.
-
getPathLinkRefByValueOrBuilder
PathLinkRefByValueStructureOrBuilder getPathLinkRefByValueOrBuilder()Reference to a PATH LINK BY VALUE. [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 100:111]
.uk.org.netex.www.netex.PathLinkRefByValueStructure path_link_ref_by_value = 2;
-