Package uk.org.netex.www.netex
Interface StopPlaceVehicleEntrances_RelStructure.ChoiceWrapper_StopPlaceVehicleEntrances_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopPlaceVehicleEntrances_RelStructure.ChoiceWrapper_StopPlaceVehicleEntrances_RelStructure,StopPlaceVehicleEntrances_RelStructure.ChoiceWrapper_StopPlaceVehicleEntrances_RelStructure.Builder
- Enclosing class:
StopPlaceVehicleEntrances_RelStructure
public static interface StopPlaceVehicleEntrances_RelStructure.ChoiceWrapper_StopPlaceVehicleEntrances_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; -
hasStopPlaceVehicleEntrance
boolean hasStopPlaceVehicleEntrance()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_stopPlace_version.xsd at 931:93]
.uk.org.netex.www.netex.StopPlaceVehicleEntranceType stop_place_vehicle_entrance = 2;- Returns:
- Whether the stopPlaceVehicleEntrance field is set.
-
getStopPlaceVehicleEntrance
StopPlaceVehicleEntranceType getStopPlaceVehicleEntrance()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_stopPlace_version.xsd at 931:93]
.uk.org.netex.www.netex.StopPlaceVehicleEntranceType stop_place_vehicle_entrance = 2;- Returns:
- The stopPlaceVehicleEntrance.
-
getStopPlaceVehicleEntranceOrBuilder
StopPlaceVehicleEntranceTypeOrBuilder getStopPlaceVehicleEntranceOrBuilder()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_stopPlace_version.xsd at 931:93]
.uk.org.netex.www.netex.StopPlaceVehicleEntranceType stop_place_vehicle_entrance = 2;
-