Package uk.org.netex.www.netex
Interface TypesOfRetailDevice_RelStructure.ChoiceWrapper_TypesOfRetailDevice_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfRetailDevice_RelStructure.ChoiceWrapper_TypesOfRetailDevice_RelStructure,TypesOfRetailDevice_RelStructure.ChoiceWrapper_TypesOfRetailDevice_RelStructure.Builder
- Enclosing class:
TypesOfRetailDevice_RelStructure
public static interface TypesOfRetailDevice_RelStructure.ChoiceWrapper_TypesOfRetailDevice_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of RETAIL DEVICEs.A classification of RETAIL DEVICEs.Reference to a TYPE OF RETAIL DEVICE.Reference to a TYPE OF RETAIL DEVICE.booleanA classification of RETAIL DEVICEs.booleanReference to a TYPE OF 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
-
hasTypeOfRetailDeviceRef
boolean hasTypeOfRetailDeviceRef()Reference to a TYPE OF RETAIL DEVICE. [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 156:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_retail_device_ref = 1;- Returns:
- Whether the typeOfRetailDeviceRef field is set.
-
getTypeOfRetailDeviceRef
VersionOfObjectRefStructure getTypeOfRetailDeviceRef()Reference to a TYPE OF RETAIL DEVICE. [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 156:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_retail_device_ref = 1;- Returns:
- The typeOfRetailDeviceRef.
-
getTypeOfRetailDeviceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfRetailDeviceRefOrBuilder()Reference to a TYPE OF RETAIL DEVICE. [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 156:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_retail_device_ref = 1; -
hasTypeOfRetailDevice
boolean hasTypeOfRetailDevice()A classification of RETAIL DEVICEs. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 290:91]
.uk.org.netex.www.netex.TypeOfRetailDeviceType type_of_retail_device = 2;- Returns:
- Whether the typeOfRetailDevice field is set.
-
getTypeOfRetailDevice
TypeOfRetailDeviceType getTypeOfRetailDevice()A classification of RETAIL DEVICEs. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 290:91]
.uk.org.netex.www.netex.TypeOfRetailDeviceType type_of_retail_device = 2;- Returns:
- The typeOfRetailDevice.
-
getTypeOfRetailDeviceOrBuilder
TypeOfRetailDeviceTypeOrBuilder getTypeOfRetailDeviceOrBuilder()A classification of RETAIL DEVICEs. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 290:91]
.uk.org.netex.www.netex.TypeOfRetailDeviceType type_of_retail_device = 2;
-