Package uk.org.netex.www.netex
Interface VehicleStoppingPlaces_RelStructure.ChoiceWrapper_VehicleStoppingPlaces_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleStoppingPlaces_RelStructure.ChoiceWrapper_VehicleStoppingPlaces_RelStructure,VehicleStoppingPlaces_RelStructure.ChoiceWrapper_VehicleStoppingPlaces_RelStructure.Builder
- Enclosing class:
VehicleStoppingPlaces_RelStructure
public static interface VehicleStoppingPlaces_RelStructure.ChoiceWrapper_VehicleStoppingPlaces_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDesignated PLACE within a STOP PLACE for a VEHICLE to stop.Designated PLACE within a STOP PLACE for a VEHICLE to stop.Reference to a VEHICLE STOPPING PLACE.Reference to a VEHICLE STOPPING PLACE.booleanDesignated PLACE within a STOP PLACE for a VEHICLE to stop.booleanReference to a VEHICLE STOPPING PLACE.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
-
hasVehicleStoppingPlaceRef
boolean hasVehicleStoppingPlaceRef()Reference to a VEHICLE STOPPING PLACE. [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 1;- Returns:
- Whether the vehicleStoppingPlaceRef field is set.
-
getVehicleStoppingPlaceRef
VersionOfObjectRefStructure getVehicleStoppingPlaceRef()Reference to a VEHICLE STOPPING PLACE. [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 1;- Returns:
- The vehicleStoppingPlaceRef.
-
getVehicleStoppingPlaceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVehicleStoppingPlaceRefOrBuilder()Reference to a VEHICLE STOPPING PLACE. [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 1; -
hasVehicleStoppingPlace
boolean hasVehicleStoppingPlace()Designated PLACE within a STOP PLACE for a VEHICLE to stop. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1005:78]
.uk.org.netex.www.netex.VehicleStoppingPlaceType vehicle_stopping_place = 2;- Returns:
- Whether the vehicleStoppingPlace field is set.
-
getVehicleStoppingPlace
VehicleStoppingPlaceType getVehicleStoppingPlace()Designated PLACE within a STOP PLACE for a VEHICLE to stop. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1005:78]
.uk.org.netex.www.netex.VehicleStoppingPlaceType vehicle_stopping_place = 2;- Returns:
- The vehicleStoppingPlace.
-
getVehicleStoppingPlaceOrBuilder
VehicleStoppingPlaceTypeOrBuilder getVehicleStoppingPlaceOrBuilder()Designated PLACE within a STOP PLACE for a VEHICLE to stop. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1005:78]
.uk.org.netex.www.netex.VehicleStoppingPlaceType vehicle_stopping_place = 2;
-