Package uk.org.netex.www.netex
Interface PathLinkEndStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathLinkEndStructure,PathLinkEndStructure.Builder
@Generated
public interface PathLinkEndStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to an ENTRANCE of a PLACE.Reference to an ENTRANCE of a PLACE.Reference to a LEVEL on which SITE COMPONENT is found.Reference to a LEVEL on which SITE COMPONENT is found.Reference to a PLACE, including QUAY, ACCESS SPACE, BOARDING POSITION or other node of a SITE.Reference to a PLACE, including QUAY, ACCESS SPACE, BOARDING POSITION or other node of a SITE.booleanReference to an ENTRANCE of a PLACE.booleanReference to a LEVEL on which SITE COMPONENT is found.booleanReference to a PLACE, including QUAY, ACCESS SPACE, BOARDING POSITION or other node of a SITE.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
-
hasPlaceRef
boolean hasPlaceRef()Reference to a PLACE, including QUAY, ACCESS SPACE, BOARDING POSITION or other node of a SITE. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 275:58]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure place_ref = 1;- Returns:
- Whether the placeRef field is set.
-
getPlaceRef
GroupOfEntitiesRefStructure getPlaceRef()Reference to a PLACE, including QUAY, ACCESS SPACE, BOARDING POSITION or other node of a SITE. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 275:58]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure place_ref = 1;- Returns:
- The placeRef.
-
getPlaceRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getPlaceRefOrBuilder()Reference to a PLACE, including QUAY, ACCESS SPACE, BOARDING POSITION or other node of a SITE. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 275:58]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure place_ref = 1; -
hasLevelRef
boolean hasLevelRef()Reference to a LEVEL on which SITE COMPONENT is found. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 280:72]
.uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 2;- Returns:
- Whether the levelRef field is set.
-
getLevelRef
VersionOfObjectRefStructure getLevelRef()Reference to a LEVEL on which SITE COMPONENT is found. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 280:72]
.uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 2;- Returns:
- The levelRef.
-
getLevelRefOrBuilder
VersionOfObjectRefStructureOrBuilder getLevelRefOrBuilder()Reference to a LEVEL on which SITE COMPONENT is found. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 280:72]
.uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 2; -
hasEntranceRef
boolean hasEntranceRef()Reference to an ENTRANCE of a PLACE. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 285:78]
.uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 3;- Returns:
- Whether the entranceRef field is set.
-
getEntranceRef
VersionOfObjectRefStructure getEntranceRef()Reference to an ENTRANCE of a PLACE. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 285:78]
.uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 3;- Returns:
- The entranceRef.
-
getEntranceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getEntranceRefOrBuilder()Reference to an ENTRANCE of a PLACE. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 285:78]
.uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 3;
-