Package uk.org.netex.www.netex
Interface RetailDevices_RelStructure.ChoiceWrapper_RetailDevices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RetailDevices_RelStructure.ChoiceWrapper_RetailDevices_RelStructure,RetailDevices_RelStructure.ChoiceWrapper_RetailDevices_RelStructure.Builder
- Enclosing class:
RetailDevices_RelStructure
public static interface RetailDevices_RelStructure.ChoiceWrapper_RetailDevices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA retail device used to sell fare products.A retail device used to sell fare products.Reference to a RETAIL DEVICE.Reference to a RETAIL DEVICE.booleanA retail device used to sell fare products.booleanReference to a RETAIL DEVICE.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
-
hasRetailDeviceRef
boolean hasRetailDeviceRef()Reference to a RETAIL DEVICE. [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 1;- Returns:
- Whether the retailDeviceRef field is set.
-
getRetailDeviceRef
VersionOfObjectRefStructure getRetailDeviceRef()Reference to a RETAIL DEVICE. [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 1;- Returns:
- The retailDeviceRef.
-
getRetailDeviceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getRetailDeviceRefOrBuilder()Reference to a RETAIL DEVICE. [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 1; -
hasRetailDevice
boolean hasRetailDevice()A retail device used to sell fare products. Can be used to record fulfilment. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 212:91]
.uk.org.netex.www.netex.RetailDeviceType retail_device = 2;- Returns:
- Whether the retailDevice field is set.
-
getRetailDevice
RetailDeviceType getRetailDevice()A retail device used to sell fare products. Can be used to record fulfilment. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 212:91]
.uk.org.netex.www.netex.RetailDeviceType retail_device = 2;- Returns:
- The retailDevice.
-
getRetailDeviceOrBuilder
RetailDeviceTypeOrBuilder getRetailDeviceOrBuilder()A retail device used to sell fare products. Can be used to record fulfilment. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 212:91]
.uk.org.netex.www.netex.RetailDeviceType retail_device = 2;
-