Package uk.org.netex.www.netex
Interface ParkingCapacities_RelStructure.ChoiceWrapper_ParkingCapacities_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParkingCapacities_RelStructure.ChoiceWrapper_ParkingCapacities_RelStructure,ParkingCapacities_RelStructure.ChoiceWrapper_ParkingCapacities_RelStructure.Builder
- Enclosing class:
ParkingCapacities_RelStructure
public static interface ParkingCapacities_RelStructure.ChoiceWrapper_ParkingCapacities_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCapacity of a PARKING.Capacity of a PARKING.Reference to a PARKING CAPACITY.Reference to a PARKING CAPACITY.booleanCapacity of a PARKING.booleanReference to a PARKING CAPACITY.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
-
hasParkingCapacityRef
boolean hasParkingCapacityRef()Reference to a PARKING CAPACITY. [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 119:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_capacity_ref = 1;- Returns:
- Whether the parkingCapacityRef field is set.
-
getParkingCapacityRef
VersionOfObjectRefStructure getParkingCapacityRef()Reference to a PARKING CAPACITY. [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 119:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_capacity_ref = 1;- Returns:
- The parkingCapacityRef.
-
getParkingCapacityRefOrBuilder
VersionOfObjectRefStructureOrBuilder getParkingCapacityRefOrBuilder()Reference to a PARKING CAPACITY. [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 119:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_capacity_ref = 1; -
hasParkingCapacity
boolean hasParkingCapacity()Capacity of a PARKING. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 673:73]
.uk.org.netex.www.netex.ParkingCapacityType parking_capacity = 2;- Returns:
- Whether the parkingCapacity field is set.
-
getParkingCapacity
ParkingCapacityType getParkingCapacity()Capacity of a PARKING. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 673:73]
.uk.org.netex.www.netex.ParkingCapacityType parking_capacity = 2;- Returns:
- The parkingCapacity.
-
getParkingCapacityOrBuilder
ParkingCapacityTypeOrBuilder getParkingCapacityOrBuilder()Capacity of a PARKING. [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 673:73]
.uk.org.netex.www.netex.ParkingCapacityType parking_capacity = 2;
-