Package uk.org.netex.www.netex
Interface VehicleEntrances_RelStructure.ChoiceWrapper_VehicleEntrances_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleEntrances_RelStructure.ChoiceWrapper_VehicleEntrances_RelStructure,VehicleEntrances_RelStructure.ChoiceWrapper_VehicleEntrances_RelStructure.Builder
- Enclosing class:
VehicleEntrances_RelStructure
public static interface VehicleEntrances_RelStructure.ChoiceWrapper_VehicleEntrances_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA physical entrance or exit to/from a SITE for a VEHICLE.A physical entrance or exit to/from a SITE for a VEHICLE.Reference to an VEHICLE ENTRANCE to a SITE.Reference to an VEHICLE ENTRANCE to a SITE.booleanA physical entrance or exit to/from a SITE for a VEHICLE.booleanReference to an VEHICLE ENTRANCE to a SITE.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
-
hasVehicleEntranceRef
boolean hasVehicleEntranceRef()Reference to an VEHICLE ENTRANCE to a SITE. [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 1;- Returns:
- Whether the vehicleEntranceRef field is set.
-
getVehicleEntranceRef
VersionOfObjectRefStructure getVehicleEntranceRef()Reference to an VEHICLE ENTRANCE to a SITE. [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 1;- Returns:
- The vehicleEntranceRef.
-
getVehicleEntranceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVehicleEntranceRefOrBuilder()Reference to an VEHICLE ENTRANCE to a SITE. [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 1; -
hasVehicleEntrance
boolean hasVehicleEntrance()A physical entrance or exit to/from a SITE for a VEHICLE. May be a door, barrier, gate or other recognizable point of access. [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 450:83]
.uk.org.netex.www.netex.VehicleEntranceType vehicle_entrance = 2;- Returns:
- Whether the vehicleEntrance field is set.
-
getVehicleEntrance
VehicleEntranceType getVehicleEntrance()A physical entrance or exit to/from a SITE for a VEHICLE. May be a door, barrier, gate or other recognizable point of access. [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 450:83]
.uk.org.netex.www.netex.VehicleEntranceType vehicle_entrance = 2;- Returns:
- The vehicleEntrance.
-
getVehicleEntranceOrBuilder
VehicleEntranceTypeOrBuilder getVehicleEntranceOrBuilder()A physical entrance or exit to/from a SITE for a VEHICLE. May be a door, barrier, gate or other recognizable point of access. [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 450:83]
.uk.org.netex.www.netex.VehicleEntranceType vehicle_entrance = 2;
-