Package uk.org.netex.www.netex
Interface SitePathLinks_RelStructure.ChoiceWrapper_SitePathLinks_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SitePathLinks_RelStructure.ChoiceWrapper_SitePathLinks_RelStructure,SitePathLinks_RelStructure.ChoiceWrapper_SitePathLinks_RelStructure.Builder
- Enclosing class:
SitePathLinks_RelStructure
public static interface SitePathLinks_RelStructure.ChoiceWrapper_SitePathLinks_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a PATH LINK.Reference to a PATH LINK.A PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST.A PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST.booleanReference to a PATH LINK.booleanA PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST.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; -
hasSitePathLink
boolean hasSitePathLink()A PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 327:60]
.uk.org.netex.www.netex.SitePathLinkType site_path_link = 2;- Returns:
- Whether the sitePathLink field is set.
-
getSitePathLink
SitePathLinkType getSitePathLink()A PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 327:60]
.uk.org.netex.www.netex.SitePathLinkType site_path_link = 2;- Returns:
- The sitePathLink.
-
getSitePathLinkOrBuilder
SitePathLinkTypeOrBuilder getSitePathLinkOrBuilder()A PATH LINK between two nodes that are SITE components, i.e. within a STOP PLACE or POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 327:60]
.uk.org.netex.www.netex.SitePathLinkType site_path_link = 2;
-