Package uk.org.netex.www.netex
Interface RetailDevicesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RetailDevicesInFrame_RelStructure,RetailDevicesInFrame_RelStructure.Builder
@Generated
public interface RetailDevicesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getRetailDevice(int index) A retail device used to sell fare products.intA retail device used to sell fare products.A retail device used to sell fare products.getRetailDeviceOrBuilder(int index) A retail device used to sell fare products.List<? extends RetailDeviceTypeOrBuilder> A retail device used to sell fare products.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getRetailDeviceList
List<RetailDeviceType> getRetailDeviceList()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]
repeated .uk.org.netex.www.netex.RetailDeviceType retail_device = 2; -
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]
repeated .uk.org.netex.www.netex.RetailDeviceType retail_device = 2; -
getRetailDeviceCount
int getRetailDeviceCount()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]
repeated .uk.org.netex.www.netex.RetailDeviceType retail_device = 2; -
getRetailDeviceOrBuilderList
List<? extends RetailDeviceTypeOrBuilder> getRetailDeviceOrBuilderList()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]
repeated .uk.org.netex.www.netex.RetailDeviceType retail_device = 2; -
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]
repeated .uk.org.netex.www.netex.RetailDeviceType retail_device = 2;
-