Package uk.org.netex.www.netex
Interface StopPlaceRefs_RelStructure.ChoiceWrapper_StopPlaceRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopPlaceRefs_RelStructure.ChoiceWrapper_StopPlaceRefStructure,StopPlaceRefs_RelStructure.ChoiceWrapper_StopPlaceRefStructure.Builder
- Enclosing class:
StopPlaceRefs_RelStructure
public static interface StopPlaceRefs_RelStructure.ChoiceWrapper_StopPlaceRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a STOP PLACE.Reference to a STOP PLACE.Reference to a TAXI RANK.Reference to a TAXI RANK.booleanReference to a STOP PLACE.booleanReference to a TAXI RANK.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
-
hasStopPlaceRef
boolean hasStopPlaceRef()Reference to a STOP PLACE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 1;- Returns:
- Whether the stopPlaceRef field is set.
-
getStopPlaceRef
VersionOfObjectRefStructure getStopPlaceRef()Reference to a STOP PLACE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 1;- Returns:
- The stopPlaceRef.
-
getStopPlaceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getStopPlaceRefOrBuilder()Reference to a STOP PLACE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 1; -
hasTaxiRankRef
boolean hasTaxiRankRef()Reference to a TAXI RANK. +v1.2.2 [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
.uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 2;- Returns:
- Whether the taxiRankRef field is set.
-
getTaxiRankRef
VersionOfObjectRefStructure getTaxiRankRef()Reference to a TAXI RANK. +v1.2.2 [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
.uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 2;- Returns:
- The taxiRankRef.
-
getTaxiRankRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTaxiRankRefOrBuilder()Reference to a TAXI RANK. +v1.2.2 [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
.uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 2; -
getStopPlaceRefStructureCase
StopPlaceRefs_RelStructure.ChoiceWrapper_StopPlaceRefStructure.StopPlaceRefStructureCase getStopPlaceRefStructureCase()
-