Package uk.org.netex.www.netex
Interface CustomersInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomersInFrame_RelStructure,CustomersInFrame_RelStructure.Builder
@Generated
public interface CustomersInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomer(int index) An identified person or organisation involved in a fare process.intAn identified person or organisation involved in a fare process.An identified person or organisation involved in a fare process.getCustomerOrBuilder(int index) An identified person or organisation involved in a fare process.List<? extends CustomerTypeOrBuilder> An identified person or organisation involved in a fare process.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getCustomerList
List<CustomerType> getCustomerList()An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
repeated .uk.org.netex.www.netex.CustomerType customer = 2; -
getCustomer
An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
repeated .uk.org.netex.www.netex.CustomerType customer = 2; -
getCustomerCount
int getCustomerCount()An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
repeated .uk.org.netex.www.netex.CustomerType customer = 2; -
getCustomerOrBuilderList
List<? extends CustomerTypeOrBuilder> getCustomerOrBuilderList()An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
repeated .uk.org.netex.www.netex.CustomerType customer = 2; -
getCustomerOrBuilder
An identified person or organisation involved in a fare process. There may be a FARE CONTRACT between the CUSTOMER and the OPERATOR or the AUTHORITY ruling the consumption of services. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 175:86]
repeated .uk.org.netex.www.netex.CustomerType customer = 2;
-