Package uk.org.netex.www.netex
Interface VehicleStoppingPositions_RelStructure.ChoiceWrapper_VehicleStoppingPositions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleStoppingPositions_RelStructure.ChoiceWrapper_VehicleStoppingPositions_RelStructure,VehicleStoppingPositions_RelStructure.ChoiceWrapper_VehicleStoppingPositions_RelStructure.Builder
- Enclosing class:
VehicleStoppingPositions_RelStructure
public static interface VehicleStoppingPositions_RelStructure.ChoiceWrapper_VehicleStoppingPositions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDesignated Position within a VEHICLE STOPPING PLACE for a Vehicle to stop.Designated Position within a VEHICLE STOPPING PLACE for a Vehicle to stop.Reference to a VEHICLE STOPPING POSITION.Reference to a VEHICLE STOPPING POSITION.booleanDesignated Position within a VEHICLE STOPPING PLACE for a Vehicle to stop.booleanReference to a VEHICLE STOPPING POSITION.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
-
hasVehicleStoppingPositionRef
boolean hasVehicleStoppingPositionRef()Reference to a VEHICLE STOPPING POSITION. [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 1;- Returns:
- Whether the vehicleStoppingPositionRef field is set.
-
getVehicleStoppingPositionRef
VersionOfObjectRefStructure getVehicleStoppingPositionRef()Reference to a VEHICLE STOPPING POSITION. [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 1;- Returns:
- The vehicleStoppingPositionRef.
-
getVehicleStoppingPositionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVehicleStoppingPositionRefOrBuilder()Reference to a VEHICLE STOPPING POSITION. [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 1; -
hasVehicleStoppingPosition
boolean hasVehicleStoppingPosition()Designated Position within a VEHICLE STOPPING PLACE for a Vehicle to stop. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1100:80]
.uk.org.netex.www.netex.VehicleStoppingPositionType vehicle_stopping_position = 2;- Returns:
- Whether the vehicleStoppingPosition field is set.
-
getVehicleStoppingPosition
VehicleStoppingPositionType getVehicleStoppingPosition()Designated Position within a VEHICLE STOPPING PLACE for a Vehicle to stop. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1100:80]
.uk.org.netex.www.netex.VehicleStoppingPositionType vehicle_stopping_position = 2;- Returns:
- The vehicleStoppingPosition.
-
getVehicleStoppingPositionOrBuilder
VehicleStoppingPositionTypeOrBuilder getVehicleStoppingPositionOrBuilder()Designated Position within a VEHICLE STOPPING PLACE for a Vehicle to stop. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1100:80]
.uk.org.netex.www.netex.VehicleStoppingPositionType vehicle_stopping_position = 2;
-