Package uk.org.netex.www.netex
Interface VehicleServiceParts_RelStructure.ChoiceWrapper_VehicleServiceParts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleServiceParts_RelStructure.ChoiceWrapper_VehicleServiceParts_RelStructure,VehicleServiceParts_RelStructure.ChoiceWrapper_VehicleServiceParts_RelStructure.Builder
- Enclosing class:
VehicleServiceParts_RelStructure
public static interface VehicleServiceParts_RelStructure.ChoiceWrapper_VehicleServiceParts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA part of a VEHICLE SERVICE composed of one or more BLOCKs and limited by periods spent at the GARAGE managing the vehicle in question.A part of a VEHICLE SERVICE composed of one or more BLOCKs and limited by periods spent at the GARAGE managing the vehicle in question.Reference to a VEHICLE SERVICE PART.Reference to a VEHICLE SERVICE PART.booleanA part of a VEHICLE SERVICE composed of one or more BLOCKs and limited by periods spent at the GARAGE managing the vehicle in question.booleanReference to a VEHICLE SERVICE PART.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
-
hasVehicleServicePartRef
boolean hasVehicleServicePartRef()Reference to a VEHICLE SERVICE PART. [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 1;- Returns:
- Whether the vehicleServicePartRef field is set.
-
getVehicleServicePartRef
VersionOfObjectRefStructure getVehicleServicePartRef()Reference to a VEHICLE SERVICE PART. [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 1;- Returns:
- The vehicleServicePartRef.
-
getVehicleServicePartRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVehicleServicePartRefOrBuilder()Reference to a VEHICLE SERVICE PART. [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 1; -
hasVehicleServicePart
boolean hasVehicleServicePart()A part of a VEHICLE SERVICE composed of one or more BLOCKs and limited by periods spent at the GARAGE managing the vehicle in question. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 651:96]
.uk.org.netex.www.netex.VehicleServicePartType vehicle_service_part = 2;- Returns:
- Whether the vehicleServicePart field is set.
-
getVehicleServicePart
VehicleServicePartType getVehicleServicePart()A part of a VEHICLE SERVICE composed of one or more BLOCKs and limited by periods spent at the GARAGE managing the vehicle in question. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 651:96]
.uk.org.netex.www.netex.VehicleServicePartType vehicle_service_part = 2;- Returns:
- The vehicleServicePart.
-
getVehicleServicePartOrBuilder
VehicleServicePartTypeOrBuilder getVehicleServicePartOrBuilder()A part of a VEHICLE SERVICE composed of one or more BLOCKs and limited by periods spent at the GARAGE managing the vehicle in question. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 651:96]
.uk.org.netex.www.netex.VehicleServicePartType vehicle_service_part = 2;
-