Package uk.org.netex.www.netex
Interface VehicleMeetingPoints_RelStructure.ChoiceWrapper_VehicleMeetingPoints_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleMeetingPoints_RelStructure.ChoiceWrapper_VehicleMeetingPoints_RelStructure,VehicleMeetingPoints_RelStructure.ChoiceWrapper_VehicleMeetingPoints_RelStructure.Builder
- Enclosing class:
VehicleMeetingPoints_RelStructure
public static interface VehicleMeetingPoints_RelStructure.ChoiceWrapper_VehicleMeetingPoints_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA POINT where passengers can board or alight from vehicles.A POINT where passengers can board or alight from vehicles.Reference to a VEHICLE MEETING POINT.Reference to a VEHICLE MEETING POINT.booleanA POINT where passengers can board or alight from vehicles.booleanReference to a VEHICLE MEETING POINT.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
-
hasVehicleMeetingPointRef
boolean hasVehicleMeetingPointRef()Reference to a VEHICLE MEETING POINT. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 1;- Returns:
- Whether the vehicleMeetingPointRef field is set.
-
getVehicleMeetingPointRef
VersionOfObjectRefStructure getVehicleMeetingPointRef()Reference to a VEHICLE MEETING POINT. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 1;- Returns:
- The vehicleMeetingPointRef.
-
getVehicleMeetingPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVehicleMeetingPointRefOrBuilder()Reference to a VEHICLE MEETING POINT. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 1; -
hasVehicleMeetingPoint
boolean hasVehicleMeetingPoint()A POINT where passengers can board or alight from vehicles. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
.uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 2;- Returns:
- Whether the vehicleMeetingPoint field is set.
-
getVehicleMeetingPoint
VehicleMeetingPointType getVehicleMeetingPoint()A POINT where passengers can board or alight from vehicles. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
.uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 2;- Returns:
- The vehicleMeetingPoint.
-
getVehicleMeetingPointOrBuilder
VehicleMeetingPointTypeOrBuilder getVehicleMeetingPointOrBuilder()A POINT where passengers can board or alight from vehicles. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_version.xsd at 87:85]
.uk.org.netex.www.netex.VehicleMeetingPointType vehicle_meeting_point = 2;
-