Package uk.org.netex.www.netex
Interface TypesOfCustomerAccount_RelStructure.ChoiceWrapper_TypesOfCustomerAccount_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfCustomerAccount_RelStructure.ChoiceWrapper_TypesOfCustomerAccount_RelStructure,TypesOfCustomerAccount_RelStructure.ChoiceWrapper_TypesOfCustomerAccount_RelStructure.Builder
- Enclosing class:
TypesOfCustomerAccount_RelStructure
public static interface TypesOfCustomerAccount_RelStructure.ChoiceWrapper_TypesOfCustomerAccount_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of a CUSTOMER ACCOUNT.A classification of a CUSTOMER ACCOUNT.Reference to a TYPE OF CUSTOMER ACCOUNT .Reference to a TYPE OF CUSTOMER ACCOUNT .booleanA classification of a CUSTOMER ACCOUNT.booleanReference to a TYPE OF 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
-
hasTypeOfCustomerAccountRef
boolean hasTypeOfCustomerAccountRef()Reference to a TYPE OF CUSTOMER ACCOUNT . [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 1;- Returns:
- Whether the typeOfCustomerAccountRef field is set.
-
getTypeOfCustomerAccountRef
VersionOfObjectRefStructure getTypeOfCustomerAccountRef()Reference to a TYPE OF CUSTOMER ACCOUNT . [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 1;- Returns:
- The typeOfCustomerAccountRef.
-
getTypeOfCustomerAccountRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfCustomerAccountRefOrBuilder()Reference to a TYPE OF CUSTOMER ACCOUNT . [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 440:124]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_customer_account_ref = 1; -
hasTypeOfCustomerAccount
boolean hasTypeOfCustomerAccount()A classification of a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 746:94]
.uk.org.netex.www.netex.TypeOfCustomerAccountType type_of_customer_account = 2;- Returns:
- Whether the typeOfCustomerAccount field is set.
-
getTypeOfCustomerAccount
TypeOfCustomerAccountType getTypeOfCustomerAccount()A classification of a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 746:94]
.uk.org.netex.www.netex.TypeOfCustomerAccountType type_of_customer_account = 2;- Returns:
- The typeOfCustomerAccount.
-
getTypeOfCustomerAccountOrBuilder
TypeOfCustomerAccountTypeOrBuilder getTypeOfCustomerAccountOrBuilder()A classification of a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 746:94]
.uk.org.netex.www.netex.TypeOfCustomerAccountType type_of_customer_account = 2;
-