Package uk.org.netex.www.netex
Interface SalesTransactions_RelStructure.ChoiceWrapper_SalesTransactions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SalesTransactions_RelStructure.ChoiceWrapper_SalesTransactions_RelStructure,SalesTransactions_RelStructure.ChoiceWrapper_SalesTransactions_RelStructure.Builder
- Enclosing class:
SalesTransactions_RelStructure
public static interface SalesTransactions_RelStructure.ChoiceWrapper_SalesTransactions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA SALE OF a FIXED PACKAGE or a SALE OF a RELOADABLE PACKAGE.A SALE OF a FIXED PACKAGE or a SALE OF a RELOADABLE PACKAGE.Reference to a SALES TRANSACTION.Reference to a SALES TRANSACTION.booleanA SALE OF a FIXED PACKAGE or a SALE OF a RELOADABLE PACKAGE.booleanReference to a SALES TRANSACTION.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
-
hasSalesTransactionRef
boolean hasSalesTransactionRef()Reference to a SALES TRANSACTION. [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 1;- Returns:
- Whether the salesTransactionRef field is set.
-
getSalesTransactionRef
VersionOfObjectRefStructure getSalesTransactionRef()Reference to a SALES TRANSACTION. [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 1;- Returns:
- The salesTransactionRef.
-
getSalesTransactionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSalesTransactionRefOrBuilder()Reference to a SALES TRANSACTION. [netex_part_3/part3_salesTransactions/netex_salesTransaction_support.xsd at 90:136]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sales_transaction_ref = 1; -
hasSalesTransaction
boolean hasSalesTransaction()A SALE OF a FIXED PACKAGE or a SALE OF a RELOADABLE PACKAGE. [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 128:95]
.uk.org.netex.www.netex.SalesTransactionType sales_transaction = 2;- Returns:
- Whether the salesTransaction field is set.
-
getSalesTransaction
SalesTransactionType getSalesTransaction()A SALE OF a FIXED PACKAGE or a SALE OF a RELOADABLE PACKAGE. [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 128:95]
.uk.org.netex.www.netex.SalesTransactionType sales_transaction = 2;- Returns:
- The salesTransaction.
-
getSalesTransactionOrBuilder
SalesTransactionTypeOrBuilder getSalesTransactionOrBuilder()A SALE OF a FIXED PACKAGE or a SALE OF a RELOADABLE PACKAGE. [netex_part_3/part3_salesTransactions/netex_salesTransaction_version.xsd at 128:95]
.uk.org.netex.www.netex.SalesTransactionType sales_transaction = 2;
-