Package uk.org.netex.www.netex
Interface RetailConsortiumsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RetailConsortiumsInFrame_RelStructure,RetailConsortiumsInFrame_RelStructure.Builder
@Generated
public interface RetailConsortiumsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getRetailConsortium(int index) A group of ORGANISATIONs formally incorporated as a retailer of fare products.intA group of ORGANISATIONs formally incorporated as a retailer of fare products.A group of ORGANISATIONs formally incorporated as a retailer of fare products.getRetailConsortiumOrBuilder(int index) A group of ORGANISATIONs formally incorporated as a retailer of fare products.List<? extends RetailConsortiumTypeOrBuilder> A group of ORGANISATIONs formally incorporated as a retailer of 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.
-
getRetailConsortiumList
List<RetailConsortiumType> getRetailConsortiumList()A group of ORGANISATIONs formally incorporated as a retailer of fare products. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 124:90]
repeated .uk.org.netex.www.netex.RetailConsortiumType retail_consortium = 2; -
getRetailConsortium
A group of ORGANISATIONs formally incorporated as a retailer of fare products. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 124:90]
repeated .uk.org.netex.www.netex.RetailConsortiumType retail_consortium = 2; -
getRetailConsortiumCount
int getRetailConsortiumCount()A group of ORGANISATIONs formally incorporated as a retailer of fare products. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 124:90]
repeated .uk.org.netex.www.netex.RetailConsortiumType retail_consortium = 2; -
getRetailConsortiumOrBuilderList
List<? extends RetailConsortiumTypeOrBuilder> getRetailConsortiumOrBuilderList()A group of ORGANISATIONs formally incorporated as a retailer of fare products. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 124:90]
repeated .uk.org.netex.www.netex.RetailConsortiumType retail_consortium = 2; -
getRetailConsortiumOrBuilder
A group of ORGANISATIONs formally incorporated as a retailer of fare products. [netex_part_3/part3_salesTransactions/netex_retailConsortium_version.xsd at 124:90]
repeated .uk.org.netex.www.netex.RetailConsortiumType retail_consortium = 2;
-