Package uk.org.netex.www.netex
Interface TypesOfAccountStatus_RelStructure.ChoiceWrapper_TypesOfAccountStatus_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfAccountStatus_RelStructure.ChoiceWrapper_TypesOfAccountStatus_RelStructure,TypesOfAccountStatus_RelStructure.ChoiceWrapper_TypesOfAccountStatus_RelStructure.Builder
- Enclosing class:
TypesOfAccountStatus_RelStructure
public static interface TypesOfAccountStatus_RelStructure.ChoiceWrapper_TypesOfAccountStatus_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 CUSTOMER ACCOUNT STATUS .Reference to a CUSTOMER ACCOUNT STATUS .booleanA classification of a CUSTOMER ACCOUNT.booleanReference to a CUSTOMER ACCOUNT STATUS .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
-
hasCustomerAccountStatusRef
boolean hasCustomerAccountStatusRef()Reference to a CUSTOMER ACCOUNT STATUS . [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 1;- Returns:
- Whether the customerAccountStatusRef field is set.
-
getCustomerAccountStatusRef
VersionOfObjectRefStructure getCustomerAccountStatusRef()Reference to a CUSTOMER ACCOUNT STATUS . [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 1;- Returns:
- The customerAccountStatusRef.
-
getCustomerAccountStatusRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCustomerAccountStatusRefOrBuilder()Reference to a CUSTOMER ACCOUNT STATUS . [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 478:124]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_account_status_ref = 1; -
hasCustomerAccountStatus
boolean hasCustomerAccountStatus()A classification of a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 791:94]
.uk.org.netex.www.netex.CustomerAccountStatusType customer_account_status = 2;- Returns:
- Whether the customerAccountStatus field is set.
-
getCustomerAccountStatus
CustomerAccountStatusType getCustomerAccountStatus()A classification of a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 791:94]
.uk.org.netex.www.netex.CustomerAccountStatusType customer_account_status = 2;- Returns:
- The customerAccountStatus.
-
getCustomerAccountStatusOrBuilder
CustomerAccountStatusTypeOrBuilder getCustomerAccountStatusOrBuilder()A classification of a CUSTOMER ACCOUNT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 791:94]
.uk.org.netex.www.netex.CustomerAccountStatusType customer_account_status = 2;
-