Package uk.org.netex.www.netex
Interface ParkingEntrancesForVehicles_RelStructure.ChoiceWrapper_ParkingEntrancesForVehicles_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParkingEntrancesForVehicles_RelStructure.ChoiceWrapper_ParkingEntrancesForVehicles_RelStructure,ParkingEntrancesForVehicles_RelStructure.ChoiceWrapper_ParkingEntrancesForVehicles_RelStructure.Builder
- Enclosing class:
ParkingEntrancesForVehicles_RelStructure
public static interface ParkingEntrancesForVehicles_RelStructure.ChoiceWrapper_ParkingEntrancesForVehicles_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDesignated Place within a PARKING for a VEHICLE to enter.Designated Place within a PARKING for a VEHICLE to enter.Reference to a PARKING VEHICLE ENTRANCE.Reference to a PARKING VEHICLE ENTRANCE.booleanDesignated Place within a PARKING for a VEHICLE to enter.booleanReference to a PARKING VEHICLE ENTRANCE.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
-
hasParkingEntranceForVehiclesRef
boolean hasParkingEntranceForVehiclesRef()Reference to a PARKING VEHICLE ENTRANCE. [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 1;- Returns:
- Whether the parkingEntranceForVehiclesRef field is set.
-
getParkingEntranceForVehiclesRef
VersionOfObjectRefStructure getParkingEntranceForVehiclesRef()Reference to a PARKING VEHICLE ENTRANCE. [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 1;- Returns:
- The parkingEntranceForVehiclesRef.
-
getParkingEntranceForVehiclesRefOrBuilder
VersionOfObjectRefStructureOrBuilder getParkingEntranceForVehiclesRefOrBuilder()Reference to a PARKING VEHICLE ENTRANCE. [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 1; -
hasParkingEntranceForVehicles
boolean hasParkingEntranceForVehicles()Designated Place within a PARKING for a VEHICLE to enter. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 384:78]
.uk.org.netex.www.netex.ParkingEntranceForVehiclesType parking_entrance_for_vehicles = 2;- Returns:
- Whether the parkingEntranceForVehicles field is set.
-
getParkingEntranceForVehicles
ParkingEntranceForVehiclesType getParkingEntranceForVehicles()Designated Place within a PARKING for a VEHICLE to enter. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 384:78]
.uk.org.netex.www.netex.ParkingEntranceForVehiclesType parking_entrance_for_vehicles = 2;- Returns:
- The parkingEntranceForVehicles.
-
getParkingEntranceForVehiclesOrBuilder
ParkingEntranceForVehiclesTypeOrBuilder getParkingEntranceForVehiclesOrBuilder()Designated Place within a PARKING for a VEHICLE to enter. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 384:78]
.uk.org.netex.www.netex.ParkingEntranceForVehiclesType parking_entrance_for_vehicles = 2;
-