Package uk.org.netex.www.netex
Interface ParkingLogEntriesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParkingLogEntriesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure,ParkingLogEntriesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.Builder
- Enclosing class:
ParkingLogEntriesInFrame_RelStructure
public static interface ParkingLogEntriesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA record of the status of the PARKING BAY at a given moment in time.A record of the status of the PARKING BAY at a given moment in time.A summary of the status of the rental at a SITE at a given point on time.A summary of the status of the rental at a SITE at a given point on time.booleanA record of the status of the PARKING BAY at a given moment in time.booleanA summary of the status of the rental at a SITE at a given point on time.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
-
hasRentalAvailability
boolean hasRentalAvailability()A summary of the status of the rental at a SITE at a given point on time. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_version.xsd at 245:95]
.uk.org.netex.www.netex.RentalAvailabilityType rental_availability = 1;- Returns:
- Whether the rentalAvailability field is set.
-
getRentalAvailability
RentalAvailabilityType getRentalAvailability()A summary of the status of the rental at a SITE at a given point on time. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_version.xsd at 245:95]
.uk.org.netex.www.netex.RentalAvailabilityType rental_availability = 1;- Returns:
- The rentalAvailability.
-
getRentalAvailabilityOrBuilder
RentalAvailabilityTypeOrBuilder getRentalAvailabilityOrBuilder()A summary of the status of the rental at a SITE at a given point on time. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_version.xsd at 245:95]
.uk.org.netex.www.netex.RentalAvailabilityType rental_availability = 1; -
hasParkingBayCondition
boolean hasParkingBayCondition()A record of the status of the PARKING BAY at a given moment in time. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_version.xsd at 327:96]
.uk.org.netex.www.netex.ParkingBayConditionType parking_bay_condition = 2;- Returns:
- Whether the parkingBayCondition field is set.
-
getParkingBayCondition
ParkingBayConditionType getParkingBayCondition()A record of the status of the PARKING BAY at a given moment in time. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_version.xsd at 327:96]
.uk.org.netex.www.netex.ParkingBayConditionType parking_bay_condition = 2;- Returns:
- The parkingBayCondition.
-
getParkingBayConditionOrBuilder
ParkingBayConditionTypeOrBuilder getParkingBayConditionOrBuilder()A record of the status of the PARKING BAY at a given moment in time. +v1.2.2 [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_version.xsd at 327:96]
.uk.org.netex.www.netex.ParkingBayConditionType parking_bay_condition = 2; -
getDataManagedObjectStructureCase
ParkingLogEntriesInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure.DataManagedObjectStructureCase getDataManagedObjectStructureCase()
-