Package uk.org.netex.www.netex
Interface CustomerAccounts_RelStructure.ChoiceWrapper_CustomerAccounts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerAccounts_RelStructure.ChoiceWrapper_CustomerAccounts_RelStructure,CustomerAccounts_RelStructure.ChoiceWrapper_CustomerAccounts_RelStructure.Builder
- Enclosing class:
CustomerAccounts_RelStructure
public static interface CustomerAccounts_RelStructure.ChoiceWrapper_CustomerAccounts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).Reference to a CUSTOMER ACCOUNT.Reference to a CUSTOMER ACCOUNT.booleanA contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).booleanReference to a CUSTOMER ACCOUNT.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
-
hasCustomerAccountRef
boolean hasCustomerAccountRef()Reference to a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 1;- Returns:
- Whether the customerAccountRef field is set.
-
getCustomerAccountRef
VersionOfObjectRefStructure getCustomerAccountRef()Reference to a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 1;- Returns:
- The customerAccountRef.
-
getCustomerAccountRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCustomerAccountRefOrBuilder()Reference to a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 364:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_ref = 1; -
hasCustomerAccount
boolean hasCustomerAccount()A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A CUSTOMER ACCOUNT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 613:93]
.uk.org.netex.www.netex.CustomerAccountType customer_account = 2;- Returns:
- Whether the customerAccount field is set.
-
getCustomerAccount
CustomerAccountType getCustomerAccount()A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A CUSTOMER ACCOUNT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 613:93]
.uk.org.netex.www.netex.CustomerAccountType customer_account = 2;- Returns:
- The customerAccount.
-
getCustomerAccountOrBuilder
CustomerAccountTypeOrBuilder getCustomerAccountOrBuilder()A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A CUSTOMER ACCOUNT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 613:93]
.uk.org.netex.www.netex.CustomerAccountType customer_account = 2;
-