Package uk.org.netex.www.netex
Interface Customers_RelStructure.ChoiceWrapper_Customers_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Customers_RelStructure.ChoiceWrapper_Customers_RelStructure,Customers_RelStructure.ChoiceWrapper_Customers_RelStructure.Builder
- Enclosing class:
Customers_RelStructure
public static interface Customers_RelStructure.ChoiceWrapper_Customers_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn identified person or organisation involved in a fare process.An identified person or organisation involved in a fare process.Reference to a CUSTOMER.Reference to a CUSTOMER.booleanAn identified person or organisation involved in a fare process.booleanReference to a CUSTOMER.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
-
hasCustomerRef
boolean hasCustomerRef()Reference to a CUSTOMER. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 1;- Returns:
- Whether the customerRef field is set.
-
getCustomerRef
VersionOfObjectRefStructure getCustomerRef()Reference to a CUSTOMER. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 1;- Returns:
- The customerRef.
-
getCustomerRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCustomerRefOrBuilder()Reference to a CUSTOMER. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 95:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_ref = 1; -
hasCustomer
boolean hasCustomer()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]
.uk.org.netex.www.netex.CustomerType customer = 2;- Returns:
- Whether the customer field is set.
-
getCustomer
CustomerType 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]
.uk.org.netex.www.netex.CustomerType customer = 2;- Returns:
- The customer.
-
getCustomerOrBuilder
CustomerTypeOrBuilder 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]
.uk.org.netex.www.netex.CustomerType customer = 2;
-